I’m gonna get down with my baby, and I’m gonna get down, with her soon. She’s on her way, and I just can’t wait, she’ll be back by this afternoon. Continue reading
Monthly Archives: June 2006
How to Install Ubuntu 6.06 “Dapper” in an Apple G3 iBook
After upgrading my good ol’ PC to Dapper, I proceeded to download and burn a copy of it for PowerPC systems, and I have managed to install it in my old faithful G3 iBook in dual boot, with Mac OS X 10.2 “Jaguar” on the other partition. Here’s how I did it. Continue reading
How to install the Linksys WPC54GS Wireless-G Network Adapter in Ubuntu 6.06 “Dapper”
“Dapper”, the new version of Ubuntu has been released yesterday! So I downloaded the ISO file, burn the CD down and proceeded to install it over my old Breezy Kubuntu installation.
Of course, I wanted to use my good’ old Linksys WPC54GS Wireless-G Network Adapter with Broadcom chipset, and I was lucky enough to find this page:
It describes the whole Broadcom problem in Ubuntu, and gives the instructions needed to make the card work in Dapper:
- Follow the instructions in http://www.kosmaczewski.net/blogs/tech/archives/2006/02/how_to_install_1.php from steps 1 to 7 (step 8 cannot be done, yet)
- Type “echo ‘blacklist bcm43xx’ | sudo tee -a /etc/modprobe.d/blacklist”
- Type “sudo rmmod bcm43xx”,
“sudo rmmod ndiswrapper” and
“sudo modprobe ndiswrapper” - Do the step 8 of http://www.kosmaczewski.net/blogs/tech/archives/2006/02/how_to_install_1.php
And that’s it! You’ve got the wireless card ready for use.
:) I’m happy to have found that page! It seems that the Broadcom drivers that come with Dapper do not work with all concerned wireless cards, so the thing is to “blacklist” them, and then to load ndiswrapper that works perfectly well.