[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#750574: 802.1ad [Stacking Vlans] not work in Broadcom BCM5751 NIC (tg3 module)



Package: src:linux
Version: 3.2.57-3+deb7u1
Severity: normal

Stacking vlan not work in Broadcom BCM5751 network card. I think that is the module tg3 but I am not sure.

I have connected a Linux box with a crossover cable to a Cisco router, both configured whith 802.1ad and tried to ping from the Cisco router to the Linux box without success.

When I run tshark in the Linux box, I have discovered that the Linux box send the ethernet frame without the secondary vlan.

The expected behavior is that the Linux box send the frames with both vlans. Below are the commands to reproduce this bug.

Note: stacking vlans work fine in eth0 (Realtek RTL8169).

Thanks!.


Debian Weezy
linux-image-3.2.0-4-686-pae



root@irina:~# uname -a
Linux irina 3.2.0-4-686-pae #1 SMP Debian 3.2.57-3+deb7u1 i686 GNU/Linux



root@irina:~# cat /etc/debian_version
7.5



root@irina:~# lspci -v
40:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
    Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV)
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
    Expansion ROM at <ignored> [disabled]
    Capabilities: [48] Power Management version 2
    Capabilities: [50] Vital Product Data
    Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Kernel driver in use: tg3



root@irina:~# ifconfig eth1 up
root@irina:~# vconfig add eth1 111
Added VLAN with VID == 111 to IF -:eth1:-
root@irina:~# ifconfig eth1.111 up
root@irina:~# vconfig add eth1.111 222
Added VLAN with VID == 222 to IF -:eth1.111:-
root@irina:~# ifconfig eth1.111.222 10.10.10.2 netmask 255.255.255.0 up



root@irina:~# ifconfig
eth1      Link encap:Ethernet  HWaddr 00:13:21:d5:3b:96
          inet6 addr: fe80::213:21ff:fed5:3b96/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1524 (1.4 KiB)
          Interrupt:17

eth1.111  Link encap:Ethernet  HWaddr 00:13:21:d5:3b:96
          inet6 addr: fe80::213:21ff:fed5:3b96/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:936 (936.0 B)

eth1.111.222 Link encap:Ethernet  HWaddr 00:13:21:d5:3b:96
          inet addr:10.10.10.2  Bcast:10.10.10.255  Mask:255.255.255.0
          inet6 addr: fe80::213:21ff:fed5:3b96/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:468 (468.0 B)



root@irina:~# mii-tool
eth1: negotiated 100baseTx-FD, link ok



root@irina:~# ethtool eth1
Settings for eth1:
    Supported ports: [ TP ]
    Supported link modes:   10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Half 1000baseT/Full
    Supported pause frame use: No
    Supports auto-negotiation: Yes
    Advertised link modes:  10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Half 1000baseT/Full
    Advertised pause frame use: Symmetric
    Advertised auto-negotiation: Yes
    Speed: 100Mb/s
    Duplex: Full
    Port: Twisted Pair
    PHYAD: 1
    Transceiver: internal
    Auto-negotiation: on
    MDI-X: Unknown
    Supports Wake-on: g
    Wake-on: g
    Current message level: 0x000000ff (255)
                   drv probe link timer ifdown ifup rx_err tx_err
    Link detected: yes



root@irina:~# ethtool -i eth1
driver: tg3
version: 3.121
firmware-version: 5751-v3.29a
bus-info: 0000:40:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no



Cisco router configuration:
ROUTER#show running-config | section FastEthernet0/1
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/1.2
 encapsulation dot1Q 111 second-dot1q 222
 ip address 10.10.10.1 255.255.255.0
!


ROUTER#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)



Ping from Cisco router to the Linux box.
Capturing in Linux box:
root@irina:~# tshark -n -V -i eth1
tshark: Lua: Error during loading:
 [string "/usr/share/wireshark/init.lua"]:45: dofile has been disabled
