sossego Retired from the forums Dec 25, 2011 #1 I want Code: ifconfig wlan create wlandev iwi0 to be started at boot, and, I'm thinking that /etc/rc.conf is the right area. Am I wrong?
I want Code: ifconfig wlan create wlandev iwi0 to be started at boot, and, I'm thinking that /etc/rc.conf is the right area. Am I wrong?
wblock@ Developer Dec 25, 2011 #2 No script needed, just set a value in /etc/rc.conf. Code: wlans_iwi0="wlan" Normally that would be wlan0, and probably there would also be Code: ifconfig_wlan0="WPA SYNCDHCP"
No script needed, just set a value in /etc/rc.conf. Code: wlans_iwi0="wlan" Normally that would be wlan0, and probably there would also be Code: ifconfig_wlan0="WPA SYNCDHCP"