Hi. I have latest version + Raspberry Pi 1 ver B. I buy this USB Wi-Fi:
But I don't know. How to add driver.
Any help please
Hi. I have latest version + Raspberry Pi 1 ver B. I buy this USB Wi-Fi:
But I don't know. How to add driver.
Any help please
Drivers can not be added to Libreelec. Is your USB Wi-Fi adapter detected ?
But I don't know. How to add driver.
At the linked gh pageNote: Kernel 4.2 has been released which contains a driver for mt7601u, this repository is now deprecated.
so I guess it should just work
Nothing works. WiFi is not showing in option menu. How to enable this drivers?
^ the driver is already enabled in our kernel configuration, so assuming it's MT7601U and not MT7610U (which is not supported) it's probably a case of the current driver not knowing about the USB vendor/model ID's of your dongle.
SSH in over Ethernet and run "lsusb" and share the output, then we can suggest some ideas.
Hi. Sorry for long time responding. Here is "lsusb" command:
QuoteBus 001 Device 005: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
Bus 001 Device 004: ID 1d57:ad02 Xenta SE340D PC Remote Control
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
It's using the default (generic) device ID's so that's not the issue. Can you share the URL from "dmesg | paste" please.
Please test a current milhouse release on a spare SD card. It will have a newer kernel with bug fixes and changes.
Still this same
chewitt This thread can be helpful. It's lengthy and somewhat old, but it contains useful information. It's seems problem could be in kernel.
I've read that article and was hoping the much newer kernel in the milhouse release might achieve something. I'm travelling at the moment, but will see if I can find time to spin an RPi image with the patch/changes from that thread.
Can U inform me if any progress happen?
looks like an outdated & buggy driver to me:
driver mt7601 is unable to initialize · Issue #64 · kuba-moo/mt7601u · GitHub
At the linked gh page
Note: Kernel 4.2 has been released which contains a driver for mt7601u, this repository is now deprecated.so I guess it should just work
Apparently 'not' for the Odroid version:
LE-C2:/etc # cat release
Odroid_C2.arm-9.0.2
LE-C2:/etc # uname -a
Linux LE-C2 3.14.29 #1 SMP Sat May 4 11:29:34 EDT 2019 aarch64 GNU/Linux
LE-C2:/etc # ls -lL /lib/modules/3.14.29/kernel/drivers/net/wireless/
total 118
drwxr-xr-x 6 root root 140 Jun 22 2018 ath
drwxr-xr-x 2 root root 60 Jun 22 2018 b43
drwxr-xr-x 4 root root 80 Jun 22 2018 brcm80211
drwxr-xr-x 2 root root 80 Jun 22 2018 p54
-rw-r--r-- 1 root root 86256 May 4 11:30 rndis_wlan.ko
drwxr-xr-x 2 root root 160 Jun 22 2018 rt2x00
drwxr-xr-x 3 root root 60 Jun 22 2018 rtl818x
-rw-r--r-- 1 root root 34128 May 4 11:30 zd1201.ko
drwxr-xr-x 2 root root 60 Jun 22 2018 zd1211rw
Display More