[EMAIL PROTECTED] (Geert Stappers) writes: > What we need is lspci alike output.
The card is in the lspci output, this is the card as far as I can tell: $ lspci | grep DEC 0000:02:00.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) and $ lspci -n | grep :02: 0000:02:00.0 0200: 1011:0019 (rev 41) > Unfortunally I don't known the name of > cardctl scan > pcmcia --list > > or such program. Neither do I. > Probably can > > dpkg -L pcmcia-cs That's how I found cardctl. I found tulip-diag.c on Donald Becker's site, how about this: # ./tulip-diag tulip-diag.c:v2.18 11/12/2003 Donald Becker ([EMAIL PROTECTED]) http://www.scyld.com/diag/index.html Index #1: Found a Digital DS21143 Tulip adapter at 0x4000. Port selection is 100mbps-SYM/PCS 100baseTx scrambler, full-duplex. Transmit started, Receive started. The Rx process state is 'Waiting for packets'. The Tx process state is 'Idle'. The transmit threshold is 128. The NWay status register is 000002cd. 100baseTx link good. Internal autonegotiation state is 'Autonegotiation disabled'. Use '-a' or '-aa' to show device registers, '-e' to show EEPROM contents, -ee for parsed contents, or '-m' or '-mm' to show MII management registers. -- Philip Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

