Hi, I have just installed Endeavour OS on my PC. I use TP- Link Archer TX10UB that works fine on my Windows 11 Install. But it doesn’t work in Endeavour OS since I have installed it recently.
Can you post the command from the installed sysytem.
inxi -Na
Edit: Is it a USB dongle? I think it could be RTL8851BU
Edit: If so you will need to install the package from the AUR and reboot.
yay -S rtl8851bu-dkms-git
Edit: Right now I’m just guessing while you check.
Yeah, It is a usb dongle. I tried using the rtl8851bu drivers from Aur but it doesn’t work. I think the dongle doesn’t switch from USB Mass Storage Mode to WiFi mode.
inxi -Na output
Network: Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet vendor: Micro-Star MSI driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: f000 bus-ID: 2a:00.0 chip-ID: 10ec:8168 class-ID: 0200
lsusb output
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub Bus 001 Device 003: ID 1462:7c56 Micro Star International MYSTIC LIGHT Bus 001 Device 004: ID 3625:010b Realtek 802.11ax WLAN Adapter Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 062a:4101 MosArt Semiconductor Corp. Wireless Keyboard/Mouse Bus 003 Device 004: ID 05c6:9024 Qualcomm, Inc. POCO X4 Pro 5G Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
usb_modeswitch output
`Take all parameters from the command line
- usb_modeswitch: handle USB devices with multiple modes
- Version 2.6.2 (C) Josua Dietze 2017
- Based on libusb1/libusbx
! PLEASE REPORT NEW CONFIGURATIONS !
DefaultVendor= 0x3625
DefaultProduct= 0x010b
StandardEject=1
Look for default devices …
found USB ID 1d6b:0003
found USB ID 05c6:9024
found USB ID 062a:4101
found USB ID 1d6b:0002
found USB ID 1d6b:0003
found USB ID 1462:7c56
found USB ID 05e3:0608
found USB ID 3625:010b
vendor ID matched
product ID matched
found USB ID 1d6b:0002
Found devices in default mode (1)
Access device 004 on bus 001
Get the current device configuration …
Current configuration number is 1
Use interface number 0
with class 224
Error: can’t use storage command in MessageContent with interface 0; interface class is 224, expected 8. Abort`
dkms output
rtl8851bu/1.19.10.r20.3c8fdc6, 6.13.8-arch1-1, x86_64: built
Did you look at this?
There are also some other packages you could try.
Nothing works. 2 of them can’t be build.
I’m not sure why the AUR package isn’t working for you. When you install it does the WiFi not show up in the output for inxi -Na
I’ve never had to use usb_modeswitch in the past for any usb WiFi dongle. Usually they always work.
Nope. BTW how did you find out the wifi chipset. It took me hours to find it.
Inxi -Na output
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
vendor: Micro-Star MSI driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
lanes: 1 port: f000 bus-ID: 2a:00.0 chip-ID: 10ec:8168 class-ID: 0200
I think the chipset is different or the driver doesn’t work properly.
lsusb -t output
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/10p, 480M
|__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 007: Dev 003, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 009: Dev 007, If 0, Class=Wireless, Driver=btusb, 480M
|__ Port 009: Dev 007, If 1, Class=Wireless, Driver=btusb, 480M
|__ Port 009: Dev 007, If 2, Class=Vendor Specific Class, Driver=[none], 480M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 480M
|__ Port 001: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 001: Dev 002, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 003: Dev 003, If 0, Class=Miscellaneous Device, Driver=rndis_host, 480M
|__ Port 003: Dev 003, If 1, Class=CDC Data, Driver=rndis_host, 480M
|__ Port 003: Dev 003, If 2, Class=Vendor Specific Class, Driver=[none], 480M
/: Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 10000M
If you notice on Port 009: Dev 007, it shows driver [None]. I think thats the issue. Also the Bluetooth doesn’t work.
I was going by this:
Realtek 802.11ax WLAN Adapter Bus 002 Device 001: ID 1d6b:0003
Edit: Okay i did find it should be supported but I’m just not sure the manufacturer of the chip?
Supported operating systems include Windows 11/10/7 and Linux (Kernel 3.10 and later)
Edit: I actually got the info from here.
@Paul0507
Have you tried it in other usb ports?
Edit: Maybe try this one.
Edit: This one is for usb adapters.
rtl88xxau-aircrack-dkms-git
Nope, this doesn’t work either.
Well my only suggestion would be to try another WiFi adapter that is known to work. Some of these newer chips with WiFi 6 and 7 are not always working such as mediatek. Could be others also.
Any suggestions you would like to recommend?
I don’t off hand. I suggest doing some research to see which newer WiFi chips do work. I know Intel has some issues with theirs and also Mediatek has some that also don’t have any modules to make them work. Even the Qualcomm has had some issues getting them to work.
I would probably suggest an Intel AX 200 or AX 210 off the top of my head. But probably the AX 200 which is WiFi 6.
Thanks for help!