I’ve tried really hard to avoid posting on here, but nothing that I’ve tried has worked. I just installed openSUSE 11.3 GNOME Desktop. It’s my first time using openSUSE, but I do have a little bit of Linux experience.
I have the following wireless network card:
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
0c:00.0 0280: 14e4:4315 (rev 01)
I switched control of network setup to YaST (Traditional Method with ifup). It installed the firmware automatically for me. I set up connection configurations as follows:
- Dynamic Address: DHCP
- Operating Mode: Managed
- Network Name: Hetts (I was able to scan and it found my ESSID)
- Authentication Mode: No Encryption (I was using WPA2 and having trouble so for now I’ve switched my router to use no encryption just to try and get something working)
After setting this up and clicking OK, it should automatically configure and connect, right? I’ve tried a bunch of things including rebooting and deleting the wireless card configuration and starting over by reinstalling the firmware. I’ve also tried setting up the connection using NetworkManager and still have the same problem.
I have my laptop setup to dual boot, and when I boot in Windows, wireless works perfectly fine, so there is nothing wrong with my hardware or router.
Here are some of the outputs I’m getting:
# iwlist wlan0 scan:
...
Cell 02 - Address: 00:1F:33:32:80:46
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=67/70 Signal level=-43 dBm
Encryption key:off
ESSID:"Hetts"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000000049669a6e
Extra: Last beacon: 912ms ago
IE: Unknown: 00054865747473
IE: Unknown: 010882848B962430486C
IE: Unknown: 030101
IE: Unknown: 2A0104
IE: Unknown: 2F0104
IE: Unknown: 32040C121860
IE: Unknown: DD090010180200F0000000
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
...
It doesn’t show my ESSID here:
# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
I can add it manually, but I still have no connection:
# iwconfig wlan0 essid Hetts
# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:"Hetts"
Mode:Managed Frequency:2.412 GHz Access Point: 00:1F:33:32:80:46
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=19 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
And after running ifconfig, the above reverts back to no ESSID.
Also, I’m not being assigned an IP address:
# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:22:5F:C5:57:AE
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:362 (362.0 b)
I tried adding the IP address manually too using “ip addr add …”, but still no connection.
I can’t even ping the access point at 192.168.1.1.
Sorry for such a long post, but it seemed to be common for people to not post enough information, so I put as much as I could think of. Any assistance would be greatly appreciated.
Thanks,
Chris.