LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-31-2006, 08:28 PM   #1
timrs
Member
 
Registered: Nov 2005
Location: MN, US
Distribution: openSuse 10.2
Posts: 93

Rep: Reputation: 15
Wireless Netork Card Problem When upgrade to openSuse 10.2


I had opensuse 10.1 and just did:
Code:
ndiswrapper -i bcmwl5a.inf
modprobe ndiswrapper
dmesg
depmod -a
ifconfig wlan0 up
But in openSuse 10.2 the same thing doesn't work with the same exact hardware. The install claims my card uses the driver bcm4318 driver, which is strange...
ifplugstatus claims that my wireless card is unplugged, and don't know how to fix that.
The sticky said to include some helpful info:
Code:
dell:/# uname -r
2.6.18.2-34-bigsmp

dell:/# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:03.0 CardBus bridge: Texas Instruments PCI1420
00:03.1 CardBus bridge: Texas Instruments PCI1420
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:08.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio Accelerator (rev 10)
00:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
00:10.0 Communication controller: Agere Systems WinModem 56k (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)
02:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
I don't understand if the problem is ndiswrapper can't use its driver because the kernel wants to use its driver, or how to fix it...
btw, ndiwrapper -l outputs:
Code:
# ndiswrapper -l
installed drivers:
bcmwl5a         driver installed, hardware (14E4:4324) present (alternate driver: bcm43xx)
and here is a snippet of what dmesg says, and the entire output is pretty much the same:
Code:
SoftMAC: ASSERTION FAILED (0) at: net/ieee80211/softmac/ieee80211softmac_wx.c:306:ieee80211softmac_wx_get_rate()
printk: 4 messages suppressed.
SoftMAC: ASSERTION FAILED (0) at: net/ieee80211/softmac/ieee80211softmac_wx.c:306:ieee80211softmac_wx_get_rate()
ieee80211_crypt: registered algorithm 'TKIP'
bcm43xx: set security called, .level = 2, .enabled = 1, .encrypt = 1
ieee80211_crypt: registered algorithm 'CCMP'
bcm43xx: set security called, .level = 4, .enabled = 1, .encrypt = 1
bcm43xx: set security called, .level = 2, .enabled = 1, .encrypt = 1
bcm43xx: set security called, .level = 4, .enabled = 1, .encrypt = 1
printk: 4 messages suppressed.
SoftMAC: ASSERTION FAILED (0) at: net/ieee80211/softmac/ieee80211softmac_wx.c:306:ieee80211softmac_wx_get_rate()
Bridge firewalling registered
printk: 4 messages suppressed.
SoftMAC: ASSERTION FAILED (0) at: net/ieee80211/softmac/ieee80211softmac_wx.c:306:ieee80211softmac_wx_get_rate()
bcm43xx: set security called, .level = 2, .enabled = 1, .encrypt = 1
bcm43xx: set security called, .level = 4, .enabled = 1, .encrypt = 1
printk: 4 messages suppressed.

Last edited by timrs; 12-31-2006 at 08:34 PM.
 
Old 12-31-2006, 08:54 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
This part is normal.
Quote:
Originally Posted by timrs
Code:
# ndiswrapper -l
installed drivers:
bcmwl5a         driver installed, hardware (14E4:4324) present (alternate driver: bcm43xx)


Add this line to /etc/modprobe.conf.local:
Code:
#
# please add local extensions to this file
#
blacklist bcm43xx

Last edited by jschiwal; 12-31-2006 at 08:55 PM.
 
Old 01-04-2007, 03:13 PM   #3
timrs
Member
 
Registered: Nov 2005
Location: MN, US
Distribution: openSuse 10.2
Posts: 93

Original Poster
Rep: Reputation: 15
I'm sorry if I'm being stupid, but I tried that and it didn't really work. I've tried:
Code:
#
# please add local extensions to this file
#
blacklist bcm43xx
blacklist bcm43*
blacklist bcm4318
Can you tell me what I'm doing wrong?
 
Old 01-05-2007, 10:52 PM   #4
timrs
Member
 
Registered: Nov 2005
Location: MN, US
Distribution: openSuse 10.2
Posts: 93

Original Poster
Rep: Reputation: 15
watever, i built a custom kernel and removed the driver from it when i did it, so i no longer have this issue.
 
Old 02-22-2007, 05:42 PM   #5
navik_pathak
LQ Newbie
 
Registered: Feb 2007
Location: California,US
Distribution: Suse 10.2
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by timrs
watever, i built a custom kernel and removed the driver from it when i did it, so i no longer have this issue.

are you able to use the Wireless Connection now. i am facing same problem if you are able to use please share your solution....
 
  


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
Upgrade SuSe 9.3 --> OpenSuSe 10.0 MuzikQuest SUSE / openSUSE 16 06-29-2011 06:43 PM
Upgrade Q - running OpenSuSE 10 and was wondering... cbjhawks SUSE / openSUSE 3 09-09-2006 08:43 AM
debian: wireless card not detected correctly after kernel upgrade to 2.6 silex_88 Linux - Wireless Networking 3 05-31-2006 06:24 PM
Upgrade OpenSuse 10.0 to SuSE Eval 10.0 xbaez SUSE / openSUSE 10 01-15-2006 05:14 PM
SuSE 8.2 upgrade to 9.0 lost wireless card Arachnoman Linux - Wireless Networking 7 07-30-2004 05:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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