| 119 | | Users of wireless cards based on the Atheros chipset have to install the |
|---|
| 120 | | proprietary "madwifi" driver. The driver is provided in the precompiled form |
|---|
| 121 | | in the /drivers directory (if you loaded the CD contents to RAM, you have to |
|---|
| 122 | | mount the CD and look into /media/cdrom/drivers instead). To install it, |
|---|
| 123 | | run the following commands: |
|---|
| 124 | | |
|---|
| 125 | | cd /drivers |
|---|
| 126 | | tar -C / -xf madwifi-x86-6.3-r2052-kernel-[kernel_version].tgz |
|---|
| 127 | | tar -C / -xf madwifi-x86-6.3-r2052-tools.tgz |
|---|
| 128 | | depmod -ae |
|---|
| 129 | | modprobe ath_pci |
|---|
| 130 | | |
|---|