Running as user "root" and group "root". This could be dangerous.
Capturing on eth1
Frame 1: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0
    WTAP_ENCAP: 1
    Arrival Time: Jun  4, 2014 12:23:17.998026000 ART
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1401895397.998026000 seconds
    [Time delta from previous captured frame: 0.000000000 seconds]
    [Time delta from previous displayed frame: 0.000000000 seconds]
    [Time since reference or first frame: 0.000000000 seconds]
    Frame Number: 1
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: eth:vlan:vlan:arp]
Ethernet II, Src: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07), Dst: ff:ff:ff:ff:ff:ff (ff:ff:ff:ff:ff:ff)
    Destination: ff:ff:ff:ff:ff:ff (ff:ff:ff:ff:ff:ff)
        Address: ff:ff:ff:ff:ff:ff (ff:ff:ff:ff:ff:ff)
.... ..1. .... .... .... .... = LG bit: Locally administered address (this is NOT the factory default) .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast)
    Source: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
        Address: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default) .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
    Type: 802.1Q Virtual LAN (0x8100)
802.1Q Virtual LAN, PRI: 0, CFI: 0, ID: 111
    000. .... .... .... = Priority: Best Effort (default) (0)
    ...0 .... .... .... = CFI: Canonical (0)
    .... 0000 0110 1111 = ID: 111
    Type: 802.1Q Virtual LAN (0x8100)
802.1Q Virtual LAN, PRI: 0, CFI: 0, ID: 222
    000. .... .... .... = Priority: Best Effort (default) (0)
    ...0 .... .... .... = CFI: Canonical (0)
    .... 0000 1101 1110 = ID: 222
    Type: ARP (0x0806)
    Padding: 00000000000000000000
    Trailer: 00000000
Address Resolution Protocol (request)
    Hardware type: Ethernet (1)
    Protocol type: IP (0x0800)
    Hardware size: 6
    Protocol size: 4
    Opcode: request (1)
    Sender MAC address: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
    Sender IP address: 10.10.10.1 (10.10.10.1)
    Target MAC address: 00:00:00:00:00:00 (00:00:00:00:00:00)
    Target IP address: 10.10.10.2 (10.10.10.2)

Frame 2: 46 bytes on wire (368 bits), 46 bytes captured (368 bits) on interface 0
    Interface id: 0
    WTAP_ENCAP: 1
    Arrival Time: Jun  4, 2014 12:23:17.998051000 ART
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1401895397.998051000 seconds
    [Time delta from previous captured frame: 0.000025000 seconds]
    [Time delta from previous displayed frame: 0.000025000 seconds]
    [Time since reference or first frame: 0.000025000 seconds]
    Frame Number: 2
    Frame Length: 46 bytes (368 bits)
    Capture Length: 46 bytes (368 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: eth:vlan:arp]
Ethernet II, Src: 00:13:21:d5:3b:96 (00:13:21:d5:3b:96), Dst: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
    Destination: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
        Address: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default) .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
    Source: 00:13:21:d5:3b:96 (00:13:21:d5:3b:96)
        Address: 00:13:21:d5:3b:96 (00:13:21:d5:3b:96)
.... ..0. .... .... .... .... = LG bit: Globally unique address (factory default) .... ...0 .... .... .... .... = IG bit: Individual address (unicast)
    Type: 802.1Q Virtual LAN (0x8100)
802.1Q Virtual LAN, PRI: 0, CFI: 0, ID: 111
    000. .... .... .... = Priority: Best Effort (default) (0)
    ...0 .... .... .... = CFI: Canonical (0)
    .... 0000 0110 1111 = ID: 111
    Type: ARP (0x0806)
Address Resolution Protocol (reply)
    Hardware type: Ethernet (1)
    Protocol type: IP (0x0800)
    Hardware size: 6
    Protocol size: 4
    Opcode: reply (2)
    Sender MAC address: 00:13:21:d5:3b:96 (00:13:21:d5:3b:96)
    Sender IP address: 10.10.10.2 (10.10.10.2)
    Target MAC address: 00:1b:54:8b:dd:07 (00:1b:54:8b:dd:07)
    Target IP address: 10.10.10.1 (10.10.10.1)



-- Package-specific info:
** Version:
Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.57-3+deb7u1

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=0b17c4ac-1a4e-425c-94a1-ad20a192d78d ro quiet

