Comment 4 for bug 654900

Revision history for this message
Bob Harvey (bobharvey) wrote : Re: apport-collect hook for network-manager crashed

Here you go
bob@Harvey12:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:24:e8:dd:cf:a3
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
          Interrupt:27 Base address:0x2000

eth1 Link encap:Ethernet HWaddr 0c:60:76:24:a7:1d
          inet addr:10.0.0.29 Bcast:10.0.0.255 Mask:255.255.255.0
          inet6 addr: fe80::e60:76ff:fe24:a71d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:3720 errors:0 dropped:0 overruns:0 frame:4784
          TX packets:3746 errors:6 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3004996 (3.0 MB) TX bytes:1213095 (1.2 MB)
          Interrupt:17

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:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

bob@Harvey12:~$
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:24:e8:dd:cf:a3 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 0c:60:76:24:a7:1d brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.29/24 brd 10.0.0.255 scope global eth1
    inet6 fe80::e60:76ff:fe24:a71d/64 scope link
       valid_lft forever preferred_lft forever

bob@Harvey12:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 * 255.255.255.0 U 2 0 0 eth1
link-local * 255.255.0.0 U 1000 0 0 eth1
default SpeedTouch.lan 0.0.0.0 UG 0 0 0 eth1
bob@Harvey12:~$

I will append the hardware too