cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.61k stars 316 forks source link

NVidia Jetson Nano - no wifi networks (TP-Link Archer T4U Plus v1.0) #232

Closed hidoba closed 1 year ago

hidoba commented 1 year ago

I've successfully compiled and installed the driver (with CONFIG_PLATFORM_ARM_NV_NANO = y). Device is recognized and seems to be down all the time. No networks visible. Device: TP-Link Archer T4U Plus v1.0. System: Ubuntu 20.04.5 LTS Hardware: NVidia Jetson Nano dmesg:

[    0.000000] Linux version 4.9.253-tegra (buildbrain@mobile-u64-5496-d5000) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Mon Jul 26 12:13:06 PDT 2021
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
...
[  159.887992] usb 1-2.3: new high-speed USB device number 5 using tegra-xusb
[  159.908795] usb 1-2.3: New USB device found, idVendor=2357, idProduct=0115
[  159.908805] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  159.908812] usb 1-2.3: Product: 802.11ac NIC
[  159.908817] usb 1-2.3: Manufacturer: Realtek
[  159.908822] usb 1-2.3: SerialNumber: 123456
[  160.848246] usbcore: registered new interface driver rtl8812au
[  161.056194] 88x2bu: loading out-of-tree module taints kernel.
[  161.238114] usbcore: registered new interface driver rtl88x2bu
[  161.422202] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

ip addr

...
10: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:e0:4c:3f:3c:25 brd ff:ff:ff:ff:ff:ff

sudo ip link set wlan0 up RTNETLINK answers: Operation not permitted

hidoba commented 1 year ago

Fixed. Disabled the rtl8812au driver by adding to the /etc/modprobe.d/blacklist.conf: blacklist rtl8812au And then

sudo modprobe -r rtl8812au
sudo modprobe 88x2bu
sudo reboot
hidoba commented 1 year ago

I assume it's a device problem that both drivers are triggered?