Linux Lite Forums
Wifi connects but stops a lot - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24)
+--- Thread: Wifi connects but stops a lot (/showthread.php?tid=1855)

Pages: 1 2


Re: Wifi connects but stops a lot - morti - 06-27-2015

bummer...Ive gone ahead and tried it while at the library on my netbook...wifi still works...so nothing lost.  Was an interesting exercise anyway...ha.


Re: Wifi connects but stops a lot - firenice03 - 09-03-2015

FWIW - I tried with my set up.. USB Wi-Fi TP-Link WN823N (LL 2.6)
I was having to manually disconnect and reconnect to my wireless after waking..

Ran
Code:
lsusb

Output was similar to Fred's = same driver
Code:
dad@Linux-Thin:~$ lsusb
Bus 001 Device 005: ID 111d:0000 
Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 0e8f:0022 GreenAsia Inc.
Bus 003 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Using Jerry's instruction
Code:
sudo apt-get install linux-headers-generic build-essential dkms
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install 8192cu/1.10
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

After reboot, Wi-Fi bars went from 3 to 4 much better  Smile


Thanks!!!


Re: Wifi connects but stops a lot - torreydale - 09-03-2015

I might need this one day.  Can someone mark the best answer and set this thread as solved?


Re: Wifi connects but stops a lot - kriemer - 01-28-2017

(05-27-2015, 01:36 PM)Jerry link Wrote: [quote author=fred link=topic=1933.msg14606#msg14606 date=1432733499]
[size=1em]

So to satisfy my uninformed curiosity what was it your solution did?[/size][size=1em] 
[/size]

The existing driver was not efficient. The new instructions installed a stable, more reliable driver.
[/quote]

Same problem.  Following are my results:
sharon@sharon-Latitude-D430:~$ lsusb
Bus 001 Device 003: ID 05ac:12a8 Apple, Inc. iPhone5/5C/5S/6
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 413c:8140 Dell Computer Corp. Wireless 360 Bluetooth
Bus 002 Device 005: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader
Bus 002 Device 003: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 002 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
sharon@sharon-Latitude-D430:~$


Any suggestions anyone can offer will be appreciated.

Thanks in advance.

k