I just read that Broadcom has open-sourced their wireless adapter drivers and was curious if this would have any affect on my Dell XPS M1330 which sometimes has flaky wifi.
I just read that Broadcom has open-sourced their wireless adapter drivers and was curious if this would have any affect on my Dell XPS M1330 which sometimes has flaky wifi.
lspci
should have an entry for your wireless adapter, including the manufacturer.You can use
lshw
to show information on all devices in you system, forinstance what driver the device uses, this information will look something like this:In the line starting with
configuration:
it saysdriver=ipw2200
which mens my wireless uses the ipw2200 kernel driver this can in turn point you to weather you will (in time) benefit from this release. As far as i know all the broardcom network drivers have been released, this means that if you use any broardcom driver now it will in time (properly) get better supported.The Ubuntu help page for the Dell XPS M1330 suggests it's an intel wifi chipset.
But the lspci shows up a broadcom device:
Admittedly that says it's an ethernet adapter but it's not uncommon to have multi-purpose chipsets in these things. So... I'm not sure.
If you're not too squeamish, you could take the panel off that's covering up the card on the back. Dell does a good job of making cards like that pretty accessible.
My wife has a Dell Studio 17 and the wireless went out, so I replaced the card. It says right on the card that it's an Intel.
Oh! and don't break anything...and don't blame me if you do...and all that disclaimer stuff. :)
Open a terminal
At the $ prompt, type:
That command will list your PCI devices and the grep statement will list any Broadcom devices from that list. If you have a Broadcom device, your output will look something like this:
AFAIK, the open-sourced drivers will only be available for new Broadcom cards, so it probably will not support older cards, such as the notorious BCM4311.
The currently supported firmwares are BCM4313, BCM43224, BCM43225.