You are not logged in.
Pages: 1
Hi!
I’ve been trying to get my usb network adapter to work but whenever I give it the command:
ip link set wlp3s0f0u3 upI get the error:
RTNETLINK answers: operation not permittedThe usb WiFi adapter is a TLink Archer T2U with a Ralink MY7610U (according to lsusb). It worked fine in Fedora and Manjaro and this is my first time having problems with it.
The adapter does show up as an available interface
Rfkill is not locking it (everything is set to “no”)
It would be nice if I didn’t need to connect to the internet for the solution as my computor is not connected but I can run a looong Ethernet if need be (I’m using my phone for this post).
Any help would be greatly appreciated!
Offline
Did you run that command with root privileges?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Yes I did(forgot to mention that) while it did not give an error, it continued to come up as down when I checked with the
ip acommand
Offline
Yes I did … while it did not give an error…
Then why did you ask about an error that you know was related to your user privs???
it continued to come up as down
Did it? Please post the complete "ip a" output.
Spoiler: https://wiki.archlinux.org/index.php/Ne … _interface - last sentence.
Offline
Didn’t realize it was a permission issue. Sorry for the confusion. Here’s the entry for the adapter when I run ip a.
3: wlp3s0f0u3: <NO-CARRIER, BROADCAST ,MULTICAST ,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether da:20:46:0f:85:06 brd ff:ff:ff:ff:ff:ffLast edited by Velcrone (2020-06-27 18:10:27)
Offline
3: wlp3s0f0u3: <NO-CARRIER, BROADCAST ,MULTICAST ,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000The interface is up '<NO-CARRIER, BROADCAST ,MULTICAST ,UP>'.
Last edited by loqs (2020-06-27 18:11:13)
Offline
Just realized that! Sorry if I wasted anyone’s time!
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1