6.10 Edgy Wireless not connecting after travelling and using other networks

Ronald Bradford ubuntu at myvirtualemail.biz
Tue Dec 5 04:30:47 UTC 2006


Hi,

I'm desperately seeking help with my wireless configuration Ubuntu 6.10 
Edgy.  In summary it was working on my home network, but after travel 
which included an attempt to install WPA, and still being able to access 
other wireless connections  I've returned home but am unable to connect. 
A summary of things I've done.

* I can confirm that my wireless in my Lenovo T60 is functioning under 
Windoze and the router is correctly configured, including other devices 
in the household working
* I have reviewed the docs WifiDocs/WiFiHowTo 
(https://help.ubuntu.com/community/WifiDocs/WiFiHowTo), 
WifiDocs/WPAHowTo (https://help.ubuntu.com/community/WifiDocs/WPAHowTo) 
and WifiDocs/WiFiTroubleshooting 
(https://help.ubuntu.com/community/WifiDocs/WiFiTroubleshooting)
* I have removed wpasupplicant, which is what I did to try to get WPA 
working
* Things appear to be configured correctly, it seems to have a problem 
with DHCP discovery, yet it works find for my wired connection
* I have tried harcoding my IP & Gateway to correct settings without 
success.

If somebody can please point me to what I hope is a stupid configuration 
somewhere it would be greatly appreciated. Here is details of my 
configuration I hope will pinpoint a problem


$ iwconfig
lo        no wireless extensions.

irda0     no wireless extensions.

eth0      no wireless extensions.

eth1      unassociated  ESSID:"dlinkjersey" 
          Mode:Managed  Frequency=2.462 GHz  Access Point: Not-Associated  
          Bit Rate:0 kb/s   Tx-Power:16 dBm  
          Retry limit:15   RTS thr:off   Fragment thr:off
          Encryption key:9380-438A-BC   Security mode:open
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:9316   Missed beacon:0

sit0      no wireless extensions.

vmnet8    no wireless extensions.

vmnet1    no wireless extensions.

$ ifup eth0
There is already a pid file /var/run/dhclient.eth0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:15:58:31:67:d9
Sending on   LPF/eth0/00:15:58:31:67:d9
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER from 172.16.1.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 172.16.1.1
bound to 172.16.1.59 -- renewal in 345 seconds.


$ ifup eth1
There is already a pid file /var/run/dhclient.eth1.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:18:de:19:f1:73
Sending on   LPF/eth1/00:18:de:19:f1:73
Sending on   Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
^C




$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:15:58:31:67:D9 
          inet addr:172.16.1.59  Bcast:172.16.255.255  Mask:255.255.0.0
          inet6 addr: fe80::215:58ff:fe31:67d9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4618 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3617 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:4547510 (4.3 MiB)  TX bytes:486792 (475.3 KiB)
          Base address:0x3000 Memory:ee000000-ee020000

eth1      Link encap:Ethernet  HWaddr 00:18:DE:19:F1:73 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:36374 errors:107 dropped:9544 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:32299 (31.5 KiB)  TX bytes:7786 (7.6 KiB)
          Interrupt:66 Base address:0x4000 Memory:edf00000-edf00fff



$ netstat -arn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt 
Iface
192.168.82.0    0.0.0.0         255.255.255.0   U         0 0          0 
vmnet1
192.168.231.0   0.0.0.0         255.255.255.0   U         0 0          0 
vmnet8
172.16.0.0      0.0.0.0         255.255.0.0     U         0 0          0 
eth0
0.0.0.0         172.16.1.1      0.0.0.0         UG        0 0          0 
eth0


$ cat /etc/network/interfaces
auto lo
iface lo inet loopback


iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp
wireless-essid dlinkjersey
wireless-key xxxxxxx

auto eth0


Regards

Ronald










More information about the ubuntu-users mailing list