F5F Stay Refreshed Software Operating Systems Looking for assistance with USB Wi-Fi on Linux LXDE?

Looking for assistance with USB Wi-Fi on Linux LXDE?

Looking for assistance with USB Wi-Fi on Linux LXDE?

Pages (2): Previous 1 2
N
Nightwolf_C
Member
107
07-30-2023, 05:40 PM
#11
Check the presence of the file. Ensure "/etc/Wireless/RT2870STA/RT2870STA.dat" exists; run the command if needed.
N
Nightwolf_C
07-30-2023, 05:40 PM #11

Check the presence of the file. Ensure "/etc/Wireless/RT2870STA/RT2870STA.dat" exists; run the command if needed.

X
xBohmaNx
Member
123
07-31-2023, 12:26 AM
#12
I found something interesting; perhaps you can assist. The guide linked was intended for V1, not V2 as I have in the box. I removed the folder that likely held the drivers for V1. This link takes you to TP-Link’s page with the Archer T2UH Linux drivers. The download includes a PDF with installation instructions, though some parts are confusing since I’m new to Linux. Could you help me understand the steps?
X
xBohmaNx
07-31-2023, 12:26 AM #12

I found something interesting; perhaps you can assist. The guide linked was intended for V1, not V2 as I have in the box. I removed the folder that likely held the drivers for V1. This link takes you to TP-Link’s page with the Archer T2UH Linux drivers. The download includes a PDF with installation instructions, though some parts are confusing since I’m new to Linux. Could you help me understand the steps?

U
UnicornCracker
Senior Member
663
08-20-2023, 09:28 AM
#13
I realized the OS I'm using is LXLE, not LXDE.
U
UnicornCracker
08-20-2023, 09:28 AM #13

I realized the OS I'm using is LXLE, not LXDE.

M
mcbudder2004
Senior Member
687
08-21-2023, 01:03 PM
#14
Begin by setting up gcc using the terminal command: sudo apt install gcc. Next, move into the Driver folder inside your downloaded ZIP file. For example, if extracted to Downloads, use ~/Downloads/Archer_T2UH_Linux/Driver. Run the command cd ~/Downloads/Archer_T2UH_Linux/Driver. Remember, you can use TAB for auto-completion. After that, execute sudo make to start the build process. If errors occur, capture a screenshot or paste the details. Once completed without issues, run load.sh. Since TP-LINK writer omitted this step, add sudo chmod +x load.sh before bash load.sh. This will make the script executable and allow network connection. NetworkManager should then recognize the card and connect you to the network.
M
mcbudder2004
08-21-2023, 01:03 PM #14

Begin by setting up gcc using the terminal command: sudo apt install gcc. Next, move into the Driver folder inside your downloaded ZIP file. For example, if extracted to Downloads, use ~/Downloads/Archer_T2UH_Linux/Driver. Run the command cd ~/Downloads/Archer_T2UH_Linux/Driver. Remember, you can use TAB for auto-completion. After that, execute sudo make to start the build process. If errors occur, capture a screenshot or paste the details. Once completed without issues, run load.sh. Since TP-LINK writer omitted this step, add sudo chmod +x load.sh before bash load.sh. This will make the script executable and allow network connection. NetworkManager should then recognize the card and connect you to the network.

D
DerpyPig9
Member
98
08-21-2023, 09:51 PM
#15
Thank you for your message! The issue persists after running the make command. Let me know if you need further assistance.
D
DerpyPig9
08-21-2023, 09:51 PM #15

Thank you for your message! The issue persists after running the make command. Let me know if you need further assistance.

Pages (2): Previous 1 2