Comment 5 for bug 341627

Revision history for this message
Thomas Hood (jdthood) wrote :

Thanks for the ideas; but neither of the suggested workarounds is relevant to the problem reported here. There is no wifi0 interface and no ath_pci module.

<pre>
$ lsmod|grep ath
ath5k 107008 0
mac80211 217080 1 ath5k
cfg80211 38032 2 ath5k,mac80211
led_class 12036 2 ath5k,thinkpad_acpi
$ sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1d:72:96:e4:31
          inet addr:192.168.1.35 Bcast:192.168.1.255 Mask:255.255.255.0
          inet6 addr: fe80::21d:72ff:fe96:e431/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:46152 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51769 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:29586383 (29.5 MB) TX bytes:6669847 (6.6 MB)
          Memory:f8200000-f8220000

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: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:2208 (2.2 KB) TX bytes:2208 (2.2 KB)

pan0 Link encap:Ethernet HWaddr 72:70:57:30:93:55
          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:0
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wlan0 Link encap:Ethernet HWaddr 00:1f:e2:86:6a:ab
          inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0
          inet6 addr: fe80::21f:e2ff:fe86:6aab/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:138 errors:0 dropped:0 overruns:0 frame:0
          TX packets:99 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:8220 (8.2 KB) TX bytes:13010 (13.0 KB)

wmaster0 Link encap:UNSPEC HWaddr 00-1F-E2-86-6A-AB-61-61-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING 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)
</pre>