LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help with setting up wireless on HP notebook using Slackware (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-with-setting-up-wireless-on-hp-notebook-using-slackware-775359/)

ash_zz_00 12-09-2010 08:44 AM

So I'm getting back to resolving my wireless after nearly a year. I'm still on Slackware 12.2.

I turned off the WEP encryption on the wireless.
Got the Ubuntu firmware and copied it to /lib/firmware/b43 and /lib/firmware/b43legacy

Unloaded the wl driver with
Code:

modprobe -r wl
Loaded the b43 driver with
Code:

modprobe b43
Brought down the wireless with
Code:

ifconfig eth1 down
Then when I try to bring the wireless up with
Code:

ifconfig eth1 up
I get the following error
Code:

eth1: ERROR while getting interface flags: No such device
Any suggestions as to what I should try next?

Thanks in advance,

Regards,
Ash.

markush 12-09-2010 10:39 AM

Hello ash zz 00,

I don't know if simply copying the Ubuntu driver is sufficient to get it running with Slackware (I suppose not).
Here http://www.broadcom.com/products/Wir...-LAN-Solutions you can downlaod the recent driver from Broadcom. Build it and install it on you machine. After rebooting you should load the module (if it isn't loaded). Be aware that you can blacklist modules which you don't want to be loaded.
Some weeks ago I had a HP laptop with this wireless device, there are more than one driver which are told to work with the card. In my case none of them worked!

Markus


All times are GMT -5. The time now is 03:43 PM.