* 2 weird problems (first ethernet)
@ 1998-05-14 0:21 Stephan van Hienen
1998-05-14 3:28 ` Grant Beattie
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Stephan van Hienen @ 1998-05-14 0:21 UTC (permalink / raw)
To: ultralinux
first ethernet
ok i put back te card with kernel 2.1.101 (compiled ok)
and booted now it reports :
sunhme.c:v1.2 10/Oct/96 David S. Miller (davem@caipfs.rutgers.edu)
eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:96:18:b0
eth1: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet
08:00:20:96:18:b0
excuse me same ethernet hardware adress ??
yes its true :
eth0: Auto-Negotiation unsuccessful, trying force link mode
eth0: Link down, cable problem?
eth0: Auto-Negotiation unsuccessful, trying force link mode
eth0: Link down, cable problem?
i then plug it on eth1 (the pci plugin card (with wide scsi connector
external))
and :
eth0: Link is up using internal transceiver at 10Mb/s, Half Duplex.
what is this ?
can i change the ethernet adres somewehre in de boot prom or something ?
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2 weird problems (first ethernet)
1998-05-14 0:21 2 weird problems (first ethernet) Stephan van Hienen
@ 1998-05-14 3:28 ` Grant Beattie
1998-05-14 5:44 ` David S. Miller
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Grant Beattie @ 1998-05-14 3:28 UTC (permalink / raw)
To: ultralinux
Stephan van Hienen writes:
> first ethernet
> ok i put back te card with kernel 2.1.101 (compiled ok)
> and booted now it reports :
>
> sunhme.c:v1.2 10/Oct/96 David S. Miller (davem@caipfs.rutgers.edu)
> eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:96:18:b0
> eth1: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet
> 08:00:20:96:18:b0
>
> excuse me same ethernet hardware adress ??
>
> yes its true :
>
> eth0: Auto-Negotiation unsuccessful, trying force link mode
> eth0: Link down, cable problem?
> eth0: Auto-Negotiation unsuccessful, trying force link mode
> eth0: Link down, cable problem?
>
> i then plug it on eth1 (the pci plugin card (with wide scsi connector
> external))
> and :
>
> eth0: Link is up using internal transceiver at 10Mb/s, Half Duplex.
>
> what is this ?
> can i change the ethernet adres somewehre in de boot prom or something ?
sparc systems have the hardware address burned into the PROM, not the
ethernet device. The behavior you're seeing is correct.
grant.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2 weird problems (first ethernet)
1998-05-14 0:21 2 weird problems (first ethernet) Stephan van Hienen
1998-05-14 3:28 ` Grant Beattie
@ 1998-05-14 5:44 ` David S. Miller
1998-05-14 6:41 ` Eddie C. Dost
1998-05-14 11:03 ` Stephan van Hienen
3 siblings, 0 replies; 5+ messages in thread
From: David S. Miller @ 1998-05-14 5:44 UTC (permalink / raw)
To: ultralinux
Date: Thu, 14 May 1998 13:28:10 +1000
From: Grant Beattie <gb@zero.net.au>
sparc systems have the hardware address burned into the PROM, not
the ethernet device. The behavior you're seeing is correct.
And furthermore if it is a problem, you can add args to ifconfig to
set the ethernet address on each interface to whatever you like.
Later,
David S. Miller
davem@dm.cobaltmicro.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2 weird problems (first ethernet)
1998-05-14 0:21 2 weird problems (first ethernet) Stephan van Hienen
1998-05-14 3:28 ` Grant Beattie
1998-05-14 5:44 ` David S. Miller
@ 1998-05-14 6:41 ` Eddie C. Dost
1998-05-14 11:03 ` Stephan van Hienen
3 siblings, 0 replies; 5+ messages in thread
From: Eddie C. Dost @ 1998-05-14 6:41 UTC (permalink / raw)
To: ultralinux
> sunhme.c:v1.2 10/Oct/96 David S. Miller (davem@caipfs.rutgers.edu)
> eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:96:18:b0
> eth1: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet
> 08:00:20:96:18:b0
>
> excuse me same ethernet hardware adress ??
This is how sparcs work, they have one ethernet hw address for the
complete workstation. You should never but both interfaces onto the
same physical network.
> eth0: Auto-Negotiation unsuccessful, trying force link mode
> eth0: Link down, cable problem?
> eth0: Auto-Negotiation unsuccessful, trying force link mode
> eth0: Link down, cable problem?
>
> i then plug it on eth1 (the pci plugin card (with wide scsi connector
> external))
Nope, the devices are probed depending on bus layout, so eth0 is external
and eth1 is internal.
Eddie.
ecd@skynet.be
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2 weird problems (first ethernet)
1998-05-14 0:21 2 weird problems (first ethernet) Stephan van Hienen
` (2 preceding siblings ...)
1998-05-14 6:41 ` Eddie C. Dost
@ 1998-05-14 11:03 ` Stephan van Hienen
3 siblings, 0 replies; 5+ messages in thread
From: Stephan van Hienen @ 1998-05-14 11:03 UTC (permalink / raw)
To: ultralinux
On Wed, 13 May 1998, David S. Miller wrote:
> Date: Thu, 14 May 1998 13:28:10 +1000
> From: Grant Beattie <gb@zero.net.au>
>
> sparc systems have the hardware address burned into the PROM, not
> the ethernet device. The behavior you're seeing is correct.
>
> And furthermore if it is a problem, you can add args to ifconfig to
> set the ethernet address on each interface to whatever you like.
and what is this arg ?
and is it perm. ?
or do i have to tell it each time ?
(ps is there a way to do this on the boot prom?)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~1998-05-14 11:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-05-14 0:21 2 weird problems (first ethernet) Stephan van Hienen
1998-05-14 3:28 ` Grant Beattie
1998-05-14 5:44 ` David S. Miller
1998-05-14 6:41 ` Eddie C. Dost
1998-05-14 11:03 ` Stephan van Hienen
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.