From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Thu, 10 Dec 2009 11:21:29 +0100 Subject: [Buildroot] RTNETLINK error In-Reply-To: <4B2CB099CF3D4F40B1B1442281CA94FFC4C92C@EXCHANGEVS01.appsig.com> (RYAN NEAL's message of "Wed, 9 Dec 2009 14:18:21 -0800") References: <4B2CB099CF3D4F40B1B1442281CA94FFC4C929@EXCHANGEVS01.appsig.com> <87vdgfx6ac.fsf@macbook.be.48ers.dk> <4B2CB099CF3D4F40B1B1442281CA94FFC4C92A@EXCHANGEVS01.appsig.com> <87ocm7x0q9.fsf@macbook.be.48ers.dk> <4B2CB099CF3D4F40B1B1442281CA94FFC4C92B@EXCHANGEVS01.appsig.com> <87hbrzx0hf.fsf@macbook.be.48ers.dk> <4B2CB099CF3D4F40B1B1442281CA94FFC4C92C@EXCHANGEVS01.appsig.com> Message-ID: <874onzw2mu.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Ryan" == NEAL, RYAN writes: Hi, Ryan> Does the busybox dhcp client get called by the kernel at some point Ryan> (udhcpc?)? how do I make this configuration so that the busybox dhcp Ryan> client is used? Not by the kernel, but by ifup (by adding something like this to /etc/network/interfaces): iface eth0 inet dhcp auto eth0 Ryan> I turned off the "IP : kernel level autoconfiguration" (CONFIG_IP_PNP) Ryan> off in the linux kernel, no change. Ryan> I then ran with just the boot line "console=ttyS0 root=/dev/ram" and Ryan> still got the failure. Ok, are you sure that the system hangs in ifup? What do you expect to happen afterwards? Have you configured a getty (login program) on ttyS0? -- Bye, Peter Korsgaard