** Not tainted

** Kernel log:
[    1.479024] scsi2 : ata_piix
[    1.479461] scsi3 : ata_piix
[ 1.479751] ata3: SATA max UDMA/133 cmd 0x3818 ctl 0x3830 bmdma 0x34f0 irq 19 [ 1.479756] ata4: SATA max UDMA/133 cmd 0x3820 ctl 0x3834 bmdma 0x34f8 irq 19
[    1.646816] Refined TSC clocksource calibration: 2794.758 MHz.
[    1.646827] Switching to clocksource tsc
[    1.646841] ata3.00: ATA-7: WDC WD800JD-60LUA0, 07.01D07, max UDMA/100
[    1.646848] ata3.00: 156301488 sectors, multi 16: LBA48
[    1.652147] ata3.00: configured for UDMA/100
[ 1.652351] scsi 2:0:0:0: Direct-Access ATA WDC WD800JD-60LU 07.0 PQ: 0 ANSI: 5 [ 1.663086] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.663410] sd 2:0:0:0: [sda] Write Protect is off
[    1.663420] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.663497] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.701591]  sda: sda1 sda2 < sda5 >
[    1.702380] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.705486] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    4.320035] floppy0: no floppy controllers found
[    4.513218] PM: Starting manual resume from disk
[    4.513227] PM: Hibernation image partition 8:5 present
[    4.513230] PM: Looking for hibernation image.
[    4.513473] PM: Image not found (code -22)
[    4.513477] PM: Hibernation image not present or could not be loaded.
[ 4.572384] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    6.559974] udevd[315]: starting version 175
[ 6.815480] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    6.815496] ACPI: Power Button [PBTN]
[ 6.815647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    6.815658] ACPI: Power Button [PWRF]
[ 7.044161] intel_rng: Firmware space is locked read-only. If you can't or [ 7.044166] intel_rng: don't want to disable this in firmware setup, and if
[    7.044170] intel_rng: you are certain that your system has a functional
[    7.044172] intel_rng: RNG, try using the 'no_fwh_detect' option.
[    7.161429] iTCO_vendor_support: vendor-support=0
[    7.168928] wmi: Mapper loaded
[    7.313501] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 7.313707] iTCO_wdt: Found a ICH6 or ICH6R TCO device (Version=2, TCOBASE=0xf860)
[    7.314045] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    7.351335] [drm] Initialized drm 1.1.0 20060810
[    7.450955] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    7.666133] snd_intel8x0 0000:00:1e.2: setting latency timer to 64
[ 8.088021] intel8x0_measure_ac97_clock: measured 54802 usecs (2640 samples)
[    8.088026] intel8x0: clocking to 48000
[    8.090367] i915 0000:00:02.0: setting latency timer to 64
[    8.122602] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    8.122609] [drm] Driver supports precise vblank timestamp query.
[ 8.122687] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.162803] [drm] initialized overlay support
[    8.255223] No connectors reported connected with modes
[    8.255230] [drm] Cannot find any crtc or sizes - going 1024x768
[    8.261011] fbcon: inteldrmfb (fb0) is primary device
[    8.271082] Console: switching to colour frame buffer device 128x48
[    8.274988] fb0: inteldrmfb frame buffer device
[    8.274991] drm: registered panic notifier
[ 8.275006] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   10.320034] floppy0: no floppy controllers found
[ 11.182860] Adding 2077692k swap on /dev/sda5. Priority:-1 extents:1 across:2077692k
[   11.206896] EXT4-fs (sda1): re-mounted. Opts: (null)
[   11.500092] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   11.651130] loop: module loaded
[   11.726932] 8021q: 802.1Q VLAN Support v1.8
[   11.761414] nf_conntrack version 0.5.0 (16030 buckets, 64120 max)
[   13.504616] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.548957] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   14.194792] r8169 0000:05:09.0: eth0: link down
[   14.194806] r8169 0000:05:09.0: eth0: link down
[   14.194974] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.227376] ADDRCONF(NETDEV_UP): eth0.683: link is not ready
[   14.764369] ADDRCONF(NETDEV_UP): eth0.1028: link is not ready
[   14.764538] ADDRCONF(NETDEV_UP): eth0.1028.105: link is not ready
[   15.791306] r8169 0000:05:09.0: eth0: link up
[   15.791831] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.792075] ADDRCONF(NETDEV_CHANGE): eth0.683: link becomes ready
[   15.792326] ADDRCONF(NETDEV_CHANGE): eth0.1028: link becomes ready
[   15.792502] ADDRCONF(NETDEV_CHANGE): eth0.1028.105: link becomes ready
[   19.033062] fuse init (API version 7.17)
[32979.459258] ADDRCONF(NETDEV_UP): eth1: link is not ready
[32981.015140] tg3 0000:40:00.0: eth1: Link is up at 100 Mbps, full duplex
[32981.015147] tg3 0000:40:00.0: eth1: Flow control is off for TX and off for RX
[32981.015300] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[32991.688009] eth1: no IPv6 routers present
[33045.537220] tg3 0000:40:00.0: eth1: Link is down
[33047.187573] tg3 0000:40:00.0: eth1: Link is up at 100 Mbps, full duplex
[33047.187579] tg3 0000:40:00.0: eth1: Flow control is off for TX and off for RX
[33051.531915] tg3 0000:40:00.0: eth1: Link is down
[33053.169932] tg3 0000:40:00.0: eth1: Link is up at 100 Mbps, full duplex
[33053.169938] tg3 0000:40:00.0: eth1: Flow control is off for TX and off for RX
[33053.502369] tg3 0000:40:00.0: eth1: Link is down
[33055.463225] tg3 0000:40:00.0: eth1: Link is up at 100 Mbps, half duplex
[33055.463231] tg3 0000:40:00.0: eth1: Flow control is off for TX and off for RX
[33066.312012] eth1.111: no IPv6 routers present
[33081.104011] eth1.111.222: no IPv6 routers present
[33294.905995] tg3 0000:40:00.0: eth1: Link is down
[33310.298597] tg3 0000:40:00.0: eth1: Link is up at 100 Mbps, full duplex
[33310.298604] tg3 0000:40:00.0: eth1: Flow control is off for TX and off for RX
[33734.941081] Netfilter messages via NETLINK v0.30.
[33734.972058] device eth1 entered promiscuous mode
[33750.316870] device eth1 left promiscuous mode
[33774.424050] device eth1 entered promiscuous mode
[33792.580662] device eth1 left promiscuous mode

