View previous topic :: View next topic |
Author |
Message |
CB2206 Tux's lil' helper
Joined: 27 May 2003 Posts: 127 Location: NRW
|
Posted: Tue Sep 23, 2003 8:47 am Post subject: iwconfig does not recognize pci wlan card (artheros chipset) |
|
|
hi,
got an level one wnc-0300 pci lan card (802.11g, arthoros chipset). i activated wireless lan in the kernel config, emerged the madwifi drivers, created net.ath0 as described at the end of the emerge process, set the parameters in /etc/conf.d/net and loaded ath_pci.o. the modules are loaded, and i can start ath0, but when i try to use iwconfig i get
Code: |
ath0 no wireless extension
|
what am i doing wrong?
thx for help! _________________ CB |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Tue Sep 23, 2003 9:38 am Post subject: |
|
|
what does dmesg say about the wlan card? does the module load ok?
btw, my wlan card is on eth2, not ath2. What does ifconfig -a say about it? _________________ 95% of all computer errors occur between chair and keyboard (TM)
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Change the world - move a rock |
|
Back to top |
|
|
CB2206 Tux's lil' helper
Joined: 27 May 2003 Posts: 127 Location: NRW
|
Posted: Tue Sep 23, 2003 3:57 pm Post subject: |
|
|
dmesg:
Code: |
PCI: Found IRQ 10 for device 00:0c.0
PCI: Sharing IRQ 10 with 00:08.0
ath_hal: 0.9.5.3 BETA (Sam Leffler <sam@errno.com>)
wlan: 0.7.1.1 BETA (Sam Leffler <sam@errno.com>)
ath_pci: 0.8.3.2 BETA (Sam Leffler <sam@errno.com>)
PCI: Found IRQ 11 for device 00:0b.0
PCI: Sharing IRQ 11 with 00:07.2
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: 802.11 address: 00:03:2f:10:ee:63
ath0: Atheros 5212: mem=0xe4000000, irq=11
|
ifconfig -a ath0
Code: |
ath0 Protokoll:Ethernet Hardware Adresse 00:03:2F:10:EE:63
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
Kollisionen:0 Sendewarteschlangenlänge:199
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Speicher:ca96f000-ca97f000
|
iwconfig
Code: | lo no wireless extensions.
tunl0 no wireless extensions.
ath0 no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
|
iwlist ath0 scan
Code: |
ath0 Interface doesn't support scanning : Operation not supported
|
_________________ CB |
|
Back to top |
|
|
CB2206 Tux's lil' helper
Joined: 27 May 2003 Posts: 127 Location: NRW
|
Posted: Tue Sep 23, 2003 3:58 pm Post subject: |
|
|
dmesg:
Code: |
PCI: Found IRQ 10 for device 00:0c.0
PCI: Sharing IRQ 10 with 00:08.0
ath_hal: 0.9.5.3 BETA (Sam Leffler <sam@errno.com>)
wlan: 0.7.1.1 BETA (Sam Leffler <sam@errno.com>)
ath_pci: 0.8.3.2 BETA (Sam Leffler <sam@errno.com>)
PCI: Found IRQ 11 for device 00:0b.0
PCI: Sharing IRQ 11 with 00:07.2
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: 802.11 address: 00:03:2f:10:ee:63
ath0: Atheros 5212: mem=0xe4000000, irq=11
|
ifconfig -a ath0
Code: |
ath0 Protokoll:Ethernet Hardware Adresse 00:03:2F:10:EE:63
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
Kollisionen:0 Sendewarteschlangenlänge:199
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Speicher:ca96f000-ca97f000
|
iwconfig
Code: | lo no wireless extensions.
tunl0 no wireless extensions.
ath0 no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
|
iwlist ath0 scan
Code: |
ath0 Interface doesn't support scanning : Operation not supported
|
_________________ CB |
|
Back to top |
|
|
creese n00b
Joined: 13 Aug 2003 Posts: 58 Location: Folsom, CA
|
Posted: Wed Sep 24, 2003 12:35 am Post subject: |
|
|
Sounds line the wireless extensions are not enabled in the kernel. Even though you aren't using any of the drivers under the wireless network devices you must enable the option. This controls support for the wireless extensions that allow iwconfig to work. After fixing this you might have to recompile madwifi also. |
|
Back to top |
|
|
|