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

Bug#569524: linux-image-2.6.26-2-686: cannot mount ext2 fs created by 2.6.30 but fsck is clean



Package: linux-2.6
Version: 2.6.26-21
Severity: important

Created two USB flash drive ext2 filesystems using Sid,
one in a partition (/dev/sdc1) and one w/o MBR (/dev/sdd).
After falling back to Lenny due to instability, could not
mount either USB filesystem.  Running e2fsck found nothing
to fix.  Used tune2fs to whittle down possible options
that might be problematic without success.  Filesystems
contain large files so large_file cannot be disabled.
Am currently using debugfs to dump big files to other
media, then will try to mount w/o large_file feature.

# cat /etc/fstab
# <special-id>         <mount point>   <type>       <options>       <dump>  <pass>
#
LABEL=_100125_root      /               ext3         errors=remount-ro  0       1
LABEL=_100125_var       /var            ext3         nodev              0       2
LABEL=_100125_usr       /usr            ext3         nodev              0       2
LABEL=_100125_home      /home           ext3         nodev,nosuid       0       2
LABEL=_100125_projects  /projects       ext3         users,rw           0       2
LABEL=_100125_spare1    /spare1         ext3         defaults           0       2
LABEL=_100125_spare2    /spare2         ext3         defaults           0       2
LABEL=NETFINITYSP       /_sys_part      vfat         utf8,noauto        0       0
LABEL=_u0               /_/_ua          ext2         users,noamode      0       0
LABEL=_u1               /_/_ub          ext2         users,noamode      0       0
proc                    /proc           proc         defaults           0       0
/dev/sda2               none            swap         sw                 0       0
/dev/sdb2               none            swap         sw                 0       0
/dev/hda                /media/cdrom0   udf,iso9660  users,noauto       0       0
/dev/fd0                /media/floppy0  auto         rw,users,noauto    0       0

# mount -vvvv /_/_ua
mount: fstab path: "/etc/fstab"
mount: lock path:  "/etc/mtab~"
mount: temp path:  "/etc/mtab.tmp"
mount: going to mount LABEL=_u0 by LABEL
mount: spec:  "/dev/sdd"
mount: node:  "/_/_ua"
mount: types: "ext2"
mount: opts:  "users,noamode"
mount: mount(2) syscall: source: "/dev/sdd", target: "/_/_ua", filesystemtype: "ext2", mountflags: -1058209778, data: noamode
mount: wrong fs type, bad option, bad superblock on /dev/sdd,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

# tune2fs -l /dev/sdc1
tune2fs 1.41.3 (12-Oct-2008)
Filesystem volume name:   _u1
Last mounted on:          <not available>
Filesystem UUID:          67062ed5-8a8a-4863-84a4-289ee01d7c14
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      dir_index sparse_super large_file
Filesystem flags:         signed_directory_hash 
Default mount options:    (none)
Filesystem state:         clean
Errors behavior:          Remount read-only
Filesystem OS type:       Linux
Inode count:              981120
Block count:              3921916
Reserved block count:     196095
Free blocks:              480744
Free inodes:              981103
First block:              0
Block size:               4096
Fragment size:            4096
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8176
Inode blocks per group:   511
Filesystem created:       Sun Feb  1 18:34:34 2009
Last mount time:          Wed Jan 27 15:00:04 2010
Last write time:          Thu Feb 11 18:23:56 2010
Mount count:              0
Maximum mount count:      26
Last checked:             Thu Feb 11 18:23:56 2010
Check interval:           15552000 (6 months)
Next check after:         Tue Aug 10 19:23:56 2010
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:	          256
Required extra isize:     28
Desired extra isize:      28
Default directory hash:   half_md4
Directory Hash Seed:      4fe7f418-dc9d-416c-a698-a2bdf65bb856

