LinuxQuestions.org
Visit Jeremy's Blog.
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 03-17-2010, 10:36 PM   #1
archangel.k978
LQ Newbie
 
Registered: Nov 2008
Posts: 2

Rep: Reputation: 0
Unhappy Slack64 13 (fresh) Broadcom 4312 no wlan


Hi.
I've already red all posts about wireless on slack on this forum, but they could not helped me (I'm an intermediate linux user).

I have a fresh slack64 install on my Dell Inspiron 15:
Code:
uname -r -> 2.6.29.6
Code:
ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:23:ae:27:e1:1d
          inet addr:192.168.1.101  Bcast:255.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:576  Metric:1
          RX packets:3698 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3884 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1263268 (1.2 MiB)  TX bytes:539196 (526.5 KiB)
          Interrupt:18

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.00c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:480 (480.0 B)  TX bytes:480 (480.0 B)
Code:
lspci
...
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
Code:
iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.
No error related to wifi neither in /var/log/dmesg nor /var/log/messages.

I've read http://www.linuxquestions.org/questi...m-4312-793674/ but no driver was loaded

Few days ago I had Ubuntu Jaunty on same laptop and wireles was ok.

Any help/tip will be great.
Thanks in advance.
Best regards.
 
Old 03-17-2010, 10:57 PM   #2
piratesmack
Member
 
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 519

Rep: Reputation: 143Reputation: 143
Did you try the broadcom sta driver mentioned in the other thread?
http://slackbuilds.org/repository/13.../broadcom-sta/

Also, can you give the output of:
Code:
lspci -vnn | grep 14e4
EDIT:
I see this is your first post. Welcome to linuxquestions

Last edited by piratesmack; 03-17-2010 at 10:59 PM.
 
Old 03-18-2010, 02:02 PM   #3
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
You will need to build b43 and broadcom PHY as Kernel MODULES (<M> not <*>) then use fwcutter from slackbuilds to install the binary driver.
 
Old 03-18-2010, 08:50 PM   #4
slackwaredanny
Member
 
Registered: Feb 2010
Location: Sweden
Distribution: Slackware
Posts: 88
Blog Entries: 3

Rep: Reputation: 20
Originally Posted by reed9
There are two different chipsets that both appear as BCM4312. You have to look at the pci id.

The 14e4:4312 is supported by the b43 driver and firmware.
The 14e4:4315 is not until 2.6.32, and need the wl driver./
snip


lspci -vnn | grep -i broad
does the trick (displays it)

mattca had a tread about it a while back..

i have the bcm 4312 14e14:4315 and the broadcom-sta slackbuild.
goodluck

Last edited by slackwaredanny; 03-18-2010 at 08:53 PM. Reason: spelling issues
 
Old 03-18-2010, 10:14 PM   #5
archangel.k978
LQ Newbie
 
Registered: Nov 2008
Posts: 2

Original Poster
Rep: Reputation: 0
Thank you for your quickly answer...

Quote:
Originally Posted by piratesmack View Post
Did you try the broadcom sta driver mentioned in the other thread?
http://slackbuilds.org/repository/13.../broadcom-sta/
This is weird, but I followed the instructions on that web and I finally installed wireless driver. A few days ago, I've compiled "official" driver from Broadcom, and that gave me an error when tried to install it (that's why I posted here), but this one not.
Now, I must connect using WPA2 ... this is other subject.

Quote:
Originally Posted by piratesmack
lspci -vnn | grep 14e4
Code:
lspci -vnn | grep 14e4
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
Quote:
Originally Posted by piratesmack View Post
EDIT:
I see this is your first post. Welcome to linuxquestions
Thank you for your welcome, I hope in the near future help someone else.
I'm from Argentina, in case there is someone who can't express fine in english (like me )
Thanks to others that posted too.
Best regards.
Long life to Slack!

Last edited by archangel.k978; 03-18-2010 at 10:15 PM.
 
Old 03-19-2010, 09:04 PM   #6
slackwaredanny
Member
 
Registered: Feb 2010
Location: Sweden
Distribution: Slackware
Posts: 88
Blog Entries: 3

Rep: Reputation: 20
Quote:
Originally Posted by archangel.k978 View Post
snip



snip
Thanks to others that posted too.
Best regards.
Long life to Slack!
de nada viva slack!
 
Old 03-19-2010, 11:29 PM   #7
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Rep: Reputation: 56
Hey, welcome to linux questions!

In case your issue becomes "unsolved", here is my thread from a couple weeks ago:

http://www.linuxquestions.org/questi...m-4312-793674/

[Edit: oh, wait.. you linked to my thread in your original post.. lol. Well, welcome anyway!]

Last edited by mattca; 03-19-2010 at 11:31 PM.
 
Old 03-21-2010, 07:42 PM   #8
slackwaredanny
Member
 
Registered: Feb 2010
Location: Sweden
Distribution: Slackware
Posts: 88
Blog Entries: 3

Rep: Reputation: 20
Quote:
Originally Posted by mattca View Post
Hey, welcome to linux questions!

In case your issue becomes "unsolved", here is my thread from a couple weeks ago:

http://www.linuxquestions.org/questi...m-4312-793674/

[Edit: oh, wait.. you linked to my thread in your original post.. lol. Well, welcome anyway!]
i namedropped you too!
 
  


Reply

Tags
slackware, wireless


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] wireless help - broadcom 4312 mattca Slackware 21 03-13-2010 03:26 PM
BroadCom BCM 4312 in Slackware 64 13 Alexvader Slackware 9 01-14-2010 04:28 PM
Configuring broadcom BCM 4312 wlan under FreeBSD 8.0... Alexvader *BSD 1 11-27-2009 07:52 AM
Broadcom 4312 on Debian AMD64? jman82s Linux - Laptop and Netbook 6 05-15-2009 09:41 PM
HP6720s Broadcom 4312 Pscylo Linux - Wireless Networking 0 04-16-2008 07:35 PM

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

All times are GMT -5. The time now is 04:22 PM.

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