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

Bug#614801: marked as done (linux-image-2.6.32-5-amd64: Unable to detect usb device / usb 3.0 doesn't work)



Your message dated Sun, 07 Feb 2016 22:43:08 +0000
with message-id <E1aSY2u-0006FI-4s@deadeye>
and subject line Closing bugs assigned to linux-2.6 package
has caused the Debian Bug report #614801,
regarding linux-image-2.6.32-5-amd64: Unable to detect usb device / usb 3.0 doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
614801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614801
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.32-30
Severity: normal

I'm having an issue with my usb 3.0 port. I've recently bought an Asus N73JF
laptop which has one such port. I'm running a fully updated Wheezy with the
2.6.32-5-amd64 kernel image from the Debian repo. When booting and later on
during the entire session I get lots of "hub 1-1:1.0: unable to enumerate USB
device on port 5" messages (check the kernel log!). The usb 3.0 port doesn't
work at all, other usb (2.0) ports work normally. When I connect something to
the 3.0 port, e.g. a flash drive and then run "dmesg", the flood of the
aforementioned messages is suppressed for a while and the following can be
seen, concerning the usb event:

#dmesg
(...)
[ 3164.208462] usb 3-2: new high speed USB device using xhci_hcd and address 0
[ 3184.182608] xhci_hcd 0000:04:00.0: Timeout while waiting for a slot
[ 3204.360596] xhci_hcd 0000:04:00.0: Timeout while waiting for a slot
[ 3204.564388] usb 3-2: device not accepting address 0, error -62
[ 3204.564403] hub 3-0:1.0: cannot disable port 2 (err = -32)
[ 3212.857492] Inbound IN=wlan0 OUT=
MAC=01:00:5e:7f:ff:fa:00:22:43:4c:ac:cb:08:00 SRC=192.168.1.101
DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=62022 PROTO=2
[ 3224.538660] xhci_hcd 0000:04:00.0: Timeout while waiting for a slot
[ 3224.538668] hub 3-0:1.0: couldn't allocate port 2 usb_device
[ 3224.538682] hub 3-0:1.0: cannot disable port 2 (err = -32)
(...)

When I run "lspci -v" I get the following (among others, for the whole output
of lspci see below):

04:00.0 USB Controller: Fresco Logic Device 1400 (rev 01) (prog-if 30)
        Subsystem: Device 1d5c:1000
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at d6000000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [50] Power Management version 3
        Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [80] Express Endpoint, MSI 00
        Kernel driver in use: xhci_hcd

As expected, xhci_hcd is in use for the 3.0 port. Nonetheless I double-checked
it:

#lsmod | grep xhci*
xhci                   33037  0
usbcore               122034  6 usb_storage,ehci_hcd,xhci,uvcvideo,usbhid

It appears that there is no such thing as xhci_hcd, at least not loaded. So I
tried to load it:

#modprobe xhci_hcd
FATAL: Module xhci_hcd not found.

I looked into /sys/bus/pci/drivers/ and xhci_hcd is there all right. Now I'm
really perplexed...

I googled a little and found something about the possibility of ehci_hcd
getting in the way, so I tried disabling it. After I ran "modprobe -r ehci_hcd"
I lost all the usb ports (not really unexpected) but the 3.0 port didn't work
any better. But the good thing was that the annoying "unable to enumerate USB
device on port 5" messages immediately stopped polluting my logs. So it's
ehci_hcd that's generating all that noise. I doubt that he's responsible for
the 3.0 port malfunctioning though (but I may be mistaken). These messages are
really problematic. Recently I was trying to install the nvidia driver and
afterwards my X didn't wake up. I was in the need of working from the console
and these kernel messages were flashing onto the screen every second so I
couldn't even edit xorg.conf. Fortunately I remembered it was ehci's fault, so
I disabled it. It shouldn't work that way though.

I was advised at linux.debian.user to send a bug report against the kernel.
Since I'm using this one I'm reporting the bug for this package. Nonetheless it
may be a more general issue. I didn't check it with any other kernel so I can't
know that.

Thanks for your time,
KB



-- 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=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=cc39a16b-55e4-4279-98e8-eb5c35251fdc ro quiet