** Model information
not available

** Loaded modules:
nfnetlink_log
nfnetlink
fuse
xt_state
xt_tcpudp
ip6table_mangle
ip6table_filter
ip6_tables
iptable_mangle
iptable_nat
nf_nat
nf_conntrack_ipv4
nf_defrag_ipv4
iptable_filter
ip_tables
x_tables
nf_conntrack_ftp
nf_conntrack
8021q
garp
stp
loop
i915
snd_ac97_codec
video
drm_kms_helper
snd_pcm
snd_page_alloc
snd_timer
snd
drm
soundcore
ac97_bus
processor
iTCO_wdt
evdev
i2c_algo_bit
i2c_i801
psmouse
i2c_core
serio_raw
wmi
iTCO_vendor_support
thermal_sys
rng_core
button
ext4
crc16
jbd2
mbcache
sg
sd_mod
crc_t10dif
ata_generic
ata_piix
libata
uhci_hcd
r8169
mii
ehci_hcd
tg3
scsi_mod
libphy
usbcore
usb_common


** Network status:
*** IP interfaces and addresses:
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
    inet <removed>/32 brd <removed> scope global lo:0
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1508 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:e0:53:02:20:58 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:13:21:d5:3b:96 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::213:21ff:fed5:3b96/64 scope link
       valid_lft forever preferred_lft forever
4: eth0.<removed>@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 00:e0:53:02:20:58 brd ff:ff:ff:ff:ff:ff
    inet <removed>/27 brd <removed> scope global eth0.<removed>
5: eth0.<removed>@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1508 qdisc noqueue state UP
    link/ether 00:e0:53:02:20:58 brd ff:ff:ff:ff:ff:ff
