Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Hardware & Laptops
FedoraForum Search

Forgot Password? Join Us!

Hardware & Laptops Help with your hardware, including laptop issues

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th November 2007, 02:40 PM
evad's Avatar
evad Offline
Registered User
 
Join Date: Dec 2004
Location: London, UK / Zielona Góra, PL
Age: 32
Posts: 47
Wireless b43 driver - loads itself ok, interface present, but no networks detected

I have a task to install Fedora 8 on Dell Latitude D400 laptop with Dell Wireless / Broadcom wireless adapter. I have managed to install firmware using b43-fwcutter, driver loads itself properly, I've also added alias wlan0 b43 to /etc/modprobe.conf, and there is wlan0 interface. Everything looks great so far, but... wireless adapter doesn't detect any networks at all! :( iwlist wlan0 scan returns 'No scan results'. NetworkManager, or wifi-radar obviously can't see any wireless networks either.

I've tried to google around, but haven't found any solution yet. I'd like to avoid to use ndiswrapper, as b43 driver seems to load properly, there must be some tiny catch that adapter doesn't see networks...

I'd be greatly appreciated for any help on that matter. Here are some useful outputs:

dmesg | grep b43
Code:
b43-phy0: Broadcom 4306 WLAN found
b43-phy0 debug: Found PHY: Analog 2, Type 2, Revision 2
b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
b43-phy0 debug: Loading firmware version 351.126 (2006-07-29 05:54:02)
Registered led device: b43-phy0:tx
Registered led device: b43-phy0:rx
b43-phy0 debug: Chip initialized
b43-phy0 debug: 30-bit DMA initialized
b43-phy0 debug: Wireless interface started
b43-phy0 debug: Adding Interface type 2
lspci:
Code:
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet (rev 01)
01:01.0 CardBus bridge: Texas Instruments PCI7510 PC card Cardbus Controller (rev 01)
01:01.1 CardBus bridge: Texas Instruments PCI7510,7610 PC card Cardbus Controller (rev 01)
01:01.2 FireWire (IEEE 1394): Texas Instruments PCI7410,7510,7610 OHCI-Lynx Controller
01:01.3 System peripheral: Texas Instruments PCI7410,7510,7610 PCI Firmware Loading Function
01:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
__________________
Dawid 'evad' Lorenz
Reply With Quote
  #2  
Old 18th November 2007, 05:14 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
Check to see if the older bcm43xx module is loaded. ' /sbin/lsmod '

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #3  
Old 18th November 2007, 09:04 PM
evad's Avatar
evad Offline
Registered User
 
Join Date: Dec 2004
Location: London, UK / Zielona Góra, PL
Age: 32
Posts: 47
Quote:
Originally Posted by Brian1
Check to see if the older bcm43xx module is loaded. ' /sbin/lsmod '
Nope, there is no bcm43xx module... :(

Code:
[root@d400 ~]# lsmod | grep 43
b43                   129637  0 
rfkill                  9297  2 b43
mac80211              112461  1 b43
input_polldev           7369  1 b43
ssb                    30021  1 b43
snd                    43461  16 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
__________________
Dawid 'evad' Lorenz
Reply With Quote
  #4  
Old 18th November 2007, 09:08 PM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,848
Hello probably a silly question but is the aerial turned on (switch on side of laptop)
Reply With Quote
  #5  
Old 18th November 2007, 09:30 PM
evad's Avatar
evad Offline
Registered User
 
Join Date: Dec 2004
Location: London, UK / Zielona Góra, PL
Age: 32
Posts: 47
Quote:
Originally Posted by Dangermouse
Hello probably a silly question but is the aerial turned on (switch on side of laptop)
This laptop doesn't have side switch - only soft key combination, which I've also tried already...

UPDATE: Wireless works! And the reason was... turned off wireless adapter by Fn-F2 softkey combination! When I tried that before, I probably didn't wait enough for adapter to get up, and killed it by pressing Fn-F2 again...

I am now completely red on my face now, and feel like a fool... :| However, thank you very very much for that suggestion. I would probably never tried that solution later.
__________________
Dawid 'evad' Lorenz

Last edited by evad; 18th November 2007 at 09:46 PM. Reason: I know, I am a fool...
Reply With Quote
  #6  
Old 19th November 2007, 10:05 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
probably just one of many broadcomm chipsets that will not work with either bcm43xx or b43-fwcutter. ndiswrapper looks to be the only choice. It has worked very well for me with the many I have setup. I still perfer Atheros based chipsets though and some prism ones.

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
Reply

Tags
b43, detected, driver, interface, loads, networks, present, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 11 device/interface pano: does not seem to be present; delaying initialization XLR8 Hardware & Laptops 8 6th September 2009 04:08 AM
RPMfusion loads NVIDIA driver : machine no longer boots. HELP! LeaderXFX Installation and Live Media 4 23rd January 2009 11:12 PM
Neighbours Wireless Networks detected but not my own! Bizarre (works Ubuntu + WinXP) iceman-uk Servers & Networking 0 28th December 2008 06:07 PM
how to look for wireless networks? pabloguevara Servers & Networking 4 1st November 2006 08:02 PM
ndiswrapper loads driver but won't init adaptor hinge Servers & Networking 7 24th May 2005 08:25 PM


Current GMT-time: 04:20 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat