Re: TP-LINK Wifi Adapter not connecting
Posted: 23. Jun 2015, 01:37
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 instead of
9) cd to the directory
instead of
10) Pull the git code of the patched driver for rtl8192cu chipset"
instaed of
Thank you
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
Code: Select all
"mkdir -p ~/rtl8192cu"
Code: Select all
cd ~/rtl8192cu.
Code: Select all
"cd ~/rtl8192cu".
Code: Select all
sudo git clone https://github.com/pvaret/rtl8192cu-fixes.git
Code: Select all
git clone https://github.com/pvaret/rtl8192cu-fixes.git