6: eth0.<removed>.<removed>@eth0.<removed>: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 00:e0:53:02:20:58 brd ff:ff:ff:ff:ff:ff
    inet <removed>/27 brd <removed> scope global eth0.<removed>.<removed>
7: eth1.111@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 00:13:21:d5:3b:96 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::213:21ff:fed5:3b96/64 scope link
       valid_lft forever preferred_lft forever
8: eth1.111.222@eth1.111: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 00:13:21:d5:3b:96 brd ff:ff:ff:ff:ff:ff
    inet 10.10.10.2/24 brd 10.10.10.255 scope global eth1.111.222
    inet6 fe80::213:21ff:fed5:3b96/64 scope link
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed eth1.111.222: 336 8 0 0 0 0 0 0 762 13 0 0 0 0 0 0 eth1.111: 368 8 0 0 0 0 0 0 1230 19 0 0 0 0 0 0 lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 eth0.<removed>: 511006 2003 0 304 0 0 0 304 92 2 0 0 0 0 0 0 eth0.<removed>.<removed>: 84 2 0 0 0 0 0 0 84 2 0 0 0 0 0 0 eth1: 1286 18 0 6 0 0 0 6 1972 25 0 0 0 0 0 0 eth0.<removed>: 3381061 13515 0 60 0 0 0 60 60796133 44456 0 0 0 0 0 0 eth0: 4208519 16138 0 620 0 0 0 0 60796225 44458 0 0 0 0 0 0

*** Protocol statistics:
Ip:
    13727 total packets received
    0 forwarded
    0 incoming packets discarded
    12068 incoming packets delivered
    44386 requests sent out
Icmp:
    0 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
    0 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
Tcp:
    3 active connections openings
    13 passive connection openings
    0 failed connection attempts
    2 connection resets received
    2 connections established
    12060 segments received
    44220 segments send out
    158 segments retransmited
    0 bad segments received.
    0 resets sent
Udp:
    8 packets received
    0 packets to unknown port received.
    0 packet receive errors
    8 packets sent
UdpLite:
TcpExt:
    4 TCP sockets finished time wait in fast timer
    75 delayed acks sent
    Quick ack mode was activated 1 times
    4 packets directly queued to recvmsg prequeue.
    2318 packet headers predicted
    4853 acknowledgments not containing data payload received
    3875 predicted acknowledgments
    82 times recovered from packet loss by selective acknowledgements
    1 congestion windows recovered without slow start after partial ack
    26 TCP data loss events
    TCPLostRetransmit: 1
    26 timeouts after SACK recovery
    90 fast retransmits
    25 forward retransmits
    8 retransmits in slow start
    7 other TCP timeouts
    2 SACK retransmits failed
    1 DSACKs sent for old packets
    2 DSACKs received
    TCPSackShiftFallback: 426
IpExt:
    InBcastPkts: 1408
    InOctets: 3802361
    OutOctets: 60171789
    InBcastOctets: 477312


** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub [8086:2580] (rev 04)
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=09 <?>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller [8086:2582] (rev 04) (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV) [103c:3006]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at cfe00000 (32-bit, non-prefetchable) [size=512K]
	Region 1: I/O ports at 3800 [size=8]
	Region 2: Memory at e0000000 (32-bit, prefetchable) [size=256M]
	Region 3: Memory at cff00000 (32-bit, non-prefetchable) [size=256K]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation 82915G Integrated Graphics Controller [8086:2782] (rev 04)
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
Region 0: Memory at cfe80000 (32-bit, non-prefetchable) [disabled] [size=512K]
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 [8086:2660] (rev 03) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=20, subordinate=20, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: 40300000-404fffff
	Prefetchable memory behind bridge: 0000000040500000-00000000406fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #2, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0300c  Data: 4161
	Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:3006]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=0 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [180 v1] Root Complex Link
		Desc:	PortNumber=01 ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c001
	Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 [8086:2662] (rev 03) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=40, subordinate=40, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: f0200000-f04fffff
	Prefetchable memory behind bridge: 0000000040100000-00000000402fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #2, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #3, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0300c  Data: 4169
	Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:3006]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=0 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Capabilities: [180 v1] Root Complex Link
		Desc:	PortNumber=02 ComponentID=02 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c001
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 4: I/O ports at 3440 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 18
	Region 4: I/O ports at 3460 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 21
	Region 4: I/O ports at 3480 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.3 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 22
	Region 4: I/O ports at 34a0 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 03) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at cff40000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev d3) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: f0500000-f07fffff
	Prefetchable memory behind bridge: 0000000040000000-00000000400fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Device [0000:0000]

