LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-02-2012, 08:32 PM   #1
odm4286
LQ Newbie
 
Registered: Nov 2009
Posts: 17

Rep: Reputation: 0
Broadcom wifi + slackware 14


Hello everyone, linux mint user here switching over to slack. So first I installed slack 13.37 and went through various tutorials in an attempt to get wifi working with no luck. As I was searching slackware 14 was released and I figured that the driver I need may be included in the updated linux kernal, no luck again.

I've tried googling but can't seem to find any information on getting this to work on version 14. Can I just use the slackbuilds for 13.37 or would that be incompatible? Thanks in advance.
 
Old 10-02-2012, 08:53 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Slackbuilds for 14 have been released already, so you can use those. posting this from a laptop with a fresh install of 14 connected with Broadcom 4315 wireless.
 
Old 10-02-2012, 08:55 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I struggled with Broadcom on Slackware--Current. I'm still on Current, which is up to 14.0, and it's still working.

LQ helped me here. The thread about it may help you.

http://www.linuxquestions.org/questi...urrent-926077/

You need the appropriate firmware, the fwcutter, and the appropriate driver. You can find them all at Slackbuilds.

http://slackbuilds.org/result/?search=broadcom&sv=14.0

You can learn useful background here:

http://linuxwireless.org/en/users/Drivers/b43
 
Old 10-02-2012, 08:57 PM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
You'll need the b43-firmware and b43-fwcutter packages, however to be sure run "lspci" from a terminal and post which card and revision you have as drivers will vary somewhat.
 
Old 10-03-2012, 01:38 AM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Use the following command to confirm the vendor and device ID as well as kernel driver in use and modules which can be used:
Code:
lspci -nnk|grep -A3 Net
 
Old 10-03-2012, 09:07 AM   #6
DrCube
LQ Newbie
 
Registered: Oct 2012
Posts: 20

Rep: Reputation: 7
Funny you should ask, I did this on a fresh install of 14.0 on my Dell Inspiron 1545 just this morning. My wireless card is BCM4312.

I originally had trouble with the 13.37 package, but this morning it worked fine with the slackbuild for 14.0. I didn't need the fwcutter or b43, broadcom-sta was the only package I needed. Check these pages here:

...
(see next post)
...

Make sure you use the broadcom-sta slackbuild for 14.0 and include the following lines in your /etc/modprobe.d/blacklist.conf:

blacklist b43
blacklist b43legacy
blacklist bcma
blacklist ssb

Install wicd, reboot and you should be able to connect to wireless from there. At least, it was successful for me and my Dell 1545. Good luck and happy slacking.

---------- Post added 10-03-12 at 08:07 AM ----------

Okay, so I guess since that was my first post here, I couldn't post links. Here's another try:

http://www.slackwiki.com/Broadcom_Wireless

http://slackbuilds.org/repository/14.../broadcom-sta/
 
Old 10-03-2012, 09:13 AM   #7
odm4286
LQ Newbie
 
Registered: Nov 2009
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks for the quick replies guys, im at work atm so I cannot run lspci but im sure im using a BCM4315. Also I was able to run slackbuilds and attempted to modprobe wl but I keep getting a message with something along the lines of "unable to insert wl". Maybe after I blacklist other modules it will work?
 
Old 10-03-2012, 09:30 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I also have the 4315, I just installed b43-fwcutter and b43-firmware and since then it works flawlessly.
 
Old 10-03-2012, 07:09 PM   #9
odm4286
LQ Newbie
 
Registered: Nov 2009
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Didier Spaier View Post
Use the following command to confirm the vendor and device ID as well as kernel driver in use and modules which can be used:
Code:
lspci -nnk|grep -A3 Net
Ok here network controller [0280]: broadcom corporation bcm4312 802.11b/g lp-phy [14e4:4315] (rev 01) subsystem: hewlett-packard company u98z049.00 wireless mini pcie card [103c:1507]

I went through the whole slackbuilds thing and installed everything(i hope) but still no luck. Do I need to install wcid?
 
Old 10-03-2012, 07:37 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
To manage your network connection you can either do it the manual way with editing rc.inet1, or you can use GUI tools like wicd (has also a text based client) or the NetworkManager (can be configured using the commandline or the NetworkManager applet). NetworkManager is installed by default.
 
Old 10-03-2012, 07:52 PM   #11
odm4286
LQ Newbie
 
Registered: Nov 2009
Posts: 17

Original Poster
Rep: Reputation: 0
sorry to be a pain but can someone post some troubleshooting tips? I reinstalled the software from slackbuilds and logged in as root this time rather then using su just to be sure things went as they should. I also made sure I followed the instructions found here http://slackbuilds.org/repository/14.../broadcom-sta/ regarding blacklisting. Sorry for being a newb but the only other information I have is that iwconfig shows the following : lo no wireless extensions
eth0 no wireless extensions

also as i said before when I try to modprobe wl I get the following message "could not insert 'wl': Exec format error" and lastly im using the bcm4312 chipset

thanks a TON

Last edited by odm4286; 10-03-2012 at 07:53 PM.
 
Old 10-03-2012, 08:42 PM   #12
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
If you use the b43-firmware and b43-fwcutter packages do not blacklist anything.
 
Old 10-03-2012, 09:22 PM   #13
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
I just went through all the same routine over here... hope it helps.

the b4312 card/chip will work with stock
b43-firmware-5.10.56.27.3-fw-1_SBo
b43-fwcutter-014-i486-1_SBo
I used the wicd package also.

See http://www.bournetoraiseshell.com/ar...21003132156419 for steps.

Another post about wifi/b43xx that I used to get it working with help from LQ post replies.

I hope it helps you also.
 
Old 10-04-2012, 07:31 AM   #14
hakan56
Member
 
Registered: Nov 2004
Location: Sweden
Distribution: Slackware64-14.0
Posts: 53

Rep: Reputation: 9
I have the same card as you, and it works for me with the broadcom-sta driver, I use networkmanager myself but wicd also works as "DrCube" verifies.

I think that either your "blacklist" doesn't work or your build of "broadcom-sta" didn't succed

First try too remove the modules by..
# modprobe -r b43 b43legacy bcma ssb
..and then...
# modprobe wl
..if that works..
Code:
bash-4.2# lsmod |grep wl
wl                   2535094  0 
lib80211                3877  2 wl,lib80211_crypt_tkip
If that doesn't work try to rebuild broadcom-sta.
Unfortunately since I'm running slackware64 my wl-module will not help you.

/Håkan
 
Old 10-04-2012, 07:39 AM   #15
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Håkan:

Thanks.

I didn't mean to hijack someone's thread, I merely wanted to offer assistance for the OP via some links/posts that I found useful for the/my b43(21) chip/card.

Have a Great Day!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wifi connection issues with slackware 12.37 and broadcom wifi card EpicViTTo Slackware 15 09-05-2012 02:37 PM
Stubborn Broadcom 43224 in Macbook Air 3,1, need Wifi assistance, Slackware Current Fluxo Linux - Laptop and Netbook 0 06-11-2012 05:20 PM
[SOLVED] Slackware 13.1 and broadcom wifi enine Slackware 13 07-29-2010 07:32 PM
Broadcom wifi under Slackware 11 person132 Slackware 11 10-07-2006 10:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration