I have had a Dell Mini 9 for quite some time now and played around installing various flavors of Linux on it, more as an exercise than anything else. The recently release of Ubuntu 9.1 which has a distribution configured especially for netbooks, piqued my interest. The download is called Ubuntu Netbook Remix and is available as an ISO. There are various instructions for installing, including a thumb drive, but I decided to burn to CD and boot off of an external USB CD-ROM drive I have just for this occasion.
The installation goes pretty quickly and is uneventful, until booting up the OS for the first time; no wireless care detected. It seems this is a known issue with Broadcom wireless and has a variety of solutions.
I fixed the problem in a couple of steps:
1. The Dell Mini has a wired Ethernet port, so I grabbed a cable and plugged into my router. Internet connection established.
2. The restricted Broadcom driver needs to be installed so I ran these commands:
sudo apt-get update
sudo apt-get –reinstall install bcmwl-kernel-source
3. Setup connection to wireless network, with proper security and pass phrase.
4. Done!
It was all pretty easy but pretty annoying little issue with this distribution only on certain hardware. Overall Ubuntu 9.1 on the Dell Mini is a really nice experience, very well done.