* Losing Ethernet after reboot @ 2014-03-18 16:10 Rick Bianchi 2014-03-18 16:17 ` Gary Thomas 0 siblings, 1 reply; 10+ messages in thread From: Rick Bianchi @ 2014-03-18 16:10 UTC (permalink / raw) To: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 286 bytes --] I losing Ethernet after every reboot. What is the process to have it come up manually? Image: Dylan gumstix-console I have already added eth0 auto to my /etc/network/interfaces. At the moment I need to run the following after every reboot: ifconfig eth0 up udhcpc eth0 [-- Attachment #2: Type: text/html, Size: 441 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 16:10 Losing Ethernet after reboot Rick Bianchi @ 2014-03-18 16:17 ` Gary Thomas 2014-03-18 16:42 ` Rick Bianchi 0 siblings, 1 reply; 10+ messages in thread From: Gary Thomas @ 2014-03-18 16:17 UTC (permalink / raw) To: yocto On 2014-03-18 10:10, Rick Bianchi wrote: > > I losing Ethernet after every reboot. What is the process to have it come up manually? > > Image: Dylan gumstix-console > > I have already added eth0 auto to my /etc/network/interfaces. Shouldn't this line read auto eth0 not the other way around? > At the moment I need to run the following after every reboot: > > ifconfig eth0 up > udhcpc eth0 -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 16:17 ` Gary Thomas @ 2014-03-18 16:42 ` Rick Bianchi 2014-03-18 16:50 ` Sandeep G.R 2014-03-18 16:56 ` Gary Thomas 0 siblings, 2 replies; 10+ messages in thread From: Rick Bianchi @ 2014-03-18 16:42 UTC (permalink / raw) To: Gary Thomas; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 1011 bytes --] Sorry typing on the fly. Here is what is in interfaces: auto eth0 iface eth0 inet dhcp On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > I losing Ethernet after every reboot. What is the process to have it > come up manually? > > > > Image: Dylan gumstix-console > > > > I have already added eth0 auto to my /etc/network/interfaces. > > Shouldn't this line read > auto eth0 > not the other way around? > > > At the moment I need to run the following after every reboot: > > > > ifconfig eth0 up > > udhcpc eth0 > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > [-- Attachment #2: Type: text/html, Size: 1664 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 16:42 ` Rick Bianchi @ 2014-03-18 16:50 ` Sandeep G.R 2014-03-18 16:56 ` Gary Thomas 1 sibling, 0 replies; 10+ messages in thread From: Sandeep G.R @ 2014-03-18 16:50 UTC (permalink / raw) To: Rick Bianchi; +Cc: yocto@yoctoproject.org, Gary Thomas [-- Attachment #1: Type: text/plain, Size: 1520 bytes --] Rick, Check the interface using the command ifconfig -a, then add the corresponding interface in /etc/network/interfaces and restart the network services. On Tue, Mar 18, 2014 at 10:42 AM, Rick Bianchi <bianchirickkutta@gmail.com>wrote: > Sorry typing on the fly. Here is what is in interfaces: > auto eth0 > iface eth0 inet dhcp > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com> wrote: > >> On 2014-03-18 10:10, Rick Bianchi wrote: >> > >> > I losing Ethernet after every reboot. What is the process to have it >> come up manually? >> > >> > Image: Dylan gumstix-console >> > >> > I have already added eth0 auto to my /etc/network/interfaces. >> >> Shouldn't this line read >> auto eth0 >> not the other way around? >> >> > At the moment I need to run the following after every reboot: >> > >> > ifconfig eth0 up >> > udhcpc eth0 >> >> -- >> ------------------------------------------------------------ >> Gary Thomas | Consulting for the >> MLB Associates | Embedded world >> ------------------------------------------------------------ >> -- >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto >> > > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- *Thanks & Regards,* *Sandeep G R* [-- Attachment #2: Type: text/html, Size: 3056 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 16:42 ` Rick Bianchi 2014-03-18 16:50 ` Sandeep G.R @ 2014-03-18 16:56 ` Gary Thomas 2014-03-18 16:58 ` Rick Bianchi 1 sibling, 1 reply; 10+ messages in thread From: Gary Thomas @ 2014-03-18 16:56 UTC (permalink / raw) To: yocto On 2014-03-18 10:42, Rick Bianchi wrote: > Sorry typing on the fly. Here is what is in interfaces: > auto eth0 > iface eth0 inet dhcp Are you using systemd or sysvinit? I use sysvinit and have these init script settings that start the network: root@everest-p36:~# ls -l /etc/rc*/S*networking lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc2.d/S01networking -> ../init.d/networking lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc3.d/S01networking -> ../init.d/networking lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc4.d/S01networking -> ../init.d/networking lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc5.d/S01networking -> ../init.d/networking > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote: > > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > I losing Ethernet after every reboot. What is the process to have it come up manually? > > > > Image: Dylan gumstix-console > > > > I have already added eth0 auto to my /etc/network/interfaces. > > Shouldn't this line read > auto eth0 > not the other way around? > > > At the moment I need to run the following after every reboot: > > > > ifconfig eth0 up > > udhcpc eth0 -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 16:56 ` Gary Thomas @ 2014-03-18 16:58 ` Rick Bianchi 2014-03-18 17:11 ` Gary Thomas 0 siblings, 1 reply; 10+ messages in thread From: Rick Bianchi @ 2014-03-18 16:58 UTC (permalink / raw) To: Gary Thomas; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 1987 bytes --] ls -l /etc/rc*/S*networking only gives me the following: lrwxrwxrwx 1 root root 20 Mar 14 2014 /etc/rcS.d/S40networking -> ../init.d/networking On Tue, Mar 18, 2014 at 9:56 AM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2014-03-18 10:42, Rick Bianchi wrote: > > Sorry typing on the fly. Here is what is in interfaces: > > auto eth0 > > iface eth0 inet dhcp > > Are you using systemd or sysvinit? > > I use sysvinit and have these init script settings that start the network: > root@everest-p36:~# ls -l /etc/rc*/S*networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc2.d/S01networking -> > ../init.d/networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc3.d/S01networking -> > ../init.d/networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc4.d/S01networking -> > ../init.d/networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc5.d/S01networking -> > ../init.d/networking > > > > > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com <mailto: > gary@mlbassoc.com>> wrote: > > > > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > > > I losing Ethernet after every reboot. What is the process to have > it come up manually? > > > > > > Image: Dylan gumstix-console > > > > > > I have already added eth0 auto to my /etc/network/interfaces. > > > > Shouldn't this line read > > auto eth0 > > not the other way around? > > > > > At the moment I need to run the following after every reboot: > > > > > > ifconfig eth0 up > > > udhcpc eth0 > > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > [-- Attachment #2: Type: text/html, Size: 2819 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 16:58 ` Rick Bianchi @ 2014-03-18 17:11 ` Gary Thomas 2014-03-18 17:14 ` Rick Bianchi 0 siblings, 1 reply; 10+ messages in thread From: Gary Thomas @ 2014-03-18 17:11 UTC (permalink / raw) To: Rick Bianchi; +Cc: yocto@yoctoproject.org On 2014-03-18 10:58, Rick Bianchi wrote: > ls -l /etc/rc*/S*networking only gives me the following: > > lrwxrwxrwx 1 root root 20 Mar 14 2014 /etc/rcS.d/S40networking -> ../init.d/networking Looks like something changed the init scripts settings. These are in the file .../meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: INITSCRIPT_NAME = "networking" INITSCRIPT_PARAMS = "start 01 2 3 4 5 . stop 80 0 6 1 ." I presume that you have a init-ifupdown_1.0.bbappend file for your target? Are you changing the INITSCRIPT_PARAMS perhaps? > On Tue, Mar 18, 2014 at 9:56 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote: > > On 2014-03-18 10:42, Rick Bianchi wrote: > > Sorry typing on the fly. Here is what is in interfaces: > > auto eth0 > > iface eth0 inet dhcp > > Are you using systemd or sysvinit? > > I use sysvinit and have these init script settings that start the network: > root@everest-p36:~# ls -l /etc/rc*/S*networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc2.d/S01networking -> ../init.d/networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc3.d/S01networking -> ../init.d/networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc4.d/S01networking -> ../init.d/networking > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc5.d/S01networking -> ../init.d/networking > > > > > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>> wrote: > > > > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > > > I losing Ethernet after every reboot. What is the process to have it come up manually? > > > > > > Image: Dylan gumstix-console > > > > > > I have already added eth0 auto to my /etc/network/interfaces. > > > > Shouldn't this line read > > auto eth0 > > not the other way around? > > > > > At the moment I need to run the following after every reboot: > > > > > > ifconfig eth0 up > > > udhcpc eth0 > > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> > https://lists.yoctoproject.org/listinfo/yocto > > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 17:11 ` Gary Thomas @ 2014-03-18 17:14 ` Rick Bianchi 2014-03-18 17:51 ` Gary Thomas 0 siblings, 1 reply; 10+ messages in thread From: Rick Bianchi @ 2014-03-18 17:14 UTC (permalink / raw) To: Gary Thomas; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 3252 bytes --] 1. Yes, I do have init-ifupdown on the target. 2. No, I have not made any changes to the INITSCRIPT_PARAMS. On Tue, Mar 18, 2014 at 10:11 AM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2014-03-18 10:58, Rick Bianchi wrote: > > ls -l /etc/rc*/S*networking only gives me the following: > > > > lrwxrwxrwx 1 root root 20 Mar 14 2014 /etc/rcS.d/S40networking -> > ../init.d/networking > > Looks like something changed the init scripts settings. These are in the > file > .../meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: > INITSCRIPT_NAME = "networking" > INITSCRIPT_PARAMS = "start 01 2 3 4 5 . stop 80 0 6 1 ." > > I presume that you have a init-ifupdown_1.0.bbappend file for your target? > Are you changing the INITSCRIPT_PARAMS perhaps? > > > On Tue, Mar 18, 2014 at 9:56 AM, Gary Thomas <gary@mlbassoc.com <mailto: > gary@mlbassoc.com>> wrote: > > > > On 2014-03-18 10:42, Rick Bianchi wrote: > > > Sorry typing on the fly. Here is what is in interfaces: > > > auto eth0 > > > iface eth0 inet dhcp > > > > Are you using systemd or sysvinit? > > > > I use sysvinit and have these init script settings that start the > network: > > root@everest-p36:~# ls -l /etc/rc*/S*networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc2.d/S01networking -> > ../init.d/networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc3.d/S01networking -> > ../init.d/networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc4.d/S01networking -> > ../init.d/networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc5.d/S01networking -> > ../init.d/networking > > > > > > > > > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com<mailto: > gary@mlbassoc.com> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>> > wrote: > > > > > > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > > > > > I losing Ethernet after every reboot. What is the process to > have it come up manually? > > > > > > > > Image: Dylan gumstix-console > > > > > > > > I have already added eth0 auto to my /etc/network/interfaces. > > > > > > Shouldn't this line read > > > auto eth0 > > > not the other way around? > > > > > > > At the moment I need to run the following after every reboot: > > > > > > > > ifconfig eth0 up > > > > udhcpc eth0 > > > > > > -- > > ------------------------------------------------------------ > > Gary Thomas | Consulting for the > > MLB Associates | Embedded world > > ------------------------------------------------------------ > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> > > https://lists.yoctoproject.org/listinfo/yocto > > > > > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > [-- Attachment #2: Type: text/html, Size: 4593 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 17:14 ` Rick Bianchi @ 2014-03-18 17:51 ` Gary Thomas 2014-03-18 18:32 ` Rick Bianchi 0 siblings, 1 reply; 10+ messages in thread From: Gary Thomas @ 2014-03-18 17:51 UTC (permalink / raw) To: yocto On 2014-03-18 11:14, Rick Bianchi wrote: > 1. Yes, I do have init-ifupdown on the target. > > 2. No, I have not made any changes to the INITSCRIPT_PARAMS. > OK, you must be using an older release/branch as this was recently changed. You can try tracing the bootup to see if/when the networking is started: Make this change & reboot. root@everest-p36:~# sed -i s/VERBOSE=no/VERBOSE=very/ /etc/default/rcS This will print a line indicating which init scripts are run, etc. Also, what happens if you try to bring up your network using 'ifup eth0' instead of 'ifconfig eth0 up;udhcpc eth0'? > On Tue, Mar 18, 2014 at 10:11 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote: > > On 2014-03-18 10:58, Rick Bianchi wrote: > > ls -l /etc/rc*/S*networking only gives me the following: > > > > lrwxrwxrwx 1 root root 20 Mar 14 2014 /etc/rcS.d/S40networking -> ../init.d/networking > > Looks like something changed the init scripts settings. These are in the file > .../meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb <http://init-ifupdown_1.0.bb>: > INITSCRIPT_NAME = "networking" > INITSCRIPT_PARAMS = "start 01 2 3 4 5 . stop 80 0 6 1 ." > > I presume that you have a init-ifupdown_1.0.bbappend file for your target? > Are you changing the INITSCRIPT_PARAMS perhaps? > > > On Tue, Mar 18, 2014 at 9:56 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>> wrote: > > > > On 2014-03-18 10:42, Rick Bianchi wrote: > > > Sorry typing on the fly. Here is what is in interfaces: > > > auto eth0 > > > iface eth0 inet dhcp > > > > Are you using systemd or sysvinit? > > > > I use sysvinit and have these init script settings that start the network: > > root@everest-p36:~# ls -l /etc/rc*/S*networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc2.d/S01networking -> ../init.d/networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc3.d/S01networking -> ../init.d/networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc4.d/S01networking -> ../init.d/networking > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 /etc/rc5.d/S01networking -> ../init.d/networking > > > > > > > > > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com> > <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>>> wrote: > > > > > > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > > > > > I losing Ethernet after every reboot. What is the process to have it come up manually? > > > > > > > > Image: Dylan gumstix-console > > > > > > > > I have already added eth0 auto to my /etc/network/interfaces. > > > > > > Shouldn't this line read > > > auto eth0 > > > not the other way around? > > > > > > > At the moment I need to run the following after every reboot: > > > > > > > > ifconfig eth0 up > > > > udhcpc eth0 -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Losing Ethernet after reboot 2014-03-18 17:51 ` Gary Thomas @ 2014-03-18 18:32 ` Rick Bianchi 0 siblings, 0 replies; 10+ messages in thread From: Rick Bianchi @ 2014-03-18 18:32 UTC (permalink / raw) To: Gary Thomas; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 4126 bytes --] If I run, "ifup eth0" it bring eth0 with dhcp, and I can the skip the "udhcpc eth0". On Tue, Mar 18, 2014 at 10:51 AM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2014-03-18 11:14, Rick Bianchi wrote: > > 1. Yes, I do have init-ifupdown on the target. > > > > 2. No, I have not made any changes to the INITSCRIPT_PARAMS. > > > > OK, you must be using an older release/branch as this was recently changed. > > You can try tracing the bootup to see if/when the networking is started: > Make this change & reboot. > root@everest-p36:~# sed -i s/VERBOSE=no/VERBOSE=very/ /etc/default/rcS > This will print a line indicating which init scripts are run, etc. > > Also, what happens if you try to bring up your network using 'ifup eth0' > instead of 'ifconfig eth0 up;udhcpc eth0'? > > > On Tue, Mar 18, 2014 at 10:11 AM, Gary Thomas <gary@mlbassoc.com<mailto: > gary@mlbassoc.com>> wrote: > > > > On 2014-03-18 10:58, Rick Bianchi wrote: > > > ls -l /etc/rc*/S*networking only gives me the following: > > > > > > lrwxrwxrwx 1 root root 20 Mar 14 2014 /etc/rcS.d/S40networking -> > ../init.d/networking > > > > Looks like something changed the init scripts settings. These are > in the file > > .../meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb < > http://init-ifupdown_1.0.bb>: > > INITSCRIPT_NAME = "networking" > > INITSCRIPT_PARAMS = "start 01 2 3 4 5 . stop 80 0 6 1 ." > > > > I presume that you have a init-ifupdown_1.0.bbappend file for your > target? > > Are you changing the INITSCRIPT_PARAMS perhaps? > > > > > On Tue, Mar 18, 2014 at 9:56 AM, Gary Thomas <gary@mlbassoc.com<mailto: > gary@mlbassoc.com> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>> > wrote: > > > > > > On 2014-03-18 10:42, Rick Bianchi wrote: > > > > Sorry typing on the fly. Here is what is in interfaces: > > > > auto eth0 > > > > iface eth0 inet dhcp > > > > > > Are you using systemd or sysvinit? > > > > > > I use sysvinit and have these init script settings that start > the network: > > > root@everest-p36:~# ls -l /etc/rc*/S*networking > > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 > /etc/rc2.d/S01networking -> ../init.d/networking > > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 > /etc/rc3.d/S01networking -> ../init.d/networking > > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 > /etc/rc4.d/S01networking -> ../init.d/networking > > > lrwxrwxrwx 1 root root 20 Mar 18 15:58 > /etc/rc5.d/S01networking -> ../init.d/networking > > > > > > > > > > > > > > > On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas < > gary@mlbassoc.com <mailto:gary@mlbassoc.com> <mailto:gary@mlbassoc.com<mailto: > gary@mlbassoc.com>> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com> > > <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>>> wrote: > > > > > > > > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > > > > > > > I losing Ethernet after every reboot. What is the > process to have it come up manually? > > > > > > > > > > Image: Dylan gumstix-console > > > > > > > > > > I have already added eth0 auto to my > /etc/network/interfaces. > > > > > > > > Shouldn't this line read > > > > auto eth0 > > > > not the other way around? > > > > > > > > > At the moment I need to run the following after every > reboot: > > > > > > > > > > ifconfig eth0 up > > > > > udhcpc eth0 > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > [-- Attachment #2: Type: text/html, Size: 5969 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-03-18 18:32 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-03-18 16:10 Losing Ethernet after reboot Rick Bianchi 2014-03-18 16:17 ` Gary Thomas 2014-03-18 16:42 ` Rick Bianchi 2014-03-18 16:50 ` Sandeep G.R 2014-03-18 16:56 ` Gary Thomas 2014-03-18 16:58 ` Rick Bianchi 2014-03-18 17:11 ` Gary Thomas 2014-03-18 17:14 ` Rick Bianchi 2014-03-18 17:51 ` Gary Thomas 2014-03-18 18:32 ` Rick Bianchi
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.