Question #76378 on Ubuntu changed: https://answers.launchpad.net/ubuntu/+question/76378
Mark Rijckenberg proposed the following answer: Hi, The following link gives an explanation for your wireless issue: http://forums.fedoraforum.org/showpost.php?s=7b9c151e06edeabac1ea08bcb2fd0803&p=1170493&postcount=53 The wired b44 driver is loading first, which is preventing the wireless driver b43 from using the ssb module which already in use by the b44 driver. A quick and dirty fix is to drop support for your wired interface to allow the wireless b43 driver to use the ssb module. Open a terminal and enter the following command: gksudo gedit /etc/modprobe.d/blacklist.conf # Add the following 2 lines at the end of the blacklist.conf file: blacklist b44 blacklist ndiswrapper Then run the following command and reboot afterwards: sudo update-initramfs Now your wired connection will not work, but wireless should work. Hope it helps, Regards, Mark -- You received this question notification because you are a member of UF Unanswered Posts Team, which is an answer contact for Ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntuforums-unanswered Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered More help : https://help.launchpad.net/ListHelp

