Title: Need help with USB WIFI Adapter on ROC-RK3323-CC... [Print This Page] Author: blkhappy Time: 8/29/2018 05:40 Title: Need help with USB WIFI Adapter on ROC-RK3323-CC...
I have spent many hours and am extremely frustrated. I installed image "ROC-RK3328-CC_Debian9-Arch64_20180525.img" on a new Renegade board and plugged in a compatible USB Wireless adapter "Ralink Technology, Corp. MT7601U Wireless Adapter" but when I run 'ifconfig -a' or 'iwconfig' I am only showing lo and eth0.
Everything looks right, can anyone help what I am missing???
apt-get install firmware-misc-nonfree (installed)
lsusb
Bus 001 Device 002: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
Any guidance would be appreciated, thanks! Author: EndtheFED Time: 8/30/2018 03:49
The OS's are experimental at this point. It is possible it is broken. Try updating through wired connection, it may fix things. If that doesn't do it, try a different OS. I'm using Arrmbian booting off external HD on the USB 3.0 (very fast!). It's not perfect eg (video choppy, and wont run Kodi yet) Can't tell you if if wi/fi works thorough. I never use it. Wired is healthier for you and,faster. I'm not connected to this site so, you my get better advice but, I see lots of unanswered posts here though. Author: perello Time: 8/31/2018 15:53
I had luck using the image on here
The problem with video acceleration still persists though.Author: Scarcha Time: 3/1/2019 06:34 Last edited by Scarcha In 3/1/2019 06:36 Editor
Hi!
Sorry for opening this post again, but I still have this problem. I tried with the image perello left there, but no `wlan` in ifconfig or anything else.
I read in another forum which drivers are already installed in ubuntu images (http://forum.loverpi.com/discuss ... 4-114-linux-headers) , and I bought a wifi dongle with a RTL8811AU chip, with no luck at all.
How have you managed to solve it?
I am completely lost...
What's the kernel message when you plug in the wifi dongle?
This is the message for the RTL8811AU wifi dongle:
dmesg
[ 7919.892530] usb 4-1: new high-speed USB device number 3 using xhci-hcd
[ 7920.005845] usb 4-1: New USB device found, idVendor=0bda, idProduct=c811
[ 7920.005856] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7920.005862] usb 4-1: Product: 802.11ac NIC
[ 7920.005868] usb 4-1: Manufacturer: Realtek
[ 7920.005873] usb 4-1: SerialNumber: 123456
I also installed the package rtl8812au-dkms, but the result it was the same as before:
```
firefly@firefly:~$ lsmod
Module Size Used by
8812au 1019904 0
firefly@firefly:~$ uname -r
4.4.114
firefly@firefly:~$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 003: ID 0bda:c811 Realtek Semiconductor Corp. <---this is the wifi dongle
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 04d9:a088 Holtek Semiconductor, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
firefly@firefly:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
firefly@firefly:~$
```
For the TP-Link WIFI (chipset MT7610u) the message is the following:
```
[ 8803.151433] usb 4-1: new high-speed USB device number 4 using xhci-hcd
[ 8803.264833] usb 4-1: New USB device found, idVendor=2357, idProduct=011e
[ 8803.264844] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8803.264849] usb 4-1: Product: 802.11ac WLAN Adapter
[ 8803.264855] usb 4-1: Manufacturer: Realtek
[ 8803.264861] usb 4-1: SerialNumber: 00e04c000001
```
With the same result as the previous one
Thanks in advanceAuthor: penguin Time: 3/6/2019 16:07
@Scarcha
It turns out that RTL8812AU is supported out of box, and NOT RTL8811AU.
We do not have RTL8811AU at our hands. However, when looking up
Windows drivers, both RTL8812AU and RTL8811AU use the same one:
But I am afraid a noob in terms of modifying kernels.
What should I do exactly? Do I have to download a clean ubuntu image and then compile the kernel manually like the instructions of the webpage you have posted? But how can I add the drivers there?