You are not logged in.

#1 2010-04-19 10:04:48

CleanCode
Member
Registered: 2010-04-15
Posts: 17

HP4510S - Wifi problem [solved]

My laptop HP4510s contains 14e4:4315 which is supported from kernel 2.6.32+ [here]. I read also wiki so I decided to use AUR.

I added (b43 !b43legacy) to rc.conf and installed b43-git-tools and b43-newest-firmware.  Reboot and after that I turned on my wifi in BIOS and run Archlinux. Unfortunately my system froze at loding modules.

Now here is the weird thing. My wifi works with WICD, but only with ACPI=OFF.

Another note:
1) Everything boots fine when I edit rc.conf and disable interfaces !eth0 !wlan0, but the catch is that network isn't working. I am a little bit confused, because this is recommended settings in WICD Wiki [disable interfaces].

2) Or when I deleted b43 module from rc.conf, again everything boots fine but wifi isn't working. Is it b43 issue?

Is there a possibility to enable these interfaces after successful boot? Or where is the problem? It has to be in wifi card because when I turn my wifi off in bios everthing works fine.

Where could be the problem? I am so close to have my first perfect linux setup. 2 days ago I was Windows user and I am not going back, I fell in love with Linux smile.

Last edited by CleanCode (2010-04-19 12:23:35)

Offline

#2 2010-04-19 10:25:26

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: HP4510S - Wifi problem [solved]

You can just comment out the whole interfaces array in rc.conf (wlan0 hasn't been declared anyway):

#eth0="dhcp"
#INTERFACES=(eth0 wlan0)

Next I would try to bring up the network manually (ifconfig up), and see if your card can scan for networks (iwlist scanning), to figure out if its a problem with WICD or with the card/acpi/module.

Offline

#3 2010-04-19 11:49:49

CleanCode
Member
Registered: 2010-04-15
Posts: 17

Re: HP4510S - Wifi problem [solved]

hokasch wrote:

Next I would try to bring up the network manually (ifconfig up), and see if your card can scan for networks (iwlist scanning), to figure out if its a problem with WICD or with the card/acpi/module.

I tried ifconfig up/down and iwlist scan, but nothing. It has to be card/acpi/module problem.

Offline

#4 2010-04-19 12:00:55

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: HP4510S - Wifi problem [solved]

What output do you get from "ifconfig wlan0 up"? Any errors? You can also reload b43 module (rmmod b43/modprobe b43) and check dmesg for errors.

Some quick google finds you may want to look into:
https://bugzilla.redhat.com/show_bug.cgi?id=576278
http://wiki.archlinux.org/index.php/Broadcom_BCM4312
http://www.mail-archive.com/bcm43xx-dev … 09059.html

Offline

#5 2010-04-19 12:13:58

mythus
Member
From: MS Gulf Coast
Registered: 2008-05-15
Posts: 509
Website

Re: HP4510S - Wifi problem [solved]

You need to do the following...
#eth0="dhcp"

INTERFACES=(!eth0 !wlan0)

as well. Otherwise wicd won't work. You see, wicd replaces the default method of network use, so you have to disable the default method in your rc.conf.


Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG

Offline

#6 2010-04-19 12:16:58

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: HP4510S - Wifi problem [solved]

CleanCode wrote:

Everything boots fine when I edit rc.conf and disable interfaces !eth0 !wlan0, but the catch is that network isn't working. I am a little bit confused, because this is recommended settings in WICD Wiki [disable interfaces].

read first, post later tongue

Offline

#7 2010-04-19 12:22:57

CleanCode
Member
Registered: 2010-04-15
Posts: 17

Re: HP4510S - Wifi problem [solved]

Good news! Problem solved. I removed b43 and used [BCM4312 Wiki Page]. It is working like a charm. I don't know why b43 did'nt work, but I am satisfied Archlinux customer now. Thank you for your time and effort.

This topic actually might help to a lot of people. There are really many desperate 4510's owners out there.

Boot with acpi=off and use [BCM4312 Wiki Page]. That is my solution. B43 didn't work for me.

Last edited by CleanCode (2010-04-19 12:30:43)

Offline

#8 2010-04-19 12:34:28

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: HP4510S - Wifi problem [solved]

Just to clarify - acpi=off is not needed once you got the alternative wl driver set up?

Offline

#9 2010-04-19 12:41:50

CleanCode
Member
Registered: 2010-04-15
Posts: 17

Re: HP4510S - Wifi problem [solved]

hokasch wrote:

Just to clarify - acpi=off is not needed once you got the alternative wl driver set up?

Yes, I guess there is bug in B43 module. But I am here for two days so I am not ready to make a detailed report.

Offline

Board footer

Powered by FluxBB