[ Thanks to TobiSGD for alerting me to the fact that I had the wireless device turned off when I ran a few commands to produce an earlier version of what's shown below. I have now turned it on, re-run those commands and edited my original posting accordingly. It took me a few tries to get things right, so apologies if you saw an earlier incomplete rendition. ]
Further to my original posting, I have just found a thread in the "Linux - Newbie" forum at
http://tinyurl.com/3yq4cwg in which senior member schneidz says (07-23-10, 10:01 AM) that it's useful to provide information obtained from looking at a few files and running several commands. Here are my answers to those questions...
"iwconfig" produces:
| lo no wireless extensions.
|
| eth0 no wireless extensions.
|
| wlan0 IEEE 802.11bgn ESSID

ff/any
| Mode:Managed Access Point: Not-Associated Tx-Power=off
| Retry long limit:7 RTS thr

ff Fragment thr

ff
| Power Management

ff
"lspci" says:
| 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
| 00:01.0 PCI bridge: Hewlett-Packard Company Device 9602
| 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
| 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
| 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
| 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
| 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
| | wlan0 IEEE 802.11bgn ESSID

ff/any
| 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
| 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
| 00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
| 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
| 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
| 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
| 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
| 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
| 00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
| 00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
| 00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
| 00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
| 00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
| 01:05.0 VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon HD 4200]
| 02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
| 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
lsusb:
| Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
| Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
| Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
| Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
| Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
| Bus 001 Device 003: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
| Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ifconfig:
| eth0 Link encap:Ethernet HWaddr 00:26:9e:bf:c1:1d
| inet addr:192.168.2.12 Bcast:192.168.2.255 Mask:255.255.255.0
| inet6 addr: fe80::226:9eff:febf:c11d/64 Scope:Link
| UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
| RX packets:8918904 errors:0 dropped:0 overruns:0 frame:0
| TX packets:7194461 errors:0 dropped:0 overruns:0 carrier:0
| collisions:0 txqueuelen:1000
| RX bytes:10896896641 (10.8 GB) TX bytes:1614876717 (1.6 GB)
| Interrupt:27 Base address:0x2000
|
| lo Link encap:Local Loopback
| inet addr:127.0.0.1 Mask:255.0.0.0
| inet6 addr: ::1/128 Scope:Host
| UP LOOPBACK RUNNING MTU:16436 Metric:1
| RX packets:929734 errors:0 dropped:0 overruns:0 frame:0
| TX packets:929734 errors:0 dropped:0 overruns:0 carrier:0
| collisions:0 txqueuelen:0
| RX bytes:11629535731 (11.6 GB) TX bytes:11629535731 (11.6 GB)
|
| wlan0 Link encap:Ethernet HWaddr 90:4c:e5:37:e2:c5
| 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)
|
| wlan0:avahi Link encap:Ethernet HWaddr 90:4c:e5:37:e2:c5
| inet addr:169.254.11.29 Bcast:169.254.255.255 Mask:255.255.0.0
| UP BROADCAST MULTICAST MTU:1500 Metric:1
ifconfig -a:
| eth0 Link encap:Ethernet HWaddr 00:26:9e:bf:c1:1d
| inet addr:192.168.2.12 Bcast:192.168.2.255 Mask:255.255.255.0
| inet6 addr: fe80::226:9eff:febf:c11d/64 Scope:Link
| UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
| RX packets:8920635 errors:0 dropped:0 overruns:0 frame:0
| TX packets:7196588 errors:0 dropped:0 overruns:0 carrier:0
| collisions:0 txqueuelen:1000
| RX bytes:10897146449 (10.8 GB) TX bytes:1616088591 (1.6 GB)
| Interrupt:27 Base address:0x2000
|
| lo Link encap:Local Loopback
| inet addr:127.0.0.1 Mask:255.0.0.0
| inet6 addr: ::1/128 Scope:Host
| UP LOOPBACK RUNNING MTU:16436 Metric:1
| RX packets:930486 errors:0 dropped:0 overruns:0 frame:0
| TX packets:930486 errors:0 dropped:0 overruns:0 carrier:0
| collisions:0 txqueuelen:0
| RX bytes:11638366706 (11.6 GB) TX bytes:11638366706 (11.6 GB)
|
| wlan0 Link encap:Ethernet HWaddr 90:4c:e5:37:e2:c5
| 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)
|
| wlan0:avahi Link encap:Ethernet HWaddr 90:4c:e5:37:e2:c5
| inet addr:169.254.11.29 Bcast:169.254.255.255 Mask:255.255.0.0
| UP BROADCAST MULTICAST MTU:1500 Metric:1
the output of "iwlist wlan0 scan" is fairly long, so it's at
http://pastebin.ca/1945985 .
"dhclient" (with the appropriate SSID) says:
| Internet Systems Consortium DHCP Client V3.1.3
| Copyright 2004-2009 Internet Systems Consortium.
| All rights reserved.
| For info, please visit
https://www.isc.org/software/dhcp/
|
| Listening on LPF/wlan0/90:4c:e5:37:e2:c5
| Sending on LPF/wlan0/90:4c:e5:37:e2:c5
| Listening on LPF/eth0/00:26:9e:bf:c1:1d
| Sending on LPF/eth0/00:26:9e:bf:c1:1d
| Sending on Socket/fallback
| DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
| DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
| DHCPOFFER of 192.168.2.12 from 192.168.2.1
| DHCPREQUEST of 192.168.2.12 on eth0 to 255.255.255.255 port 67
| DHCPACK of 192.168.2.12 from 192.168.2.1
| bound to 192.168.2.12 -- renewal in 2147483648 seconds.
/etc/network/interfaces contains:
| # The loopback network interface
| auto lo
| iface lo inet loopback
|
| # The primary network interface
| allow-hotplug eth0
| iface eth0 inet dhcp
/etc/resolv.conf:
| nameserver 192.168.2.1
"lsmod" gives a bunch of output. But since I don't know which bit is relevant for our purposes, I'll omit it for now.
I hope this info helps. Please let me know if there is anything else I can do to provide more details and/or point me to sources of what might be useful in the way of background reading.
Thanks much!