blob: 20ddd14c99ffe3731d801abb0f4d8456c9c21e93 (
plain)
1 PRE-INSTALL
2
3 Kernel sources must exist in /lib/modules/[version]/build
4
5 POST-INSTALL
6
7 Run depmod -a, edit /etc/modprobe.conf and /etc/rc.d/net. The module
8 name is ath_hal or ath_pci, depending on your card. The wireless
9 ifdevice name is ath0. Something like this should work:
10
11 /etc/modprobe.conf:
12 alias ath0 ath_pci
13
14 /etc/rc.d/net:
15 iwconfig ath0 essid myid
16 iwconfig ath0 key mykey
17 dhcpcd ath0
|