I’m a casual Kubuntu user, and recently installed openSUSE 11.1 on a friend’s Compaq Presario R3000. I’m very impressed so far, but can’t quite get the wireless working. Here is the relevant info:
The wireless device is a Broadcom BCM4303 802.11b (rev 02)
The PCI vendor/product ID codes are 14e4:4301 (rev02)
I have installed the firmware by following the instructions in lwfinger’s sticky thread and on the linuxwireless.org website.
This appears to have worked, as the command ‘sudo /usr/sbin/iwlist scan’ displays the available wireless networks, including my own. The ESSID and Address are shown correctly.
I presumably just need to configure Network Manager, but I don’t know how. I’m using the Gnome UI; I have tried adding a wireless connection by clicking the icon on the taskbar but without success. I’ve entered the SSID and my WPA passkey, but it just doesn’t do anything.
The tutorials I have read all seem to stop at this point with something like “now configure the network manager”, and no further information. The hardware seems to be working, hopefully I’m just missing the final step!
Thanks for the replies; I will post the results from that diagnostic script tomorrow (I’m no longer with the computer that I’m trying to get working).
I had a play with wicd as that is what I use with Kubuntu on my own laptop. That worked better, in that it showed the available networks, but I was still not able to connect. Authentification seemed to happen, and then it got stuck waiting for an IP.
There are many threads about this type of problem so it’s quite confusing.
Apologies to lwfinger, but I don’t really understand the question. The wireless device has been successfully used with windoze XP.
I’ve now run the script - results below. I’ve tried going through the suggested solutions on Framp’s site, but I really don’t understand enough to know what is going on.
Is it possible that I’m just not using network manager correctly? At least it is now displaying the available networks - if I click on mine then it asks for the WPA passkey several times in succession before giving up. My AP is the third in the iwlist list (ESSID wfrz)
At least the results are of nearly no value when running the script in order to check for WLAN problems and being connected via cable at the same time.
OK. I read through most of that paste. You don’t have b43 loaded as a module.
You really need to read up on this. Here is a great place to read. NetworkManager - Linux Wireless
Pay special attention to this page: b43 - Linux Wireless
openSUSE 11.0 and 11.1 use the following command:
sudo /usr/sbin/install_bcm43xx_firmware
http://img22.imageshack.us/img22/1561/wirelessj.th.jpg](http://img22.imageshack.us/i/wirelessj.jpg/)
Ok, notice in the screenshot there. If you go with the defaults for WEP, then just enter your WEP key. If you’re using WPA, then choose WPA personal and enter in the “shared key”, which is again, whatever you have for the key. Now I do recommend you click on, for WPA, “expert settings” and tick the box “use a specific WPA version” and you’ll probably want version 1. After that, it should be connect and save.
I used to work for a major communications company providing broadband technical support, usually to the field techs. I would assist in troubleshooting wireless issues, among other things. When I went to do wireless in Linux, it took me some reading and tinkering and asking questions. So don’t feel bad.
A slight oversight. Nothing more. It certainly does not mean I am on the wrong path. He still, needs to follow those articles, and still needs to set up NetworkManager as directed. I find it easier to start from the begining, and ensure everything is covered.
I have triple checked the wireless key; it is definitely being entered correctly.
I am unable to remove encryption on the router - it is a French device (Freebox v5 - WiKi Free) that is controlled via their website. I have to choose either WEP or WPA.
For WPA I have three options: WPA (TKIP + AES), WPA (TKIP) or WPA (AES/CCMP). The default is the first one, which I think is the same as WPA1/WPA2. I have tried the two other options with no success.
I have tried channel 6 and channel 11: no success. Each time I noticed that some of the other nearby AP’s also change to the same channel - is this normal?
One other thing: if I run the NWData script while NetworkManager is trying to connect, I get a different error code that refers to the DHCP server. See results below:
Based on the second link, my system info is as follows:
Kernel version : 2.6.27.37-0.1
Kernel flavor : pae
openSUSE version : 11.1
Architecture : i586
I have found a handful of compat-wireless packages that seem to be appropriate. However, I’m not exactly sure what I am meant to do next. I tried installing one of the packages:
Is there another step? I rebooted the computer, and while I can still see the available APs, the blue wireless light is off and the radio button on the laptop has no effect. The NWData script returns these errors:
!!! CND0120E: Network card wlan0 has no IP address
!!! CND0380E: No WLANs detected on interface wlan0. Hardware and/or driver not configured properly
!!! CND0320E: WLAN turned off by hardware or software switch
I just wanted to check if I was making a basic error, or if I should try some of the other similar compat-wireless packages.
rcnetwork stop #stop all networking scripts/tools
killall wpa_supplicant # just to be sure
ifconfig wlan0 up
wpa_supplicant -Dwext -iwlan0 -dd -B -c /tmp/wpa_supplicant.conf
iwconfig wlan0
If you are associated with the AP as seen by iwconfig, then run “dhcpd” as last command, you should be online then.