Archer TXE70UH Linux Drivers?

Archer TXE70UH Linux Drivers?

Archer TXE70UH Linux Drivers?
Archer TXE70UH Linux Drivers?
2 weeks ago
Model: Archer TXE70UH  
Hardware Version: V1
Firmware Version:

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.

  0      
  0      
#1
Options
10 Reply
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @vNetwork 

 

Hi,

 

Repository: https://github.com/lwfinger/rtw8852cu

 

Instructions: https://github.com/lwfinger/rtw8852cu/issues/17

 

  0  
  0  
#2
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @woozle 

 

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

  0  
  0  
#3
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @vNetwork 

 

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
 
If Secure Boot is enabled, you’ll need to either disable it or sign the module.
  0  
  0  
#4
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @vNetwork Full solution that worked for me posted here. https://github.com/lwfinger/rtw8852cu/issues/17#issuecomment-2517221458

  0  
  0  
#5
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

 

 

I am happy with my WiFi internet speed on my Linux Mint OS. My internet plan is 1000 Mbps download and 50 Mbps upload.

  0  
  0  
#6
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @vNetwork 

 

Thanks for reporting back.

  0  
  0  
#7
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @vNetwork 

 

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.

  0  
  0  
#8
Options
Re:Archer TXE70UH Linux Drivers?
2 weeks ago

  @vNetwork 

 

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

  0  
  0  
#9
Options
Re:Archer TXE70UH Linux Drivers?
Wednesday

  @vNetwork 

 

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

  0  
  0  
#10
Options
Re:Archer TXE70UH Linux Drivers?
Wednesday

  @vNetwork 

 

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!

  0  
  0  
#11
Options