Wireless not working on HP Laptop (hardware switch)

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
sockey007

Wireless not working on HP Laptop (hardware switch)

Post by sockey007 »

I know this is a common problem, but really it seems like I've tried everything but still nothing has worked for me.... I have an HP Pavilion dv9000z with a WiFi switch (an actual "switch") on the front of the laptop, and it usually shows a blue light when wireless is on. However, it just always shows orange, meaning the wireless is off, no matter how I position it. I've tried resetting the BIOS to default configurations, nothing. Using the "sudo rfkill" commands (list, unblock, etc.) does nothing, no listing, no nothing... just awaits my next command. I installed the drivers, but now when I go to the driver manager nothing about the wireless card appears (is this normal?). Everything worked fine on Vista, and I can connect using a wired connection.

Using Mint 17.1 XFCE...
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.
MrBob22
Level 3
Level 3
Posts: 194
Joined: Mon Mar 26, 2012 8:05 pm

Re: Wireless not working on HP Laptop (hardware switch)

Post by MrBob22 »

Hello:
Have you looked at this webpage? I dont know if your particular issue is addressed, but maybe it will get you started toward a solution:

http://www.linlap.com/hp_pavilion_dv9000z

Good Luck, MrBob22
User avatar
Pjotr
Level 24
Level 24
Posts: 20086
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Wireless not working on HP Laptop (hardware switch)

Post by Pjotr »

OK, please supply some more information as follows:

1. Generate an overview of your system like this:
- launch a terminal window and make it fullscreen, to avoid chopped lines;
- copy/paste this command into the terminal:

Code: Select all

inxi -Fxz
(if you type: the letter F is a capital letter)

Press Enter.

Copy/paste the output in your next message.

2. Also run this command:

Code: Select all

sudo rfkill list all
.... and copy/paste that output, also.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
sockey007

Re: Wireless not working on HP Laptop (hardware switch)

Post by sockey007 »

Pjotr wrote:OK, please supply some more information as follows:

1. Generate an overview of your system like this:
- launch a terminal window and make it fullscreen, to avoid chopped lines;
- copy/paste this command into the terminal:

Code: Select all

inxi -Fxz
(if you type: the letter F is a capital letter)

Press Enter.

Copy/paste the output in your next message.

2. Also run this command:

Code: Select all

sudo rfkill list all
.... and copy/paste that output, also.
Here's what I get for 1. :

System: Host: MediaPC Kernel: 3.13.0-37-generic x86_64 (64 bit, gcc: 4.8.2)
Desktop: Xfce 4.11.8 (Gtk 2.24.23) Distro: Linux Mint 17.1 Rebecca
Machine: System: Hewlett-Packard (portable) product: HP Pavilion dv9000 (GA075UA#ABL) version: Rev 1
Mobo: Quanta model: 30B9 version: 65.2C Bios: Hewlett-Packard version: F.40 date: 08/01/2008
CPU: Dual core AMD Turion 64 X2 Mobile TL-50 (-MCP-) cache: 512 KB flags: (lm nx sse sse2 sse3 svm) bmips: 3214.56
Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz
Graphics: Card: NVIDIA C51 [GeForce Go 6150] bus-ID: 00:05.0
X.Org: 1.15.1 drivers: nvidia (unloaded: fbdev,vesa,nouveau) Resolution: 1440x900@60.0hz
GLX Renderer: GeForce Go 6150/integrated/SSE2 GLX Version: 2.1.2 NVIDIA 304.125 Direct Rendering: Yes
Audio: Card: NVIDIA MCP51 High Definition Audio driver: snd_hda_intel bus-ID: 00:10.1 Sound: ALSA ver: k3.13.0-37-generic
Network: Card-1: Broadcom BCM4311 802.11b/g WLAN driver: wl bus-ID: 03:00.0
IF: N/A state: N/A mac: N/A
Card-2: NVIDIA MCP51 Ethernet Controller driver: forcedeth port: 30e0 bus-ID: 00:14.0
IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 128.0GB (4.8% used) 1: id: /dev/sda model: ADATA_SX900 size: 128.0GB
Partition: ID: / size: 116G used: 5.7G (6%) fs: ext4 ID: swap-1 size: 2.08GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: 40.0C mobo: N/A gpu: 0.0:61C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 166 Uptime: 7 min Memory: 900.1/1936.9MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4

The next one (2.) asks for my password then does nothing at all.
sockey007

Re: Wireless not working on HP Laptop (hardware switch)

Post by sockey007 »

MrBob22 wrote:Hello:
Have you looked at this webpage? I dont know if your particular issue is addressed, but maybe it will get you started toward a solution:

http://www.linlap.com/hp_pavilion_dv9000z

Good Luck, MrBob22
Thanks! I'll check it out. Didn't occur to me to search up my specific model somehow.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Wireless not working on HP Laptop (hardware switch)

Post by JeremyB »

If the proprietary driver doesn't make it work, then

Code: Select all

sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-dkms
And install the firmware for the open source b43 module

Code: Select all

sudo apt-get install firmware-b43-installer
reboot
Locked

Return to “Networking”