I’m a newbie in Linux-land, so please be kind…
Thanks to help from a good Samaritan in another thread (Penguin Parent Larry), I uninstalled MadWifi and installed linux drivers from wireless.kernel.org, which are working. But strangely, I can see my neighbor’s SSID, but I cannot see my own, and my wireless router (Linksys WRT100) is literally 3 feet from the laptop! I know the network is up, because my wife’s XP laptop is communicating fine. I’ve tried reconfiguring my router security from WPA2-Personal to WPA-Personal to WEP, but I can’t seem to do anything to get my OpenSUSE. 11 laptop to see the SSID.
Another curious question before I move on with some stats - the install output of the wireless driver said to set CONFIG_NETDEVICES_MULTIQUEUE. Any idea where I set this?
Anyway, on to the tech info…
At least the NIC appears to be working:
/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:1E:EC:AF:DA:AB
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:ecff:feaf:daab/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3114 errors:0 dropped:21345374500 overruns:0 frame:0
TX packets:1553 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1604981 (1.5 Mb) TX bytes:264257 (258.0 Kb)
Interrupt:251 Base address:0x4000
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:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8592 (8.3 Kb) TX bytes:8592 (8.3 Kb)
wlan0 Link encap:Ethernet HWaddr 00:23:4D:2A:88:F1
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)
wmaster0 Link encap:UNSPEC HWaddr 00-23-4D-2A-88-F1-00-00-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)
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=23 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
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:0 Missed beacon:0
> Hardware make/model is Atheros:
> # lspci-nn | egrep ‘Ethernet|Atheros’
> 09:00.0 Network controller [0280]: Atheros Communications Inc. Device
> [168c:002a] (rev 01)
dmesg | egrep ‘ath|wifi|hal’
ath9k: 0.1
phy0: Selected rate control algorithm ‘ath9k_rate_control’
Registered led device: ath9k-phy0:radio
Registered led device: ath9k-phy0:assoc
Registered led device: ath9k-phy0:tx
Registered led device: ath9k-phy0:rx
uname -r
2.6.25.18-0.2-default
So, any idea what I’ve done wrong/haven’t done? I vaguely remember seeing something in the posts saying not to use the ath9k driver on any version < 2.6.27 - does that ring a bell? If so, how would I “force” a different driver?