Package: src:linux Version: 3.2.35-2 Followup-For: Bug #691427 Dear Maintainer,
* What led up to the situation? Until now I observed that there is a method to force disk fail in no more than 10 - 20 minutes by running java web application application on tomcat, and forcing it to full update. That results in heavy (and long term) usage of MySQL database and (as far as I know) full text search engine based on Apache Lucene and Apache SOLR - including rebuilding of indexes. It's also possible to fail without havy I/O load (especially when laptop is on battery), but I can't provide exact steps to reproduce it. * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? Totally unusable system - even execution of shutdown command was impossible * What outcome did you expect instead? Additional info: Software in use and non-standard software installed: - acpi_call - nvidia proprietary drivers - acpi_call kernel module (declared in /etc/modules) and tpacpi-bat configured to keep battery charge level between 40% and 80% - configuration details below (but same effect after disabling) Other: - Originally all ext4 filesystem were configured with default mount options, but than the situation was even worse (fails occured more often and without dependence on load) Notes on acpi_call configuration: Download acpi-call-installer from http://git.thekondor.net/?p=scripts;a=tree and rename it to install-acpi-call.sh, than execute: chmod +x install-acpi-call.sh sudo ./install-acpi-call.sh run pushd /usr/local/src sudo git clone https://github.com/teleshoes/tpacpi-bat.git popd Add to /etc/rc.local: /usr/local/src/tpacpi-bat/tpacpi-bat startChargeThreshold 0 40 /usr/local/src/tpacpi-bat/tpacpi-bat stopChargeThreshold 0 80 exit 0 I'll try to provide additional attachement with more configuration info -- Package-specific info: ** Version: Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2 ** Command line: BOOT_IMAGE=/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/VG00-LVroot ro quiet ** Tainted: PO (4097) * Proprietary module has been loaded. * Out-of-tree module has been loaded. ** Kernel log: [ 5.130825] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.130831] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.130837] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.130843] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.130849] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.131633] iwlwifi 0000:03:00.0: firmware: agent loaded iwlwifi-6000g2a-5.ucode into memory [ 5.131647] iwlwifi 0000:03:00.0: loaded firmware version 17.168.5.3 build 42301 [ 5.131913] Registered led device: phy0-led [ 5.140204] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 5.772724] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000 [ 5.772737] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 5.812379] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input12 [ 5.904624] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 5.936540] HDMI status: Codec=1 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 5.968541] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 6.000574] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0 [ 6.016679] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13 [ 6.016933] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14 [ 6.017168] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15 [ 6.017401] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16 [ 6.018950] nvidia 0000:01:00.0: power state changed by ACPI to D0 [ 6.018960] nvidia 0000:01:00.0: power state changed by ACPI to D0 [ 6.018980] nvidia 0000:01:00.0: setting latency timer to 64 [ 6.018987] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem [ 6.019210] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.64 Tue Oct 30 10:58:20 PDT 2012 [ 6.535045] EXT4-fs (dm-0): re-mounted. Opts: (null) [ 6.579581] EXT4-fs (dm-0): re-mounted. Opts: discard,commit=600,errors=remount-ro [ 6.604283] loop: module loaded [ 6.968112] Adding 7811068k swap on /dev/mapper/VG00-LVswap. Priority:-1 extents:1 across:7811068k SS [ 7.198870] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) [ 7.200850] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: discard,commit=600,errors=remount-ro [ 7.202132] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: discard,commit=600,errors=remount-ro [ 7.595381] RPC: Registered named UNIX socket transport module. [ 7.595387] RPC: Registered udp transport module. [ 7.595389] RPC: Registered tcp transport module. [ 7.595392] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 7.601644] FS-Cache: Loaded [ 7.611136] FS-Cache: Netfs 'nfs' registered for caching [ 7.617138] Installing knfsd (copyright (C) 1996 o...@monad.swb.de). [ 8.072752] ip_tables: (C) 2000-2006 Netfilter Core Team [ 8.083722] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 9.066103] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input17 [ 9.219034] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 9.219041] Bluetooth: BNEP filters: protocol multicast [ 9.219048] Bluetooth: RFCOMM TTY layer initialized [ 9.219059] Bluetooth: RFCOMM socket layer initialized [ 9.219064] Bluetooth: RFCOMM ver 1.11 [ 9.221122] lp: driver loaded but no devices found [ 9.227808] ppdev: user-space parallel port driver [ 9.314842] cdc_ncm: usb0: network connection: disconnected [ 9.315238] ADDRCONF(NETDEV_UP): usb0: link is not ready [ 9.475007] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X [ 9.530790] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X [ 9.531842] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 9.535196] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S [ 9.541996] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0 [ 9.825555] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S [ 9.832394] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0 [ 9.953697] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 10.877869] IBM TrackPoint firmware: 0x0e, buttons: 3/3 [ 11.084765] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input18 [ 13.984850] thinkpad_acpi: asked for hotkey mask 0x0070ffbf, but firmware forced it to 0x0070ffbb [ 43.230442] virtuoso-t[4515]: segfault at ffffffffffffffff ip 00000000007ee1a6 sp 00007fff8abdbbd0 error 6 in virtuoso-t[400000+973000] [ 46.404090] usb 3-1.6: reset high-speed USB device number 5 using ehci_hcd [ 49.778420] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj. [ 60.847064] wlan0: authenticate with 90:f6:52:2c:57:b1 (try 1) [ 60.848846] wlan0: authenticated [ 60.849350] wlan0: associate with 90:f6:52:2c:57:b1 (try 1) [ 60.853404] wlan0: RX AssocResp from 90:f6:52:2c:57:b1 (capab=0x431 status=0 aid=1) [ 60.853411] wlan0: associated [ 60.859628] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 66.673699] usb 1-1: new high-speed USB device number 3 using xhci_hcd [ 66.695682] usb 1-1: New USB device found, idVendor=13fe, idProduct=3600 [ 66.695689] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 66.695693] usb 1-1: Product: USB DISK 2.0 [ 66.695696] usb 1-1: Manufacturer: [ 66.695699] usb 1-1: SerialNumber: 07A51300655B2336 [ 66.695967] usb 1-1: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes [ 66.695975] usb 1-1: ep 0x2 - rounding interval to 32768 microframes, ep desc says 0 microframes [ 66.708926] Initializing USB Mass Storage driver... [ 66.709200] usb-storage 1-1:1.0: Quirks match for vid 13fe pid 3600: 4000 [ 66.709281] scsi6 : usb-storage 1-1:1.0 [ 66.709427] usbcore: registered new interface driver usb-storage [ 66.709432] USB Mass Storage support registered. [ 67.734051] scsi 6:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 0 CCS [ 67.735792] sd 6:0:0:0: Attached scsi generic sg2 type 0 [ 68.986538] sd 6:0:0:0: [sdb] 3915776 512-byte logical blocks: (2.00 GB/1.86 GiB) [ 68.988811] sd 6:0:0:0: [sdb] Write Protect is off [ 68.988819] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00 [ 68.991116] sd 6:0:0:0: [sdb] No Caching mode page present [ 68.991124] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 68.997655] sd 6:0:0:0: [sdb] No Caching mode page present [ 68.997664] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 69.018074] sdb: sdb1 [ 69.023860] sd 6:0:0:0: [sdb] No Caching mode page present [ 69.023867] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 69.023872] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 70.954776] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! [ 71.643072] wlan0: no IPv6 routers present [ 231.112226] iwlwifi 0000:03:00.0: Tx aggregation enabled on ra = 90:f6:52:2c:57:b1 tid = 0 ** Model information sys_vendor: LENOVO product_name: 24292UG product_version: ThinkPad T530 chassis_vendor: LENOVO chassis_version: Not Available bios_vendor: LENOVO bios_version: G4ET92WW (2.52 ) board_vendor: LENOVO board_name: 24292UG board_version: Not Defined ** Loaded modules: nls_utf8 nls_cp437 vfat fat usb_storage parport_pc ppdev lp bnep rfcomm parport ip6table_filter ip6_tables iptable_filter ip_tables x_tables binfmt_misc uinput nfsd nfs nfs_acl auth_rpcgss fscache lockd sunrpc loop joydev snd_hda_codec_hdmi nvidia(P) arc4 coretemp snd_hda_codec_realtek crc32c_intel ghash_clmulni_intel btusb uvcvideo cdc_ncm cdc_acm bluetooth videodev usbnet v4l2_compat_ioctl32 cdc_wdm mii media aesni_intel aes_x86_64 iwlwifi aes_generic cryptd battery snd_hda_intel evdev psmouse mac80211 thinkpad_acpi serio_raw pcspkr snd_hda_codec i2c_i801 nvram iTCO_wdt cfg80211 iTCO_vendor_support snd_hwdep snd_seq snd_seq_device snd_pcm snd_page_alloc snd_timer i2c_core snd wmi soundcore rfkill tpm_tis ac tpm power_supply tpm_bios acpi_cpufreq mperf video button processor ext4 crc16 jbd2 mbcache dm_mod sg sr_mod sd_mod cdrom crc_t10dif ahci libahci libata firewire_ohci scsi_mod sdhci_pci firewire_core ehci_hcd xhci_hcd sdhci crc_itu_t mmc_core usbcore thermal e1000e thermal_sys usb_common ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09) Subsystem: Lenovo Device [17aa:21f6] 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 Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (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: 64 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00005000-00005fff Memory behind bridge: f2000000-f30fffff Prefetchable memory behind bridge: 00000000e0000000-00000000f1ffffff 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:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI]) Subsystem: Lenovo Device [17aa:21f6] 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 42 Region 0: Memory at f5320000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: xhci_hcd 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04) Subsystem: Lenovo Device [17aa:21f6] 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 f5335000 (64-bit, non-prefetchable) [size=16] Capabilities: <access denied> 00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04) Subsystem: Lenovo Device [17aa:21f3] 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- Interrupt: pin A routed to IRQ 20 Region 0: Memory at f5300000 (32-bit, non-prefetchable) [disabled] [size=128K] Region 1: Memory at f533b000 (32-bit, non-prefetchable) [disabled] [size=4K] Region 2: I/O ports at 6040 [disabled] [size=32] Capabilities: <access denied> Kernel driver in use: e1000e 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) (prog-if 20 [EHCI]) Subsystem: Lenovo Device [17aa:21f6] 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 f533a000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04) Subsystem: Lenovo Device [17aa:21f6] 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 44 Region 0: Memory at f5330000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) (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: 00004000-00004fff Memory behind bridge: f4a00000-f52fffff Prefetchable memory behind bridge: 00000000f3100000-00000000f38fffff 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 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 Memory behind bridge: f4900000-f49fffff 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.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4) (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=0b, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f4100000-f48fffff Prefetchable memory behind bridge: 00000000f3900000-00000000f40fffff 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 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) (prog-if 20 [EHCI]) Subsystem: Lenovo Device [17aa:21f6] 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 f5339000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1f.0 ISA bridge [0601]: Intel Corporation QM77 Express Chipset LPC Controller [8086:1e55] (rev 04) Subsystem: Lenovo Device [17aa:21f6] 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 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04) (prog-if 01 [AHCI 1.0]) Subsystem: Lenovo Device [17aa:21f6] 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 43 Region 0: I/O ports at 6068 [size=8] Region 1: I/O ports at 6074 [size=4] Region 2: I/O ports at 6060 [size=8] Region 3: I/O ports at 6070 [size=4] Region 4: I/O ports at 6020 [size=32] Region 5: Memory at f5338000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04) Subsystem: Lenovo Device [17aa:21f6] 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 f5334000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at efa0 [size=32] Kernel driver in use: i801_smbus 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [Quadro NVS 5400M] [10de:0def] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Lenovo Device [17aa:21f6] 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 f2000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at f0000000 (64-bit, prefetchable) [size=32M] Region 5: I/O ports at 5000 [size=128] [virtual] Expansion ROM at f3080000 [disabled] [size=512K] Capabilities: <access denied> Kernel driver in use: nvidia 01:00.1 Audio device [0403]: NVIDIA Corporation GF108 High Definition Audio Controller [10de:0bea] (rev a1) Subsystem: Lenovo Device [17aa:21f6] 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 B routed to IRQ 17 Region 0: Memory at f3000000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 02:00.0 System peripheral [0880]: Ricoh Co Ltd PCIe SDXC/MMC Host Controller [1180:e823] (rev 08) (prog-if 01) Subsystem: Lenovo Device [17aa:21f6] 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 f4a01000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: sdhci-pci 02:00.3 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller [1180:e832] (rev 04) (prog-if 10 [OHCI]) Subsystem: Lenovo Device [17aa:21f6] 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 D routed to IRQ 19 Region 0: Memory at f4a00000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: firewire_ohci 03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] [8086:0085] (rev 34) Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1311] 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 45 Region 0: Memory at f4900000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: iwlwifi ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 0bdb:1926 Ericsson Business Mobile Networks BV Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 003 Device 003: ID 147e:2020 Upek Bus 003 Device 004: ID 0a5c:21e6 Broadcom Corp. Bus 003 Device 005: ID 04f2:b2ea Chicony Electronics Co., Ltd Bus 001 Device 003: ID 13fe:3600 Kingston Technology Company Inc. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages linux-image-3.2.0-4-amd64 depends on: ii debconf [debconf-2.0] 1.5.49 ii initramfs-tools [linux-initramfs-tool] 0.109 ii kmod 9-2 ii linux-base 3.5 ii module-init-tools 9-2 Versions of packages linux-image-3.2.0-4-amd64 recommends: pn firmware-linux-free <none> Versions of packages linux-image-3.2.0-4-amd64 suggests: pn debian-kernel-handbook <none> ii grub-pc 1.99-27 pn linux-doc-3.2 <none> Versions of packages linux-image-3.2.0-4-amd64 is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> ii firmware-iwlwifi 0.36+wheezy.1 pn firmware-libertas <none> pn firmware-linux <none> pn firmware-linux-nonfree <none> pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn firmware-realtek <none> pn xen-hypervisor <none> -- debconf information: linux-image-3.2.0-4-amd64/postinst/depmod-error-initrd-3.2.0-4-amd64: false linux-image-3.2.0-4-amd64/prerm/removing-running-kernel-3.2.0-4-amd64: true linux-image-3.2.0-4-amd64/postinst/ignoring-ramdisk: linux-image-3.2.0-4-amd64/postinst/missing-firmware-3.2.0-4-amd64: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org