00:1e.2 Multimedia audio controller [0401]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller [8086:266e] (rev 03)
	Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV) [103c:3006]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 21
	Region 0: I/O ports at 3000 [size=256]
	Region 1: I/O ports at 3400 [size=64]
	Region 2: Memory at cff40400 (32-bit, non-prefetchable) [size=512]
	Region 3: Memory at cff40600 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:1f.0 ISA bridge [0601]: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge [8086:2640] (rev 03) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:1f.1 IDE interface [0101]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller [8086:266f] (rev 03) (prog-if 8a [Master SecP PriP])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
	Latency: 0
	Interrupt: pin A routed to IRQ 17
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4 [size=1]
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374 [size=1]
	Region 4: I/O ports at 34e0 [size=16]
	Kernel driver in use: ata_piix

00:1f.2 IDE interface [0101]: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller [8086:2651] (rev 03) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Hewlett-Packard Company Device [103c:3006]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 0: I/O ports at 3818 [size=8]
	Region 1: I/O ports at 3830 [size=4]
	Region 2: I/O ports at 3820 [size=8]
	Region 3: I/O ports at 3834 [size=4]
	Region 4: I/O ports at 34f0 [size=16]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller [8086:266a] (rev 03) Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at fc00 [size=32]
	Kernel driver in use: i801_smbus

05:09.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller [10ec:8169] (rev 10) Subsystem: Realtek Semiconductor Co., Ltd. RTL8169/8110 Family PCI Gigabit Ethernet NIC [10ec:8169] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
	Latency: 64 (8000ns min, 16000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at 1000 [size=256]
	Region 1: Memory at f0500000 (32-bit, non-prefetchable) [size=256]
	[virtual] Expansion ROM at 40000000 [disabled] [size=128K]
	Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: r8169

40:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
	Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV) [103c:3006]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: Broadcom NetXtreme Gigabit Ethernet Controller
		Read-only fields:
			[PN] Part number: BCM95751
			[EC] Engineering changes: 106679-15
			[SN] Serial number: 0123456789
			[MN] Manufacture ID: 31 34 65 34
			[RV] Reserved: checksum bad, 28 byte(s) reserved
		Read/write fields:
			[YA] Asset tag: XYZ01234567
			[RW] Read-write area: 107 byte(s) free
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: fe7280629fe3f580  Data: f2f5
	Capabilities: [d0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 <2us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: tg3


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.2.0-4-686-pae depends on:
ii  debconf [debconf-2.0]                   1.5.49
ii  initramfs-tools [linux-initramfs-tool]  0.109.1
ii  kmod                                    9-3
ii  linux-base                              3.5
ii  module-init-tools                       9-3

Versions of packages linux-image-3.2.0-4-686-pae recommends:
ii  firmware-linux-free  3.2
ii  libc6-i686           2.13-38+deb7u1

Versions of packages linux-image-3.2.0-4-686-pae suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 1.99-27+deb7u2
pn  linux-doc-3.2           <none>

Versions of packages linux-image-3.2.0-4-686-pae is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
ii  firmware-linux-nonfree  0.36+wheezy.1
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:

linux-image-3.2.0-4-686-pae/postinst/depmod-error-initrd-3.2.0-4-686-pae: false

linux-image-3.2.0-4-686-pae/prerm/removing-running-kernel-3.2.0-4-686-pae: true
  linux-image-3.2.0-4-686-pae/postinst/ignoring-ramdisk:
  linux-image-3.2.0-4-686-pae/postinst/missing-firmware-3.2.0-4-686-pae:


Reply to: