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

Bug#618300: linux-image-2.6.32-5-amd64: RTL8169 driver refuses to load firmware though firmware files exist.



Package: linux-2.6
Version: 2.6.32-30
Severity: normal


I have two presumably identical systems based on ASUS AT5NM10-I (Atom D510)
motherboards.  Both were running lenny and Xen until a month ago, and then
I upgraded both to squeeze without issue.

One of the systems suffered a disk failure last week, so I had to do a
full reinstall of that system.  Since the ASUS board uses a Realtek 8169,
I did an hd-media install using the squeeze CD ISO to bypass the issue
with the 8169 not working in the network installer, and then I copied
the firmware-realtek package in via flash and installed it via dpkg.

This yielded a system that booted, and the network seemed to function okay,
but I soon discovered that my ssh sessions were hanging every few minutes.
I thought there might be a Xen issue causing this, so I booted into the
non-Xen kernel and the hangs still appeared.

I started comparing my working system with the hanging system and found no
substantial differences in /boot, /etc, or /lib.  I verified that the
firmware files were present in /lib/firmware/rtl_nic in both the root
fs and in the initrd.  I updated the initrds and grub for my system, but
still nothing worked.

Next, I compared the dmesg output at boot from both systems.  In the
working system I see:

"r8169 0000:02:00.0: firmware: requesting rtl_nic/rtl8168d-2.fw"

In the failing system I see:

"eth0: unable to apply firmware patch"

I downloaded the kernel source and headers and added some debug prints to
the r8169 driver to trace its initialization.  The driver reported the
MAC version as 0x1a, which means rtl8168d_2_hw_phy_config() gets called.
I changed the firmware load test to read:

    if (mdio_read(ioaddr, 0x06) == 0xb300) {
        if (request_firmware(&fw, FIRMWARE_8168D_2, &tp->pci_dev->dev) == 0) {
            rtl_phy_write_fw(tp, fw);
            release_firmware(fw);
        } else {
            if (netif_msg_probe(tp))
                printk(KERN_WARNING "%s: unable to apply firmware patch\n", tp->d
ev->name);
        }
    } else {
        printk("mdio_read = %x\n", mdio_read(ioaddr, 0x06));
        if (netif_msg_probe(tp))
            printk(KERN_WARNING "%s: unable to apply firmware patch\n", tp->dev->name
);
    }

I removed the stock module and insmodded this one and I got:

    mdio_read = 2642

plus the "unable to apply firmware patch message".

It appears that the only difference between the working system and the
one that sporadically hangs is the inability to load the firmware on the
latter.  I'm at a loss to explain why this is happening.

-- Package-specific info:
** Version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian
4.3.5-4) ) #1 SMP Wed Jan 12 03:40:32 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/atomic-root ro quiet

** Not tainted

** Kernel log:
[    1.251840] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d880
[    1.251947] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.251955] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.251963] usb usb4: Product: UHCI Host Controller
[    1.251970] usb usb4: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
[    1.251977] usb usb4: SerialNumber: 0000:00:1d.2
[    1.252230] usb usb4: configuration #1 chosen from 1 choice
[    1.252327] hub 4-0:1.0: USB hub found
[    1.252349] hub 4-0:1.0: 2 ports detected
[    1.252485] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    1.252504] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.252513] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.252538] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.252602] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000dc00
[    1.252706] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.252715] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.252723] usb usb5: Product: UHCI Host Controller
[    1.252729] usb usb5: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
[    1.252736] usb usb5: SerialNumber: 0000:00:1d.3
[    1.252955] usb usb5: configuration #1 chosen from 1 choice
[    1.253052] hub 5-0:1.0: USB hub found
[    1.253076] hub 5-0:1.0: 2 ports detected
[    1.278205] libata version 3.00 loaded.
[    1.286728] ata_piix 0000:00:1f.2: version 2.13
[    1.286761] ata_piix 0000:00:1f.2: enabling device (0005 -> 0007)
[    1.286777] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.286790] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.286875] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.287114] scsi0 : ata_piix
[    1.287432] scsi1 : ata_piix
[    1.290621] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff90 irq 14
[    1.290630] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff98 irq 15
[    1.455573] ata1.00: ATA-8: WDC WD5000BUDT-63G8FY0, 01.01A01, max UDMA/133
[    1.455582] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.468417] ata1.00: configured for UDMA/133
[    1.468654] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000BUDT-6 01.0 PQ: 0 ANSI: 5
[    1.485733] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.485741] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.485974] sd 0:0:0:0: [sda] Write Protect is off
[    1.485983] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.486082] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO o
r FUA
[    1.486556]  sda: sda1 sda2 < sda5 >
[    1.528297] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.745058] usb 3-2: new low speed USB device using uhci_hcd and address 2
[    1.828652] device-mapper: uevent: version 1.0.3
[    1.829639] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    1.922174] usb 3-2: New USB device found, idVendor=046d, idProduct=c517
[    1.922183] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.922189] usb 3-2: Product: USB Receiver
[    1.922193] usb 3-2: Manufacturer: Logitech
[    1.922374] usb 3-2: configuration #1 chosen from 1 choice
[    1.947266] usbcore: registered new interface driver hiddev
[    1.947556] usbcore: registered new interface driver usbhid
[    1.947566] usbhid: v2.6:USB HID core driver
[    1.967761] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/
input/input1
[    1.967933] logitech 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB
Receiver] on usb-0000:00:1d.1-2/input0
[    1.999188] logitech 0003:046D:C517.0002: fixing up Logitech keyboard report descriptor
[    2.000678] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/
input/input2
[    2.001091] logitech 0003:046D:C517.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [Logitech
 USB Receiver] on usb-0000:00:1d.1-2/input1
