You are not logged in.

#1 2014-08-26 16:37:07

mrdasi
Member
Registered: 2014-08-26
Posts: 4

Problem with wifi drivers for my HP Elitebook 2530p

Hello i cant find how out how to get drivers for my WiFi card which is  Broadcom BCM43222 4322 mini PCI 802.11a/b/g/n,
The laptop in question the the HP Elitebook 2530p, I have tried Network Manager(network manager will not start up all it says is "Networking disabled i think this is since the network driver is not installed").
Thanks in advance

Offline

#2 2014-08-26 16:42:23

UploadDownload
Member
Registered: 2014-08-26
Posts: 4

Re: Problem with wifi drivers for my HP Elitebook 2530p

Confirm you get connection via ethernet? Does network manager still show that error when ethernet connected?

Edit: Does https://wiki.archlinux.org/index.php/Wireless help at all?

Last edited by UploadDownload (2014-08-26 16:43:48)

Offline

#3 2014-08-26 16:47:47

mrdasi
Member
Registered: 2014-08-26
Posts: 4

Re: Problem with wifi drivers for my HP Elitebook 2530p

yes i do have a connection via ethernet and it still does it. when i try to run this command "ip link set wlan0 up" "it cannot find device "wlan0""

Thanks for the fast response

Offline

#4 2014-08-26 17:25:11

loqs
Member
Registered: 2014-03-06
Posts: 17,469

Re: Problem with wifi drivers for my HP Elitebook 2530p

Also check the output of ip link command to see if a wireless interface (usually it starts with the letter "w", e.g. wlp2s1) was created. Then bring the interface up with ip link set interface up. For example, assuming the interface is wlan0:

What is the output of

ip link

Offline

#5 2014-08-26 17:43:56

mrdasi
Member
Registered: 2014-08-26
Posts: 4

Re: Problem with wifi drivers for my HP Elitebook 2530p

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 00:1e:ec:e4:de:40 brd ff:ff:ff:ff:ff:ff
3: wls1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:22:fa:34:f1:a2 brd ff:ff:ff:ff:ff:ff

Offline

#6 2014-08-26 18:21:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Problem with wifi drivers for my HP Elitebook 2530p


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2014-08-27 16:24:00

mrdasi
Member
Registered: 2014-08-26
Posts: 4

Re: Problem with wifi drivers for my HP Elitebook 2530p

This solved my problem

http://ubuntuforums.org/showthread.php?t=1781350&page=2

rmmod -f iwlwifi

rfkill unblock all

modprobe iwlwifi

Offline

#8 2014-08-27 17:07:24

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Problem with wifi drivers for my HP Elitebook 2530p

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB