Page 2 of 2

Re: TP-LINK Wifi Adapter not connecting

Posted: 23. Jun 2015, 01:37
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

Re: TP-LINK Wifi Adapter not connecting

Posted: 24. Jun 2015, 07:52
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.