I can’t get my Atheros wireless card to work. It appears to have set up correctly in YaST → Network Services → Network Settings. However, it doesn’t appear in Knetwork.
From another post’s suggestions here is my info:
sudo /sbin/lspci -nn | egrep “Ethernet|Atheros|Network”
00:08.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor [168c:0013] (rev 01)
00:0b.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
uname -r
2.6.25.18-0.2-default
cat /etc/SuSE-release
openSUSE 11.0 (i586)
VERSION = 11.0
rp -qa | egrep “ndiswrapper|madwifi”
bash: rp: command not found
sudo /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:40:CA:45:CE:F0
inet addr:96.26.245.40 Bcast:96.26.255.255 Mask:255.255.192.0
inet6 addr: fe80::240:caff:fe45:cef0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15486 errors:0 dropped:0 overruns:0 frame:0
TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
collisions:72 txqueuelen:1000
RX bytes:8595676 (8.1 Mb) TX bytes:354570 (346.2 Kb)
Interrupt:18 Base address:0x8000
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:156 errors:0 dropped:0 overruns:0 frame:0
TX packets:156 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10880 (10.6 Kb) TX bytes:10880 (10.6 Kb)
wlan0 Link encap:Ethernet HWaddr 00:18:4D:78:BE:97
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-18-4D-78-BE-97-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)
lsmod | grep ath
ath5k 96644 0
mac80211 178328 1 ath5k
sudo /usr/sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key: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
pan0 no wireless extensions.
The plan is to use a wireless router using DHCP. (Worked before). Currently using ethernet cable.