Fedora Linux Support Community & Resources Center
  #1  
Old 26th October 2009, 03:35 AM
hunter362 Offline
Registered User
 
Join Date: Jul 2005
Location: Syracuse,NY
Age: 50
Posts: 21
linuxfedorafirefox
Broadcom 4312 not detecting wireless networks

I had F11 running on this Acer 5515, had help from the forum getting this card working before, but the same programs have had no luck with F12

Kernel: 2.6.31.5-96.fc12.i686.PAE
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
kmod-wl-5.10.91.9.3-3.fc12.2.i586
broadcom-wl-5.10.91.9.3-1.fc12.noarch
kmod-wl-PAE-5.10.91.9.3-3.fc12.2.i686

lspci-vv shows the card, with the wl module loaded.

Kernel driver in use: wl
Kernel modules: wl, ssb

Card shows up as eth1, as it was in F11, however there are no wireless networks detected.
[root@localhost log]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11bg ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:32 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Power Managementmode:All packets received

sit0 no wireless extensions.

root@localhost ~]# iwlist eth1 scan
eth1 No scan results

[root@localhost ~]#

Nothing from the command line or Network Manager, Network Manager shows it but lists it as disconnected.

Any ideas.
  #2  
Old 26th October 2009, 04:50 AM
infernosoft Offline
Registered User
 
Join Date: Jan 2008
Age: 22
Posts: 367
linuxfedorafirefox
When clicking the NetworkManager icon in the panel, does it list any networks? Does it say the device is disabled? What does it say, if anything?

I have a 4312 as well and it works....of course, it was a pain to get it to work though.
  #3  
Old 26th October 2009, 05:09 AM
liqi Offline
Registered User
 
Join Date: Dec 2006
Location: Shenzhen P.R. China
Age: 36
Posts: 4
linuxfedorafirefox
I use the BCM4312 wireless card also, but it work very perfectly in F12. With lspci, I could see BCM4312 801.11a/b/g (rev 01) and product id and vendor id were [103c:1361]. You could force your BCM4312 to work with these ids and have a test.
  #4  
Old 27th October 2009, 12:27 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by hunter362

I had F11 running on this Acer 5515, had help from the forum getting this card working before, but the same programs have had no luck with F12

Kernel: 2.6.31.5-96.fc12.i686.PAE
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
kmod-wl-5.10.91.9.3-3.fc12.2.i586
broadcom-wl-5.10.91.9.3-1.fc12.noarch
kmod-wl-PAE-5.10.91.9.3-3.fc12.2.i686
Hello hunter362,

Well, you have the i586 and the i686 PAE common kmod-wl packages installed, but no kernel specific kmod-wl-PAE (at least not in that list you posted). I recommend that you get rid of the i586 kmod-wl and install the kernel-specific kmod-wl-PAE.
  #5  
Old 27th October 2009, 12:57 AM
hunter362 Offline
Registered User
 
Join Date: Jul 2005
Location: Syracuse,NY
Age: 50
Posts: 21
linuxfedorafirefox
Quote:
Originally Posted by stoat View Post
Hello hunter362,

Well, you have the i586 and the i686 PAE common kmod-wl packages installed, but no kernel specific kmod-wl-PAE (at least not in that list you posted). I recommend that you get rid of the i586 kmod-wl and install the kernel-specific kmod-wl-PAE.
I'll have to check that and see what the deal is, the i586 version got installed along with a i586 kernel, don't know why, but I seem to remember reading the other day someone had a similar issue with a i586 kernel getting installed as a dependency.
  #6  
Old 27th October 2009, 01:14 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
That's right. It's been happening often since Fedora 11 because there is no longer a plain old i686 kernel. There is only the i586 and PAE kernel (and the x86_64, of course). The yum install commands for various kmods that people have been using in earlier versions of Fedora sometimes now can install the i586 version of the kmod and bring along the i586 kernel. It's been documented with kmod-wl, kmod-nvidia, and kmod-ndiswrapper. Anyway, if you install kmod-wl-PAE with yum, it will behave normally and install the PAE versions of the kmod packages.
  #7  
Old 27th October 2009, 02:11 AM
hunter362 Offline
Registered User
 
Join Date: Jul 2005
Location: Syracuse,NY
Age: 50
Posts: 21
linuxfedorafirefox
Quote:
Originally Posted by stoat View Post
That's right. It's been happening often since Fedora 11 because there is no longer a plain old i686 kernel. There is only the i586 and PAE kernel (and the x86_64, of course). The yum install commands for various kmods that people have been using in earlier versions of Fedora sometimes now can install the i586 version of the kmod and bring along the i586 kernel. It's been documented with kmod-wl, kmod-nvidia, and kmod-ndiswrapper. Anyway, if you install kmod-wl-PAE with yum, it will behave normally and install the PAE versions of the kmod packages.
Ok, this is really bugging me now!! I just checked the yum.log and yes it did install the kernel specific kmod-wl
Now in NM it shows Wireless Networks, underneath says disconnected. If I do rmmod wl, the only connection shows my ethernet, then do modprobe wl and boom, loads right up, but show NO networks, there are 4 locals that are always picked up.
If I make a New connection, as a Ad-Hoc network, it works fine, change it to infrastructure and nothing.
  #8  
Old 27th October 2009, 02:46 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by hunter36

I just checked the yum.log and yes it did install the kernel specific kmod-wl
But is it the i586 version for that i586 kernel it installed? If so, are you booted into that kernel? None of that may be causing your problem here, but the situation can sure get messy. It's happened before. It should probably be cleaned up regardless. Take a moment to confirm the running kernel and everything installed related to this matter...
Code:
uname -r
rpm -qa | grep -i -e kernel -e kmod-wl -e broadcom-wl | sort
All of that stuff should make sense.

P.S.:Another thing to try is deleting all existing connections in the NM panel applet. Then establish a new connection.
  #9  
Old 28th October 2009, 03:18 AM
hunter362 Offline
Registered User
 
Join Date: Jul 2005
Location: Syracuse,NY
Age: 50
Posts: 21
linuxfedorafirefox
Well I'll tell ya what... got tired of messing with it, put F11 back on and installed kmod-wl (I think thats what was on previous)
and wireless worked without a hitch. So had some time and wiped F11, installed Ubuntu 9.04 and the Broadcom-sta driver was installed out of the box and worked no problems.
I'll wait for the final release of F12 and try again.
Thanks for the help.
 

Tags
4312, broadcom, detecting, networks, 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
Not able to connect to WPA2 secure wireless networks with broadcom 4312 snhemanthm Servers & Networking 1 2nd February 2012 02:43 PM
Wireless connects and drops secure networks (broadcom) abovenbeyond Hardware & Laptops 2 29th August 2008 06:02 PM
wireless-broadcom 4312 help! arthur.m Servers & Networking 17 2nd April 2008 03:36 AM
Broadcom 4312 wireless configuration: How to buchalkalan Hardware & Laptops 9 9th December 2007 10:11 AM
Broadcom Wireless Adapter not detecting... Shuai Hardware & Laptops 0 30th August 2005 06:49 PM


Current GMT-time: 07:21 (Sunday, 19-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