herbievantetering wrote:
> I have the same problem with the wireless on SUSE 11.0. You should
> install the new firmware drivers on wireless.kernel.org which contains
> the correct drivers. After installation the Network Manager Applet from
> Red Hat and Novell handles the wireless connection.
>
> -SECURITY: Support for more advanced security is planned in the
> future.-
> -SETUP: 'Linux wireless installation and configuration reference'
> (http://wireless.kernel.org/en/users/...3#fw-b43-new)-
>
> With the drivers installed you can turn the wireless device on and off
> and see the blue light on your laptop. The card scans for networks and
> recognises routers. The card is also recognised and the connection
> attempt is made. In the meantime it might be a good idea to test
> connectivity.
You should look at the output of 'dmesg | grep b43' to see if your
firmware is missing. If it is, you can either follow the instructions
above, or enter the following command in a console
sudo /usr/sbin/install_bcm43xx_firmware
This will do the same as the linux-wireless instructions without
having to compile b43-fwcutter, which requires the installation of gcc
and libc.
Larry