** Tainted: PW (513)
 * Proprietary module has been loaded.
 * Taint on warning.

** Kernel log:
[ 2777.178268] usb 1-1.5: new full speed USB device using ehci_hcd and address 43
[ 2777.194245] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2777.526027] usb 1-1.5: new full speed USB device using ehci_hcd and address 44
[ 2777.542195] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2777.940989] usb 1-1.5: new full speed USB device using ehci_hcd and address 45
[ 2777.957559] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2778.292506] usb 1-1.5: new full speed USB device using ehci_hcd and address 46
[ 2778.308767] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2778.708595] usb 1-1.5: new full speed USB device using ehci_hcd and address 47
[ 2778.724731] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2779.059567] usb 1-1.5: new full speed USB device using ehci_hcd and address 48
[ 2779.075665] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2779.474879] usb 1-1.5: new full speed USB device using ehci_hcd and address 49
[ 2779.491408] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2779.822495] usb 1-1.5: new full speed USB device using ehci_hcd and address 50
[ 2779.842948] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2780.241908] usb 1-1.5: new full speed USB device using ehci_hcd and address 51
[ 2780.258870] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2780.621482] usb 1-1.5: new full speed USB device using ehci_hcd and address 52
[ 2780.637724] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2781.005129] usb 1-1.5: new full speed USB device using ehci_hcd and address 53
[ 2781.021066] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2781.392589] usb 1-1.5: new full speed USB device using ehci_hcd and address 54
[ 2781.408793] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2781.772650] usb 1-1.5: new full speed USB device using ehci_hcd and address 55
[ 2781.788499] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2782.156035] usb 1-1.5: new full speed USB device using ehci_hcd and address 56
[ 2782.171820] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2782.539103] usb 1-1.5: new full speed USB device using ehci_hcd and address 57
[ 2782.555150] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2782.922320] usb 1-1.5: new full speed USB device using ehci_hcd and address 58
[ 2782.938724] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2783.306007] usb 1-1.5: new full speed USB device using ehci_hcd and address 59
[ 2783.322511] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2783.689421] usb 1-1.5: new full speed USB device using ehci_hcd and address 60
[ 2783.706254] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2784.073538] usb 1-1.5: new full speed USB device using ehci_hcd and address 61
[ 2784.089197] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2784.456249] usb 1-1.5: new full speed USB device using ehci_hcd and address 62
[ 2784.472956] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2784.840305] usb 1-1.5: new full speed USB device using ehci_hcd and address 63
[ 2784.855911] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2785.224025] usb 1-1.5: new full speed USB device using ehci_hcd and address 64
[ 2785.244223] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2785.606715] usb 1-1.5: new full speed USB device using ehci_hcd and address 65
[ 2785.626999] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2785.990882] usb 1-1.5: new full speed USB device using ehci_hcd and address 66
[ 2786.015244] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2786.377849] usb 1-1.5: new full speed USB device using ehci_hcd and address 67
[ 2786.402562] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2794.499429] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2794.874202] usb 1-1.5: new full speed USB device using ehci_hcd and address 69
[ 2794.891129] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2795.266515] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2795.641305] usb 1-1.5: new full speed USB device using ehci_hcd and address 71
[ 2795.657959] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2796.032866] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2796.416073] usb 1-1.5: new full speed USB device using ehci_hcd and address 73
[ 2796.432430] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2796.804440] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2797.175397] usb 1-1.5: new full speed USB device using ehci_hcd and address 75
[ 2797.199358] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2797.622478] usb 1-1.5: new full speed USB device using ehci_hcd and address 76
[ 2797.638739] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2797.974222] usb 1-1.5: new full speed USB device using ehci_hcd and address 77
[ 2797.990993] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2798.393808] usb 1-1.5: new full speed USB device using ehci_hcd and address 78
[ 2798.410885] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2798.741549] usb 1-1.5: new full speed USB device using ehci_hcd and address 79
[ 2798.757971] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2799.156409] usb 1-1.5: new full speed USB device using ehci_hcd and address 80
[ 2799.172629] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2799.508157] usb 1-1.5: new full speed USB device using ehci_hcd and address 81
[ 2799.524881] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2799.923955] usb 1-1.5: new full speed USB device using ehci_hcd and address 82
[ 2799.939905] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2800.279179] usb 1-1.5: new full speed USB device using ehci_hcd and address 83
[ 2800.299141] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2800.694903] usb 1-1.5: new full speed USB device using ehci_hcd and address 84
[ 2800.711460] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2801.042065] usb 1-1.5: new full speed USB device using ehci_hcd and address 85
[ 2801.058345] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2801.457690] usb 1-1.5: new full speed USB device using ehci_hcd and address 86
[ 2801.473877] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2801.808891] usb 1-1.5: new full speed USB device using ehci_hcd and address 87
[ 2801.825383] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2802.224816] usb 1-1.5: new full speed USB device using ehci_hcd and address 88
[ 2802.240625] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2802.576018] usb 1-1.5: new full speed USB device using ehci_hcd and address 89
[ 2802.600064] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2802.991392] usb 1-1.5: new full speed USB device using ehci_hcd and address 90
[ 2803.007515] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2803.375090] usb 1-1.5: new full speed USB device using ehci_hcd and address 91
[ 2803.391278] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2803.758948] usb 1-1.5: new full speed USB device using ehci_hcd and address 92
[ 2803.774918] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2804.142237] usb 1-1.5: new full speed USB device using ehci_hcd and address 93
[ 2804.157874] hub 1-1:1.0: unable to enumerate USB device on port 5
[ 2804.525523] usb 1-1.5: new full speed USB device using ehci_hcd and address 94
[ 2804.541698] hub 1-1:1.0: unable to enumerate USB device on port 5

