LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-29-2010, 05:23 AM   #1
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Rep: Reputation: 22
Smile Broadcom BCM4312 wireless not working in Debian


Hi,

I am not getting wireless in my laptop. I am using Dell vostro 1520, with Debian Lenny Installed. How could I make it working. Kernel version is 2.6.26-1-686

lspci output

Code:
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
0e:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
Heard that from 2.6.xx version onwards, support for this driver is included. What should I do? Also I have some questions to ask.....

1) Even if driver is no there, whether lspci shows the the hardaware information with name?


Please help
 
Old 04-29-2010, 05:40 AM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
The driver is there but you still need the firmware. Take a look at bcm43xx - Debian Wiki - http://wiki.debian.org/bcm43xx
 
Old 04-30-2010, 01:05 AM   #3
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Original Poster
Rep: Reputation: 22
Unhappy re

I tried installing the driver following the instructions in the link given below.

http://forums.debian.net/viewtopic.php?t=7949

But now also its now working either. After installing the outputs are given below.

# lspci


Code:
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
0e:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

# lsmod
After I I executed # modprobe b43

Code:
b43                   110748  0 
ssb                    33476  1 b43
rfkill                  5652  1 b43
pcmcia                 29548  2 b43,ssb
firmware_class          6816  2 b43,pcmcia
rng_core                3940  1 b43
mac80211              139680  1 b43
cfg80211               21576  1 mac80211
led_class               3908  1 b43
input_polldev           3752  1 b43
pcmcia_core            31892  3 b43,ssb,pcmcia
............................................
# mdoinfo b43

Code:
filename:       /lib/modules/2.6.26-1-686/kernel/drivers/net/wireless/b43/b43.ko
firmware:       FW13
license:        GPL
author:         Michael Buesch
author:         Stefano Brivio
author:         Martin Langer
description:    Broadcom B43 wireless driver
alias:          pcmcia:m02D0c0448f*fn*pfn*pa*pb*pc*pd*
alias:          ssb:v4243id0812rev0D*
alias:          ssb:v4243id0812rev0B*
alias:          ssb:v4243id0812rev0A*
alias:          ssb:v4243id0812rev09*
alias:          ssb:v4243id0812rev07*
alias:          ssb:v4243id0812rev06*
alias:          ssb:v4243id0812rev05*
depends:        pcmcia,mac80211,ssb,input-polldev,pcmcia_core,led-class,rfkill,rng-core,firmware_class
vermagic:       2.6.26-1-686 SMP mod_unload modversions 686 
parm:           bad_frames_preempt:enable(1) / disable(0) Bad Frames Preemption (int)
parm:           fwpostfix:Postfix for the .fw files to load. (string)
parm:           hwpctl:Enable hardware-side power control (default off) (int)
parm:           nohwcrypt:Disable hardware encryption. (int)
parm:           qos:Enable QOS support (default on) (int)
parm:           btcoex:Enable Bluetooth coexistance (default on) (int)
# ifconfig Its not showing any Wireless drivers

Code:
eth0      Link encap:Ethernet  HWaddr 00:24:e8:aa:a7:2e  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::224:e8ff:feaa:a72e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5567 errors:0 dropped:2320916122 overruns:0 frame:0
          TX packets:6125 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4702180 (4.4 MiB)  TX bytes:973522 (950.7 KiB)
          Interrupt:217 Base address:0x4000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1530 (1.4 KiB)  TX bytes:1530 (1.4 KiB)

Please help
 
Old 05-06-2010, 11:15 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,359

Rep: Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333Reputation: 2333
Have you got "Fast Ethernet Switching" or something similar set in the BIOS?

This disables one nic if the other is set up (to save power). Unset it if you have
 
Old 05-06-2010, 11:44 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
That thread is 4 years old. Why didn't you use the wiki link? I have a Broadcom 4306 card and the wiki instructions have always worked fine for me.
 
Old 05-06-2010, 11:47 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
See the recent thread started by LQ member "kamon".

I wonder if the wiki mentioned above is a comprehensive tutorial including the option of using the windows driver with NDISwrapper? (I would check for myself, but I don't have a horse in this race.)

EDIT: kamon thread here: http://www.linuxquestions.org/questi...-linux-804957/

Last edited by pixellany; 05-06-2010 at 11:48 AM.
 
Old 05-06-2010, 11:54 AM   #7
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

This is the thread pixellany is referring to. In the meantime I've found some mentioning that that specific NIC should work with b43 but cannot try it out for myself. I only got it working in the past using NDISwrapper.

Kind regards,

Eric
 
Old 05-06-2010, 08:31 PM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
And Eric of course is the good samaritan that got kamon up and running......
 
Old 05-06-2010, 08:42 PM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Broadcom, b43/ b43legacy devices

The modules using this firmware are
b43 b43legacy
To install the firmware
apt-get install b43-fwcutter
You can confirm you have installed the firmware by checking for the following files

* /lib/firmware/b43/b0g0bsinitvals5.fw
* /lib/firmware/b43/b0g0initvals5.fw
* /lib/firmware/b43/ucode5.fw


The sidux manual has a nice page on how to install the firmware if the computer you are using can't get online.
sidux Manuals - Hardware and Graphics Drivers - http://manual.sidux.com/en/hw-dev-hw...-free-firmware

They even have a nifty script that will tell you if you need firmware and what it is.

Last edited by craigevil; 05-06-2010 at 08:49 PM.
 
Old 05-06-2010, 08:48 PM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by craigevil View Post
How is the thread old? The OP was on 04-29-10, 05:23 AM
I think Xavier was referring the thread linked in the OP. It's last post was just over two years ago.

The "kamon" thread is recent.
 
Old 05-07-2010, 03:13 AM   #11
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Exactly - there are a few commands in the linked thread that are unnecessary and could even introduce unneeded complications.
 
Old 05-08-2010, 09:57 PM   #12
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Original Poster
Rep: Reputation: 22
re

Got it working by downloading the precompiled driver from Broadcaom site. Thanks for the help.

Last edited by jestinjoy; 11-21-2010 at 08:21 AM.
 
  


Reply

Tags
debian, driver, wireless



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
Broadcom BCM4312 Driver installed via Ndiswrapper, but wireless still not showing up. Crack Kid Linux - Hardware 3 02-04-2018 10:35 PM
Cannot get Broadcom Corporation BCM4312 802.11b/g to connect w/ Ubuntu 9.10. Maxximiliann Linux - Networking 138 02-27-2010 04:52 PM
Slackware 13.0 RC2 X86_64 Broadcom bcm4312 problems onebuck Slackware 14 09-16-2009 07:51 AM
seeking driver for Broadcom BCM4312 (rev01) for Ubuntu 9.04 Invisible-Man Linux - Hardware 1 08-29-2009 05:53 PM
No scan results anymore with Broadcom BCM4312 LordFrancis Linux - Wireless Networking 8 10-04-2008 10:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 08:41 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