#1. /etc/resolv.conf file.
Still can't find this file?? I did "sudo editor" in a terminal
and it was a blank, new file. So was "/etc/resolvconf/run/resolv.conf"
#2 The result of "cat /etc/network/interfaces" was...
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
iface wlan1 inet dhcp
wireless-essid: ...was the correct entry
wireless-key s: ...was the correct entry
auto wlan1
<>~~~~~~~~~~~~~~~~~~~~~<>
#3 The output from ifconfig was:
eth0 Link encap:Ethernet HWaddr 00:01:03:1D:3B:BF
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:840 (840.0 b)
Interrupt:11 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2368 (2.3 KiB) TX bytes:2368 (2.3 KiB)
wlan1 Link encap:Ethernet HWaddr 00:09:5B:B2:54:E6
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
<>~~~~~~~~~~~~~~~~~~~~~<>
The output from "iwlist scan" was:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan1 Scan completed :
Cell 01 - Address: 00:09:5B:CF:04

2
ESSID: ...was the correct entry
Protocol:IEEE 802.11b
Mode:Managed
Frequency:2.437 GHz (Channel 6)
Quality:62/100 Signal level:-56 dBm Noise level:-96 dBm
Encryption key

n
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 27.5 Mb/s
9.5 Mb/s
Extra:bcn_int=100
Extra:atim=29432
~~~
If you can tell what all this means, I salute you!
My first target of suspicion would be
"iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0"
...according to the router's home page my PC's address
should be 192.168.0.2, and the netmask is 255.255.255.0"
Could updating these settings be the solution?
Michael.