# tune2fs -l /dev/sdd
tune2fs 1.41.3 (12-Oct-2008)
Filesystem volume name:   _u0
Last mounted on:          <not available>
Filesystem UUID:          fda786bf-af75-409a-aebb-381b76cbd205
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      dir_index sparse_super large_file
Filesystem flags:         signed_directory_hash 
Default mount options:    (none)
Filesystem state:         clean
Errors behavior:          Remount read-only
Filesystem OS type:       Linux
Inode count:              1920
Block count:              3909120
Reserved block count:     195456
Free blocks:              2392084
Free inodes:              1896
First block:              0
Block size:               4096
Fragment size:            4096
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         16
Inode blocks per group:   1
Filesystem created:       Sun Jan 24 14:43:36 2010
Last mount time:          Wed Jan 27 15:00:31 2010
Last write time:          Thu Feb 11 18:34:11 2010
Mount count:              0
Maximum mount count:      35
Last checked:             Thu Feb 11 18:34:11 2010
Check interval:           15552000 (6 months)
Next check after:         Tue Aug 10 19:34:11 2010
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:	          256
Required extra isize:     28
Desired extra isize:      28
Default directory hash:   half_md4
Directory Hash Seed:      df880b56-c940-4911-b226-82ff5b0d463f

# dpkg -l e2fs\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                       Version                    Description
+++-==========================-==========================-====================================================================
ii  e2fsck-static              1.41.3-1                   statically-linked version of the ext2 filesystem checker
ii  e2fslibs                   1.41.3-1                   ext2 filesystem libraries
ii  e2fsprogs                  1.41.3-1                   ext2/ext3/ext4 file system utilities

-- Package-specific info:
** Version:
Linux version 2.6.26-2-686 (Debian 2.6.26-21) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Sat Dec 26 09:01:51 UTC 2009

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.26-2-686 root=UUID=eb232d9d-2d9b-4af3-aa01-3c08903cc078 ro acpi_pm_good vga=0x0305

** Not tainted

