honestly pclinuxos was nothing but a pain in the butt for me. personally id recommend ubuntu, it's hardware wizard should automatically configure your atheros card
06:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01) Subsystem: Askey Computer Corp. Device 7141 Flags: bus master, fast devsel, latency 0, IRQ 11 Memory at f0100000 (64-bit, non-prefetchable) [size=64K] Capabilities: [40] Power Management version 2 Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [60] Express Legacy Endpoint, MSI 00 Capabilities: [90] MSI-X: Enable- Mask- TabSize=1 Capabilities: [100] Advanced Error Reporting <?> Capabilities: [140] Virtual Channel <?> Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00 |
lsmod | grep -i ath && lsmod | grep -i madwifi
Originally Posted by chemicalfan ![]() Madwifi is what you need for Atheros wireless adaptors (there are instructions on the madwifi site) |
modprobe madwifi
sudo rmmod ath5k
sudo modprobe ath_pci
cd /home/[user]/Desktop
mkdir WiFi
mv [filename] WiFi/
cd WiFi/
unzip [filename]
rm *.zip
cd ..
ndiswrapper -i [pathname of the new INF file you just unzipped]
ndiswrapper -l
modprobe ndiswrapper
dmesg | grep ndis *this will tell you if it is working right*