TP-LINK Wifi Adapter not connecting

You have a problem with Salix? Post here and we'll do what we can to help.
ariels
Posts: 20
Joined: 23. Jun 2015, 00:55
Location: Buenos Aires, Argentina

Re: TP-LINK Wifi Adapter not connecting

Post by ariels »

Hi pnbalaji:

With little changes your solution was good for me!

The changes are:

8) Create a directory rtl8192cu under home directory with the command

Code: Select all

mkdir -p ~/rtl8192cu
instead of

Code: Select all

"mkdir -p ~/rtl8192cu"
9) cd to the directory

Code: Select all

cd ~/rtl8192cu. 
instead of

Code: Select all

"cd ~/rtl8192cu".
10) Pull the git code of the patched driver for rtl8192cu chipset"

Code: Select all

sudo git clone https://github.com/pvaret/rtl8192cu-fixes.git
instaed of

Code: Select all

git clone https://github.com/pvaret/rtl8192cu-fixes.git
Thank you
pnbalaji
Posts: 99
Joined: 23. Apr 2013, 21:02

Re: TP-LINK Wifi Adapter not connecting

Post by pnbalaji »

Yep, the adapter works at full speed after installing the patched driver. However, I had to ditch Salix due to the other issues.

Thanks,
Balaji.
Post Reply