You are not logged in.

#1 2015-06-02 06:21:18

Truestory4u
Member
Registered: 2015-05-31
Posts: 5

Wifi card not working (internal)

Question Updated

I have a Hp Pavilion Entertainment PC d4
http://support.hp.com/us-en/document/c01989776

I can not get my internal wifi card working but it works with external usb wifi cards. I have read through the manual which is how I even got this far to begin with. I am just have no success. I need someone with more experience to help me. Please help me with this problem. the card oes not even seem to be detected.

Last edited by Truestory4u (2015-06-02 06:41:19)

Offline

#2 2015-06-02 06:28:01

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

Re: Wifi card not working (internal)

Please read How To Ask Questions The Smart Way; then tell us what card is in your laptop, the driver you have installed, what happens when you manually start it, etc...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-06-02 06:43:18

Truestory4u
Member
Registered: 2015-05-31
Posts: 5

Re: Wifi card not working (internal)

[iwannaslack@kinux ~]$ lspci -knn|grep -iA2 net
02: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:137c]
Kernel driver in use: b43-pci-bridge
--
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:30f7]
Kernel driver in use: r8169
[truestory4u@kinux ~]$

[truestory4u@kinux ~]$ ip l
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: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 00:26:22:9e:dd:f2 brd ff:ff:ff:ff:ff:ff
[truestory4u@kinux ~]$ 

Last edited by Truestory4u (2015-06-02 07:30:30)

Offline

#4 2015-06-02 06:48:39

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

Re: Wifi card not working (internal)

1. Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_code

2. Please paste the output of `uname -a`.

3. Read the wireless page and work through it methodically.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2015-06-02 07:02:50

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,763
Website

Re: Wifi card not working (internal)

Have you installed the firmware for your device?

Have you blacklisted the non-used drivers?

https://wiki.archlinux.org/index.php/Br … reless#b43

Offline

#6 2015-06-02 07:26:34

Truestory4u
Member
Registered: 2015-05-31
Posts: 5

Re: Wifi card not working (internal)

jasonwryan wrote:

1. Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_code

2. Please paste the output of `uname -a`.

3. Read the wireless page and work through it methodically.

[Truestory4u@kinux ~]$ uname -a
Linux kinux 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015 x86_64 GNU/Linux
Head_on_a_Stick wrote:

Have you installed the firmware for your device?

Have you blacklisted the non-used drivers?

https://wiki.archlinux.org/index.php/Br … reless#b43

no I don't even know how I would even begin to go about that. I have a very basic installation of arch I was just fortunate to somehow have sound and with the help of yaourt some basic web browsers and such.

Last edited by Truestory4u (2015-06-02 07:29:41)

Offline

#7 2015-06-02 07:30:32

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,763
Website

Re: Wifi card not working (internal)

Truestory4u wrote:

I don't even know how I would even begin to go about that.

Read the ArchWiki page I have linked (and read all the pages linked form there).

Offline

#8 2015-06-02 07:38:42

Truestory4u
Member
Registered: 2015-05-31
Posts: 5

Re: Wifi card not working (internal)

Head_on_a_Stick wrote:
Truestory4u wrote:

I don't even know how I would even begin to go about that.

Read the ArchWiki page I have linked (and read all the pages linked form there).

When I tried to search for with pacman and could not find l b43-firmwareAU so I used yaourt. I think I found it but it had warrnings unsupported and dangerous.

Offline

#9 2015-06-02 07:43:19

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,815
Website

Re: Wifi card not working (internal)

1> Follow this wiki page and install the appropriate firmware. (Make sure to check whether you need LP-PHY version)

2> Blacklist b43legacy kernel module.

3> Add that blacklist file to the FILES section in /etc/mkinitcpio.conf

4> Add b43 module to modules-load.d

5> Run sudo mkinitcpio -p linux

6> Reboot

If it doesn't work, try sudo modprobe b43.

Also make sure you have iw, wpa_supplicant and a network manager installed.


https://ugjka.net
paru > yay | webcord > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#10 2015-06-02 08:05:07

Truestory4u
Member
Registered: 2015-05-31
Posts: 5

Re: Wifi card not working (internal)

ugjka wrote:

1> Follow this wiki page and install the appropriate firmware. (Make sure to check whether you need LP-PHY version)

2> Blacklist b43legacy kernel module.

3> Add that blacklist file to the FILES section in /etc/mkinitcpio.conf

4> Add b43 module to modules-load.d

5> Run sudo mkinitcpio -p linux

6> Reboot

If it doesn't work, try sudo modprobe b43.

Also make sure you have iw, wpa_supplicant and a network manager installed.

I'm such a newb it's sad. I am going to format it and reinstall just the broadcam drivers. Despite my extreme fails I learn alot from you guys.

Offline

#11 2015-06-02 08:14:15

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,815
Website

Re: Wifi card not working (internal)

Reinstalling everytime you don't understand something is not a solution... You need to clarify where exactly you get stuck, what parts you don't understand so that we can help you. smile


https://ugjka.net
paru > yay | webcord > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#12 2015-06-02 09:18:33

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Wifi card not working (internal)

Just install b43-firmware from aur and reload the b43 module. Problem solved.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#13 2015-06-02 09:48:53

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,815
Website

Re: Wifi card not working (internal)

That should work too, I don't know why I made it so complicated hmm


https://ugjka.net
paru > yay | webcord > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#14 2015-06-02 13:48:11

hotpepperguy
Member
From: Australia
Registered: 2015-05-29
Posts: 20

Re: Wifi card not working (internal)

Mr.Elendig wrote:

Just install b43-firmware from aur and reload the b43 module. Problem solved.

This is what I did on my old HP laptop with a broadcom wireless chipset. Works beautifully. So much simpler than the manual install that became customary every time I tested a different distro. Since you're already set up with yaourt, it should be a cakewalk.

Last edited by hotpepperguy (2015-06-02 13:48:35)

Offline

#15 2015-06-05 07:39:07

archgeesk
Member
Registered: 2015-06-04
Posts: 10

Re: Wifi card not working (internal)

yes indeed installing b43-firmware from the AUR fixes it for me as well smile
if you want, you can see my post about this as well for more detailed instructions about how to do that; also had trouble installing b43 driver; now it's fixed.
https://bbs.archlinux.org/viewtopic.php?id=198246 EDIT: it's quite probable you need to load the module as well, which isn't included in the instructions but should be

 modprobe b43 

you can also see the AUR wiki page on how to install packages from the AUR; I basically followed their instructions: https://wiki.archlinux.org/index.php/Ar … Repository.
or quite possibly you already got it working?

Last edited by archgeesk (2015-06-05 07:55:48)

Offline

Board footer

Powered by FluxBB