• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

so what did ubuntu load

todpod

Golden Member
got a friend's laptop with a borked install of vista. I installed Ubuntu 12.10 and intially it saw wireless networks, then it wanted to install a boatload of updates and poof wireless goes away. BTW its a HP Pavillion dv4 with a broadcom wireless nic.

at first we thought it was the hard drive was bad in the computer but after i got it I figure it was not the hard drive, just a bad install of vista. Load ubuntu to see how it would run and to check the hard drive. She doesn't have the install disks. They mainly use the computer for Internet stuff. If it keeps running well she may get the recovery disks from hp, or if we can get wireless working stick with Ubuntu
 
Is networking enabled?

zgJWoSP.png
 
broadcom chipsets used to need firmware extraction "b43-fwcutter" in order to get them to work. not sure if it still holds true
 
If you haven't gotten it working and your friend isn't stuck on using Unity desktop, I believe Linux Mint (an derivative of Ubuntu) comes with broadcomm drivers out of the box.
 
What I will do if I don't get it running tonight, I will give it to her and let her run it with a network cable and see how it works for her. and her kids. If they like it then we will do some more exploring, if not then we will look at other options.
 
Well sort of. If I manual uninstall all the drivers and then install all the right driver it works, but on reboot it resets it. I tried to blacklist the bad driver but it didn't work. I gave the computer back they are going to try it out. If it works for them then I will try and make a permenant fix.
 
If they like it and want to keep using the laptop try this. It worked for me when Ubuntu was giving me crap about my broadcom wifi adapter.
You will need a wired connection for this.

1. Open a terminal (ctrl+alt+t or hit the 'super-key' (the one with the windows logo on it) and type 'terminal' and press enter).
2. Enter
sudo apt-get install firmware-b43-installer

3. Enter your password (note your keystrokes won't register) and hit enter

Now b43 should install, your wireless should work and you should be able to boot without any problems.
 
I did do that then I had to

sudo modprobe -r b43 bcma
sudo modprobe -r brcmsmac bcma
sudo modprobe -r wl

Then

sudo modprobe b43

And it worked until I rebooted

I did this but it didn't do anything

echo "blacklist drivername" | sudo tee -a /etc/modprobe.d/blacklist-broadcom-wireless.conf
 
Instead of trying the b43 over and over have you tried to manually install the Broadcom STA package?
Also when you type inxi -F into the terminal what does it list under network?
 
No I have not, that would be something to try. I do not have the computer right now to try and type inxi -f . If I get it back i will try
 
You could add b43 to a line in the /etc/modules file. It should then be loaded at boot time.
 
Back
Top