Hi all,

Does baselayout-2 use /etc/conf.d/net? It seems not from this:

[EMAIL PROTECTED] ~ $ sudo /etc/init.d/net.wlan0 restart
 * Bringing up interface wlan0
 *   Configuring wireless network for wlan0
 *   Scanning for access points
 *     Found "tania" at 00:60:B3:30:8D:AB, managed, encrypted
 *     Found "belkin54g" at 00:30:BD:99:D3:8B, managed
 *   Connecting to "tania" in managed mode (WEP enabled - open) ...             
                              
[ ok ]
 *     wlan0 connected to SSID "tania" at **************
 *     in managed mode (WEP enabled - open)
 *   No configuration specified; defaulting to DHCP
 *   dhcp ...
 *     Running dhcpcd ...                                                       
                              
[ ok ]
 *     received address 10.0.0.3/24                                             
                              
[ ok ]

Note the "no configuration specified". However:

[EMAIL PROTECTED] ~ $ egrep -v '^#|^$' /etc/conf.d/net
iface_eth0="dhcp"
iface_wlan0="dhcp"
dhcpcd_eth0=""
dhcpcd_wlan0=""
modules=( "iwconfig" )

Has the location of the net init scripts changed?

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to