You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Linux problems (ubuntu) need help!!?”.
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Linux problems (ubuntu) need help!!?”.
The Ubuntu distribution of Linux tries very hard to adhere to the concept of using only Free and Open Source (FOSS) code in their installations. The drivers for Broadcom devices are not FOSS, and in fact, the Broadcom company has not been very cooperative in assisting with drivers for Linux (or in making the specs of their hardware available to Linux developers). This has forced users to use the Windows-based drivers and firmware in a hack using something called ndiswrapper.
The Ubuntu philosophy has long been not to directly support proprietary software, but to at least make it available in software repositories so the user can decide if they want it or not.
Mint works because the builders of that distro decided to make the restricted and proprietary drivers part of a standard installation where they were necessary. They’re not violating anything by doing this, though many would argue that it breaches the spirit of open source doctrine. The Mint folks just want everything to work.
There are two possible reasons it works on the LiveCD: one is to demonstrate that the method works. Second, you can’t do a proper installation of most Linux distros without a way to connect to the Internet. Therefore, the LiveCD gets things fired up enough for you to complete the installation. However, you probably need to add some restricted drivers package or tweak the system a bit to get it working.
Since you’re not the first one with this issue, I’m sure, go here and look this up. I guarantee you’ll find something to help you:
http://ubuntuforums.org/
Report Spam/Abuse
Hope this instruction works for you.
Good luck
http://www.technixupdate.com/configure-wi-fi-in-ubuntu-intrepid-ibex-with-broadcom-network-adapter/
Report Spam/Abuse
I think the wl driver is included in the linux-restricted-modules package.
So connect to the internet with an ethernet cable and run:
sudo apt-get install linux-restricted-modules
sudo depmod -a
sudo modprobe wl
http://www.technixupdate.com/configure-wi-fi-in-ubuntu-intrepid-ibex-with-broadcom-network-adapter/
Report Spam/Abuse