* Re: [gentoo-user] Install CD sees 2 ethernet ports [not found] <20060725110452.GA7932@waltdnes.org> @ 2006-07-25 15:28 ` louis brazeau 2006-07-25 16:08 ` Daniel da Veiga 0 siblings, 1 reply; 4+ messages in thread From: louis brazeau @ 2006-07-25 15:28 UTC (permalink / raw To: gentoo-user On 7/25/06, Walter Dnes <waltdnes@waltdnes.org> wrote: > For some reason, the X86 minimal install CD sees ethernet ports > according to the startup message. When I ifconfig after booting the > install CD, it shows only eth1. I entered values into both eth0 and > eth1 via net-setup. It looks like eth1 is for real (and it works), > while eth0 is unreal, and unworking. I end up taking down eth0 > "ifconfig eth0 down" and running eth1 only. However, when it boots up > manually modify my network settings... PITA. The machine is an AMD > Athlon64 with an ASUS A8N-VM/CSM Ge6150+MP430 motherboard. Here's what > I see when I try to setup and run both eth0 and eth1... > snip > > Any ideas about what's going on? > > -- > Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1 > My musings on technology and security at http://tech_sec.blog.ca > -- > gentoo-user@gentoo.org mailing list > > I think eth0 is your FireWire port (IEEE 1394). You did the right thing already (taking eth0 down). Now you can install Gentoo and unless you configure support for Ethernet over FireWire (or something similar) in your kernel you shouldn't have any problem. That was my experience anyway (with a different Asus board, but the same behavior). -- Louis Brazeau Informaticien -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Install CD sees 2 ethernet ports 2006-07-25 15:28 ` [gentoo-user] Install CD sees 2 ethernet ports louis brazeau @ 2006-07-25 16:08 ` Daniel da Veiga 2006-07-26 4:38 ` Walter Dnes 0 siblings, 1 reply; 4+ messages in thread From: Daniel da Veiga @ 2006-07-25 16:08 UTC (permalink / raw To: gentoo-user On 7/25/06, louis brazeau <lbrazeau@gmail.com> wrote: > On 7/25/06, Walter Dnes <waltdnes@waltdnes.org> wrote: > > For some reason, the X86 minimal install CD sees ethernet ports > > according to the startup message. When I ifconfig after booting the > > install CD, it shows only eth1. I entered values into both eth0 and > > eth1 via net-setup. It looks like eth1 is for real (and it works), > > while eth0 is unreal, and unworking. I end up taking down eth0 > > "ifconfig eth0 down" and running eth1 only. However, when it boots up > > manually modify my network settings... PITA. The machine is an AMD > > Athlon64 with an ASUS A8N-VM/CSM Ge6150+MP430 motherboard. Here's what > > I see when I try to setup and run both eth0 and eth1... > > > > snip > > > > > Any ideas about what's going on? > > > > -- > > Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1 > > My musings on technology and security at http://tech_sec.blog.ca > > -- > > gentoo-user@gentoo.org mailing list > > > > > > I think eth0 is your FireWire port (IEEE 1394). > > You did the right thing already (taking eth0 down). Now you can > install Gentoo and unless you configure support for Ethernet over > FireWire (or something similar) in your kernel you shouldn't have any > problem. > > That was my experience anyway (with a different Asus board, but the > same behavior). > Louis is right, you can also disable this behavior by adding "nofirewire" at the bootloader line that calls the kernel. -- Daniel da Veiga Computer Operator - RS - Brazil -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V- PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++ ------END GEEK CODE BLOCK------ -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Install CD sees 2 ethernet ports 2006-07-25 16:08 ` Daniel da Veiga @ 2006-07-26 4:38 ` Walter Dnes 2006-07-26 7:49 ` Neil Bothwick 0 siblings, 1 reply; 4+ messages in thread From: Walter Dnes @ 2006-07-26 4:38 UTC (permalink / raw To: gentoo-user On Tue, Jul 25, 2006 at 01:08:19PM -0300, Daniel da Veiga wrote > >I think eth0 is your FireWire port (IEEE 1394). > > > >You did the right thing already (taking eth0 down). Now you can > >install Gentoo and unless you configure support for Ethernet over > >FireWire (or something similar) in your kernel you shouldn't have any > >problem. > > > >That was my experience anyway (with a different Asus board, but the > >same behavior). > > > > Louis is right, you can also disable this behavior by adding > "nofirewire" at the bootloader line that calls the kernel. Thanks Daniel and Louis. With "nofirewire" the boot messages showed 2 eth devices, but the real ethernet chip now comes up as eth0, which is what I wanted. -- Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1 My musings on technology and security at http://tech_sec.blog.ca -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Install CD sees 2 ethernet ports 2006-07-26 4:38 ` Walter Dnes @ 2006-07-26 7:49 ` Neil Bothwick 0 siblings, 0 replies; 4+ messages in thread From: Neil Bothwick @ 2006-07-26 7:49 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 898 bytes --] On Wed, 26 Jul 2006 00:38:49 -0400, Walter Dnes wrote: > Thanks Daniel and Louis. With "nofirewire" the boot messages showed 2 > eth devices, but the real ethernet chip now comes up as eth0, which is > what I wanted. You can use udev rules to ensure your network interfaces are correctly named, which saves disabling anything. On the other hand, if you will never use Firewire networking, you could simply remove the option from your kernel. The udev rules I use to ensure my wired, wireless and Firewire interfaces are named i that order are KERNEL=="eth*", SYSFS{address}=="00:0d:93:3c:76:26", NAME:="eth0" KERNEL=="eth*", SYSFS{address}=="00:0d:93:ef:f2:c0", NAME:="eth1" KERNEL=="eth*", SYSFS{address}=="00:0d:93:ff:fe:3c:76:26", NAME:="eth2" Those are the MAC addresses of the interfaces. -- Neil Bothwick And all the Borg left was this copy of Windows... [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-26 7:55 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20060725110452.GA7932@waltdnes.org> 2006-07-25 15:28 ` [gentoo-user] Install CD sees 2 ethernet ports louis brazeau 2006-07-25 16:08 ` Daniel da Veiga 2006-07-26 4:38 ` Walter Dnes 2006-07-26 7:49 ` Neil Bothwick
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox