[SOLVED]Realtek TP-Link Archer T3U Issue

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
captain_16
Level 1
Level 1
Posts: 3
Joined: Sun Jan 23, 2022 2:47 pm

[SOLVED]Realtek TP-Link Archer T3U Issue

Post by captain_16 »

Hi all,

I have the same issue trying to run Mint with an Archer T3U. I tried all the commands on this forum(I am a newb at Linux).

I tried to run the inxi -Fxz command, as another forum thread mentioned, but the terminal just gets stuck(maybe I installed too many Realtek drivers :))

Any suggestions please ? I am close to giving up on Mint after 2 hours of DuckDuckGo and pasting commands...

Thanks,
AC
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Realtek TP-Link Archer T3U Issue

Post by sleeper12 »

Try this, one line at a time:

Code: Select all

sudo apt install git dkms
git clone https://github.com/cilynx/rtl88x2bu.git
sudo dkms add ./rtl88x2bu
sudo dkms install rtl88x2bu/5.8.7.1 
Reboot

You might need to reinsert the adapter if still not working.
captain_16
Level 1
Level 1
Posts: 3
Joined: Sun Jan 23, 2022 2:47 pm

Re: Realtek TP-Link Archer T3U Issue

Post by captain_16 »

Thank you, but had already tried those from other threads. See result attached.
Untitled.png
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Realtek TP-Link Archer T3U Issue

Post by sleeper12 »

What does this show:

Code: Select all

 rfkill list && mokutil --sb-state 
captain_16
Level 1
Level 1
Posts: 3
Joined: Sun Jan 23, 2022 2:47 pm

Re: Realtek TP-Link Archer T3U Issue

Post by captain_16 »

sleeper12 wrote: Sun Jan 23, 2022 4:05 pm What does this show:

Code: Select all

 rfkill list && mokutil --sb-state 
Showed as nothing blocked.

However, after I switched to the "nouveau" nvidia drivers, everything is fine now. I can use the wifi..

Thank you very much.
Screenshot from 2022-01-23 21-10-05.png
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: [SOLVED]Realtek TP-Link Archer T3U Issue

Post by sleeper12 »

Ok, glad you solved it. :)
Locked

Return to “Networking”