> Date: Tue, 24 Nov 2009 20:35:10 -0800
> From: Thomas Taylor <li...@comcast.net>
> Subject: [SLL] eth0 manual not working
> To: linux-l...@ssc.com
> Message-ID: <200911242035.10441.li...@comcast.net>
> Content-Type: Text/Plain;  charset="us-ascii"
>
> I recently purchased a Dell Studio 17 since I need to run windows & linux
> (ipenSUSE 11.2 x86_64) dual booting.  The wired lan (all I have) will not
> come
> up when used in ifup mode but will when run under automatic (Network
> Manager)
> control.

Don't kn ow anything about SUSE. However, if the NetworkManager daemon is
running you may be getting a conflict. Make sure that the NetworkManager
daemon is not running. There should be some kind of services menu to do
this. Otherwise, you may have to modify what is in /etc/rc.d.

ps aux | grep NetworkManager

should show no processes.

Also, make sure that your DHCP client software daemon is not running

ps aux | grep dhcpcd

should show no processes.

You should now be able to set up your eth0 device with ifconfig and route
manually. Don't forget to populate /etc/resolv.conf with the IP addressed
of your DNS servers.

[...]


Reply via email to