WiFi not available on Compaq 6720s with Mint 17.3

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.
Locked
atvasco

WiFi not available on Compaq 6720s with Mint 17.3

Post by atvasco »

I have installed Mint Cinnamon 17.3 on my Compaq 6720s laptop and have a dual boot with Windows-XP.
The Wifi under Windows-XP works fine but the WiFi indicator on the laptop does not illuminate under Mint.

The WiFi details are:
Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)


I've tried: sudo apt-get install firmware-b43-installer but this had no effect.

LAN connections work fine.

Can anybody help please?
Thanks
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.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by JeremyB »

Post the result of

Code: Select all

rfkill list all; lsmod | grep wmi
atvasco

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by atvasco »

Thanks for the reply.

details as follows:

alex@HP-6720s ~ $ rfkill list all; lsmod | grep wmi
hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd 86016 17 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_hda_codec_analog
wmi 20480 1 hp_wmi
alex@HP-6720s ~ $

Thanks again
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by JeremyB »

Post results for

Code: Select all

lspci -nnk | grep -iA2 net; ls /etc/modprobe.d/
atvasco

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by atvasco »

Thanks for your help.

Details are:

alex@HP-6720s ~ $ lspci -nnk | grep -iA2 net; ls /etc/modprobe.d/
00:19.0 Ethernet controller [0200]: Intel Corporation 82562GT 10/100 Network Connection [8086:10c4] (rev 03)
Subsystem: Hewlett-Packard Company Device [103c:30d8]
Kernel driver in use: e1000e
--
10:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Subsystem: Hewlett-Packard Company BCM4312 802.11b/g Wireless LAN Controller [103c:137d]
Kernel driver in use: b43-pci-bridge
alsa-base.conf blacklist-framebuffer.conf dkms.conf
backports.conf blacklist-modem.conf fbdev-blacklist.conf
blacklist-ath_pci.conf blacklist-oss.conf iwlwifi.conf
blacklist.conf blacklist-rare-network.conf mlx4.conf
blacklist-firewire.conf blacklist-watchdog.conf vmwgfx-fbdev.conf
alex@HP-6720s ~ $ ^C
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by JeremyB »

It says the correct module is being used but post the result for

Code: Select all

cat /etc/modprobe.d/dkms.conf; cat /etc/modprobe.d/backports.conf
User avatar
bbaker6212
Level 5
Level 5
Posts: 538
Joined: Wed Aug 12, 2015 6:35 pm

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by bbaker6212 »

atvasco wrote:I have installed Mint Cinnamon 17.3 on my Compaq 6720s laptop and have a dual boot with Windows-XP.
The Wifi under Windows-XP works fine but the WiFi indicator on the laptop does not illuminate under Mint.

The WiFi details are:
Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)


I've tried: sudo apt-get install firmware-b43-installer but this had no effect.

LAN connections work fine.

Can anybody help please?
Thanks
Do you have a wifi on/off button on the keyboard? ... an function button with Wifi or Travel (airplane) icon on it?
Linux Mint XFCE 21.1 , Windows 11, Pop!_OS 22.04 Acer Aspire 5 A515-57 (linux-probe), Core i5-1235U, 16GB RAM
Lenovo Ideapad 330S-15IKB (linux-probe), Core i5-8250U, 20GB RAM
atvasco

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by atvasco »

Thanks JeremyB.
Here is the result:

alex@HP-6720s ~ $ cat /etc/modprobe.d/dkms.conf; cat /etc/modprobe.d/backports.conf
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.
# To be used when using backported drivers
alex@HP-6720s ~ $


Thanks
atvasco

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by atvasco »

To bbaker 6212

Thanks for your suggestion.
In the second line of my original post I mentioned that the WiFi indicator did not illuminate to show that the wifi adapter was active, (the indicator will be BLUE to indicate wifi adapter is active and ORANGE to indicat wifi adapter is inactive).
On an HP 6720s the indicator is an integral part of a push-button switch that allows the user to switch on/off the wifi adapter.

It's the first thing that a user would check.

Thanks again for your help.
User avatar
bbaker6212
Level 5
Level 5
Posts: 538
Joined: Wed Aug 12, 2015 6:35 pm

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by bbaker6212 »

OK, I'm a fairly green Linux noob and sorta learning how to debug this stuff by following along with @jeremyB on some cases. Hopefully I help more than I confuse :) I did not see your output from his request for output from the command...

Code: Select all

rfkill list all
I was expecting to see something like this...
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Linux Mint XFCE 21.1 , Windows 11, Pop!_OS 22.04 Acer Aspire 5 A515-57 (linux-probe), Core i5-1235U, 16GB RAM
Lenovo Ideapad 330S-15IKB (linux-probe), Core i5-8250U, 20GB RAM
atvasco

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by atvasco »

Hi bbaker6212,

Yes, I'm noob on linux too but I appreciate any help.

After trying all the stuff JeremyB suggested I had to do a cold re-boot, (rather than a suspend), the WiFi indicator lit up blue and I could connect via WiFi to my router. So now things seem to be working as they should.
Wierd...

For your info I ran the rfkill command and got this result:

alex@HP-6720s ~ $ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
alex@HP-6720s ~ $


Thanks all of you for your help.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi not available on Compaq 6720s with Mint 17.3

Post by JeremyB »

If a cold boot was the solution it may have been firmware related
Locked

Return to “Networking”