trident523 wrote:
> I tried using bcm43 on my broadcom (which I know works from ubuntu and
> fedora), but it’s not showing up in networkmanager.
>
> Well, it’s still trying to use ssb, when I have bcm43xx installed.
It should use ssb. The 11.0 standard kernel does not have bcm43xx
configured. Yes, the code for bcm43xx is in the 2.6.25 kernel, but it
has been removed from 2.6.26. With the new scheme, ssb is the driver
for the PCI section of the device. Once it loads, it determines the
revision level of the 802.11 core of the device and loads either b43
or b43legacy depending on what you have. Your system uses b43.
>
> The blue light (on) is on after I installed bcm43xx, but I can’t use
> it.
How did you install bcm43xx?
>
> Code:
> --------------------
>
> :~> dmesg | grep b43
> b43-phy0: Broadcom 4311 WLAN found
> input: b43-phy0 as /devices/virtual/input/input11
> b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
> Registered led device: b43-phy0::tx
> Registered led device: b43-phy0::rx
> Registered led device: b43-phy0::radio
> b43-phy0: Radio hardware status changed to DISABLED
> b43-phy0 ERROR: PHY transmission error
As long as you get only one of the PHY transmission errors, you can
ignore it. That has been fixed in 2.6.26, but it isn’t important. The
“Radio hardware status changed to DISABLED” message says that your
radio enable switch is off. That cannot be set by the driver - only by
the switch.
> --------------------
>
>
> Though, nothing actually happened. Running:
>
> Code:
> --------------------
> # modprobe bcm43xx
> FATAL: Module bcm43xx not found.
As stated earlier, that module is not built.
> --------------------
>
>
> What should I do?
Turn on the radio enable switch. Otherwise, I see nothing wrong. What
do the commands below show?
ifconfig
iwconfig
sudo iwlist s
Larry