A favourite issue giving this sort of problem is a power supply that supplies too little current. Try a power supply with larger current capacity if you can.
Otherwise try this. Make a file /etc/modprobe.d/8192cu.conf using command
Code: Select all
sudo nano /etc/modprobe.d/8192cu.conf
and in the file add the lines
Code: Select all
# Disable power management
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
After saving the file using key strokes Cntl-X, Y, Enter, reboot to get it to come into effect.
The rtl8188us wifi driver is compiled with a limited power management enabled which may be causing your problem. The above file turns off the power management for rtl8188cus devices.
MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra
Please post ALL technical questions on the forum. Please Do Not send private messages.