Re: [gentoo-user] wpa_supplicant + dhcp net.ath0 script ?

2005-05-10 Thread Craig Duncan
Zhendong Zhou (Kyle) wrote:

 Hi,
 I am using madwifi  wpa_supplicant. after installing them and
 configured, I can manually start wpa_supplicant by 'wpa_supplicant -w
 -c/etc/wpa_supplicant.conf -Dmadwifi' and 'dhcpcd ath0'. However, my
 problem is how to make them start automatically when the system boot?
 It seems that I have to write something in net.ath0 or /etc/init.d/net ...
 but how? I am really new to linux. thanks
 Kyle

Update /etc/conf.d/net with something like the following
modules=( wpa_supplicant )
wpa_supplicant_wlan0=-Dndiswrapper
wpa_timeout_wlan0=30

Then set the wpa_supplicant configuration options in
/etc/conf.d/wpa_supplicant

Craig


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] wpa_supplicant + dhcp net.ath0 script ?

2005-05-09 Thread Zhendong Zhou \(Kyle\)



Hi,
I am using madwifi  wpa_supplicant. after 
installing them and configured, I can manually start wpa_supplicant by 
'wpa_supplicant -w -c/etc/wpa_supplicant.conf -Dmadwifi' and 'dhcpcd ath0'. 
However, my problem is how to make them start automatically when the system 
boot?
It seems that I have to write something in net.ath0 
or /etc/init.d/net ...
but how? I am really new to linux. 
thanks
Kyle


Re: [gentoo-user] wpa_supplicant + dhcp net.ath0 script ?

2005-05-09 Thread Mark Knecht
man rc-update

rc-update show
rc-update add X default

Good luck,
Mark

On 5/9/05, Zhendong Zhou (Kyle) [EMAIL PROTECTED] wrote:
  
 Hi, 
 I am using madwifi  wpa_supplicant. after installing them and configured, I
 can manually start wpa_supplicant by 'wpa_supplicant -w
 -c/etc/wpa_supplicant.conf -Dmadwifi' and 'dhcpcd ath0'. However, my problem
 is how to make them start automatically when the system boot? 
 It seems that I have to write something in net.ath0 or /etc/init.d/net ... 
 but how? I am really new to linux. thanks 
 Kyle

-- 
gentoo-user@gentoo.org mailing list