[    2.124324] PM: Starting manual resume from disk
[    2.124332] PM: Resume from partition 254:1
[    2.124335] PM: Checking hibernation image.
[    2.124651] PM: Error -22 checking image file
[    2.124656] PM: Resume from disk failed.
[    2.185069] kjournald starting.  Commit interval 5 seconds
[    2.185082] EXT3-fs: mounted filesystem with ordered data mode.
[    3.026519] udev[344]: starting version 164
[    3.224398] processor LNXCPU:00: registered as cooling_device0
[    3.225113] processor LNXCPU:01: registered as cooling_device1
[    3.225890] processor LNXCPU:02: registered as cooling_device2
[    3.226599] processor LNXCPU:03: registered as cooling_device3
[    3.263141] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    3.263161] ACPI: Power Button [PWRB]
[    3.263392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    3.263409] ACPI: Power Button [PWRF]
[    3.284375] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    3.531434] [drm] Initialized drm 1.1.0 20060810
[    3.553430] parport_pc 00:0c: reported by Plug and Play ACPI
[    3.553488] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    3.726502] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.726511] pci 0000:00:02.0: setting latency timer to 64
[    3.750191] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    3.750199] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    3.750369]   alloc irq_desc for 27 on node -1
[    3.750376]   alloc kstat_irqs on node -1
[    3.750394] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[    3.750542] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.980582] Error: Driver 'pcspkr' is already registered, aborting...
[    4.157130] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    4.167558] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.167654] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    4.258308] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[    4.273115] input: HDA Intel Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/c
ard0/input7
[    4.273340] input: HDA Intel Speaker at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/soun
d/card0/input8
[    4.273533] input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/soun
d/card0/input9
[    4.831878] EXT3 FS on dm-0, internal journal
[    4.943025] loop: module loaded
[    5.858797] Adding 7917560k swap on /dev/mapper/atomic-swap_1.  Priority:-1 extents:1 across:7
917560k
[    8.856593] r8169: eth0: link up
[    8.856604] r8169: eth0: link up

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: American Megatrends Inc.
bios_version: 0405  
board_vendor: ASUSTeK Computer INC.
board_name: AT5NM10-I
board_version: Rev x.0x

** Loaded modules:
Module                  Size  Used by
ext2                   52969  1
loop                   11799  0
snd_hda_codec_idt      42481  1
snd_hda_intel          20019  0
i2c_i801                7830  0
snd_hda_codec          54244  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep               5380  1 snd_hda_codec
snd_pcm                60503  2 snd_hda_intel,snd_hda_codec
snd_timer              15582  1 snd_pcm
snd                    46446  6 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,s
nd_timer
i915                  255262  0
drm_kms_helper         20065  1 i915
parport_pc             18855  0
drm                   142359  2 i915,drm_kms_helper
soundcore               4598  1 snd
snd_page_alloc          6249  2 snd_hda_intel,snd_pcm
i2c_algo_bit            4225  1 i915
i2c_core               15712  5 i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
parport                27954  1 parport_pc
joydev                  8459  0
video                  17445  1 i915
output                  1692  1 video
asus_atk0110            7686  0
evdev                   7352  4
psmouse                49777  0
pcspkr                  1699  0
button                  4650  1 i915
serio_raw               3752  0
processor              29935  0
ext3                  106518  1
jbd                    37085  1 ext3
mbcache                 5050  2 ext2,ext3
hid_logitech            6326  0
ff_memless              3692  1 hid_logitech
usbhid                 33292  1 hid_logitech
hid                    63225  2 hid_logitech,usbhid
dm_mod                 53754  16
sd_mod                 29889  3
crc_t10dif              1276  1 sd_mod
ata_generic             3047  0
ata_piix               21124  2
libata                133632  2 ata_generic,ata_piix
uhci_hcd               18521  0
ehci_hcd               31151  0
r8169                  29229  0
scsi_mod              122149  2 sd_mod,libata
thermal                11674  0
usbcore               122034  4 usbhid,uhci_hcd,ehci_hcd
nls_base                6377  1 usbcore
mii                     3210  1 r8169
thermal_sys            11942  3 video,processor,thermal

** Network interface configuration:

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

** 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
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether 20:cf:30:8b:5b:5f brd ff:ff:ff:ff:ff:ff
    inet 192.168.250.142/24 brd 192.168.250.255 scope global eth0
    inet6 2002:18b6:23d7:0:22cf:30ff:fe8b:5b5f/64 scope global dynamic
       valid_lft 26sec preferred_lft 16sec
    inet6 fe80::22cf:30ff:fe8b:5b5f/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
    lo:    1360      18    0    0    0     0          0         0     1360      18    0    0    0
     0       0          0
  eth0:  350655    4186    0    0    0     0          0         0   190059    1864    0    0    0
     0       0          0

*** Protocol statistics:
Ip:
    3011 total packets received
    3 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    3008 incoming packets delivered
    1707 requests sent out
Icmp:
    1552 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 10
        echo requests: 1541
        echo replies: 1
    1552 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 10
        echo request: 1
        echo replies: 1541
IcmpMsg:
        InType0: 1
        InType3: 10
        InType8: 1541
        OutType0: 1541
        OutType3: 10
        OutType8: 1
Tcp:
    6 active connections openings
    0 passive connection openings
    0 failed connection attempts
    0 connection resets received
    0 connections established
    34 segments received
    36 segments send out
    14 segments retransmited
    0 bad segments received.
    6 resets sent
Udp:
    125 packets received
    0 packets to unknown port received.
    0 packet receive errors
    102 packets sent
UdpLite:
TcpExt:
    6 packet headers predicted
    12 acknowledgments not containing data payload received
    1 other TCP timeouts
    1 DSACKs received
    TCPDSACKIgnoredNoUndo: 1
IpExt:
    InMcastPkts: 117
    OutMcastPkts: 75
    InBcastPkts: 1276
    InOctets: 231971
    OutOctets: 148455
    InMcastOctets: 16844
    OutMcastOctets: 12341
    InBcastOctets: 61595

*** Device features:
eth0: 0x180
lo: 0x13865

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a000] (rev 02)
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e6]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <
PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information: Len=08 <?>
    Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Contro
ller [8086:a001] (rev 02) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e6]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 27
    Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=512K]
    Region 1: I/O ports at d400 [size=8]
    Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
    Region 3: Memory at fbc00000 (32-bit, non-prefetchable) [size=1M]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Address: fee0f00c  Data: 4189
    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:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8
086:a002] (rev 02)
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e6]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0
    Region 0: Memory at fbe00000 (32-bit, non-prefetchable) [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:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller
[8086:27d8] (rev 02)
    Subsystem: ASUSTeK Computer Inc. Device [1043:83f8]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at fbef8000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
        Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
        Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
        Address: 0000000000000000  Data: 0000
    Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
        DevCap:    MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
            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 #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
            ClockPM- Surprise- LLActRep- BwNot-
        LnkCtl:    ASPM Disabled; Disabled- Retrain- CommClk-
            ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
        LnkSta:    Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt
-
    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: [130 v1] Root Complex Link
        Desc:    PortNumber=0f ComponentID=00 EltType=Config
        Link0:    Desc:    TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped Li
nkValid+
            Addr:    00000000fed1c000
    Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev
 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB
2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    I/O behind bridge: 00001000-00001fff
    Memory behind bridge: c0000000-c01fffff
    Prefetchable memory behind bridge: 00000000c0200000-00000000c03fffff
    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 #0, PowerLimit 0.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: fee0f00c  Data: 4159
    Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    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=01 ComponentID=00 EltType=Config
        Link0:    Desc:    TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped Li
nkValid+
            Addr:    00000000fed1c001
    Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev
 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB
2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: fbf00000-fbffffff
    Prefetchable memory behind bridge: 00000000faf00000-00000000faffffff
    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 #0, PowerLimit 0.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: fee0f00c  Data: 4161
    Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    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=00 EltType=Config
        Link0:    Desc:    TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped Li
nkValid+
            Addr:    00000000fed1c001
    Kernel driver in use: pcieport

00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27
c8] (rev 02) (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR-
 <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 4: I/O ports at d480 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27
c9] (rev 02) (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- 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 4: I/O ports at d800 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27
ca] (rev 02) (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR-
 <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 18
    Region 4: I/O ports at d880 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27
cb] (rev 02) (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR-
 <PERR- INTx-
    Latency: 0
    Interrupt: pin D routed to IRQ 16
    Region 4: I/O ports at dc00 [size=32]
    Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc
] (rev 02) (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR-
 <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 0: Memory at fbeffc00 (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 Mobile PCI Bridge [8086:2448] (rev e2) (prog-i
f 01 [Subtractive decode])
    Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB
2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
    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: ASUSTeK Computer Inc. Device [1043:83e7]

00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR-
 <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:1f.2 IDE interface [0101]: Intel Corporation N10/ICH7 Family SATA IDE Controller [8086:27c0] (
rev 02) (prog-if 8a [Master SecP PriP])
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- 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 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 ff90 [size=16]
    Region 5: Memory at c0400000 (32-bit, non-prefetchable) [size=1K]
    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 N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
    Subsystem: ASUSTeK Computer Inc. Device [1043:83e7]
    Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- 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 0400 [size=32]
    Kernel driver in use: i801_smbus

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gig
abit Ethernet controller [10ec:8168] (rev 03)
    Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:83a3]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB
2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <
PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 26
    Region 0: I/O ports at e800 [size=256]
    Region 2: Memory at fafff000 (64-bit, prefetchable) [size=4K]
    Region 4: Memory at faff8000 (64-bit, prefetchable) [size=16K]
    Expansion ROM at fbff0000 [disabled] [size=64K]
    Capabilities: [40] Power Management version 3
        Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
        Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Address: 00000000fee0f00c  Data: 4169
    Capabilities: [70] Express (v2) Endpoint, MSI 01
        DevCap:    MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
            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 L1, Latency L0 <512ns, L1 <64u
s
            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
-
        DevCap2: Completion Timeout: Not Supported, TimeoutDis+
        DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
        LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-em
phasis: -6dB
             Transmit Margin: Normal Operating Range, EnterModifiedCompliance- Compli
anceSOS-
             Compliance De-emphasis: -6dB
        LnkSta2: Current De-emphasis Level: -6dB
    Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
        Vector table: BAR=4 offset=00000000
        PBA: BAR=4 offset=00000800
    Capabilities: [cc] Vital Product Data
        Unknown small resource type 00, will not decode more.
    Capabilities: [100 v1] Advanced Error Reporting
        UESta:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- U
nsupReq+ ACSViol-
        UEMsk:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- U
nsupReq- ACSViol-
        UESvrt:    DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- U
nsupReq- ACSViol-
        CESta:    RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
        CEMsk:    RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
        AERCap:    First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [140 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-
    Capabilities: [160 v1] Device Serial Number 00-00-00-00-00-00-00-00
    Kernel driver in use: r8169


** USB devices:
Bus 005 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 003 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 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-2.6.32-5-amd64 depends on:
ii  debconf [debconf-2.0]         1.5.36.1   Debian configuration management sy
ii  initramfs-tools [linux-initra 0.98.8     tools for generating an initramfs
ii  linux-base                    2.6.32-30  Linux image base package
ii  module-init-tools             3.12-1     tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
ii  firmware-linux-free           2.6.32-30  Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-amd64 suggests:
pn  grub | lilo                   <none>     (no description available)
pn  linux-doc-2.6.32              <none>     (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2                 <none>     (no description available)
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
pn  firmware-linux                <none>     (no description available)
pn  firmware-linux-nonfree        <none>     (no description available)
pn  firmware-qlogic               <none>     (no description available)
pn  firmware-ralink               <none>     (no description available)
ii  xen-hypervisor-4.0-amd64 [xen 4.0.1-2    The Xen Hypervisor on AMD64

-- debconf information:
  linux-image-2.6.32-5-amd64/postinst/ignoring-do-bootloader-2.6.32-5-amd64:
  linux-image-2.6.32-5-amd64/postinst/depmod-error-initrd-2.6.32-5-amd64: false
  linux-image-2.6.32-5-amd64/prerm/removing-running-kernel-2.6.32-5-amd64: true
  linux-image-2.6.32-5-amd64/postinst/missing-firmware-2.6.32-5-amd64:




Reply to: