Package: linux-image-2.6.26-1-amd64 Version: 2.6.26-2 Followup-For: Bug #355883
Hi! This problem is really ugly. My Jet Flash works perfectly on a slightly older kernel, but doesn't work at all in the new kernel. Here is the issue in brief: In kernel linux-image-2.6.25-2-amd6 (2.6.25-7), it works fine. Here is the dmesg output: [ 342.713802] usb 7-4: new high speed USB device using ehci_hcd and address 3 [ 343.859372] usb 7-4: configuration #1 chosen from 1 choice [ 343.873288] scsi5 : SCSI emulation for USB Mass Storage devices [ 342.871404] usb-storage: device found at 3 [ 342.871415] usb-storage: waiting for device to settle before scanning [ 343.883323] usb 7-4: New USB device found, idVendor=058f, idProduct=6387 [ 343.883337] usb 7-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 343.883342] usb 7-4: Product: Mass Storage Device [ 343.883346] usb 7-4: Manufacturer: JetFlash [ 343.883350] usb 7-4: SerialNumber: 7JGO3QAD [ 347.774809] usb-storage: device scan complete [ 348.854034] scsi 5:0:0:0: Direct-Access JetFlash TS2GJFV30 8.07 PQ: 0 ANSI: 2 [ 348.858005] sd 5:0:0:0: [sdb] 3969022 512-byte hardware sectors (2032 MB) [ 348.858643] sd 5:0:0:0: [sdb] Write Protect is off [ 348.858653] sd 5:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 348.858658] sd 5:0:0:0: [sdb] Assuming drive cache: write through [ 348.861516] sd 5:0:0:0: [sdb] 3969022 512-byte hardware sectors (2032 MB) [ 348.862242] sd 5:0:0:0: [sdb] Write Protect is off [ 348.862250] sd 5:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 348.862254] sd 5:0:0:0: [sdb] Assuming drive cache: write through [ 348.862260] sdb: sdb1 [ 349.034051] sd 5:0:0:0: [sdb] Attached SCSI removable disk However, in linux-image-2.6.26-1-amd64, it detects the size incorrectly, and I am unable to mount it at all. The error I get is in this dmesg output: [ 159.324315] usb 7-4: new high speed USB device using ehci_hcd and address 2 [ 159.458451] usb 7-4: configuration #1 chosen from 1 choice [ 159.461550] usb 7-4: New USB device found, idVendor=058f, idProduct=6387 [ 159.461550] usb 7-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 159.461550] usb 7-4: Product: Mass Storage Device [ 159.461550] usb 7-4: Manufacturer: JetFlash [ 159.461550] usb 7-4: SerialNumber: 7JGO3QAD [ 159.599730] Initializing USB Mass Storage driver... [ 159.599737] scsi3 : SCSI emulation for USB Mass Storage devices [ 159.603617] usb-storage: device found at 2 [ 159.603617] usb-storage: waiting for device to settle before scanning [ 159.599737] usbcore: registered new interface driver usb-storage [ 159.599737] USB Mass Storage support registered. [ 164.614755] usb-storage: device scan complete [ 164.614755] scsi scan: INQUIRY result too short (5), using 36 [ 164.614755] scsi 3:0:0:0: Direct-Access PQ: 0 ANSI: 0 [ 164.619253] sd 3:0:0:0: [sdb] Sector size 0 reported, assuming 512. [ 164.619253] sd 3:0:0:0: [sdb] 1 512-byte hardware sectors (0 MB) [ 164.619253] sd 3:0:0:0: [sdb] Write Protect is off [ 164.619253] sd 3:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 164.619253] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 164.622375] sd 3:0:0:0: [sdb] Sector size 0 reported, assuming 512. [ 164.622375] sd 3:0:0:0: [sdb] 1 512-byte hardware sectors (0 MB) [ 164.622375] sd 3:0:0:0: [sdb] Write Protect is off [ 164.622375] sd 3:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 164.622375] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 164.622375] sdb: sdb1 [ 164.795130] sdb: p1 exceeds device capacity [ 164.795130] sd 3:0:0:0: [sdb] Attached SCSI disk [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=64, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 0 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=66, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=68, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 2 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=70, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 3 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=72, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 4 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=74, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 5 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=76, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 6 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=78, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 7 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=80, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 8 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=82, limit=1 [ 164.904937] Buffer I/O error on device sdb1, logical block 9 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=84, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=86, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=88, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=90, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=92, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=94, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=64, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=66, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=68, limit=1 [ 164.904937] attempt to access beyond end of device [ 164.904937] sdb: rw=0, want=70, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=64, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=66, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=68, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=70, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=72, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=74, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=76, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=78, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=80, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=82, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=84, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=86, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=88, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=90, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=92, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=94, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=64, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=66, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=68, limit=1 [ 164.928306] attempt to access beyond end of device [ 164.928306] sdb: rw=0, want=70, limit=1 Should you require more input, please do inform me, and I shall do my best to provide you with more information. Thanks! Kumar -- Package-specific info: ** Version: Linux version 2.6.26-1-amd64 (Debian 2.6.26-2) ([EMAIL PROTECTED]) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Fri Aug 8 13:17:41 UTC 2008 ** Command line: root=/dev/sda6 ro vga=791 ** Not tainted ** Kernel log: (as provided above) ** Loaded modules: Module Size Used by usb_storage 94144 0 aes_x86_64 12416 3 aes_generic 32552 1 aes_x86_64 i915 35072 2 drm 91488 3 i915 rfcomm 38176 0 l2cap 23936 5 rfcomm bluetooth 57124 4 rfcomm,l2cap ipv6 288200 14 acpi_cpufreq 11792 1 cpufreq_ondemand 11792 1 cpufreq_conservative 11784 0 cpufreq_powersave 6400 0 cpufreq_stats 9120 0 freq_table 9344 3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats cpufreq_userspace 8452 0 microcode 15160 0 loop 19468 0 joydev 14848 0 snd_hda_intel 437324 2 snd_pcm_oss 41504 0 snd_mixer_oss 19200 2 snd_pcm_oss arc4 6272 2 ecb 7296 2 crypto_blkcipher 21636 1 ecb snd_pcm 81544 2 snd_hda_intel,snd_pcm_oss snd_timer 26000 1 snd_pcm snd_page_alloc 13200 2 snd_hda_intel,snd_pcm snd_hwdep 12168 1 snd_hda_intel iwl3945 92916 0 firmware_class 12544 2 microcode,iwl3945 mac80211 162864 1 iwl3945 snd 64888 8 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep led_class 8968 1 iwl3945 iTCO_wdt 15696 0 battery 12032 0 i2c_i801 13596 0 cfg80211 30224 2 iwl3945,mac80211 video 24084 0 psmouse 42268 0 pcspkr 7040 0 serio_raw 9860 0 i2c_core 27936 1 i2c_i801 soundcore 12064 2 snd output 7808 1 video wmi 11712 0 button 11680 0 ac 8192 0 intel_agp 31728 1 evdev 14208 7 dcdbas 11952 0 ext3 124688 4 jbd 51240 1 ext3 mbcache 12804 1 ext3 dm_mirror 20608 0 dm_log 13956 1 dm_mirror dm_snapshot 19400 0 dm_mod 58864 3 dm_mirror,dm_log,dm_snapshot ide_cd_mod 36360 0 cdrom 37928 1 ide_cd_mod sd_mod 29376 6 ata_generic 10116 0 ide_pci_generic 9220 0 [permanent] ahci 32520 5 libata 165472 2 ata_generic,ahci scsi_mod 160760 3 usb_storage,sd_mod,libata dock 14112 1 libata piix 12424 0 [permanent] ide_core 128284 3 ide_cd_mod,ide_pci_generic,piix ohci1394 32564 0 sdhci 19460 0 mmc_core 52448 1 sdhci ieee1394 93816 1 ohci1394 sky2 48004 0 ehci_hcd 36108 0 uhci_hcd 25760 0 thermal 22688 0 processor 42304 4 acpi_cpufreq,thermal fan 9352 0 thermal_sys 17728 4 video,thermal,processor,fan ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 0c) Subsystem: Dell Device [1028:022f] 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 Kernel modules: intel-agp 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c) Subsystem: Dell Device [1028:022f] 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 fea00000 (64-bit, non-prefetchable) [size=1M] Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 4: I/O ports at eff8 [size=8] Capabilities: <access denied> Kernel modules: intelfb 00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 0c) Subsystem: Dell Device [1028:022f] 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 Region 0: Memory at feb00000 (64-bit, non-prefetchable) [size=1M] Capabilities: <access denied> 00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 02) Subsystem: Dell Device [1028:022f] 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 20 Region 4: I/O ports at 6f20 [size=32] Kernel driver in use: uhci_hcd Kernel modules: uhci-hcd 00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 02) Subsystem: Dell Device [1028:022f] 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 6f00 [size=32] Kernel driver in use: uhci_hcd Kernel modules: uhci-hcd 00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 02) (prog-if 20) Subsystem: Dell Device [1028:022f] 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 22 Region 0: Memory at fed1c400 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd 00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02) Subsystem: Dell Device [1028:022f] 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 21 Region 0: Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel 00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 02) 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=09, subordinate=09, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fe800000-fe8fffff 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-driver Kernel modules: shpchp 00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 02) 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=0b, subordinate=0b, sec-latency=0 Memory behind bridge: fe700000-fe7fffff 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-driver Kernel modules: shpchp 00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 [8086:2847] (rev 02) 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=0c, subordinate=0d, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: fe400000-fe6fffff Prefetchable memory behind bridge: 00000000f0000000-00000000f01fffff 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-driver Kernel modules: shpchp 00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 02) Subsystem: Dell Device [1028:022f] 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 20 Region 4: I/O ports at 6f80 [size=32] Kernel driver in use: uhci_hcd Kernel modules: uhci-hcd 00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 02) Subsystem: Dell Device [1028:022f] 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 6f60 [size=32] Kernel driver in use: uhci_hcd Kernel modules: uhci-hcd 00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 02) Subsystem: Dell Device [1028:022f] 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 22 Region 4: I/O ports at 6f40 [size=32] Kernel driver in use: uhci_hcd Kernel modules: uhci-hcd 00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 02) (prog-if 20) Subsystem: Dell Device [1028:022f] 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 20 Region 0: Memory at fed1c000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f2) (prog-if 01) 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=02, subordinate=02, sec-latency=32 Memory behind bridge: fe300000-fe3fffff 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 82801HEM (ICH8M) LPC Interface Controller [8086:2815] (rev 02) Subsystem: Dell Device [1028:022f] 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> Kernel modules: iTCO_wdt 00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Dell Device [1028:022f] 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: I/O ports at 01f0 [size=8] Region 1: I/O ports at 03f4 [size=1] Region 2: I/O ports at 0170 [size=8] Region 3: I/O ports at 0374 [size=1] Region 4: I/O ports at 6fa0 [size=16] Kernel driver in use: PIIX_IDE Kernel modules: piix, ide-pci-generic, ata_generic 00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 02) (prog-if 01) Subsystem: Dell Device [1028:022f] 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 1275 Region 0: I/O ports at 6eb0 [size=8] Region 1: I/O ports at 6eb8 [size=4] Region 2: I/O ports at 6ec0 [size=8] Region 3: I/O ports at 6ec8 [size=4] Region 4: I/O ports at 6ee0 [size=32] Region 5: Memory at fe9fb800 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci Kernel modules: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 02) Subsystem: Dell Device [1028:022f] 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 fe9fb700 (32-bit, non-prefetchable) [size=256] Region 4: I/O ports at 10c0 [size=32] Kernel driver in use: i801_smbus Kernel modules: i2c-i801 02:09.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 05) (prog-if 10) Subsystem: Dell Device [1028:022f] 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 (500ns min, 1000ns max), Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at fe3ff800 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ohci1394 Kernel modules: ohci1394 02:09.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 22) (prog-if 01) Subsystem: Dell Device [1028:022f] 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, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 18 Region 0: Memory at fe3ff500 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: sdhci Kernel modules: sdhci 02:09.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 12) Subsystem: Dell Device [1028:022f] 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, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 5 Region 0: Memory at fe3ff600 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 02:09.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 12) Subsystem: Dell Device [1028:022f] 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, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 5 Region 0: Memory at fe3ff700 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 12) Subsystem: Dell Device [1028:022f] 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 1276 Region 0: Memory at fe8fc000 (64-bit, non-prefetchable) [size=16K] Region 2: I/O ports at de00 [size=256] Capabilities: <access denied> Kernel driver in use: sky2 Kernel modules: sky2 0b:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4222] (rev 02) Subsystem: Intel Corporation Device [8086:1020] 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 1274 Region 0: Memory at fe7ff000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: iwl3945 Kernel modules: iwl3945 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (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/bash Versions of packages linux-image-2.6.26-1-amd64 depends on: ii debconf [debconf-2.0] 1.5.23 Debian configuration management sy ii initramfs-tools [linux-initra 0.92f tools for generating an initramfs ii module-init-tools 3.4-1 tools for managing Linux kernel mo linux-image-2.6.26-1-amd64 recommends no packages. Versions of packages linux-image-2.6.26-1-amd64 suggests: ii grub 0.97-46 GRand Unified Bootloader (Legacy v pn linux-doc-2.6.26 <none> (no description available) -- debconf information: linux-image-2.6.26-1-amd64/postinst/create-kimage-link-2.6.26-1-amd64: true shared/kernel-image/really-run-bootloader: true linux-image-2.6.26-1-amd64/postinst/kimage-is-a-directory: linux-image-2.6.26-1-amd64/preinst/bootloader-initrd-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/postinst/old-initrd-link-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/preinst/initrd-2.6.26-1-amd64: linux-image-2.6.26-1-amd64/postinst/old-system-map-link-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/postinst/depmod-error-initrd-2.6.26-1-amd64: false linux-image-2.6.26-1-amd64/preinst/overwriting-modules-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/preinst/elilo-initrd-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/postinst/bootloader-error-2.6.26-1-amd64: linux-image-2.6.26-1-amd64/preinst/abort-install-2.6.26-1-amd64: linux-image-2.6.26-1-amd64/preinst/lilo-initrd-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/postinst/depmod-error-2.6.26-1-amd64: false linux-image-2.6.26-1-amd64/prerm/removing-running-kernel-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/prerm/would-invalidate-boot-loader-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/postinst/bootloader-test-error-2.6.26-1-amd64: linux-image-2.6.26-1-amd64/preinst/abort-overwrite-2.6.26-1-amd64: linux-image-2.6.26-1-amd64/postinst/old-dir-initrd-link-2.6.26-1-amd64: true linux-image-2.6.26-1-amd64/preinst/lilo-has-ramdisk: linux-image-2.6.26-1-amd64/preinst/failed-to-move-modules-2.6.26-1-amd64: -- Kumar Appaiah
signature.asc
Description: Digital signature