Frederic Lepied wrote:

Stefan van der Eijk <[EMAIL PROTECTED]> writes:


[...]


I've got a number of Ethernet controllers:

This one works fine with ifplugd:
00:0c.0 Class 0200: 10b7:9055 (rev 30)
00:0c.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
[Cyclone] (rev 30)
Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100
Flags: bus master, medium devsel, latency 32, IRQ 12
I/O ports at ac00 [size=128]
Memory at da021000 (32-bit, non-prefetchable) [size=128]
Expansion ROM at <unassigned> [disabled] [size=128K]
Capabilities: <available only to root>

This one doesn't want to come up. It's got a static IP-address and the
interface is brought up after booting. With ifplugd no IP-address is
assigned to the interface.
00:0d.0 Class 0200: 10b7:9050
00:0d.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX
[Boomerang]
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at b000 [size=64]
Expansion ROM at <unassigned> [disabled] [size=64K]

This one doesn't want to come up. It's got a dynamic (DHCP) IP-address
and the interface is brought up after booting. With ifplugd no
IP-address is assigned to the interface:

# ifup eth0
Determining IP information for eth0... failed; no link present. Check
cable?

After running dhcpcd by hand all is well.

00:0e.0 Class 0200: 1011:0002 (rev 24)
00:0e.0 Ethernet controller: Digital Equipment Corporation DECchip
21040 [Tulip] (rev 24)
Flags: bus master, medium devsel, latency 96, IRQ 10
I/O ports at b400 [size=128]
Memory at da020000 (32-bit, non-prefetchable) [size=128]

The VMware machine I've got running presents the same issues as the
Tulip card above:

00:11.0 Class 0200: 1022:2000 (rev 10)
00:11.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970
[PCnet32 LANCE] (rev 10)

Can you try with initscripts 2mdk ? And if it fails again, can you
send me the output of ifstatus -v eth0 ?

On the VMware machine it doesn't work.

eth0:
SIOCETHTOOL: unplugged
SIOGGMIIPHY failed (Operation not supported)
SIOCDEVPRIVATE failed (Operation not supported)

For the tulip card:

# ifup eth0
Determining IP information for eth0... failed; no link present. Check cable?
# ifstatus -v eth0
eth0:
SIOCETHTOOL failed (Operation not supported)
SIOGGMIIPHY failed (Operation not supported)
SIOCDEVPRIVATE failed (Operation not supported)

eth2 seems to work as expected. Doing an ifdown eth2 results in:

eth2 Link encap:Ethernet HWaddr 00:60:97:C6:A2:5A UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3687 errors:0 dropped:0 overruns:0 frame:0
TX packets:8667 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:221220 (216.0 Kb) TX bytes:907072 (885.8 Kb)
Interrupt:11 Base address:0xb000

eth2:
SIOCETHTOOL failed (Operation not supported)
SIOCGMIIPHY: unplugged
SIOCDEVPRIVATE: unplugged

ifup eth2:

eth2 Link encap:Ethernet HWaddr 00:60:97:C6:A2:5A inet addr:192.168.2.254 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3687 errors:0 dropped:0 overruns:0 frame:0
TX packets:8671 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:221220 (216.0 Kb) TX bytes:907312 (886.0 Kb)
Interrupt:11 Base address:0xb000

# ifstatus -v eth2
eth2:
SIOCETHTOOL failed (Operation not supported)
SIOCGMIIPHY: unplugged
SIOCDEVPRIVATE: unplugged

Stefan

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to