by CentaurHauler on Wed Nov 04, 2009 1:37 am
Here's what I get:
xxx@SRVR ~ $ dmesg | grep -i eth0
[ 3.488329] eth0: Davicom DM9102 at pci0000:00:0a.0, 00:80:ad:7b:e0:d2, irq 17.
[ 25.265683] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 31.265833] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 41.280037] eth0: no IPv6 routers present
xxx@SRVR ~ $ inxi -N
Network: Card Davicom 21x4x DEC-Tulip compatible 10/100 Ethernet driver dmfe
xxx@SRVR ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr 00:80:ad:7b:e0:d2
inet addr:192.168.1.50 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::280:adff:fe7b:e0d2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:402868 errors:0 dropped:0 overruns:0 frame:0
TX packets:312313 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44276717 (44.2 MB) TX bytes:254788312 (254.7 MB)
Interrupt:17 Base address:0xd000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:11931 errors:0 dropped:0 overruns:0 frame:0
TX packets:11931 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:851886 (851.8 KB) TX bytes:851886 (851.8 KB)
xxx@SRVR ~ $
For reference, here is what I get on a Mint5 KDE machine:
xxx@AthlonXP-LinuxMint5 ~ $ dmesg | grep -i eth0
[ 25.808008] eth0: VIA Rhine II at 0xe0101000, 00:30:1b:2c:4a:67, IRQ 17.
[ 25.808719] eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
[ 56.220450] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
xxx@AthlonXP-LinuxMint5 ~ $ inxi -N
bash: inxi: command not found
xxx@AthlonXP-LinuxMint5 ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:1b:2c:4a:67
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3577 errors:0 dropped:0 overruns:0 frame:0
TX packets:4282 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2974306 (2.8 MB) TX bytes:559796 (546.6 KB)
Interrupt:17 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:58 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3060 (2.9 KB) TX bytes:3060 (2.9 KB)
xxx@AthlonXP-LinuxMint5 ~ $