John W. Linville escribió:
On Mon, Sep 10, 2007 at 03:57:12PM -0300, Martin Marques wrote:Dumb question - is wlan0 configured to come up on boot? (On boot box checked, or "ONBOOT=yes" in /etc/sysconfig/network-scripts/ifcfg-wlan0?[root localhost ~]# grep -i boot /etc/sysconfig/network-scripts/ifcfg-wlan0 BOOTPROTO=dhcp ONBOOT=yesDoesn't NetworkManager purposefully avoid interfaces w/ "ONBOOT=yes"?
eth0 also has ONBOOT=yes and it comes up without a problem automatically. [root localhost ~]# grep -i boot /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO=dhcp ONBOOT=yes