Code: Select all
modules=( "iwconfig" )
key_linksys="[1] 5487176588EAFDFB73CD61C210 key [1] enc open"
preferred_aps=( "linksys" )
config_linksys=( "dhcp" )
Code: Select all
ifconfig eth1 up; wifi radar -dThanks abunch in advance!
Code: Select all
modules=( "iwconfig" )
key_linksys="[1] 5487176588EAFDFB73CD61C210 key [1] enc open"
preferred_aps=( "linksys" )
config_linksys=( "dhcp" )
Code: Select all
ifconfig eth1 up; wifi radar -dCode: Select all
rc-update showCode: Select all
rc-update add net.eth1 defaultnevermind i found where i backed it up too and am trying that now thanks for the help.LoDown wrote:net.eth1 needs to be in your default runlevel to start automatically.will show you what is starting at what runlevel.Code: Select all
rc-update showwill add net.eth1 to the 'default' runlevel. This means that the wireless card will start when you enter the default runlevel, which is the runlevel that gentoo will boot up into.Code: Select all
rc-update add net.eth1 default
hope this helps...