![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Intrepid Ibex Testing and Discussion (CLOSED) Development of Intrepid Ibex is finished. Please ask questions about Ubuntu 8.10 in Absolute Beginner Talk or Main Support Categories. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Quad Shot of Ubuntu
![]() Join Date: Nov 2007
Location: Boston, USA
Beans: 406
Ubuntu 9.04 Jaunty Jackalope
|
I have been using ndiswrapper with Gutsy and Hardy with success. After an upgrade to Intrepid a few days ago, my wlan0 interface no longer appears in network manager or within "ifconfig". However the hardware device still appears if I do "lshw -C network".
I uninstalled everything that was associated with ndiswrapper, hoping to get jockey to correctly apply the correct driver. Jockey shows me two wireless drivers (both appeared in the dialog following the upgrade) -- "wl" and "Broadcom B43 Wireless Driver". Neither one works and I have no idea why. I am really looking forward to using native Linux drivers, so any help here is much appreciated! |
|
|
|
|
#2 | |
|
Ubuntu addict and loving it
![]() Join Date: Apr 2007
Location: Mount Horeb, WI
Beans: 4,065
Kubuntu Development Release
|
Re: Broadcom wireless BCM4328 not working in Intrepid
Quote:
Code:
sudo modprobe -r b43 ssb ndiswrapper wl bcm43xx sudo modprobe wl sudo /etc/init.d/networking restart sudo iwlist scan |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Jun 2008
Beans: 53
|
Re: Broadcom wireless BCM4328 not working in Intrepid
i am also having this exact same problem. this is a fresh intrepid install (wiped my wife's laptop last night and installed the release candidate) and i'm getting the exact same problems as the OP, complete with the wl, broadcom proprietary drivers thing.
have not checked the above suggestion, as i'm getting the XP partition working right now, will try in a bit. oh, and btw, i also disabled the broadcom driver, and the wl driver said it was enabled but not active. is this just a symptom of a greater problem, or maybe the problem itself?
__________________
Ubuntu User: #23748 | Linux User: #477811
Goodbye, Windows! Don't call me, I won't call you! Last edited by eternal_sage; October 26th, 2008 at 02:52 PM.. |
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() Join Date: Jun 2008
Beans: 53
|
Re: Broadcom wireless BCM4328 not working in Intrepid
i ran the above commands and got the following
Code:
courtney@Cortana:~$ sudo modprobe -r b43 ssb ndiswrapper wl bcm43xx
FATAL: Module ssb is in use.
courtney@Cortana:~$ sudo modprobe wl
courtney@Cortana:~$ sudo /etc/init.d/networking restart
* Reconfiguring network interfaces... Ignoring unknown interface eth0=eth0.
[ OK ]
courtney@Cortana:~$ sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
pan0 Interface doesn't support scanning.
courtney@Cortana:~$
__________________
Ubuntu User: #23748 | Linux User: #477811
Goodbye, Windows! Don't call me, I won't call you! |
|
|
|
|
#5 |
|
Ubuntu Developer
![]() Join Date: Oct 2005
Location: Austin, TX
Beans: 2,849
Ubuntu Development Release
|
Re: Broadcom wireless BCM4328 not working in Intrepid
It sounds like you might have another driver using the b44 driver. Try to rmmod b44 and try all those steps again.
|
|
|
|
|
#6 | |
|
Ubuntu addict and loving it
![]() Join Date: Apr 2007
Location: Mount Horeb, WI
Beans: 4,065
Kubuntu Development Release
|
Re: Broadcom wireless BCM4328 not working in Intrepid
Quote:
Code:
sudo modprobe -r b43 b44 ssb ndiswrapper bcm43xx wl sudo modprobe ndiswrapper sudo modprobe b44 sudo /etc/init.d/networking restart |
|
|
|
|
|
#7 |
|
Quad Shot of Ubuntu
![]() Join Date: Nov 2007
Location: Boston, USA
Beans: 406
Ubuntu 9.04 Jaunty Jackalope
|
Re: Broadcom wireless BCM4328 not working in Intrepid
I too got the message "FATAL: Module ssb is in use.".
So I went ahead and did the "rmmod b44". This allowed modprobe to remove the ssb module. After this I could get my wireless working just fine. The problem is, it was my ethernet adapter that was using this "b44" module. (What is this b44 module anyway?) Any idea how I can get both to work at the same time without ndiswrapper? |
|
|
|
|
#8 | |
|
Ubuntu addict and loving it
![]() Join Date: Apr 2007
Location: Mount Horeb, WI
Beans: 4,065
Kubuntu Development Release
|
Re: Broadcom wireless BCM4328 not working in Intrepid
Sorry, I was confused when I saw eternal_sage's post. eternal_sage has another one in an ndiswrapper post. My post should have read:
Code:
sudo modprobe -r b43 b44 ssb ndiswrapper bcm43xx wl sudo modprobe wl sudo modprobe b44 sudo /etc/init.d/networking restart Code:
echo -e '#ssb workaround, added `date`\ninstall wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install wl $CMDLINE_OPTS; modprobe b44;' | sudo tee -a /etc/modprobe.d/wl Quote:
Last edited by Ayuthia; October 26th, 2008 at 08:57 PM.. |
|
|
|
|
|
#9 |
|
Quad Shot of Ubuntu
![]() Join Date: Nov 2007
Location: Boston, USA
Beans: 406
Ubuntu 9.04 Jaunty Jackalope
|
Ayuthia -- Thank you very much. All is now well.
Am I to understand that the ssb kernel module is a driver that, once loaded, will only talk to the other modules already loaded. In other words, there is a loading dependency where wl, and b44 need to be loaded first and then ssb? If so, is this a defect I should report to launchpad or can we all expect it to be addressed before 8.10 release? |
|
|
|
|
#10 | |
|
Ubuntu addict and loving it
![]() Join Date: Apr 2007
Location: Mount Horeb, WI
Beans: 4,065
Kubuntu Development Release
|
Re: Broadcom wireless BCM4328 not working in Intrepid
Quote:
So, I am not really for sure about how to call this issue. I would guess that someone has already posted one in launchpad, but you can check. |
|
|
|
| Bookmarks |
| Tags |
| bcm4328, ndiswrapper, wireless |
| Thread Tools | |
| Display Modes | |
|
|