Networking :: Atheros WLAN card do not work



Is your card seen? What does PCMCIA tool show? Use ident tab.
Is this an old lappy that does not support cardbus? Or an irq conflict? Need more information.

the ident tab shows:
Code Sample

Socket 0:
no product info available
Socket 1:
product info:"Atheros Communication, Inc.", "AR5001-0000-0000","Wireless LAN Reference Card","00"
manfid: 0x0271, 0x0012
function: 6 (network)

i have tried both sockets

more infos to the lappy: http://www.thinkwiki.org/wiki/Category:380Z

thank you again for spending your time

Your ident tab output is exactly the same lake me
Onyarian, thanks for letting us know.

mrmarley, this might mean an irq conflict. Take a look at

dmesg | grep -i irq

Also might try booting with the option pci=assign_busses

hmmm, thats the output with and without the option"pci=assign_busses"
Code Sample

dsl@box:~$ dmesg | grep -i irq
<4>PCI: ACPI tables contain no PCI IRQ routing entries
<6>PCI: Using IRQ router PIIX/ICH [8086/7110] at 00:06.0
<6>PIIX4: not 100% native mode: will probe irqs later
<4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
<6>PCI: Found IRQ 11 for device 00:06.2
<6>usb-uhci.c: USB UHCI at I/O 0x8000, IRQ 11
<6>PCI: Found IRQ 11 for device 00:02.0
<6>PCI: Sharing IRQ 11 with 00:03.0
<6>PCI: Found IRQ 11 for device 00:02.1
<6>Yenta ISA IRQ mask 0x06b8, PCI irq 11
<6>Yenta ISA IRQ mask 0x06b8, PCI irq 11
<6>Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled
<6>ttyS00 at 0x03f8 (irq = 4) is a 16550A

Next Page...
original here.