** Model information
sys_vendor: ASUSTeK Computer Inc.        
product_name: N73JF
product_version: 1.0       
chassis_vendor: ASUSTeK Computer Inc.        
chassis_version: 1.0       
bios_vendor: American Megatrends Inc.
bios_version: N73JF.203
board_vendor: ASUSTeK Computer Inc.        
board_name: N73JF
board_version: 1.0       

** Loaded modules:
Module                  Size  Used by
xt_limit                1782  8 
xt_tcpudp               2319  16 
ipt_LOG                 4518  8 
ipt_MASQUERADE          1554  0 
xt_DSCP                 1995  0 
ipt_REJECT              1953  1 
nf_conntrack_irc        3347  0 
nf_conntrack_ftp        5537  0 
xt_state                1303  6 
aes_x86_64              7340  1 
aes_generic            25714  1 aes_x86_64
parport_pc             18855  0 
ppdev                   5030  0 
lp                      7462  0 
parport                27954  3 parport_pc,ppdev,lp
binfmt_misc             6431  1 
uinput                  6376  1 
iptable_nat             4299  0 
nf_nat                 13388  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4       9833  9 iptable_nat,nf_nat
nf_conntrack           46535  7 ipt_MASQUERADE,nf_conntrack_irc,nf_conntrack_ftp,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
nf_defrag_ipv4          1139  1 nf_conntrack_ipv4
iptable_mangle          2817  0 
iptable_filter          2258  1 
ip_tables              13899  3 iptable_nat,iptable_mangle,iptable_filter
x_tables               12845  9 xt_limit,xt_tcpudp,ipt_LOG,ipt_MASQUERADE,xt_DSCP,ipt_REJECT,xt_state,iptable_nat,ip_tables
loop                   11799  0 
snd_hda_codec_realtek   235602  1 
snd_hda_intel          20019  1 
snd_hda_codec          54244  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5380  1 snd_hda_codec
arc4                    1274  2 
ecb                     1841  2 
uvcvideo               52063  0 
i915                  255262  2 
snd_pcm                60503  2 snd_hda_intel,snd_hda_codec
snd_seq                42881  0 
snd_timer              15582  2 snd_pcm,snd_seq
snd_seq_device          4493  1 snd_seq
videodev               29993  1 uvcvideo
joydev                  8459  0 
drm_kms_helper         20065  1 i915
ath9k                 249912  0 
mac80211              137340  1 ath9k
v4l1_compat            11442  2 uvcvideo,videodev
snd                    46446  10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
ath                     8006  1 ath9k
drm                   142359  3 i915,drm_kms_helper
soundcore               4598  1 snd
v4l2_compat_ioctl32     8474  1 videodev
usbhid                 33292  0 
nvidia              10670090  0 
snd_page_alloc          6249  2 snd_hda_intel,snd_pcm
cfg80211              101496  3 ath9k,mac80211,ath
i2c_algo_bit            4225  1 i915
hid                    63225  1 usbhid
asus_laptop            13930  0 
rfkill                 13044  1 cfg80211
psmouse                49777  0 
video                  17445  1 i915
i2c_core               15712  6 i915,videodev,drm_kms_helper,drm,nvidia,i2c_algo_bit
wmi                     4323  0 
evdev                   7352  34 
serio_raw               3752  0 
pcspkr                  1699  0 
button                  4650  1 i915
led_class               2433  2 ath9k,asus_laptop
battery                 4998  0 
output                  1692  1 video
ac                      2192  0 
processor              29935  4 
ext3                  106518  5 
jbd                    37085  1 ext3
mbcache                 5050  1 ext3
sg                     18744  0 
sr_mod                 12602  0 
cdrom                  29415  1 sr_mod
sd_mod                 29889  7 
crc_t10dif              1276  1 sd_mod
xhci                   33037  0 
ahci                   32374  6 
ehci_hcd               31151  0 
libata                133632  1 ahci
thermal                11674  0 
thermal_sys            11942  3 video,processor,thermal
scsi_mod              122149  4 sg,sr_mod,sd_mod,libata
atl1c                  27347  0 
usbcore               122034  5 uvcvideo,usbhid,xhci,ehci_hcd
nls_base                6377  1 usbcore

** Network interface configuration:

auto lo
iface lo inet loopback

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> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 48:5b:39:98:f5:e5 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 74:f0:6d:34:82:5f brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.103/24 brd 192.168.1.255 scope global wlan0
    inet6 fe80::76f0:6dff:fe34:825f/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:  100796    1094    0    0    0     0          0         0   100796    1094    0    0    0     0       0          0
  eth0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
 wlan0:77213019  181432    0    0    0     0          0         0 203186059  392614    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    182526 total packets received
    1 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    182168 incoming packets delivered
    392267 requests sent out
    1278 outgoing packets dropped
    22 dropped because of missing route
    34 reassemblies required
    17 packets reassembled ok
    535 fragments received ok
    1070 fragments created
Icmp:
    1526 ICMP messages received
    1240 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 1526
    339 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 339
IcmpMsg:
        InType3: 1526
        OutType3: 339
Tcp:
    12045 active connections openings
    50 passive connection openings
    1235 failed connection attempts
    75 connection resets received
    54 connections established
    137210 segments received
    175580 segments send out
    13881 segments retransmited
    0 bad segments received.
    661 resets sent
Udp:
    43089 packets received
    339 packets to unknown port received.
    0 packet receive errors
    202509 packets sent
    SndbufErrors: 328
UdpLite:
TcpExt:
    278 TCP sockets finished time wait in fast timer
    57 time wait sockets recycled by time stamp
    2646 delayed acks sent
    1 delayed acks further delayed because of locked socket
    Quick ack mode was activated 537 times
    37558 packet headers predicted
    28946 acknowledgments not containing data payload received
    43031 predicted acknowledgments
    370 times recovered from packet loss due to fast retransmit
    4 congestion windows recovered without slow start by DSACK
    205 congestion windows recovered without slow start after partial ack
    367 timeouts after reno fast retransmit
    241 timeouts in loss state
    475 fast retransmits
    1422 retransmits in slow start
    9138 other TCP timeouts
    170 classic Reno fast retransmits failed
    4 DSACKs sent for old packets
    9 DSACKs received
    103 connections reset due to unexpected data
    8 connections reset due to early user close
    600 connections aborted due to timeout
    TCPDSACKIgnoredOld: 2
    TCPSpuriousRTOs: 11
