Page 1 of 2

Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 11:19 am
by DrGibby
first thing is im pretty new to linux so please bare with me

I installed linux mint 14 on my hp mini 110 from a pin drive everything is working properly (i think) except the internet connection. When my computer boots up it gives me the configuring network connection and never finds anything even when connected to lan and says networking manager disabled. Once booted after about 3-4 minutes it finds the lan and i have a lan connection. I cannot get the wireless working and would like to have the computer start with internet connection if able

ive been trouble shooting this for a couple weeks now and have decided to just give up and ask the community. I cannot seem to get the wireless working i have done the software sources >additional drivers for the broadcom enable fix and have even attempted these commands with the proper files associated with them

sudo modprobe -rv b43 ssb
tar xjf broadcom-wl-4.178.10.4.tar.bz2
cd broadcom-wl-4.178.10.4/linux
sudo b43-fwcutter -w /lib/firmware wl_apsta.o

Any help would be greatly appreciated.

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 2:31 pm
by kc1di
Hello DrGibby and welcome to mint.

I don't have a 110 myself do you know which broadcom wireless card it has in it?
if not go to a terminal and type the following

Code: Select all

lspci
it will give you long list but in that list will be your wireless card info.
let me know the card and think I can help.

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 2:38 pm
by DrGibby
thanks for trying to help its really becoming frustrating. The broadcom is the Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 3:59 pm
by kc1di
DrGibby wrote:thanks for trying to help its really becoming frustrating. The broadcom is the Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
ok that's the same card I have here. it works fine once you have the correct driver installed.

go to software manager click on edit select software sources and then click on the additional driver tab. It should offer you the Broadcom STA driver install that (note: you will have to be connect to you Lan hardwire for this.) after it finish reboot and you should be able to use the WIFI.
Good luck.

If that doesn't work let me know.

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 4:16 pm
by DrGibby
Ive already tried that a couple of times without any luck

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 4:45 pm
by kc1di
ok go to a terminal and type the following command:

Code: Select all

sudo modprobe -r b43 ssb brmc80211
sudo modprobe wl
see if it will work then if it does you will need to blacklist b43 and ssb by going to /etc/modeprobe.d/blacklist.conf and add those two to the list.

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 5:04 pm
by DrGibby
After the first command i get Fatal: Module brmc80211 not found.

Is that a mistake or should it say that?

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 5:15 pm
by kc1di
DrGibby wrote:After the first command i get Fatal: Module brmc80211 not found.

Is that a mistake or should it say that?
it may not be install if not just remove the first two and leave that one out.

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 6:11 pm
by DrGibby
i left the last one out but it still does not work

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 6:28 pm
by kc1di
could you go to a terminal and type the following commands and list the results here?

Code: Select all

rfkill list 
then

Code: Select all

modeprobe list --all

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 7:03 pm
by DrGibby

Code: Select all

drgibby@Gizmo ~ $ rfkill list
0: brcmwl-0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
drgibby@Gizmo ~ $ modeprobe list --all
No command 'modeprobe' found, did you mean:
 Command 'modprobe' from package 'module-init-tools' (main)
modeprobe: command not found
drgibby@Gizmo ~ $ rfkill list
0: brcmwl-0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
drgibby@Gizmo ~ $ modprobe list --all
WARNING: Module list not found.

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 7:18 pm
by kc1di
sorry gave you the wrong modprobe command do this one:

Code: Select all

modeprobe -l wl

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 7:37 pm
by DrGibby
says no command found for that one to?

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 8:57 pm
by kc1di
DrGibby wrote:says no command found for that one to?
Woops must be getting tired ;)
should be

Code: Select all

modprobe -l wl

Re: Wireless not working hp mini 110

Posted: Mon Apr 22, 2013 9:23 pm
by DrGibby

Code: Select all

drgibby@Gizmo ~ $ rfkill list
0: brcmwl-0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
drgibby@Gizmo ~ $ modprobe -l wl
updates/wl.ko
drgibby@Gizmo ~ $ 


Re: Wireless not working hp mini 110

Posted: Tue Apr 23, 2013 6:20 am
by kc1di
Ok at this point I think the best thing for you to do would be go to synaptic and remove all broadcom drivers and associated files.
then just reinstall broadcom-sta driver. you do not want the b43 driver installed at all.

Re: Wireless not working hp mini 110

Posted: Tue Apr 23, 2013 8:26 am
by AlbertP
Please install firmware-b43-lpphy-installer from the Software Manager when connected to wired internet. That worked for me on a Compaq Mini 110 (which is the same computer as the HP Mini 110).
Please do not install the Broadcom STA driver unless you're sure b43 cannot be made working. The Broadcom STA driver often works badly on a 4312 chip.

Re: Wireless not working hp mini 110

Posted: Tue Apr 23, 2013 9:17 am
by kc1di
AlbertP wrote:Please install firmware-b43-lpphy-installer from the Software Manager when connected to wired internet. That worked for me on a Compaq Mini 110 (which is the same computer as the HP Mini 110).
Please do not install the Broadcom STA driver unless you're sure b43 cannot be made working. The Broadcom STA driver often works badly on a 4312 chip.
hi Albert I have the 4312 in my lappy and the STA driver works but will not work if the b43 driver is installed. b43 will not work on my machine.
so I believe he should use the STA Driver.

Re: Wireless not working hp mini 110

Posted: Tue Apr 23, 2013 9:33 am
by AlbertP
b43 worked for me if installed using the firmware-b43-lpphy-installer package.

Good to know you got wifi working anyway with STA. But since it doesn't work for everybody, I recommend to try installing firmware-b43-lpphy-installer first when I am helping somebody who has a 4312 chip. (But if you already have it working, then you can just keep it that way).

Re: Wireless not working hp mini 110

Posted: Tue Apr 23, 2013 9:58 am
by kc1di
AlbertP wrote:b43 worked for me if installed using the firmware-b43-lpphy-installer package.

Good to know you got wifi working anyway with STA. But since it doesn't work for everybody, I recommend to try installing firmware-b43-lpphy-installer first.
I'll give it a try on my laptop after i uninstall sta and see if it works but have had no luck with b43 using this card in the past.