Archer TXE70UH Linux Drivers?
Is there any way to get Archer TXE70UH working on Linux?
I am defaulting to my mainboard's built-in WiFi6 AX200 for now. It would be great if I could use my Archer TXE70UH in Linux.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi,
Repository: https://github.com/lwfinger/rtw8852cu
Instructions: https://github.com/lwfinger/rtw8852cu/issues/17
- Copy Link
- Report Inappropriate Content
Hi,
Repository: https://github.com/lwfinger/rtw8852cu
Instructions: https://github.com/lwfinger/rtw8852cu/issues/17
- Copy Link
- Report Inappropriate Content
Thanks. I am stuck on this step.
sudo insmod /lib/modules/$(uname -r)/kernel/drivers/net/wireless/8852cu.ko
I get the following error.
insmod: ERROR: could not insert module /lib/modules/6.8.0-41-generic/kernel/drivers/net/wireless/8852cu.ko: Key was rejected by service
- Copy Link
- Report Inappropriate Content
ChatGPT says...
The error message indicates that the kernel module you are trying to load (8852cu.ko) is being rejected due to an issue with its cryptographic signature. This often happens on systems with Secure Boot enabled. Here’s how you can troubleshoot and fix the issue:
1. Check Secure Boot Status
Secure Boot can block unsigned or improperly signed modules.
- Run the following command to check Secure Boot status: mokutil --sb-state
- Copy Link
- Report Inappropriate Content
@vNetwork Full solution that worked for me posted here. https://github.com/lwfinger/rtw8852cu/issues/17#issuecomment-2517221458
- Copy Link
- Report Inappropriate Content
I am happy with my WiFi internet speed on my Linux Mint OS. My internet plan is 1000 Mbps download and 50 Mbps upload.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
I woke up today and the TP-Link TXE70UH stopped working.
Running lsusb in the terminal shows this.
Bus 001 Device 003: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)
Now it is saying it is RTL8188GU.
- Copy Link
- Report Inappropriate Content
https://github.com/lwfinger/rtw8852cu/issues/17#issue-2359056376
sudo vi /lib/udev/rules.d/40-usb_modeswitch.rules
......
# Realtek 8852CU Wifi USB
ATTR{idVendor}=="35bc", ATTR{idProduct}=="0102", RUN+="/usr/sbin/usb_modeswitch -K -v 35bc -p 0102"
......
Reboot your Linux.
Enter lsusb in the terminal.
You should see.
Bus 001 Device 003: ID 35bc:0102 Realtek 802.11ax WLAN Adapter
- Copy Link
- Report Inappropriate Content
I managed to resolve my Linux driver and USB WiFi adapter mode switching issues with the help of this wonderful person here.
https://github.com/morrownr/rtl8852cu-20240510/issues/15
- Copy Link
- Report Inappropriate Content
Very happy with my internet speed on Linux Mint. I can only get half of this download speed on Windows 11 Pro on the same PC!
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 6099
Replies: 10
Voters 0
No one has voted for it yet.