IpExt:
    InMcastPkts: 56
    OutMcastPkts: 13
    InBcastPkts: 56
    InOctets: 74775649
    OutOctets: 190575635
    InMcastOctets: 3780
    OutMcastOctets: 2404
    InBcastOctets: 6185

*** Device features:
eth0: 0x110989
lo: 0x13865
wlan0: 0x2000

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 18)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 18) (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=01, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: c0000000-d30fffff
	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:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1512]
	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 36
	Region 0: Memory at d3400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at b0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at e080 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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 d9c0a000 (64-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>

00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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 d9c08000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:10a3]
	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 22
	Region 0: Memory at d9c00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06) (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=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: d8800000-d9bfffff
	Prefetchable memory behind bridge: 00000000d3100000-00000000d32fffff
	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.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 06) (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
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: d7400000-d87fffff
	Prefetchable memory behind bridge: 00000000d9d00000-00000000d9efffff
	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 5 Series/3400 Series Chipset PCI Express Root Port 4 [8086:3b48] (rev 06) (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=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: d6000000-d73fffff
	Prefetchable memory behind bridge: 00000000d9f00000-00000000da0fffff
	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.4 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 [8086:3b4a] (rev 06) (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=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: d4c00000-d5ffffff
	Prefetchable memory behind bridge: 00000000da100000-00000000da2fffff
	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.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 [8086:3b4c] (rev 06) (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=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: d3800000-d4bfffff
	Prefetchable memory behind bridge: 00000000da300000-00000000da4fffff
	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 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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 d9c07000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a6) (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=07, subordinate=07, 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>

00:1f.0 ISA bridge [0601]: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller [8086:3b09] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller [8086:3b29] (rev 06) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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 35
	Region 0: I/O ports at e070 [size=8]
	Region 1: I/O ports at e060 [size=4]
	Region 2: I/O ports at e050 [size=8]
	Region 3: I/O ports at e040 [size=4]
	Region 4: I/O ports at e020 [size=32]
	Region 5: Memory at d9c06000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.6 Signal processing controller [1180]: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem [8086:3b32] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1f17]
	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 C routed to IRQ 10
	Region 0: Memory at d9c04000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df0] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1512]
	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 16
	Region 0: Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at d000 [size=128]
	Expansion ROM at d3000000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: nvidia

03:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
	Subsystem: AzureWave Device [1a3b:1089]
	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 d7400000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ath9k

04:00.0 USB Controller [0c03]: Fresco Logic Device [1b73:1400] (rev 01) (prog-if 30)
	Subsystem: Device [1d5c:1000]
	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 d6000000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

06:00.0 Ethernet controller [0200]: Atheros Communications AR8131 Gigabit Ethernet [1969:1063] (rev c0)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1820]
	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 d3800000 (64-bit, non-prefetchable) [size=256K]
	Region 2: I/O ports at 8000 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: atl1c

ff:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 05)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] (rev 05)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2d10] (rev 05)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2d11] (rev 05)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:02.2 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d12] (rev 05)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:02.3 Host bridge [0600]: Intel Corporation Core Processor Reserved [8086:2d13] (rev 05)
	Subsystem: Intel Corporation Device [8086:8086]
	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


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 04f2:b1bb Chicony Electronics Co., Ltd 
Bus 002 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (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.38     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)
pn  xen-hypervisor                <none>     (no description available)

-- 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:



--- End Message ---
--- Begin Message ---
Version: 3.4.1-1~experimental.1+rm

Debian 6.0 Long Term Support has now ended, and the 'linux-2.6' source
package will no longer be updated.  This bug is being closed on the
assumption that it does not affect the kernel versions in newer Debian
releases.

If you can still reproduce this bug in a newer release, please reopen
the bug report and reassign it to 'src:linux' and the affected version
of the package.  You can find the package version for the running
kernel by running:

    uname -v

or the versions of all installed kernel packages by running:

    dpkg -l 'linux-image-[34]*' | grep ^.i

and looking at the third column.

I apologise that we weren't able to provide a specific resolution for
this bug.

Ben.

-- 
Ben Hutchings - Debian developer, member of Linux kernel and LTS teams

--- End Message ---

Reply to: