Package: linux-2.6 Version: 3.0.0-3 Severity: normal .......................................................... Dear Maintainer, Thu Jun 21 07:22:32 PM EDT 2012 Using the driver (# is the superuser prompt):
# ethtool -i eth0 driver: e1000e version: 1.3.10-k2 firmware-version: 0.13-4 bus-info: 0000:00:19.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no Without tuning, it drops about 30-50% of packets when pinging yahoo.com. The following tuning eliminates all packet loss: # ethtool -G eth0 rx 4096 tx 4096 # ethtool -s eth0 speed 100 duplex full autoneg off The problem is that this slows down my Internet connection more than it should. I have nominal dowload speed with RCN cable of 25 Megabit/sec. Behind my D-Link VWR-VD router my download speed is at most 7 or 8 Megabit/sec, whereas another computer, behind the same router, running Fedora 12 actually gets 22 Megabits/sec or even 25 Megabits/sec. In principle, the above command slows down the Gigabit network adapter in my computer to 100 Megabits/sec, so I should be able to get around 22 Megabits/sec download speed, which is what RCN guarantees. (There is no problem with the upload speed; this is a little over 2 Megabits/sec on both of my computers behind the D-Link router.) It would be best if the network adapter worked without any tuning or slowing down, but the packetloss is too high, and it makes the network virtually unusable. The rx and tx setting do not seem to make much difference. Packet loss is avoided even with the settings # ethtool -G eth0 rx 64 tx 64 # ethtool -s eth0 speed 100 duplex full autoneg off and different settings of rx and tx do not seem to make much difference in download speeds. .......................................................... -- Package-specific info: ** Version: Linux version 3.0.0-1-amd64 (Debian 3.0.0-3) (b...@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-8) ) #1 SMP Sat Aug 27 16:21:11 UTC 2011 ** Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-1-amd64 root=UUID=9a46da86-1e6f-4a0f-af4e-76bad515efb3 ro quiet ** Tainted: W (512) * Taint on warning. ** Kernel log: [ 13.326131] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 13.499231] FS-Cache: Loaded [ 13.519322] FS-Cache: Netfs 'nfs' registered for caching [ 13.554739] Installing knfsd (copyright (C) 1996 o...@monad.swb.de). [ 14.148303] fuse init (API version 7.16) [ 14.353971] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 14.353975] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 14.354396] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 17.060281] Bluetooth: Core ver 2.16 [ 17.060292] NET: Registered protocol family 31 [ 17.060293] Bluetooth: HCI device and connection manager initialized [ 17.060295] Bluetooth: HCI socket layer initialized [ 17.060296] Bluetooth: L2CAP socket layer initialized [ 17.060324] Bluetooth: SCO socket layer initialized [ 17.075163] Bluetooth: RFCOMM TTY layer initialized [ 17.075167] Bluetooth: RFCOMM socket layer initialized [ 17.075168] Bluetooth: RFCOMM ver 1.11 [ 17.120083] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 17.120085] Bluetooth: BNEP filters: protocol multicast [ 17.405060] lp: driver loaded but no devices found [ 17.474111] ppdev: user-space parallel port driver [ 25.086162] eth0: no IPv6 routers present [ 100.713780] postgres (2365): /proc/2365/oom_adj is deprecated, please use /proc/2365/oom_score_adj instead. [ 102.620229] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 102.626680] NFSD: starting 90-second grace period [ 363.036698] ------------[ cut here ]------------ [ 363.036709] WARNING: at /build/buildd-linux-2.6_3.0.0-3-amd64-9ClimQ/linux-2.6-3.0.0/debian/build/source_amd64_none/net/sched/sch_generic.c:255 dev_watchdog+0xe9/0x148() [ 363.036715] Hardware name: [ 363.036719] NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out [ 363.036721] Modules linked in: acpi_cpufreq mperf cpufreq_powersave cpufreq_userspace cpufreq_conservative cpufreq_stats parport_pc ppdev lp parport bnep rfcomm bluetooth rfkill binfmt_misc fuse nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc loop snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel i915 snd_hda_codec snd_hwdep drm_kms_helper snd_pcm snd_seq snd_timer snd_seq_device drm snd i2c_algo_bit iTCO_wdt iTCO_vendor_support i2c_i801 i2c_core video processor soundcore snd_page_alloc shpchp pci_hotplug evdev pcspkr thermal_sys button psmouse serio_raw ext4 mbcache jbd2 crc16 usbhid hid sr_mod cdrom sd_mod crc_t10dif ahci libahci libata xhci_hcd scsi_mod ehci_hcd usbcore e1000e [last unloaded: scsi_wait_scan] [ 363.036781] Pid: 0, comm: swapper Not tainted 3.0.0-1-amd64 #1 [ 363.036784] Call Trace: [ 363.036785] <IRQ> [<ffffffff81046521>] ? warn_slowpath_common+0x78/0x8c [ 363.036797] [<ffffffff810465d6>] ? warn_slowpath_fmt+0x45/0x4a [ 363.036801] [<ffffffff81014fbc>] ? intel_pmu_enable_all+0x97/0xe7 [ 363.036805] [<ffffffff812953c4>] ? netif_tx_lock+0x43/0x77 [ 363.036811] [<ffffffff8129552d>] ? dev_watchdog+0xe9/0x148 [ 363.036815] [<ffffffff81052b04>] ? run_timer_softirq+0x1bf/0x28a [ 363.036820] [<ffffffff8104c0ad>] ? raise_softirq_irqoff+0x9/0x2e [ 363.036823] [<ffffffff81295444>] ? netif_tx_unlock+0x4c/0x4c [ 363.036828] [<ffffffff81066feb>] ? timekeeping_get_ns+0xd/0x2a [ 363.036832] [<ffffffff8104bdd4>] ? __do_softirq+0xb9/0x178 [ 363.036837] [<ffffffff8133cf1c>] ? call_softirq+0x1c/0x30 [ 363.036841] [<ffffffff8100a9ef>] ? do_softirq+0x3f/0x84 [ 363.036845] [<ffffffff8104c040>] ? irq_exit+0x3f/0xa3 [ 363.036850] [<ffffffff8101f51e>] ? smp_apic_timer_interrupt+0x76/0x86 [ 363.036855] [<ffffffff8133c6d3>] ? apic_timer_interrupt+0x13/0x20 [ 363.036857] <EOI> [<ffffffff811fcf2c>] ? acpi_hw_read_multiple+0x28/0x60 [ 363.036868] [<ffffffffa01c9400>] ? arch_local_irq_enable+0x4/0x8 [processor] [ 363.036874] [<ffffffffa01c9fcb>] ? acpi_idle_enter_bm+0x218/0x250 [processor] [ 363.036879] [<ffffffff812658a4>] ? cpuidle_idle_call+0xf5/0x180 [ 363.036883] [<ffffffff8100827e>] ? cpu_idle+0xa2/0xc4 [ 363.036887] [<ffffffff8169fb65>] ? start_kernel+0x3bd/0x3c8 [ 363.036891] [<ffffffff8169f3c6>] ? x86_64_start_kernel+0x102/0x10f [ 363.036894] ---[ end trace 06b68da758cb17c1 ]--- [ 364.871703] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 364.871709] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 432.558274] e1000e 0000:00:19.0: eth0: Unsupported Speed/Duplex configuration [ 462.330742] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 462.330748] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 548.116987] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 548.116995] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 900.964752] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 900.964758] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 1046.870407] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 1046.870413] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 1132.575327] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 1132.575333] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 1264.517783] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None [ 1264.517789] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO [ 1325.986737] usb 3-1.1: new high speed USB device number 5 using ehci_hcd [ 1326.080178] usb 3-1.1: New USB device found, idVendor=152d, idProduct=2338 [ 1326.080183] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5 [ 1326.080186] usb 3-1.1: Product: USB to ATA/ATAPI Bridge [ 1326.080189] usb 3-1.1: Manufacturer: JMicron [ 1326.080191] usb 3-1.1: SerialNumber: 222296760966 [ 1326.164077] usbcore: registered new interface driver uas [ 1326.179994] Initializing USB Mass Storage driver... [ 1326.180280] scsi6 : usb-storage 3-1.1:1.0 [ 1326.180515] usbcore: registered new interface driver usb-storage [ 1326.180518] USB Mass Storage support registered. [ 1327.175892] scsi 6:0:0:0: Direct-Access ST350041 8AS PQ: 0 ANSI: 2 CCS [ 1327.280538] sd 6:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 1327.281263] sd 6:0:0:0: [sdc] Write Protect is off [ 1327.281268] sd 6:0:0:0: [sdc] Mode Sense: 00 38 00 00 [ 1327.282509] sd 6:0:0:0: [sdc] Asking for cache data failed [ 1327.282515] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 1327.284846] sd 6:0:0:0: [sdc] Asking for cache data failed [ 1327.284850] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 1327.347315] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 sdc7 > [ 1327.352637] sd 6:0:0:0: [sdc] Asking for cache data failed [ 1327.352653] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 1327.352657] sd 6:0:0:0: [sdc] Attached SCSI disk [ 2015.322762] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null) [ 2015.381341] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null) [ 2015.477708] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null) [ 2015.545810] EXT4-fs (sdc5): mounted filesystem with ordered data mode. Opts: (null) [ 2015.597457] EXT4-fs (sdc6): mounted filesystem with ordered data mode. Opts: (null) [ 2015.698277] EXT4-fs (sdc7): mounted filesystem with ordered data mode. Opts: (null) [ 2239.546603] usb 3-1.1: USB disconnect, device number 5 ** Model information sys_vendor: product_name: product_version: chassis_vendor: chassis_version: bios_vendor: Intel Corp. bios_version: BLH6710H.86A.0125.2011.0705.1517 board_vendor: Intel Corporation board_name: DH67BL board_version: AAG10189-207 ** Loaded modules: Module Size Used by usb_storage 47996 0 uas 13299 0 acpi_cpufreq 13009 1 mperf 12453 1 acpi_cpufreq cpufreq_powersave 12454 0 cpufreq_userspace 12576 0 cpufreq_conservative 13147 0 cpufreq_stats 12862 0 parport_pc 22395 0 ppdev 12763 0 lp 17270 0 parport 31929 3 parport_pc,ppdev,lp bnep 17615 2 rfcomm 33848 0 bluetooth 114376 10 bnep,rfcomm rfkill 19080 2 bluetooth binfmt_misc 13040 1 fuse 66430 1 nfsd 260662 13 nfs 259369 0 lockd 71503 2 nfsd,nfs fscache 36721 1 nfs auth_rpcgss 37204 2 nfsd,nfs nfs_acl 12511 2 nfsd,nfs sunrpc 172969 19 nfsd,nfs,lockd,auth_rpcgss,nfs_acl loop 22711 0 snd_hda_codec_hdmi 26321 1 snd_hda_codec_realtek 278027 1 snd_hda_intel 26140 2 i915 342883 2 snd_hda_codec 72699 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel snd_hwdep 13186 1 snd_hda_codec drm_kms_helper 27216 1 i915 snd_pcm 68104 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec snd_seq 45208 0 snd_timer 22581 2 snd_pcm,snd_seq snd_seq_device 13137 1 snd_seq drm 163280 3 i915,drm_kms_helper snd 52823 13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device i2c_algo_bit 12850 1 i915 iTCO_wdt 17081 0 iTCO_vendor_support 12704 1 iTCO_wdt i2c_i801 16870 0 i2c_core 23909 5 i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801 video 17707 1 i915 processor 27942 5 acpi_cpufreq soundcore 13152 1 snd snd_page_alloc 13043 2 snd_hda_intel,snd_pcm shpchp 31343 0 pci_hotplug 27232 1 shpchp evdev 17558 11 pcspkr 12579 0 thermal_sys 17949 2 video,processor button 12930 1 i915 psmouse 55656 0 serio_raw 12846 0 ext4 313917 12 mbcache 13066 1 ext4 jbd2 62574 1 ext4 crc16 12343 2 bluetooth,ext4 usbhid 40516 0 hid 73172 1 usbhid sr_mod 21811 0 cdrom 35093 1 sr_mod sd_mod 36259 18 crc_t10dif 12348 1 sd_mod ahci 25089 16 libahci 22767 1 ahci libata 149043 2 ahci,libahci xhci_hcd 68261 0 scsi_mod 162442 5 usb_storage,uas,sr_mod,sd_mod,libata ehci_hcd 40090 0 usbcore 128338 6 usb_storage,uas,usbhid,xhci_hcd,ehci_hcd e1000e 124997 0 ** Network interface configuration: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.15.20 netmask 255.255.255.0 network 192.168.15.0 broadcast 192.168.15.255 gateway 192.168.15.1 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 207.172.3.11 ** 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 UP qlen 1000 link/ether e0:69:95:d7:80:74 brd ff:ff:ff:ff:ff:ff inet 192.168.15.20/24 brd 192.168.15.255 scope global eth0 inet6 fe80::e269:95ff:fed7:8074/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: 1047286 5760 0 0 0 0 0 0 1047286 5760 0 0 0 0 0 0 eth0: 177996158 293304 7509 0 0 7509 0 22 332498941 375736 0 0 0 0 0 0 *** Protocol statistics: Ip: 291829 total packets received 0 forwarded 0 incoming packets discarded 291829 incoming packets delivered 207316 requests sent out Icmp: 251 ICMP messages received 2 input ICMP message failed. ICMP input histogram: destination unreachable: 144 echo replies: 107 310 ICMP messages sent 0 ICMP messages failed ICMP output histogram: destination unreachable: 138 echo request: 172 IcmpMsg: InType0: 107 InType3: 144 OutType3: 138 OutType8: 172 Tcp: 3983 active connections openings 9 passive connection openings 109 failed connection attempts 15 connection resets received 0 connections established 285640 segments received 374355 segments send out 588 segments retransmited 0 bad segments received. 125 resets sent Udp: 5882 packets received 132 packets to unknown port received. 0 packet receive errors 6018 packets sent UdpLite: TcpExt: 3070 TCP sockets finished time wait in fast timer 2 packets rejects in established connections because of timestamp 416 delayed acks sent 1 delayed acks further delayed because of locked socket Quick ack mode was activated 93 times 24 packets directly queued to recvmsg prequeue. 24 bytes directly received in process context from prequeue 140869 packet headers predicted 5085 acknowledgments not containing data payload received 175268 predicted acknowledgments 1 congestion windows recovered without slow start by DSACK 16 congestion windows recovered without slow start after partial ack 161 other TCP timeouts 95 DSACKs sent for old packets 4 DSACKs sent for out of order packets 5 DSACKs received 22 connections reset due to unexpected data 7 connections reset due to early user close 2 connections aborted due to timeout TCPDSACKIgnoredOld: 3 TCPSackShiftFallback: 35 IpExt: InMcastPkts: 63 OutMcastPkts: 43 InBcastPkts: 88 OutBcastPkts: 88 InOctets: 173408358 OutOctets: 317692751 InMcastOctets: 9370 OutMcastOctets: 4922 InBcastOctets: 14828 OutBcastOctets: 14828 ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09) Subsystem: Intel Corporation Device [8086:2002] 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: <access denied> Kernel driver in use: agpgart-intel 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Intel Corporation Device [8086:2002] 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 49 Region 0: Memory at fe000000 (64-bit, non-prefetchable) [size=4M] Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 4: I/O ports at f000 [size=64] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04) Subsystem: Intel Corporation Device [8086:2002] 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 11 Region 0: Memory at fe529000 (64-bit, non-prefetchable) [size=16] Capabilities: <access denied> 00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 05) Subsystem: Intel Corporation Device [8086:2002] 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 42 Region 0: Memory at fe500000 (32-bit, non-prefetchable) [size=128K] Region 1: Memory at fe528000 (32-bit, non-prefetchable) [size=4K] Region 2: I/O ports at f080 [size=32] Capabilities: <access denied> Kernel driver in use: e1000e 00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05) (prog-if 20 [EHCI]) Subsystem: Intel Corporation Device [8086:2002] 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 16 Region 0: Memory at fe527000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05) Subsystem: Intel Corporation Device [8086:2002] 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 50 Region 0: Memory at fe520000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5) (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=01, subordinate=02, sec-latency=0 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: <access denied> Kernel driver in use: pcieport 00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5) (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=03, subordinate=03, sec-latency=0 Memory behind bridge: fe400000-fe4fffff 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: <access denied> Kernel driver in use: pcieport 00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05) (prog-if 20 [EHCI]) Subsystem: Intel Corporation Device [8086:2002] 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 23 Region 0: Memory at fe526000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1f.0 ISA bridge [0601]: Intel Corporation H67 Express Chipset Family LPC Controller [8086:1c4a] (rev 05) Subsystem: Intel Corporation Device [8086:2002] 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 Capabilities: <access denied> 00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA Controller [RAID mode] [8086:2822] (rev 05) Subsystem: Intel Corporation Device [8086:2002] 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 48 Region 0: I/O ports at f0d0 [size=8] Region 1: I/O ports at f0c0 [size=4] Region 2: I/O ports at f0b0 [size=8] Region 3: I/O ports at f0a0 [size=4] Region 4: I/O ports at f060 [size=32] Region 5: Memory at fe525000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05) Subsystem: Intel Corporation Device [8086:2002] 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 C routed to IRQ 18 Region 0: Memory at fe524000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at f040 [size=32] Kernel driver in use: i801_smbus 01:00.0 PCI bridge [0604]: Integrated Technology Express, Inc. Device [1283:8892] (rev 10) (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=01, secondary=02, subordinate=02, 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: <access denied> 03:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04) (prog-if 30 [XHCI]) Subsystem: Intel Corporation Device [8086:2002] 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 19 Region 0: Memory at fe400000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: xhci_hcd ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 003 Device 003: ID 046d:c055 Logitech, Inc. Bus 003 Device 004: ID 04d9:1503 Holtek Semiconductor, Inc. Shortboard Lefty -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-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-3.0.0-1-amd64 depends on: ii debconf [debconf-2.0] 1.5.43 ii initramfs-tools [linux-initramfs-tool] 0.106 ii linux-base 3.5 ii module-init-tools 3.16-1 Versions of packages linux-image-3.0.0-1-amd64 recommends: pn firmware-linux-free <none> Versions of packages linux-image-3.0.0-1-amd64 suggests: ii grub-pc 1.99-22 pn linux-doc-3.0.0 <none> Versions of packages linux-image-3.0.0-1-amd64 is related to: pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-linux <none> pn firmware-linux-nonfree <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn xen-hypervisor <none> -- debconf information: linux-image-3.0.0-1-amd64/postinst/ignoring-ramdisk: linux-image-3.0.0-1-amd64/prerm/removing-running-kernel-3.0.0-1-amd64: true linux-image-3.0.0-1-amd64/postinst/missing-firmware-3.0.0-1-amd64: linux-image-3.0.0-1-amd64/postinst/depmod-error-initrd-3.0.0-1-amd64: false Sincerely yours, Attila Mate m...@sci.brooklyn.cuny.edu http://www.sci.brooklyn.cuny.edu/~mate/ Home phone: (212)929-0966 -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201206212326.q5lnq7jw008...@sci.brooklyn.cuny.edu