** Kernel log:
[   34.331316] usb usb1: SerialNumber: 0000:00:0f.2
[   34.336542] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 20 (level, low) -> IRQ 20
[   34.558069] hda: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
[   34.563013] Uniform CD-ROM driver Revision: 3.20
[   34.639952] usb 1-1: new full speed USB device using ohci_hcd and address 2
[   34.878967] usb 1-1: configuration #1 chosen from 1 choice
[   34.888291] usb 1-1: New USB device found, idVendor=0930, idProduct=6545
[   34.896292] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   34.909324] usb 1-1: Product: TransMemory
[   34.914349] usb 1-1: Manufacturer: TOSHIBA
[   34.919348] usb 1-1: SerialNumber: 001D0F1314D5B8B1431A0161
[   35.107495] Initializing USB Mass Storage driver...
[   35.208100] usb 1-2: new full speed USB device using ohci_hcd and address 3
[   35.429639] usb 1-2: configuration #1 chosen from 1 choice
[   35.454734] usb 1-2: New USB device found, idVendor=13fe, idProduct=1e23
[   35.485529] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   35.493540] usb 1-2: Product: STORE N GO
[   35.498502] usb 1-2: Manufacturer: Verbatim
[   35.503392] usb 1-2: SerialNumber: 07951A09609608D5
[   35.513524] scsi1 : SCSI emulation for USB Mass Storage devices
[   35.515405] scsi2 : SCSI emulation for USB Mass Storage devices
[   35.521266] usb-storage: device found at 2
[   35.521276] usb-storage: waiting for device to settle before scanning
[   35.524609] usbcore: registered new interface driver usb-storage
[   35.529653] USB Mass Storage support registered.
[   35.534437] usb-storage: device found at 3
[   35.534447] usb-storage: waiting for device to settle before scanning
[   36.150584] Adding 996020k swap on /dev/sda2.  Priority:-1 extents:1 across:996020k
[   36.183999] Adding 996020k swap on /dev/sdb2.  Priority:-2 extents:1 across:996020k
[   36.403656] EXT3 FS on sda5, internal journal
[   36.898024] loop: module loaded
[   41.059282] usb-storage: device scan complete
[   41.091277] usb-storage: device scan complete
[   41.122990] scsi 1:0:0:0: Direct-Access     TOSHIBA  TransMemory      PMAP PQ: 0 ANSI: 0 CCS
[   41.145327] scsi 2:0:0:0: Direct-Access     Verbatim STORE N GO       5.00 PQ: 0 ANSI: 0 CCS
[   41.672719] sd 1:0:0:0: [sdc] 31375360 512-byte hardware sectors (16064 MB)
[   41.683703] sd 1:0:0:0: [sdc] Write Protect is off
[   41.690724] sd 1:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   41.690733] sd 1:0:0:0: [sdc] Assuming drive cache: write through
[   41.720955] sd 1:0:0:0: [sdc] 31375360 512-byte hardware sectors (16064 MB)
[   41.742254] sd 1:0:0:0: [sdc] Write Protect is off
[   41.746724] sd 1:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   41.746732] sd 1:0:0:0: [sdc] Assuming drive cache: write through
[   41.757034]  sdc: sdc1
[   41.797255] sd 1:0:0:0: [sdc] Attached SCSI removable disk
[   42.185877] sd 2:0:0:0: [sdd] 31272960 512-byte hardware sectors (16012 MB)
[   42.195682] sd 2:0:0:0: [sdd] Write Protect is off
[   42.201813] sd 2:0:0:0: [sdd] Mode Sense: 23 00 00 00
[   42.201824] sd 2:0:0:0: [sdd] Assuming drive cache: write through
[   42.224658] sd 2:0:0:0: [sdd] 31272960 512-byte hardware sectors (16012 MB)
[   42.239563] sd 2:0:0:0: [sdd] Write Protect is off
[   42.248262] sd 2:0:0:0: [sdd] Mode Sense: 23 00 00 00
[   42.248262] sd 2:0:0:0: [sdd] Assuming drive cache: write through
[   42.250401]  sdd: unknown partition table
[   42.351436] sd 2:0:0:0: [sdd] Attached SCSI removable disk
[   47.038435] kjournald starting.  Commit interval 5 seconds
[   47.047801] EXT3 FS on sdb1, internal journal
[   47.083806] EXT3-fs: mounted filesystem with ordered data mode.
[   47.108139] kjournald starting.  Commit interval 5 seconds
[   47.123987] EXT3 FS on sda3, internal journal
[   47.124004] EXT3-fs: mounted filesystem with ordered data mode.
[   47.175798] kjournald starting.  Commit interval 5 seconds
[   47.187382] EXT3 FS on sdb3, internal journal
[   47.205748] EXT3-fs: mounted filesystem with ordered data mode.
[   47.227842] kjournald starting.  Commit interval 5 seconds
[   47.227842] EXT3 FS on sdb4, internal journal
[   47.227842] EXT3-fs: mounted filesystem with ordered data mode.
[   47.320264] kjournald starting.  Commit interval 5 seconds
[   47.356252] EXT3 FS on sda6, internal journal
[   47.362407] EXT3-fs: mounted filesystem with ordered data mode.
[   47.396287] kjournald starting.  Commit interval 5 seconds
[   47.404580] EXT3 FS on sda7, internal journal
[   47.404598] EXT3-fs: mounted filesystem with ordered data mode.
[   47.516287] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   51.647845] eth0: link up, 100Mbps, full-duplex
[   54.745504] NET: Registered protocol family 10
[   54.753265] lo: Disabled Privacy Extensions
[   61.914883] warning: `ntpd' uses 32-bit capabilities (legacy support in use)
[   66.262173] eth0: no IPv6 routers present
[  133.688219] device eth0 entered promiscuous mode
[ 3667.617838] mtrr: Serverworks LE rev < 6 detected. Write-combining disabled.
[ 3667.617855] mtrr: your processor doesn't support write-combining
[77649.064615] device eth0 left promiscuous mode
[83866.135394] mtrr: Serverworks LE rev < 6 detected. Write-combining disabled.
[83866.135410] mtrr: your processor doesn't support write-combining
[132993.245156] device eth0 entered promiscuous mode
[135917.366117] device eth0 left promiscuous mode
[147472.969160] VFS: Can't find an ext2 filesystem on dev sdc.
[148444.871058] mtrr: Serverworks LE rev < 6 detected. Write-combining disabled.
[148444.871058] mtrr: your processor doesn't support write-combining
[163588.739055] kjournald starting.  Commit interval 5 seconds
[163588.747388] EXT3 FS on sdb4, internal journal
[163588.747405] EXT3-fs: mounted filesystem with ordered data mode.
[163634.765897] kjournald starting.  Commit interval 5 seconds
[163634.765897] EXT3 FS on sda6, internal journal
[163634.780223] EXT3-fs: mounted filesystem with ordered data mode.
[163648.698290] kjournald starting.  Commit interval 5 seconds
[163648.716845] EXT3 FS on sda7, internal journal
[163648.720862] EXT3-fs: mounted filesystem with ordered data mode.
[165778.814712] ext3: No journal on filesystem on sdd

** Model information
not available

** Loaded modules:
Module                  Size  Used by
ext2                   54504  0 
ipv6                  235396  22 
battery                10180  0 
nls_utf8                1760  1 
nls_cp437               5568  1 
vfat                    9152  1 
fat                    40864  1 vfat
nls_base                6820  4 nls_utf8,nls_cp437,vfat,fat
loop                   12748  0 
usb_storage            77120  1 
ide_cd_mod             27684  0 
cdrom                  30176  1 ide_cd_mod
ata_generic             4676  0 
libata                140448  1 ata_generic
dock                    8304  1 libata
parport_pc             22500  0 
parport                30988  1 parport_pc
floppy                 47844  0 
snd_cmipci             28992  0 
gameport               10700  1 snd_cmipci
snd_pcm                62660  1 snd_cmipci
snd_page_alloc          7816  1 snd_pcm
snd_opl3_lib            9344  1 snd_cmipci
snd_hwdep               6212  1 snd_opl3_lib
snd_mpu401_uart         6368  1 snd_cmipci
snd_seq_midi            5728  0 
snd_seq_midi_event      6432  1 snd_seq_midi
ohci_hcd               18500  0 
button                  6096  0 
snd_rawmidi            18496  2 snd_mpu401_uart,snd_seq_midi
pcspkr                  2432  0 
snd_seq                41456  2 snd_seq_midi,snd_seq_midi_event
snd_timer              17800  3 snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device          6380  4 snd_opl3_lib,snd_seq_midi,snd_rawmidi,snd_seq
serverworks             4932  0 [permanent]
usbcore               118192  3 usb_storage,ohci_hcd
serio_raw               4740  0 
snd                    45636  9 snd_cmipci,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
psmouse                32336  0 
ide_pci_generic         3908  0 [permanent]
i2c_piix4               7216  0 
i2c_core               19828  1 i2c_piix4
soundcore               6368  1 snd
ide_core               96168  3 ide_cd_mod,serverworks,ide_pci_generic
pcnet32                27396  0 
mii                     4896  1 pcnet32
sworks_agp              6720  0 
agpgart                28808  1 sworks_agp
evdev                   8000  0 
ext3                  105576  7 
jbd                    39476  1 ext3
mbcache                 7108  2 ext2,ext3
sd_mod                 22200  13 
thermal                15228  0 
processor              32576  1 thermal
fan                     4196  0 
thermal_sys            10856  3 thermal,processor,fan
aic7xxx               117592  10 
scsi_transport_spi     19840  1 aic7xxx
scsi_mod              129548  5 usb_storage,libata,sd_mod,aic7xxx,scsi_transport_spi

** Network interface configuration:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
	dns-nameservers 127.0.0.1 192.168.1.186 68.48.0.13 68.87.64.196
	dns-search local

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
	address 192.168.1.186
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255
	gateway 192.168.1.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 127.0.0.1 192.168.1.186 68.48.0.13 68.87.64.196
	dns-search local

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether 00:06:29:a8:d8:95 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.186/24 brd 192.168.1.255 scope global eth0
    inet6 fe80::206:29ff:fea8:d895/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:74779878  184965    0    0    0     0          0         0 74779878  184965    0    0    0     0       0          0
  eth0:861849859  816762    0    0    0     0          0         0 62270247  694595    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    995991 total packets received
    0 forwarded
    0 incoming packets discarded
    995969 incoming packets delivered
    876162 requests sent out
    10 dropped because of missing route
Icmp:
    1819 ICMP messages received
    7 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 639
        echo requests: 590
        echo replies: 590
    3024 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 1844
        echo request: 590
        echo replies: 590
IcmpMsg:
        InType0: 590
        InType3: 639
        InType8: 590
        OutType0: 590
        OutType3: 1844
        OutType8: 590
Tcp:
    73669 active connections openings
    13050 passive connection openings
    723 failed connection attempts
    444 connection resets received
    1 connections established
    906917 segments received
    781707 segments send out
    772 segments retransmited
    0 bad segments received.
    34805 resets sent
Udp:
    84159 packets received
    1939 packets to unknown port received.
    0 packet receive errors
    90659 packets sent
UdpLite:
TcpExt:
    15 resets received for embryonic SYN_RECV sockets
    24835 TCP sockets finished time wait in fast timer
    17 time wait sockets recycled by time stamp
    24 packets rejects in established connections because of timestamp
    4024 delayed acks sent
    10 delayed acks further delayed because of locked socket
    Quick ack mode was activated 11799 times
    829 packets directly queued to recvmsg prequeue.
    1366182 bytes directly in process context from backlog
    800355 bytes directly received in process context from prequeue
    506202 packet headers predicted
    760 packets header predicted and directly queued to user
    100410 acknowledgments not containing data payload received
    18414 predicted acknowledgments
    70 congestion windows recovered without slow start after partial ack
    1 timeouts after reno fast retransmit
    1 timeouts after SACK recovery
    6 retransmits in slow start
    470 other TCP timeouts
    11790 DSACKs sent for old packets
    33 DSACKs sent for out of order packets
    13 DSACKs received
    10026 connections reset due to unexpected data
    311 connections reset due to early user close
    38 connections aborted due to timeout
    TCPDSACKIgnoredOld: 6
    TCPDSACKIgnoredNoUndo: 2
IpExt:
    InBcastPkts: 3746
    OutBcastPkts: 2760

*** Device features:
eth0: 0x0
lo: 0x13865

** PCI devices:
00:00.0 Host bridge [0600]: Broadcom CNB20LE Host Bridge [1166:0009] (rev 05)
	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: 48, Cache Line Size: 32 bytes
	Kernel modules: sworks-agp

00:00.1 Host bridge [0600]: Broadcom CNB20LE Host Bridge [1166:0009] (rev 05)
	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: 48, Cache Line Size: 32 bytes
	Kernel modules: sworks-agp

00:01.0 VGA compatible controller [0300]: S3 Inc. Trio 64 3D [5333:8904] (rev 01) (prog-if 00 [VGA controller])
	Subsystem: IBM Integrated Trio3D [1014:00db]
	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: 48 (1000ns min, 63750ns max)
	Interrupt: pin A routed to IRQ 255
	Region 0: Memory at f8000000 (32-bit, non-prefetchable) [size=64M]
	[virtual] Expansion ROM at 30100000 [disabled] [size=64K]
	Capabilities: [44] Power Management version 1
		Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.0 Ethernet controller [0200]: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] [1022:2000] (rev 44)
	Subsystem: IBM NetFinity 10/100 Fast Ethernet [1014:2000]
	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: 48 (6000ns min, 6000ns max)
	Interrupt: pin A routed to IRQ 27
	Region 0: I/O ports at 2000 [size=32]
	Region 1: Memory at febffc00 (32-bit, non-prefetchable) [size=32]
	[virtual] Expansion ROM at 30000000 [disabled] [size=1M]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcnet32
	Kernel modules: pcnet32

00:0a.0 SCSI storage controller [0100]: Adaptec AHA-2940U/UW/D / AIC-7881U [9004:8178] (rev 01)
	Subsystem: Adaptec AHA-2940UW SCSI Host Adapter [9004:7881]
	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: 48 (2000ns min, 2000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at 2200 [disabled] [size=256]
	Region 1: Memory at febfe000 (32-bit, non-prefetchable) [size=4K]
	[virtual] Expansion ROM at 30110000 [disabled] [size=64K]
	Capabilities: [dc] Power Management version 1
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: aic7xxx
	Kernel modules: aic7xxx

00:0f.0 ISA bridge [0601]: Broadcom OSB4 South Bridge [1166:0200] (rev 4f)
	Subsystem: Broadcom OSB4 South Bridge [1166:0200]
	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
	Kernel modules: i2c-piix4

00:0f.1 IDE interface [0101]: Broadcom OSB4 IDE Controller [1166:0211] (prog-if 8a [Master SecP PriP])
	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
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
	Region 4: I/O ports at 0840 [size=16]
	Kernel driver in use: Serverworks_IDE
	Kernel modules: serverworks

00:0f.2 USB Controller [0c03]: Broadcom OSB4/CSB5 OHCI USB Controller [1166:0220] (rev 04) (prog-if 10 [OHCI])
	Subsystem: Broadcom OSB4/CSB5 OHCI USB Controller [1166:0220]
	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: 48 (20000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at ff700000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd
	Kernel modules: ohci-hcd

01:05.0 Multimedia audio controller [0401]: C-Media Electronics Inc CM8738 [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	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: 48 (500ns min, 6000ns max)
	Interrupt: pin A routed to IRQ 20
	Region 0: I/O ports at 4b00 [size=256]
	Capabilities: [c0] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: C-Media PCI
	Kernel modules: snd-cmipci


** USB devices:
Bus 001 Device 003: ID 13fe:1e23 Kingston Technology Company Inc. 
Bus 001 Device 002: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 2.0 Stick (4GB) / PNY Attache 4GB Stick
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-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/bash

Versions of packages linux-image-2.6.26-2-686 depends on:
ii  debconf [debconf-2.0]         1.5.24     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92o      tools for generating an initramfs
ii  module-init-tools             3.4-1      tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-2-686 recommends:
ii  libc6-i686                  2.7-18lenny2 GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-2-686 suggests:
ii  grub-pc [grub]          1.96+20080724-16 GRand Unified Bootloader, version 
ii  linux-doc-2.6.26        2.6.26-21        Linux kernel specific documentatio

Versions of packages linux-image-2.6.26-2-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)
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)

-- debconf information:
  linux-image-2.6.26-2-686/postinst/bootloader-error-2.6.26-2-686:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.26-2-686/postinst/old-dir-initrd-link-2.6.26-2-686: true
  linux-image-2.6.26-2-686/preinst/overwriting-modules-2.6.26-2-686: true
  linux-image-2.6.26-2-686/postinst/bootloader-test-error-2.6.26-2-686:
  linux-image-2.6.26-2-686/postinst/depmod-error-2.6.26-2-686: false
  linux-image-2.6.26-2-686/preinst/bootloader-initrd-2.6.26-2-686: true
  linux-image-2.6.26-2-686/preinst/abort-overwrite-2.6.26-2-686:
  linux-image-2.6.26-2-686/preinst/abort-install-2.6.26-2-686:
  linux-image-2.6.26-2-686/postinst/depmod-error-initrd-2.6.26-2-686: false
  linux-image-2.6.26-2-686/postinst/create-kimage-link-2.6.26-2-686: true
  linux-image-2.6.26-2-686/preinst/failed-to-move-modules-2.6.26-2-686:
  linux-image-2.6.26-2-686/preinst/initrd-2.6.26-2-686:
  linux-image-2.6.26-2-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.26-2-686/prerm/would-invalidate-boot-loader-2.6.26-2-686: true
  linux-image-2.6.26-2-686/postinst/kimage-is-a-directory:
  linux-image-2.6.26-2-686/postinst/old-initrd-link-2.6.26-2-686: true
  linux-image-2.6.26-2-686/preinst/elilo-initrd-2.6.26-2-686: true
  linux-image-2.6.26-2-686/preinst/lilo-initrd-2.6.26-2-686: true
  linux-image-2.6.26-2-686/prerm/removing-running-kernel-2.6.26-2-686: true
  linux-image-2.6.26-2-686/postinst/old-system-map-link-2.6.26-2-686: true
-- 
May the LORD God bless you exceedingly abundantly!

Dave_Craig______________________________________________
"'So the universe is not quite as you thought it was.
 You'd better rearrange your beliefs, then.
 Because you certainly can't rearrange the universe.'"
__--from_Nightfall_by_Asimov/Silverberg_________________



Reply to: