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. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239578 Title: No wireless support for Realtek RTL8192EE [10ec:818b] To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1239578/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
