Comment 370 for bug 1239578

Revision history for this message
Larry Finger (larry-finger-lwfinger) wrote :

None of my hardware can duplicate this problem. Is the firmware installed? Look at the dmesg output to look for firmware failures.

If you do have the correct firmware, there are two options that might help. Try the following:

sudo modprobe -rv rtl8192ee
sudo modprobe -v rtl8192ee aspm=0

If that does not help, then try

sudo modprobe -rv rtl8192ee
sudo modprobe -v rtl8192ee msi=0

If any other options show up, then your /etc/modprobe.d/ directory is screwed up. Delete the offending files and try again.

If one of those options helps, then create /etc/modprobe.d/50-rtl8192ee.conf (as root), and add the single line containing "options rtl8192ee xxxx=0" where xxxx is the option you want to set.