[SOLVED] TP-LINK TL-WN823N working on Linux Mint 18 Sarah

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
cornishlobster

[SOLVED] TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by cornishlobster »

Just wanted to let others know, who might also have been pulling their hair out over this one.

After buying a TP LINK (model TL-WN823N) wireless adapter I spent ages hunting around for the correct drivers. Many of the help pages tell you to install the 8192cu drivers, but the only way I could get the little rascal to work was using the 8192eu drivers (one comment at the bottom of a Raspbian help page pointed me to the URL) !! https://github.com/Mange/rtl8192eu-linux-driver
Just need to git clone the directory cd in and do the normal:

Code: Select all

git clone https://github.com/Mange/rtl8192eu-linux-driver.git

Code: Select all

cd rtl8192eu-linux-driver

Code: Select all

sudo make 

Code: Select all

sudo make install

Code: Select all

sudo modprobe 8192
Now, plug the little blighter in and hey presto, you get the reassuring little green light blinking away at you !

PS. This is my first post and I'm aware I've probably made a number of formating // general forum post errors, so please forgive me :)
JeremyB
Level 21
Level 21
Posts: 13846
Joined: Fri Feb 21, 2014 8:17 am

Re: TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by JeremyB »

Does the results for

Code: Select all

lsusb
Show an ID 2357:0109
cornishlobster

Re: TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by cornishlobster »

Its does !

You're probably going to tell me there was a much easier way to get the answer right? spot the noob !
JeremyB
Level 21
Level 21
Posts: 13846
Joined: Fri Feb 21, 2014 8:17 am

Re: TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by JeremyB »

You could have just asked here as I know something about how that device is supported by Mange's module https://github.com/Mange/rtl8192eu-linu ... 5c58854b83
cornishlobster

Re: TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by cornishlobster »

Good shout, next time I definitely will

Thanks
JeremyB
Level 21
Level 21
Posts: 13846
Joined: Fri Feb 21, 2014 8:17 am

Re: TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by JeremyB »

Please edit the subject of the original post to include SOLVED
NicolaPez

Re: [SOLVED] TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by NicolaPez »

i follow this guide, at the last command

Code: Select all

 sudo modprobe 8192
i receive the message
modprobe: FATAL: Module 8192 not found.
but the usb adapter seems works. Don't know why.
mnokka

Re: [SOLVED] TP-LINK TL-WN823N working on Linux Mint 18 Sarah

Post by mnokka »

Thank you! This build info solved issues with my tp-link TL-WN8233N (Mint 18.3 Sylvia). I was able to build working WIFI drivers when manufacturer's own driver build was failing.
Locked

Return to “Networking”