The thing is, I really don't know what to do. I just installed Ubuntu. I have no internet connection now. I have a Ralink MT7601U Wireless Adapter. But it's not working.
lsusb detects it (I guess):
Bus 001 Device 060: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
But nothing in that wifi icon. And also 'sudo lshw -C network' only shows Ethernet. Also in one of the post, I've read that Ubuntu 17.04 (which I have) contains it by default. If so why is it not working? Should I do something? By the way, the device was not plugged when installing Ubuntu. Is there a installing-driver-from-ubuntu-cd sort of thing??
Please help. I'm new to Ubuntu.
rfkill list all
and sudo modprobe mt7601u
returns nothing. The second one asked for password, though.
EDIT: So, I've managed to install driver from a source. Nowdmesg | grep mt76
gives 3 more lines at the beginning:
usbcore: registered new interface driver mt7601u
mt7601Usta: loading out-of-tree module taints kernel.
mt7601Usta: module verification failed: signature and/or required key missing - tainting kernel
Also iwconfig
outputs:
ra0 Ralink STA
What should I do?
rfkill list all
and also:sudo modprobe mt7601u
Welcome to Ask Ubuntu. – chili555 Sep 30 '17 at 16:07dmesg | grep mt76
As the output might be lengthy, paste the result here and give us the link: http://paste.ubuntu.com – chili555 Sep 30 '17 at 16:20cd DPO_MT7601U_LinuxSTA_3.0.0.4_20130913
,make
. Butmake
returned 2 warnings and 1 error as in here. What should I do? – Mohamed Safeuq J Oct 01 '17 at 14:43sudo iwlist ra0 scan
Any clues in the log?dmesg | grep -e ra0 -e rt2
– chili555 Oct 02 '17 at 02:04unknown command: scan
and the second one returnsusbcore: registered new interface driver mt7601u
. Same as above – Mohamed Safeuq J Oct 02 '17 at 16:23iwconfig
confirm that the wireless interface is now ra0 or some other? Are, in fact, two drivers loaded?lsmod | grep -i mt76
– chili555 Oct 02 '17 at 17:17ra0
. And the second command returns:mt7601Usta 602112 0
. – Mohamed Safeuq J Oct 03 '17 at 14:24