Lots of experience configuring windows networks, but first time configuring Wireless on a Linux box, and not having any luck.
I have a wireless network SSID from my NetGear DG834GUK ADSL Firewall Router. It is fully configured and works fine (Windows XP connects first time, everytime).
Fresh Kubuntu 9.04 install on my Dell Latitude D810 laptop. Using the NetworkManager. Clicking my Wireless network's icon displays message:
Notification form Network Manager
Connecting to <SSID>
But then the popup disappears and no further messages and no connection. Using the Network Manager's "Manage Wireless Connections", I have added a wireless connection, specifying:
Other information that might be useful:
$ lspci | grep -i network
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
$ ifconfig
eth0 ...
eth1
Link encap: Ethernet
HWaddr <MAC address specified in Network Manager>
inet6 addr ...
UP BROADCAST MULTICAST
MTU: 1500
Metric: 1
RX Packets:126 errors:0 dropped:0 overruns:0 frame:0
TX Packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000
RX bytes: 0 (0.0B)
TX bytes: 0 (0.0B)
Interrupt: 17
Base address: 0x4000
Memory: dfbff999-dfbfffff
lo ...
Can anyone help me track down why the connection isn't being made? Are there any detailed logs that I can generate to help establish what error is being generated?
Thanks
Five
I have a wireless network SSID from my NetGear DG834GUK ADSL Firewall Router. It is fully configured and works fine (Windows XP connects first time, everytime).
Fresh Kubuntu 9.04 install on my Dell Latitude D810 laptop. Using the NetworkManager. Clicking my Wireless network's icon displays message:
Notification form Network Manager
Connecting to <SSID>
But then the popup disappears and no further messages and no connection. Using the Network Manager's "Manage Wireless Connections", I have added a wireless connection, specifying:
- connect automatically
- infrastructure mode
- MAC address
- automatic MTU
- WPA-PSK password
- DHCP
Other information that might be useful:
$ lspci | grep -i network
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
$ ifconfig
eth0 ...
eth1
Link encap: Ethernet
HWaddr <MAC address specified in Network Manager>
inet6 addr ...
UP BROADCAST MULTICAST
MTU: 1500
Metric: 1
RX Packets:126 errors:0 dropped:0 overruns:0 frame:0
TX Packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000
RX bytes: 0 (0.0B)
TX bytes: 0 (0.0B)
Interrupt: 17
Base address: 0x4000
Memory: dfbff999-dfbfffff
lo ...
Can anyone help me track down why the connection isn't being made? Are there any detailed logs that I can generate to help establish what error is being generated?
Thanks
Five
Comment