| I don't know that I can solve your problems as I abandoned hope for my card and exchanged it for a linksus card that works with ndiswrapper. If you purchased a new card I might suggest this form of trial and error to you: if you can't get it to work in a short amount of time ( like a day or two ) and you just purchased it, take it back and exchange it for a different model. It took me 5 times exchanging cards, but I had my current card working in less than 5 minutes. If you can't take it back or haven't lost hope yet, all I can offer ( as I too am new to Linux ) is I believe that if you typed: # modprobe ath_pci and nothing happened, that is a good thing. If it didn't work you would have gotten messages informing you of failure. The next step I would perform is # iwconfig
if you now see a device like ath0 or ath1 then it worked. You should also see some new device by doing ifconfig . . .I think. If you don't you might try # ifconfig ath0 up This is where I had problems though, I could see the card, I could scan for routers ( # iwlist ath0 scanning ) and could see them, but I could never manage to connect to them. I could never get IP addresses. I think there is a command like dhcpcd or something but I couldn't get it to work. Sorry I can't help more, good luck! |