I've had an intermittent connection going on with Sparky Linux which is based on Debian Testing.
If you have the:
as your nic than it (the driver) can be made more reliable by disabling power management via module option ips and fwlps.
Create a new file with nano or your fav text editor.
/etc/modprobe.d/rtl8192ce.conf
Add these options to the file.
Than reboot.:)
Enjoy your wireless that should be more stable now.
Cheers,
Ztcoracat
If you have the:
Code:
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wireless Network Adapter (rev 01)
Create a new file with nano or your fav text editor.
/etc/modprobe.d/rtl8192ce.conf
Add these options to the file.
Code:
options rtl8192ce ps=0 fwlps=0
Enjoy your wireless that should be more stable now.
Cheers,
Ztcoracat