Hi Jonathan,
I can reproduce the kernel trace trying to access two FTDI devices
from the same (custom) application. I'm guessing the concurrent access
to the respective USB driver is the actual problem though. This leaves
the driver in a state where communication over the serial link is no
longer possible.
The only semi-useful thing Google has turned up is this thread:
http://kerneltrap.org/mailarchive/linux-usb/2009/9/22/6252960/thread
I've pasted the reportbug output you requested below. Any suggestions
would be appreciated.
Cheers,
Rene
-- Package-specific info:
** Version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-41) (b...@decadent.org.uk)
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Jan 16 16:22:28 UTC 2012
** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64
root=UUID=3116e4bd-249d-4e20-842e-3be51f3cb973 ro quiet
** Tainted: PW (513)
* Proprietary module has been loaded.
* Taint on warning.
** Kernel log:
[ 659.928761] usb 3-1: Product: USB-serial Converter
[ 659.928763] usb 3-1: Manufacturer: Xsens
[ 659.928764] usb 3-1: SerialNumber: XSVNWIXL
[ 659.928867] usb 3-1: configuration #1 chosen from 1 choice
[ 659.936809] ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
[ 659.936836] usb 3-1: Detected FT232BM
[ 659.936837] usb 3-1: Number of endpoints 2
[ 659.936839] usb 3-1: Endpoint 1 MaxPacketSize 64
[ 659.936841] usb 3-1: Endpoint 2 MaxPacketSize 64
[ 659.936842] usb 3-1: Setting MaxPacketSize 64
[ 659.937830] usb 3-1: FTDI USB Serial Device converter now attached to
ttyUSB0
[ 678.094960] ------------[ cut here ]------------
[ 678.094978] WARNING: at
/build/buildd-linux-2.6_2.6.32-41-amd64-ReqhZF/linux-2.6-2.6.32/debian/build/source_amd64_none/drivers/usb/serial/usb-serial.c:440
serial_unthrottle+0x53/0x77 [usbserial]()
[ 678.094981] Hardware name: X7DCA
[ 678.094982] Modules linked in: sco bridge stp bnep rfcomm l2cap
bluetooth rfkill ppdev lp cpufreq_stats cpufreq_userspace
cpufreq_powersave cpufreq_conservative binfmt_misc fuse xt_recent
xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack
iptable_filter ip_tables x_tables loop firewire_sbp2
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm
snd_seq snd_timer snd_seq_device nvidia(P) ioatdma snd ftdi_sio psmouse
i5100_edac shpchp soundcore i2c_i801 snd_page_alloc container button
parport_pc processor dca usbserial edac_core evdev pci_hotplug parport
pcspkr i2c_core serio_raw ext4 mbcache jbd2 crc16 usbhid hid sg sr_mod
sd_mod cdrom crc_t10dif usb_storage ata_generic uhci_hcd firewire_ohci
firewire_core it8213 ata_piix e1000e libata ide_core crc_itu_t floppy
scsi_mod ehci_hcd e1000 usbcore nls_base thermal thermal_sys [last
unloaded: scsi_wait_scan]
[ 678.095038] Pid: 2604, comm: log_cams Tainted: P W
2.6.32-5-amd64 #1
[ 678.095040] Call Trace:
[ 678.095045] [<ffffffffa027a5d9>] ? serial_unthrottle+0x53/0x77
[usbserial]
[ 678.095049] [<ffffffffa027a5d9>] ? serial_unthrottle+0x53/0x77
[usbserial]
[ 678.095055] [<ffffffff8104df9c>] ? warn_slowpath_common+0x77/0xa3
[ 678.095058] [<ffffffffa027a5d9>] ? serial_unthrottle+0x53/0x77
[usbserial]
[ 678.095063] [<ffffffff811fe14b>] ? tty_unthrottle+0x3c/0x47
[ 678.095066] [<ffffffff811fce9f>] ? n_tty_flush_buffer+0xc/0x68
[ 678.095069] [<ffffffff811ffaa6>] ? tty_ldisc_flush+0x27/0x3d
[ 678.095072] [<ffffffff812002c4>] ? tty_port_close_end+0x18/0xb9
[ 678.095076] [<ffffffffa027a9b2>] ? serial_close+0x78/0x92 [usbserial]
[ 678.095079] [<ffffffff811fab96>] ? tty_release_dev+0x1b5/0x4b9
[ 678.095082] [<ffffffff811faeab>] ? tty_release+0x11/0x1a
[ 678.095086] [<ffffffff810effa9>] ? __fput+0x100/0x1af
[ 678.095089] [<ffffffff810ed40e>] ? filp_close+0x5b/0x62
[ 678.095092] [<ffffffff8104fb3c>] ? put_files_struct+0x64/0xc1
[ 678.095094] [<ffffffff81051401>] ? do_exit+0x236/0x6c6
[ 678.095097] [<ffffffff81051907>] ? do_group_exit+0x76/0x9d
[ 678.095101] [<ffffffff8105e1f3>] ? get_signal_to_deliver+0x310/0x339
[ 678.095105] [<ffffffff81010037>] ? do_notify_resume+0x87/0x73f
[ 678.095109] [<ffffffff810673bf>] ? remove_hrtimer+0x4f/0x58
[ 678.095112] [<ffffffff81067cda>] ? hrtimer_try_to_cancel+0x3a/0x43
[ 678.095114] [<ffffffff81010e0e>] ? int_signal+0x12/0x17
[ 678.095116] ---[ end trace 5ebb17ecabc7cdff ]---
[ 758.040066] usb 3-1: USB disconnect, address 3
[ 758.040240] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now
disconnected from ttyUSB0
[ 758.040255] ftdi_sio 3-1:1.0: device disconnected
[ 759.912016] usb 3-1: new full speed USB device using uhci_hcd and
address 4
[ 760.112342] usb 3-1: New USB device found, idVendor=0403, idProduct=d38b
[ 760.112345] usb 3-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 760.112347] usb 3-1: Product: USB-serial Converter
[ 760.112349] usb 3-1: Manufacturer: Xsens
[ 760.112350] usb 3-1: SerialNumber: XSVNWIXL
[ 760.112458] usb 3-1: configuration #1 chosen from 1 choice
[ 760.120397] ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
[ 760.120426] usb 3-1: Detected FT232BM
[ 760.120428] usb 3-1: Number of endpoints 2
[ 760.120429] usb 3-1: Endpoint 1 MaxPacketSize 64
[ 760.120431] usb 3-1: Endpoint 2 MaxPacketSize 64
[ 760.120432] usb 3-1: Setting MaxPacketSize 64
[ 760.121424] usb 3-1: FTDI USB Serial Device converter now attached to
ttyUSB0
[ 1178.432109] e1000: eth2 NIC Link is Down
[ 1185.644131] e1000e: eth1 NIC Link is Down
[ 1247.344069] usb 3-1: USB disconnect, address 4
[ 1247.344247] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now
disconnected from ttyUSB0
[ 1247.344261] ftdi_sio 3-1:1.0: device disconnected
[ 2511.684013] usb 3-2: new full speed USB device using uhci_hcd and
address 5
[ 2511.884121] usb 3-2: New USB device found, idVendor=0403, idProduct=d38b
[ 2511.884124] usb 3-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 2511.884127] usb 3-2: Product: USB-serial Converter
[ 2511.884128] usb 3-2: Manufacturer: Xsens
[ 2511.884130] usb 3-2: SerialNumber: XSVNWIXL
[ 2511.884233] usb 3-2: configuration #1 chosen from 1 choice
[ 2511.892172] ftdi_sio 3-2:1.0: FTDI USB Serial Device converter detected
[ 2511.892198] usb 3-2: Detected FT232BM
[ 2511.892200] usb 3-2: Number of endpoints 2
[ 2511.892202] usb 3-2: Endpoint 1 MaxPacketSize 64
[ 2511.892203] usb 3-2: Endpoint 2 MaxPacketSize 64
[ 2511.892205] usb 3-2: Setting MaxPacketSize 64
[ 2511.893201] usb 3-2: FTDI USB Serial Device converter now attached to
ttyUSB0
[ 2523.600010] usb 3-1: new full speed USB device using uhci_hcd and
address 6
[ 2523.798101] usb 3-1: New USB device found, idVendor=0403, idProduct=6001
[ 2523.798104] usb 3-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 2523.798107] usb 3-1: Product: FT232R USB UART
[ 2523.798108] usb 3-1: Manufacturer: FTDI
[ 2523.798109] usb 3-1: SerialNumber: A8005id6
[ 2523.798196] usb 3-1: configuration #1 chosen from 1 choice
[ 2523.806145] ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
[ 2523.806170] usb 3-1: Detected FT232RL
[ 2523.806172] usb 3-1: Number of endpoints 2
[ 2523.806174] usb 3-1: Endpoint 1 MaxPacketSize 64
[ 2523.806175] usb 3-1: Endpoint 2 MaxPacketSize 64
[ 2523.806177] usb 3-1: Setting MaxPacketSize 64
[ 2523.807184] usb 3-1: FTDI USB Serial Device converter now attached to
ttyUSB1
[ 2523.821121] ftdi_sio ttyUSB1: ftdi_submit_read_urb - failed
submitting read urb, error -22
[ 2534.920017] usb 8-1: new low speed USB device using uhci_hcd and
address 2
[ 2535.100120] usb 8-1: New USB device found, idVendor=0079, idProduct=0006
[ 2535.100124] usb 8-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 2535.100126] usb 8-1: Product: Generic USB Joystick
[ 2535.100127] usb 8-1: Manufacturer: DragonRise Inc.
[ 2535.100226] usb 8-1: configuration #1 chosen from 1 choice
[ 2535.173223] input: DragonRise Inc. Generic USB Joystick as
/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input7
[ 2535.173307] dragonrise 0003:0079:0006.0003: input,hidraw2: USB HID
v1.10 Joystick [DragonRise Inc. Generic USB Joystick ] on
usb-0000:00:1d.2-1/input0
[ 2535.173317] dragonrise 0003:0079:0006.0003: Force Feedback for
DragonRise Inc. game controllers by Richard Walmsley <richw...@gmail.com>
[ 2617.296072] usb 8-1: USB disconnect, address 2
** Model information
sys_vendor: Supermicro
product_name: X7DCA
product_version: 0123456789
chassis_vendor: Supermicro
chassis_version: 0123456789
bios_vendor: Phoenix Technologies LTD
bios_version: 1.0c
board_vendor: Supermicro
board_name: X7DCA
board_version: PCB Version
** Loaded modules:
Module Size Used by
joydev 8459 0
hid_drff 2627 0
ff_memless 3692 1 hid_drff
sco 7225 2
bridge 39646 0
stp 1440 1 bridge
bnep 9427 2
rfcomm 29629 0
l2cap 24752 6 bnep,rfcomm
bluetooth 41827 6 sco,bnep,rfcomm,l2cap
rfkill 13044 2 bluetooth
ppdev 5030 0
lp 7462 0
cpufreq_stats 2740 0
cpufreq_userspace 1992 0
cpufreq_powersave 902 0
cpufreq_conservative 5162 0
binfmt_misc 6431 1
fuse 50924 1
xt_recent 5977 2
xt_tcpudp 2319 3
nf_conntrack_ipv4 9833 3
nf_defrag_ipv4 1139 1 nf_conntrack_ipv4
xt_state 1303 3
nf_conntrack 46535 2 nf_conntrack_ipv4,xt_state
iptable_filter 2258 1
ip_tables 13915 1 iptable_filter
x_tables 12845 4 xt_recent,xt_tcpudp,xt_state,ip_tables
loop 11799 0
firewire_sbp2 11514 0
snd_hda_codec_realtek 235698 1
snd_hda_intel 20035 0
snd_hda_codec 54244 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5380 1 snd_hda_codec
snd_pcm 60487 2 snd_hda_intel,snd_hda_codec
snd_seq 42881 0
snd_timer 15598 2 snd_pcm,snd_seq
snd_seq_device 4493 1 snd_seq
nvidia 12055209 30
ioatdma 34876 16
snd 46526 8
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
ftdi_sio 34307 1
psmouse 49937 0
i5100_edac 5533 0
shpchp 26248 0
soundcore 4598 1 snd
i2c_i801 7830 0
snd_page_alloc 6249 2 snd_hda_intel,snd_pcm
container 2389 0
button 4650 0
parport_pc 18855 1
processor 29935 0
dca 3761 1 ioatdma
usbserial 27676 3 ftdi_sio
edac_core 29261 1 i5100_edac
evdev 7352 8
pci_hotplug 21587 1 shpchp
parport 27954 3 ppdev,lp,parport_pc
pcspkr 1699 0
i2c_core 15819 2 nvidia,i2c_i801
serio_raw 3752 0
ext4 288382 4
mbcache 5050 1 ext4
jbd2 67079 1 ext4
crc16 1319 2 l2cap,ext4
usbhid 33292 1 hid_drff
hid 63257 2 hid_drff,usbhid
sg 24069 0
sr_mod 12602 0
sd_mod 29937 7
cdrom 29415 1 sr_mod
crc_t10dif 1276 1 sd_mod
usb_storage 40217 0
ata_generic 3239 0
uhci_hcd 18521 0
firewire_ohci 19676 0
firewire_core 36848 2 firewire_sbp2,firewire_ohci
it8213 2524 0
ata_piix 21124 5
e1000e 124756 0
libata 133776 2 ata_generic,ata_piix
ide_core 71722 1 it8213
crc_itu_t 1307 1 firewire_core
floppy 49087 0
scsi_mod 126725 6
firewire_sbp2,sg,sr_mod,sd_mod,usb_storage,libata
ehci_hcd 32097 0
e1000 85517 0
usbcore 123122 7
ftdi_sio,usbserial,usbhid,usb_storage,uhci_hcd,ehci_hcd
nls_base 6377 1 usbcore
thermal 11674 0
thermal_sys 11942 2 processor,thermal
** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 5100 Chipset Memory
Controller Hub [8086:65c0] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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
Capabilities: <access denied>
00:02.0 PCI bridge [0604]: Intel Corporation 5100 Chipset PCI Express x8
Port 2-3 [8086:65f7] (rev 90) (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
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:03.0 PCI bridge [0604]: Intel Corporation 5100 Chipset PCI Express x4
Port 3 [8086:65e3] (rev 90) (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
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:04.0 PCI bridge [0604]: Intel Corporation 5100 Chipset PCI Express
x16 Port 4-7 [8086:65fa] (rev 90) (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: 00002000-00002fff
Memory behind bridge: f0000000-f10fffff
Prefetchable memory behind bridge: 00000000ce000000-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:08.0 System peripheral [0880]: Intel Corporation 5100 Chipset DMA
Engine [8086:65ff] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 32
Region 0: Memory at fe700000 (64-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ioatdma
00:10.0 Host bridge [0600]: Intel Corporation 5100 Chipset FSB Registers
[8086:65f0] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:10.1 Host bridge [0600]: Intel Corporation 5100 Chipset FSB Registers
[8086:65f0] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:10.2 Host bridge [0600]: Intel Corporation 5100 Chipset FSB Registers
[8086:65f0] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:11.0 Host bridge [0600]: Intel Corporation 5100 Chipset Reserved
Registers [8086:65f1] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:13.0 Host bridge [0600]: Intel Corporation 5100 Chipset Reserved
Registers [8086:65f3] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:15.0 Host bridge [0600]: Intel Corporation 5100 Chipset DDR Channel 0
Registers [8086:65f5] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:16.0 Host bridge [0600]: Intel Corporation 5100 Chipset DDR Channel 1
Registers [8086:65f6] (rev 90)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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-
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB UHCI Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 1820 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB UHCI Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 17
Region 4: I/O ports at 1840 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB UHCI Controller #6 [8086:2939] (rev 02) (prog-if 00 [UHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 1860 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB2 EHCI Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 f1704000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD
Audio Controller [8086:293e] (rev 02)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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: Memory at f1700000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI
Express Port 1 [8086:2940] (rev 02) (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=05, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: f1100000-f11fffff
Prefetchable memory behind bridge: 00000000c0000000-00000000c01fffff
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 82801I (ICH9 Family) PCI
Express Port 5 [8086:2948] (rev 02) (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=06, subordinate=06, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: f1200000-f12fffff
Prefetchable memory behind bridge: 00000000c0200000-00000000c03fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI
Express Port 6 [8086:294a] (rev 02) (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=07, subordinate=07, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: f1300000-f13fffff
Prefetchable memory behind bridge: 00000000c0400000-00000000c05fffff
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 82801I (ICH9 Family)
USB UHCI Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 21
Region 4: I/O ports at 1880 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB UHCI Controller #2 [8086:2935] (rev 02) (prog-if 00 [UHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 20
Region 4: I/O ports at 18a0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB UHCI Controller #3 [8086:2936] (rev 02) (prog-if 00 [UHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 18c0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family)
USB2 EHCI Controller #1 [8086:293a] (rev 02) (prog-if 20 [EHCI])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 21
Region 0: Memory at f1704400 (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 92) (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=08, subordinate=08, sec-latency=168
I/O behind bridge: 00006000-00006fff
Memory behind bridge: f1400000-f14fffff
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 82801IR (ICH9R) LPC
Interface Controller [8086:2916] (rev 02)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 IDE interface [0101]: Intel Corporation 82801IR/IO/IH
(ICH9R/DO/DH) 4 port SATA IDE Controller [8086:2920] (rev 02) (prog-if
8f [Master SecP SecO PriP PriO])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 17
Region 0: I/O ports at 1c50 [size=8]
Region 1: I/O ports at 1c44 [size=4]
Region 2: I/O ports at 1c48 [size=8]
Region 3: I/O ports at 1c40 [size=4]
Region 4: I/O ports at 1c10 [size=16]
Region 5: I/O ports at 1c00 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus
Controller [8086:2930] (rev 02)
Subsystem: Super Micro Computer Inc Device [15d9:d680]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin B routed to IRQ 17
Region 0: Memory at f1704800 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 1100 [size=32]
Kernel driver in use: i801_smbus
00:1f.5 IDE interface [0101]: Intel Corporation 82801I (ICH9 Family) 2
port SATA IDE Controller [8086:2926] (rev 02) (prog-if 85 [Master SecO
PriO])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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: I/O ports at 1c68 [size=8]
Region 1: I/O ports at 1c5c [size=4]
Region 2: I/O ports at 1c60 [size=8]
Region 3: I/O ports at 1c58 [size=4]
Region 4: I/O ports at 1c30 [size=16]
Region 5: I/O ports at 1c20 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
03:00.0 VGA compatible controller [0300]: nVidia Corporation Device
[10de:1080] (rev a1) (prog-if 00 [VGA controller])
Subsystem: CardExpert Technology Device [10b0:0401]
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 f0000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at ce000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 2000 [size=128]
[virtual] Expansion ROM at f1080000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
03:00.1 Audio device [0403]: nVidia Corporation Device [10de:0e09] (rev a1)
Subsystem: CardExpert Technology Device [10b0:0401]
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 B routed to IRQ 10
Region 0: Memory at f1000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
04:00.0 PCI bridge [0604]: Intel Corporation 6702PXH PCI Express-to-PCI
Bridge A [8086:032c] (rev 09) (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=04, secondary=05, subordinate=05, sec-latency=56
I/O behind bridge: 00003000-00003fff
Memory behind bridge: f1100000-f11fffff
Prefetchable memory behind bridge: 00000000c0000000-00000000c00fffff
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>
05:02.0 Ethernet controller [0200]: Intel Corporation 82545GM Gigabit
Ethernet Controller [8086:1026] (rev 04)
Subsystem: Intel Corporation PRO/1000 MT Server Adapter [8086:1001]
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: 52 (63750ns min), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at f1140000 (64-bit, non-prefetchable) [size=128K]
Region 2: Memory at f1100000 (64-bit, non-prefetchable) [size=256K]
Region 4: I/O ports at 3000 [size=64]
[virtual] Expansion ROM at c0000000 [disabled] [size=256K]
Capabilities: <access denied>
Kernel driver in use: e1000
06:00.0 Ethernet controller [0200]: Intel Corporation 82573E Gigabit
Ethernet Controller (Copper) [8086:108c] (rev 03)
Subsystem: Super Micro Computer Inc Device [15d9:108c]
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 30
Region 0: Memory at f1200000 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 4000 [size=32]
Capabilities: <access denied>
Kernel driver in use: e1000e
07:00.0 Ethernet controller [0200]: Intel Corporation 82573L Gigabit
Ethernet Controller [8086:109a]
Subsystem: Super Micro Computer Inc Device [15d9:109a]
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 31
Region 0: Memory at f1300000 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 5000 [size=32]
Capabilities: <access denied>
Kernel driver in use: e1000e
08:04.0 FireWire (IEEE 1394) [0c00]: NEC Corporation uPD72874 IEEE1394
OHCI 1.1 3-port PHY-Link Ctrlr [1033:00f2] (rev 01) (prog-if 10 [OHCI])
Subsystem: NEC Corporation uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link
Ctrlr [1033:00f2]
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: 160 (5000ns min, 11000ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 19
Region 0: Memory at f1400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: firewire_ohci
08:05.0 IDE interface [0101]: Integrated Technology Express, Inc. IT8213
IDE Controller [1283:8213] (prog-if 85 [Master SecO PriO])
Subsystem: Super Micro Computer Inc Device [15d9:d680]
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 (2000ns min, 2000ns max)
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 6018 [size=8]
Region 1: I/O ports at 6010 [size=4]
Region 2: I/O ports at 6020 [size=8]
Region 3: I/O ports at 6014 [size=4]
Region 4: I/O ports at 6000 [size=16]
Capabilities: <access denied>
Kernel driver in use: ITE8213_IDE
** USB devices:
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 006 Device 002: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
Bus 006 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 006: ID 0403:6001 Future Technology Devices
International, Ltd FT232 USB-Serial (UART) IC
Bus 003 Device 005: ID 0403:d38b Future Technology Devices
International, Ltd
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 005: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration
management sy
ii initramfs-tools [linux-initra 0.98.8 tools for generating an
initramfs
ii linux-base 2.6.32-41 Linux image base package
ii module-init-tools 3.12-2 tools for managing Linux
kernel mo
Versions of packages linux-image-2.6.32-5-amd64 recommends:
pn firmware-linux-free <none> (no description available)
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:
--
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/4f4d0cc3.8030...@informatik.uni-bremen.de