Wireless not working hp mini 110

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
DrGibby

Wireless not working hp mini 110

Post 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.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post 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)
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post by DrGibby »

Ive already tried that a couple of times without any luck
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post by DrGibby »

After the first command i get Fatal: Module brmc80211 not found.

Is that a mistake or should it say that?
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post by DrGibby »

i left the last one out but it still does not work
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post 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.
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post by kc1di »

sorry gave you the wrong modprobe command do this one:

Code: Select all

modeprobe -l wl
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post by DrGibby »

says no command found for that one to?
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
DrGibby

Re: Wireless not working hp mini 110

Post 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 ~ $ 

User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Wireless not working hp mini 110

Post 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.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Wireless not working hp mini 110

Post 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).
Last edited by AlbertP on Tue Apr 23, 2013 10:09 am, edited 1 time in total.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
User avatar
kc1di
Level 18
Level 18
Posts: 8171
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Wireless not working hp mini 110

Post 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.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Networking”