--- Begin Message ---
Package: linux-2.6
Version: 2.6.32-9
Severity: normal
I have a 3.5" memory card reader that sits in the floppy drive slot
(connected internally using USB). When trying to read an SD card, the
kernel thread handling it hangs, see log below. This has actually
started a few kernel versions ago, but I didn't have time to file the
bug.
I did some research, here are my findings:
1. It's not a userland problem. I tried booting with init=/bin/sh and
starting only udev; the hang happens on any access to the device.
2. Likewise, it doesn't depend on the proprietary modules I'm using
(although the log below says the kernel tainted): booting without them
doesn't fix it.
3. The card reader has four slots for different types of cards. The
CompactFlash slot works fine while the SD slot is broken. Couldn't try
the other two because I don't own those types of cards.
4. I also have a somewhat similar 4-way USB card reader that's
portable. Same problem with it: CF works, SD fails. The SD slot in it
fails on both my workstation and laptop (both running the same
kernel).
5. The built-in SD slot in the laptop, however, works fine.
6. The effect doesn't seem to depend on the type of card used; both my
2 Gb and 8 Gb cards from different manufacturers fail.
Here is the output of lsusb -v about the card reader:
Bus 001 Device 002: ID 05e3:070e Genesys Logic, Inc. X-PRO CR20xA USB 2.0
Internal Card Reader
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x070e X-PRO CR20xA USB 2.0 Internal Card Reader
bcdDevice 93.17
iManufacturer 3 Genesys
iProduct 4 USB Reader
iSerial 5 IR06074
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk (Zip)
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
-- Package-specific info:
** Version:
Linux version 2.6.32-3-686 (Debian 2.6.32-9) (m...@debian.org) (gcc
version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Thu Feb 25 06:14:20 UTC 2010
** Command line:
BOOT_IMAGE=//vmlinuz-2.6.32-3-686
root=UUID=b09bd556-3e82-4c5f-94b5-ce7b6d4064d4 ro splash
** Tainted: P (1)
* Proprietary module has been loaded.
** Kernel log:
[370002.348014] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370018.596510] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370018.848017] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370029.096015] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370029.232848] sd 8:0:0:1: Device offlined - not ready after error
recovery
[370060.112013] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370070.360012] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370082.040022] INFO: task hald-addon-stor:3881 blocked for more than 120
seconds.
[370082.040025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[370082.040028] hald-addon-st D f7cf897f 0 3881 3835 0x00000000
[370082.040033] f65d2a80 00000086 00000000 f7cf897f 00000000 c13fc000
c13fc000 f6d3d000
[370082.040039] f65d2c3c c3108000 00000001 e18193da 0001506c 00000000
f650bc18 c10bf05b
[370082.040045] 00000096 f65d2c3c f690d6d0 f6262000 f6c70000 f6c70000
c103b548 f60d1004
[370082.040051] Call Trace:
[370082.040082] [<f7cf897f>] ? scsi_setup_blk_pc_cmnd+0x2a/0xd0 [scsi_mod]
[370082.040088] [<c10bf05b>] ? pollwake+0x0/0x65
[370082.040093] [<c103b548>] ? lock_timer_base+0x19/0x35
[370082.040097] [<c125d891>] ? schedule_timeout+0x20/0xb0
[370082.040101] [<c103b6e2>] ? mod_timer+0x18/0x1e
[370082.040105] [<c1124992>] ? blk_plug_device+0x4b/0x6d
[370082.040123] [<f7cf8382>] ? scsi_request_fn+0x3c1/0x47a [scsi_mod]
[370082.040126] [<c125d79a>] ? wait_for_common+0xa4/0x100
[370082.040131] [<c102daad>] ? default_wake_function+0x0/0x8
[370082.040134] [<c1126f51>] ? blk_execute_rq+0x8b/0xb2
[370082.040137] [<c1126e2c>] ? blk_end_sync_rq+0x0/0x23
[370082.040141] [<c111cffb>] ? elv_set_request+0x14/0x22
[370082.040145] [<c11241ed>] ? get_request+0x1b0/0x25b
[370082.040148] [<c1124733>] ? get_request_wait+0x1a/0x146
[370082.040166] [<f7cf9128>] ? scsi_execute+0xce/0x126 [scsi_mod]
[370082.040178] [<f7cf91da>] ? scsi_execute_req+0x5a/0x81 [scsi_mod]
[370082.040191] [<f7cf9251>] ? scsi_test_unit_ready+0x50/0xcc [scsi_mod]
[370082.040200] [<f7f5954b>] ? sd_media_changed+0xd3/0x16d [sd_mod]
[370082.040210] [<c10d1540>] ? check_disk_change+0x16/0x3e
[370082.040216] [<f7f597f6>] ? sd_open+0xc2/0x14a [sd_mod]
[370082.040218] [<c10d1ffc>] ? __blkdev_get+0xb1/0x2cc
[370082.040220] [<c10d227e>] ? blkdev_open+0x60/0x8b
[370082.040223] [<c10b1827>] ? __dentry_open+0x156/0x246
[370082.040225] [<c10b19a8>] ? nameidata_to_filp+0x29/0x3c
[370082.040227] [<c10d221e>] ? blkdev_open+0x0/0x8b
[370082.040230] [<c10bb8d5>] ? do_filp_open+0x41d/0x7e0
[370082.040239] [<f7cf85dc>] ? scsi_next_command+0x25/0x2f [scsi_mod]
[370082.040241] [<c10ae28c>] ? kmem_cache_alloc+0x6d/0xe5
[370082.040243] [<c10bbcf1>] ? getname+0x1d/0xb0
[370082.040246] [<c10c3555>] ? alloc_fd+0x52/0xb7
[370082.040248] [<c10b15df>] ? do_sys_open+0x4c/0xdf
[370082.040250] [<c10b16b6>] ? sys_open+0x1e/0x23
[370082.040253] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[370082.040255] INFO: task hald-addon-stor:3883 blocked for more than 120
seconds.
[370082.040257] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[370082.040258] hald-addon-st D f7cf897f 0 3883 3835 0x00000000
[370082.040261] f65d6a40 00000082 00000000 f7cf897f 00000000 c13fc000
c13fc000 f6d3d000
[370082.040265] f65d6bfc c3008000 00000000 e1950eb7 0001506c 00000000
f66a3c18 c10bf05b
[370082.040268] 00000096 f65d6bfc f589c710 f6263c00 c14313c0 c14313c0
c103b548 f60d1a64
[370082.040272] Call Trace:
[370082.040286] [<f7cf897f>] ? scsi_setup_blk_pc_cmnd+0x2a/0xd0 [scsi_mod]
[370082.040289] [<c10bf05b>] ? pollwake+0x0/0x65
[370082.040291] [<c103b548>] ? lock_timer_base+0x19/0x35
[370082.040294] [<c125d891>] ? schedule_timeout+0x20/0xb0
[370082.040296] [<c103b6e2>] ? mod_timer+0x18/0x1e
[370082.040298] [<c1124992>] ? blk_plug_device+0x4b/0x6d
[370082.040313] [<f7cf8382>] ? scsi_request_fn+0x3c1/0x47a [scsi_mod]
[370082.040315] [<c125d79a>] ? wait_for_common+0xa4/0x100
[370082.040318] [<c102daad>] ? default_wake_function+0x0/0x8
[370082.040320] [<c1126f51>] ? blk_execute_rq+0x8b/0xb2
[370082.040322] [<c1126e2c>] ? blk_end_sync_rq+0x0/0x23
[370082.040324] [<c111cffb>] ? elv_set_request+0x14/0x22
[370082.040327] [<c11241ed>] ? get_request+0x1b0/0x25b
[370082.040329] [<c1124733>] ? get_request_wait+0x1a/0x146
[370082.040343] [<f7cf9128>] ? scsi_execute+0xce/0x126 [scsi_mod]
[370082.040353] [<f7cf91da>] ? scsi_execute_req+0x5a/0x81 [scsi_mod]
[370082.040362] [<f7cf9251>] ? scsi_test_unit_ready+0x50/0xcc [scsi_mod]
[370082.040369] [<f7f5954b>] ? sd_media_changed+0xd3/0x16d [sd_mod]
[370082.040372] [<c10d1540>] ? check_disk_change+0x16/0x3e
[370082.040377] [<f7f597f6>] ? sd_open+0xc2/0x14a [sd_mod]
[370082.040379] [<c10d1ffc>] ? __blkdev_get+0xb1/0x2cc
[370082.040382] [<c10d227e>] ? blkdev_open+0x60/0x8b
[370082.040384] [<c10b1827>] ? __dentry_open+0x156/0x246
[370082.040386] [<c10b19a8>] ? nameidata_to_filp+0x29/0x3c
[370082.040388] [<c10d221e>] ? blkdev_open+0x0/0x8b
[370082.040390] [<c10bb8d5>] ? do_filp_open+0x41d/0x7e0
[370082.040394] [<c1025c85>] ? check_preempt_wakeup+0x18c/0x202
[370082.040396] [<c10add60>] ? __slab_alloc+0x97/0x431
[370082.040403] [<f7e37693>] ? ehci_irq+0x171/0x1c2 [ehci_hcd]
[370082.040406] [<c10ae28c>] ? kmem_cache_alloc+0x6d/0xe5
[370082.040408] [<c10c3555>] ? alloc_fd+0x52/0xb7
[370082.040410] [<c10b15df>] ? do_sys_open+0x4c/0xdf
[370082.040412] [<c10b16b6>] ? sys_open+0x1e/0x23
[370082.040414] [<c10030fb>] ? sysenter_do_call+0x12/0x28
[370086.608015] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370086.860013] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370097.108016] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370097.244773] sd 8:0:0:0: Device offlined - not ready after error
recovery
[370097.360011] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370097.496773] sd 8:0:0:2: timing out command, waited 180s
[370128.112013] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370138.360013] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370154.608013] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370154.860012] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370165.112012] usb 1-2: reset high speed USB device using ehci_hcd and
address 2
[370165.248815] sd 8:0:0:2: Device offlined - not ready after error
recovery
** Model information
not available
** Loaded modules:
Module Size Used by
nls_utf8 908 0
nls_cp437 4489 0
vfat 6538 0
fat 34908 1 vfat
vmnet 25788 5
parport_pc 15799 0
parport 22554 1 parport_pc
vmmon 95701 8
kvm_intel 32482 0
kvm 182289 1 kvm_intel
fuse 43750 1
ipt_REJECT 1517 2
xt_tcpudp 1743 21
iptable_nat 3551 1
xt_state 927 6
iptable_filter 1790 1
ip_tables 7690 2 iptable_nat,iptable_filter
x_tables 8327 5
ipt_REJECT,xt_tcpudp,iptable_nat,xt_state,ip_tables
nf_nat_sip 4440 0
nf_conntrack_sip 10718 1 nf_nat_sip
nf_nat_ftp 1519 0
nf_nat 10568 3 iptable_nat,nf_nat_sip,nf_nat_ftp
nf_conntrack_ipv4 7597 9 iptable_nat,nf_nat
nf_defrag_ipv4 779 1 nf_conntrack_ipv4
nf_conntrack_ftp 4272 1 nf_nat_ftp
nf_conntrack 38063 8
iptable_nat,xt_state,nf_nat_sip,nf_conntrack_sip,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
ext3 94192 1
jbd 32161 1 ext3
mbcache 3762 1 ext3
loop 9753 0
tda1004x 10975 1
saa7134_dvb 16545 0
videobuf_dvb 3390 1 saa7134_dvb
dvb_core 62698 1 videobuf_dvb
saa7134_alsa 7859 0
snd_hda_codec_realtek 163098 1
tda827x 7743 2
snd_hda_intel 16427 0
snd_hda_codec 46002 2 snd_hda_codec_realtek,snd_hda_intel
snd_usb_audio 50466 0
tda8290 7865 1
snd_pcm_oss 28671 0
snd_mixer_oss 10461 1 snd_pcm_oss
tuner 14428 1
snd_pcm 47362 5
saa7134_alsa,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm_oss
snd_usb_lib 10989 1 snd_usb_audio
snd_seq_midi 3576 0
saa7134 119996 2 saa7134_dvb,saa7134_alsa
snd_rawmidi 12505 2 snd_usb_lib,snd_seq_midi
snd_seq_midi_event 3684 1 snd_seq_midi
snd_hwdep 4054 2 snd_hda_codec,snd_usb_audio
snd_seq 35459 2 snd_seq_midi,snd_seq_midi_event
ir_common 22187 1 saa7134
gspca_zc3xx 36804 0
v4l2_common 9816 2 tuner,saa7134
rndis_wlan 15964 0
gspca_main 15775 1 gspca_zc3xx
videobuf_dma_sg 7199 3 saa7134_dvb,saa7134_alsa,saa7134
cfg80211 87581 1 rndis_wlan
rfkill 10260 1 cfg80211
videobuf_core 10476 3 videobuf_dvb,saa7134,videobuf_dma_sg
rndis_host 4167 1 rndis_wlan
snd_timer 12258 2 snd_pcm,snd_seq
snd_seq_device 3673 3 snd_seq_midi,snd_rawmidi,snd_seq
videodev 25541 4 tuner,saa7134,v4l2_common,gspca_main
cdc_ether 2633 1 rndis_host
snd 34363 13
saa7134_alsa,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_hwdep,snd_seq,snd_timer,snd_seq_device
tveeprom 9393 1 saa7134
v4l1_compat 10250 1 videodev
usbnet 9523 3 rndis_wlan,rndis_host,cdc_ether
usblp 7895 0
nvidia 8783671 28
soundcore 3450 1 snd
pcspkr 1207 0
snd_page_alloc 5041 2 snd_hda_intel,snd_pcm
serio_raw 2916 0
evdev 5609 13
i2c_i801 6442 0
i2c_core 12648 11
tda1004x,saa7134_dvb,tda827x,tda8290,tuner,saa7134,v4l2_common,videodev,tveeprom,nvidia,i2c_i801
processor 26571 0
psmouse 44413 0
asus_atk0110 6770 0
reiserfs 176200 2
sg 15964 0
sr_mod 10770 0
cdrom 26487 1 sr_mod
ata_generic 2015 0
ide_pci_generic 1924 0
sd_mod 25781 6
crc_t10dif 1012 1 sd_mod
usb_storage 29805 0
ide_core 64146 1 ide_pci_generic
uhci_hcd 16045 0
ahci 26966 4
pata_marvell 1697 0
8139too 14945 0
ehci_hcd 27574 0
intel_agp 20233 0
agpgart 19516 2 nvidia,intel_agp
atl1e 23140 0
libata 114408 3 ata_generic,ahci,pata_marvell
8139cp 13417 0
mii 2714 3 usbnet,8139too,8139cp
button 3598 0
scsi_mod 101297 5 sg,sr_mod,sd_mod,usb_storage,libata
usbcore 98126 13
snd_usb_audio,snd_usb_lib,gspca_zc3xx,rndis_wlan,gspca_main,rndis_host,cdc_ether,usbnet,usblp,usb_storage,uhci_hcd,ehci_hcd
nls_base 4541 5 nls_utf8,nls_cp437,vfat,fat,usbcore
thermal 9206 0
fan 2586 0
thermal_sys 9378 3 processor,thermal,fan
** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM
Controller [8086:2e20] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:82d3]
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>
00:01.0 PCI bridge [0604]: Intel Corporation 4 Series Chipset PCI Express
Root Port [8086:2e21] (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000b000-0000bfff
Memory behind bridge: fc000000-fe8fffff
Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
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:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB UHCI Controller #4 [8086:3a37] (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
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 4: I/O ports at a800 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB UHCI Controller #5 [8086:3a38] (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
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 21
Region 4: I/O ports at a880 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB UHCI Controller #6 [8086:3a39] (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at ac00 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB2 EHCI Controller #2 [8086:3a3c] (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 0: Memory at fbfffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD
Audio Controller [8086:3a3e]
Subsystem: ASUSTeK Computer Inc. Device [1043:82fe]
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: 32 bytes
Interrupt: pin A routed to IRQ 22
Region 0: Memory at fbff8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI
Express Root Port 1 [8086:3a40] (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: 32 bytes
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: f0000000-f03fffff
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: <access denied>
Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI
Express Root Port 5 [8086:3a48] (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: 32 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fea00000-feafffff
Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff
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 82801JI (ICH10 Family) PCI
Express Root Port 6 [8086:3a4a] (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: 32 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: fe900000-fe9fffff
Prefetchable memory behind bridge: 00000000f0600000-00000000f07fffff
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 82801JI (ICH10 Family)
USB UHCI Controller #1 [8086:3a34] (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
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 4: I/O ports at a080 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB UHCI Controller #2 [8086:3a35] (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 4: I/O ports at a400 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB UHCI Controller #3 [8086:3a36] (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at a480 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family)
USB2 EHCI Controller #1 [8086:3a3a] (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
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 fbfff800 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e]
(rev 90) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: feb00000-febfffff
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 82801JIB (ICH10) LPC
Interface Controller [8086:3a18]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
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 82801JI (ICH10 Family)
SATA AHCI Controller [8086:3a22] (prog-if 01 [AHCI 1.0])
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
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 28
Region 0: I/O ports at 9c00 [size=8]
Region 1: I/O ports at 9880 [size=4]
Region 2: I/O ports at 9800 [size=8]
Region 3: I/O ports at 9480 [size=4]
Region 4: I/O ports at 9400 [size=32]
Region 5: Memory at fbffe800 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus
Controller [8086:3a30]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
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 fbfff400 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 0400 [size=32]
01:00.0 VGA compatible controller [0300]: nVidia Corporation G73 [GeForce
7300 GT] [10de:0393] (rev a1) (prog-if 00 [VGA controller])
Subsystem: CardExpert Technology Device [10b0:0801]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
Region 5: I/O ports at bc00 [size=128]
[virtual] Expansion ROM at fe8e0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
02:00.0 Ethernet controller [0200]: Atheros Communications Atheros
AR8121/AR8113/AR8114 PCI-E Ethernet Controller [1969:1026] (rev b0)
Subsystem: ASUSTeK Computer Inc. P5KPL-CM Motherboard [1043:8304]
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: 32 bytes
Interrupt: pin A routed to IRQ 29
Region 0: Memory at fe9c0000 (64-bit, non-prefetchable) [size=256K]
Region 2: I/O ports at cc00 [size=128]
Capabilities: <access denied>
Kernel driver in use: ATL1E
03:00.0 IDE interface [0101]: Marvell Technology Group Ltd. 88SE6101
single-port PATA133 interface [11ab:6101] (rev b2) (prog-if 8f [Master
SecP SecO PriP PriO])
Subsystem: ASUSTeK Computer Inc. Device [1043:82e0]
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: 32 bytes
Interrupt: pin A routed to IRQ 16
Region 0: I/O ports at dc00 [size=8]
Region 1: I/O ports at d880 [size=4]
Region 2: I/O ports at d800 [size=8]
Region 3: I/O ports at d480 [size=4]
Region 4: I/O ports at d400 [size=16]
Region 5: Memory at feaffc00 (32-bit, non-prefetchable) [size=512]
Capabilities: <access denied>
Kernel driver in use: pata_marvell
05:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
[10ec:8139]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 64 (8000ns min, 16000ns max)
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at e800 [size=256]
Region 1: Memory at febffc00 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: 8139too
05:02.0 Multimedia controller [0480]: Philips Semiconductors
SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133] (rev d1)
Subsystem: ASUSTeK Computer Inc. My Cinema-P7131 Hybrid [1043:4876]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 64 (21000ns min, 8000ns max)
Interrupt: pin A routed to IRQ 18
Region 0: Memory at febff000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: saa7134
** USB devices:
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05e3:070e Genesys Logic, Inc. X-PRO CR20xA USB 2.0
Internal Card Reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 003: ID 0ac8:0302 Z-Star Microelectronics Corp. ZC0302
Webcam
Bus 008 Device 002: ID 04f9:0027 Brother Industries, Ltd HL-2030 Laser
Printer
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 003: ID 04a9:2220 Canon, Inc. CanoScan LIDE 25
Bus 007 Device 002: ID 09c1:1337 Arris Interactive LLC TOUCHSTONE DEVICE
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages linux-image-2.6.32-3-686 depends on:
ii debconf [debconf-2.0] 1.5.28 Debian configuration
management sy
ii initramfs-tools [linux-initr 0.93.4 tools for generating an
initramfs
ii module-init-tools 3.12~pre1-1 tools for managing Linux
kernel mo
Versions of packages linux-image-2.6.32-3-686 recommends:
ii firmware-linux-free 2.6.32-5 Binary firmware for various
driver
ii libc6-i686 2.10.2-6 GNU C Library: Shared
libraries [i
Versions of packages linux-image-2.6.32-3-686 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-3-686 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)
ii firmware-linux 0.22 Binary firmware for various
driver
ii firmware-linux-nonfree 0.22 Binary firmware for various
driver
pn firmware-qlogic <none> (no description available)
pn firmware-ralink <none> (no description available)
-- debconf information:
linux-image-2.6.32-3-686/prerm/would-invalidate-boot-loader-2.6.32-3-686:
true
shared/kernel-image/really-run-bootloader: true
linux-image-2.6.32-3-686/postinst/bootloader-error-2.6.32-3-686:
linux-image-2.6.32-3-686/postinst/depmod-error-initrd-2.6.32-3-686: false
linux-image-2.6.32-3-686/postinst/bootloader-test-error-2.6.32-3-686:
linux-image-2.6.32-3-686/postinst/missing-firmware-2.6.32-3-686:
linux-image-2.6.32-3-686/prerm/removing-running-kernel-2.6.32-3-686: true
--
Alexey Feldgendler <ale...@feldgendler.ru>
[ICQ: 115226275] http://feldgendler.livejournal.com
--- End Message ---