Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Ubuntu

463 bytes added, 13:33, 25 February 2010
no edit summary
=Customize Your Desktop=
While not necessary, the [[Desktop customization|desktop customization guide]] may improve your desktop experience.
 
=Broadcom Wireless=
This walks through the installation of the proprietary driver. Remove all installed Broadcom drivers (b43*, fwcutter, etc.) Reboot.
 
<pre>
$ rm -r hybrid-portsrc*
$ sudo apt-get install build-essential
$ wget http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_64-v5.10.91.9.3.tar.gz
$ tar -xzvf hybrid-portsrc-x86_32-v5.10.91.9.3.tar.gz
$ make
$ sudo make install
</pre>
 
Reboot again, should now show up under "Restricted Drivers".
[[Category:Linux distributions]]
[[Category:Howtos]]
Anonymous user