2006-02-23 18:45:10 +00:00
|
|
|
PRE-INSTALL
|
|
|
|
|
2008-05-11 00:16:36 +02:00
|
|
|
Kernel sources must exist in /lib/modules/[version]/build
|
2006-02-23 18:45:10 +00:00
|
|
|
|
|
|
|
POST-INSTALL
|
|
|
|
|
2008-05-11 00:16:36 +02:00
|
|
|
Run depmod -a, edit /etc/modprobe.conf and /etc/rc.d/net. The module
|
|
|
|
name is ath_hal or ath_pci, depending on your card. The wireless
|
|
|
|
ifdevice name is ath0. Something like this should work:
|
2006-02-23 18:45:10 +00:00
|
|
|
|
2008-05-11 00:16:36 +02:00
|
|
|
/etc/modprobe.conf:
|
|
|
|
alias ath0 ath_pci
|
2006-02-23 18:45:10 +00:00
|
|
|
|
2008-05-11 00:16:36 +02:00
|
|
|
/etc/rc.d/net:
|
|
|
|
iwconfig ath0 essid myid
|
|
|
|
iwconfig ath0 key mykey
|
|
|
|
dhcpcd ath0
|
2006-02-23 18:45:10 +00:00
|
|
|
|