@Ken Nelan: Sounds like your issue is the command. You say you're using "sudo make install", yes?
If that is the case, for this set of drivers that doesn't seem to work. You _must_ build the drivers with "su", not "sudo". For Ubuntu, use these terminal commands: $ sudo su (enter sudo password) $ make; make install; modprobe rtl8192se_pci (I do this with a few differences, since I run on Fedora, but that's the gist of it) Hope that helps. -- Realtek RTL8192SE WLAN Card Fails to work on Medion Akoya E1312 Netbook https://bugs.launchpad.net/bugs/401126 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
