![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
| View Poll Results: Did this howto work for you? | |||
| Yes |
|
8 | 57.14% |
| No |
|
6 | 42.86% |
| Voters: 14. You may not vote on this poll | |||
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Just Give Me the Beans!
![]() Join Date: Feb 2007
Beans: 68
Ubuntu 9.04 Jaunty Jackalope
|
Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
until today i've been using ndiswrapper with my dell wireless 1490 card on my dell inspiron 1501 notebook with feisty amd64 installed. ndiswrapper was kind of working, but connecting to my wpa network took ages and did not alway succeed.
the bcm43xx driver provided with feisty didn't really work because after a couple of minutes pings went to 4000ms, download rates to about 20K. but then i read this post on the bcm43xx developer mailing list. i downloaded the newest standalone driver, built it and now bcm43xx works like a charm, connecting very fast to my network and with good connection speed, especially if i set the rate to 11M. so if you're new to ubuntu, i would propose the following steps to get your card working: 0. if you have ndiswrapper installed: uninstall it, remove it from /etc/modules and remove bcm43xx from /etc/modprobe.d/blacklist . 1. get linux-source, build-essential Code:
sudo apt-get install build-essential sudo apt-get install linux-source Code:
sudo apt-get install bcm43xx-fwcutter 3. download the newest version of the bcm43xx driver: Code:
wget ftp://lwfinger.dynalias.org/patches/bcm43xx-softmac-sa.tar.bz2 . Code:
tar -xf bcm43xx-softmac-sa.tar.bz2 Code:
cd bcm43xx-softmac-sa Code:
make sudo make install Code:
modprobe -r ndiswraper load the driver and enjoy Code:
modprobe bcm43xx Code:
sudo lspci -vnn
05:00.0 Network controller [0280]: Broadcom Corporation BCM4310 UART [14e4:4312] (rev 01)
Subsystem: Dell Unknown device [1028:0007]
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at c0200000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 2
Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
Capabilities: [d0] Express Legacy Endpoint IRQ 0
maybe you could also try another firmware. the bcm43xx developer recommends on his site the following drivers: Quote:
Last edited by der_vegi; May 13th, 2007 at 04:01 PM.. Reason: update |
|
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2007
Location: Delaware
Beans: 56
Ubuntu 7.04 Feisty Fawn
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
I had done pretty much the same thing about a month ago on my new laptop and it worked fine.
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 10
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
worked like a charm
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Location: UK
Beans: 12
Ubuntu 7.04 Feisty Fawn
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
This hasn't worked for me. I'm on a Dell Inspiron 1501 with a bcm4310 UART built-in wireless card with Feisty 7.04. I followed the instructions to the letter and get a Status: Disconnected in the Connection Properties dialog after reboot.
Whereas before following the procedure I could run iwlist wlan0 scan and detect the wireless router, I now get wlan0 interface doesn't support scanning : no such device. Nothing lost, it wasn't working anyway but I can't see why. There were no errors showing at any point. I'm beginning to wonder if it's my router as I've tried everything I can find to get the card connecting. The router works just fine on every other machine wired and wireless though. |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: May 2007
Beans: 34
|
thanks i am a total noob and i managed to follow these very clearly defined instructions and now my laptop can pick up my wireless network - kind regards Robert.
|
|
|
|
|
|
#6 | |
|
Way Too Much Ubuntu
![]() Join Date: May 2007
Location: Netherlands
Beans: 232
Xubuntu 9.04 Jaunty Jackalope
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
Quote:
|
|
|
|
|
|
|
#7 | |
|
Just Give Me the Beans!
![]() Join Date: Feb 2007
Beans: 68
Ubuntu 9.04 Jaunty Jackalope
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
Quote:
are all the modules loaded? try the following Code:
lsmod | grep -i ndiswrapper Code:
sudo modprobe -r ndiswrapper is the bcm module loaded correctly? Code:
lsmod | grep -i bcm43xx Code:
bcm43xx 138088 0 ieee80211softmac 35328 1 bcm43xx ieee80211 37576 2 bcm43xx,ieee80211softmac Code:
sudo modprobe -r bcm43xx Code:
sudo modprobe bcm43xx |
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Location: UK
Beans: 12
Ubuntu 7.04 Feisty Fawn
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
Thanks all.
The sudo eth1 scan produces: eth1 interface doesn't support scanning. I followed through the removal check on nsidwrapper with no impact. lsmod | grep -i bcm43xx produces: bcm43xx 127464 0 ieee80211softmac 31872 1 bcm43xx ieee80211 35016 2 bcm43xx, ieee80211softmac So I guess that means the driver is loaded. But since I get no panel light showing wireless, the device isn't recognised. The FN 2 doesn't turn the light on or off. I guess I'll start from scratch and try the ndiswrapper again. That recognised the card and the FN 2 seemed to work and recognised wlan0. If that doesn't work, I'll try stripping off ndiswrapper and repeating the fwcutter method. |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 1
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
I also have ubuntu 7.04 64 on my inspiron 1501 (Wireless 1490 card) I can see the wireless networks but I cannot connect to them, I went through the how to and still am not able to connect, I also restarted to see if that would have any effect, and it did not. Any help or advice would be greatly appreciated.
|
|
|
|
|
|
#10 | |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 1
|
Re: Howto: BCM4310 (Dell Wireless 1490) wit bcm43xx driver (no Ndiswrapper)
Quote:
![]() |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|