public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
@ 2006-12-23  1:23 Alan E. Davis
  2006-12-23  8:14 ` Neil Bothwick
  0 siblings, 1 reply; 12+ messages in thread
From: Alan E. Davis @ 2006-12-23  1:23 UTC (permalink / raw
  To: gentoo-user

I apologize that this question is somewhat off topic, perhaps.  I have
found this to be a very helpful list, and in desperation I thought to
turn here.

After installing the Sabayon mini 3.2 x86 install on my laptop, the
boot failed.  Grub gave an error (Error number 15, If I recall
correctly) and did nothing.  The partition record seems to have been
mangled.  Each time I attempt another measure (booting rescue CDs, and
now Ubuntu, to try to repair the system (hopefully to recover the
several partitions that are my gentoo install), matters get worse, and
now from Ubuntu, gparted is unable to write to disk to install a
disklabel (as you can see, I have given up trying to recover by now,
and just want to be able to use the disk drive).

Sfdisk, parted, gparted, cfdisk all show no partitions, and only
gparted is able to really start at all.

I had noticed some problems trying to install to partition number one,
a day earlier, so I installed to another partition.

I think it's too late to recover the mbr.  For now, gparted on ubuntu
can not write the "disklabel" to disk.

Can anyone point me to the right literature on line or other help?  It
could be a hardware problem, but one suspects the partition table and
boot record.  Gpart was unable to determine the sector size.

I am sorry for the off topic post.

Alan Davis

-- 
Alan Davis, Kagman High School, Saipan  lngndvs@gmail.com     1-670-256-2043

I consider that the golden rule requires that if I like a program I
must share it with other people who like it.
                                          --------Richard Stallman
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-23  1:23 [gentoo-user] desperation question: disklabel, unable to write to disk, etc Alan E. Davis
@ 2006-12-23  8:14 ` Neil Bothwick
  2006-12-23 23:22   ` Alan E. Davis
  0 siblings, 1 reply; 12+ messages in thread
From: Neil Bothwick @ 2006-12-23  8:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

On Sat, 23 Dec 2006 01:23:13 +0000, Alan E. Davis wrote:

> Can anyone point me to the right literature on line or other help?  It
> could be a hardware problem, but one suspects the partition table and
> boot record.  Gpart was unable to determine the sector size.

Try running cfdisk with the -z option. This ignores the MBR and starts
afresh with a blank one. If that fails, try zeroing the MBR with
dd if=/dev/zero of=/dev/hdX bs=512 count=1

If it still fails, it would appear to be a broken disk.


-- 
Neil Bothwick

To most people solutions mean finding the answers. But to chemists
solutions are things that are still all mixed up.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-23  8:14 ` Neil Bothwick
@ 2006-12-23 23:22   ` Alan E. Davis
  2006-12-24  2:31     ` Daniel Iliev
  2006-12-24  9:16     ` Neil Bothwick
  0 siblings, 2 replies; 12+ messages in thread
From: Alan E. Davis @ 2006-12-23 23:22 UTC (permalink / raw
  To: gentoo-user

Thank you, Neil:

Neither of these worked:

# dd if=/dev/zero of=/dev/hda bs=512 count=1
dd: writing `/dev/hda': Input/output error
1+0 records in
0+0 records out
0 bytes (0 B) copied, 3.96744 seconds, 0.0 kB/s

gparted shows the whole disk as unallocated.  When I try to install a
new partition, it wants to install a disklabel.  The attempt fails.


What I don't understand---this happened after installing Sabayon on
/dev/hda8.  The first time I downloaded sabayon (mini x86) the md5sum
was incorrect, but the install tried to work.  The second time, with a
correct md5sum, I tried to install on /dev/hda1, with errors on that
partition.  Then, I reinstalled on /dev/hda8.  The install seemed to
go really quickly, perhaps TOO quickly.  Then, ever since rebooting,
the system knows there's a disk.  But something isn't right.

I am starting to wonder whether a virus or trojan was hitchhiking on
the blown iso download?  Very seldom does wget fail.  I think the
download may have been resumed from a different mirror.

I don't know where to go from here.  Maybe try some other install cds.
 Maybe back to a gentoo CD.

Thank you again.

Alan


On 12/23/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Sat, 23 Dec 2006 01:23:13 +0000, Alan E. Davis wrote:
>
> > Can anyone point me to the right literature on line or other help?  It
> > could be a hardware problem, but one suspects the partition table and
> > boot record.  Gpart was unable to determine the sector size.
>
> Try running cfdisk with the -z option. This ignores the MBR and starts
> afresh with a blank one. If that fails, try zeroing the MBR with
> dd if=/dev/zero of=/dev/hdX bs=512 count=1
>
> If it still fails, it would appear to be a broken disk.
>
>
> --
> Neil Bothwick
>
> To most people solutions mean finding the answers. But to chemists
> solutions are things that are still all mixed up.
>
>
>


-- 
Alan Davis, Kagman High School, Saipan  lngndvs@gmail.com     1-670-256-2043

I consider that the golden rule requires that if I like a program I
must share it with other people who like it.
                                          --------Richard Stallman
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-23 23:22   ` Alan E. Davis
@ 2006-12-24  2:31     ` Daniel Iliev
  2006-12-24  3:07       ` Alan E. Davis
  2006-12-24  9:16     ` Neil Bothwick
  1 sibling, 1 reply; 12+ messages in thread
From: Daniel Iliev @ 2006-12-24  2:31 UTC (permalink / raw
  To: gentoo-user

Alan E. Davis wrote:
> Thank you, Neil:
>
> Neither of these worked:
>
> # dd if=/dev/zero of=/dev/hda bs=512 count=1
> dd: writing `/dev/hda': Input/output error
> 1+0 records in
> 0+0 records out
> 0 bytes (0 B) copied, 3.96744 seconds, 0.0 kB/s
>
> gparted shows the whole disk as unallocated.  When I try to install a
> new partition, it wants to install a disklabel.  The attempt fails.
>
>
> What I don't understand---this happened after installing Sabayon on
> /dev/hda8.  The first time I downloaded sabayon (mini x86) the md5sum
> was incorrect, but the install tried to work.  The second time, with a
> correct md5sum, I tried to install on /dev/hda1, with errors on that
> partition.  Then, I reinstalled on /dev/hda8.  The install seemed to
> go really quickly, perhaps TOO quickly.  Then, ever since rebooting,
> the system knows there's a disk.  But something isn't right.
>
> I am starting to wonder whether a virus or trojan was hitchhiking on
> the blown iso download?  Very seldom does wget fail.  I think the
> download may have been resumed from a different mirror.
>
> I don't know where to go from here.  Maybe try some other install cds.
> Maybe back to a gentoo CD.
>
> Thank you again.
>
> Alan
>
>
> On 12/23/06, Neil Bothwick <neil@digimed.co.uk> wrote:
>> On Sat, 23 Dec 2006 01:23:13 +0000, Alan E. Davis wrote:
>>
>> > Can anyone point me to the right literature on line or other help?  It
>> > could be a hardware problem, but one suspects the partition table and
>> > boot record.  Gpart was unable to determine the sector size.
>>
>> Try running cfdisk with the -z option. This ignores the MBR and starts
>> afresh with a blank one. If that fails, try zeroing the MBR with
>> dd if=/dev/zero of=/dev/hdX bs=512 count=1
>>
>> If it still fails, it would appear to be a broken disk.
>>
>>
>> -- 
>> Neil Bothwick
>>
>> To most people solutions mean finding the answers. But to chemists
>> solutions are things that are still all mixed up.
>>
>>
>>
>
>

I suspect your HDD is dead. Send the boot messages here - they may
contain some useful info.

dmesg > dmsg.log #and attach "dmsg.log"

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-24  2:31     ` Daniel Iliev
@ 2006-12-24  3:07       ` Alan E. Davis
  2006-12-24  8:42         ` PaulNM
  0 siblings, 1 reply; 12+ messages in thread
From: Alan E. Davis @ 2006-12-24  3:07 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 2784 bytes --]

Thank you, Daniel.

Well, perhaps I can use a live CD and a flashdrive, or use the laptop as an
ssh terminal.

Here's the dmesg.log.

Alan

On 12/24/06, Daniel Iliev <danny@ilievnet.com> wrote:
> Alan E. Davis wrote:
> > Thank you, Neil:
> >
> > Neither of these worked:
> >
> > # dd if=/dev/zero of=/dev/hda bs=512 count=1
> > dd: writing `/dev/hda': Input/output error
> > 1+0 records in
> > 0+0 records out
> > 0 bytes (0 B) copied, 3.96744 seconds, 0.0 kB/s
> >
> > gparted shows the whole disk as unallocated.  When I try to install a
> > new partition, it wants to install a disklabel.  The attempt fails.
> >
> >
> > What I don't understand---this happened after installing Sabayon on
> > /dev/hda8.  The first time I downloaded sabayon (mini x86) the md5sum
> > was incorrect, but the install tried to work.  The second time, with a
> > correct md5sum, I tried to install on /dev/hda1, with errors on that
> > partition.  Then, I reinstalled on /dev/hda8.  The install seemed to
> > go really quickly, perhaps TOO quickly.  Then, ever since rebooting,
> > the system knows there's a disk.  But something isn't right.
> >
> > I am starting to wonder whether a virus or trojan was hitchhiking on
> > the blown iso download?  Very seldom does wget fail.  I think the
> > download may have been resumed from a different mirror.
> >
> > I don't know where to go from here.  Maybe try some other install cds.
> > Maybe back to a gentoo CD.
> >
> > Thank you again.
> >
> > Alan
> >
> >
> > On 12/23/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> >> On Sat, 23 Dec 2006 01:23:13 +0000, Alan E. Davis wrote:
> >>
> >> > Can anyone point me to the right literature on line or other
help?  It
> >> > could be a hardware problem, but one suspects the partition table and
> >> > boot record.  Gpart was unable to determine the sector size.
> >>
> >> Try running cfdisk with the -z option. This ignores the MBR and starts
> >> afresh with a blank one. If that fails, try zeroing the MBR with
> >> dd if=/dev/zero of=/dev/hdX bs=512 count=1
> >>
> >> If it still fails, it would appear to be a broken disk.
> >>
> >>
> >> --
> >> Neil Bothwick
> >>
> >> To most people solutions mean finding the answers. But to chemists
> >> solutions are things that are still all mixed up.
> >>
> >>
> >>
> >
> >
>
> I suspect your HDD is dead. Send the boot messages here - they may
> contain some useful info.
>
> dmesg > dmsg.log #and attach "dmsg.log"
>
> --
> Best regards,
> Daniel
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Alan Davis, Kagman High School, Saipan  lngndvs@gmail.com     1-670-256-2043

I consider that the golden rule requires that if I like a program I must
share it with other people who like it.
                                          --------Richard Stallman

[-- Attachment #1.2: Type: text/html, Size: 4157 bytes --]

[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 73818 bytes --]

[17179569.184000] Linux version 2.6.17-10-generic (root@palmer) (gcc version 4.1.2 20060920 (prerelease) (Ubuntu 4.1.1-13ubuntu3)) #2 SMP Tue Sep 26 16:53:47 UTC 2006 (Ubuntu 2.6.17-10.24-generic)
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[17179569.184000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000001ff70000 (usable)
[17179569.184000]  BIOS-e820: 000000001ff70000 - 000000001ff7c000 (ACPI data)
[17179569.184000]  BIOS-e820: 000000001ff7c000 - 000000001ff80000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000001ff80000 - 0000000020000000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 511MB LOWMEM available.
[17179569.184000] On node 0 totalpages: 130928
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   Normal zone: 126832 pages, LIFO batch:31
[17179569.184000] DMI present.
[17179569.184000] ACPI: RSDP (v000 GATEWA                                ) @ 0x000f6910
[17179569.184000] ACPI: RSDT (v001 GATEWA 450ROG   0x20031005  LTP 0x00000000) @ 0x1ff7559e
[17179569.184000] ACPI: FADT (v001 GATEWA 450ROG   0x20031005 PTL  0x0000001e) @ 0x1ff7bf64
[17179569.184000] ACPI: BOOT (v001 GATEWA 450ROG   0x20031005  LTP 0x00000001) @ 0x1ff7bfd8
[17179569.184000] ACPI: DSDT (v001 GATEWA 450ROG   0x20031005 MSFT 0x0100000e) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x1008
[17179569.184000] Allocating PCI resources starting at 30000000 (gap: 20000000:df800000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.gz ramdisk_size=1048576 root=/dev/ram rw quiet splash --
[17179569.184000] Local APIC disabled by BIOS (or by default) -- you can enable it with "lapic"
[17179569.184000] mapped APIC to ffffd000 (0140a000)
[17179569.184000] Enabling fast FPU save and restore... done.
[17179569.184000] Enabling unmasked SIMD FPU exception support... done.
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[17179569.184000] Detected 1698.752 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179569.632000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179569.632000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[17179569.648000] Memory: 507352k/523712k available (1894k kernel code, 15708k reserved, 1098k data, 308k init, 0k highmem)
[17179569.648000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[17179569.728000] Calibrating delay using timer specific routine.. 3400.38 BogoMIPS (lpj=6800765)
[17179569.728000] Security Framework v1.0.0 initialized
[17179569.728000] SELinux:  Disabled at boot.
[17179569.728000] Mount-cache hash table entries: 512
[17179569.728000] CPU: After generic identify, caps: afe9f9bf 00000000 00000000 00000000 00000180 00000000 00000000
[17179569.728000] CPU: After vendor identify, caps: afe9f9bf 00000000 00000000 00000000 00000180 00000000 00000000
[17179569.728000] CPU: L1 I cache: 32K, L1 D cache: 32K
[17179569.728000] CPU: L2 cache: 2048K
[17179569.728000] CPU: After all inits, caps: afe9f9bf 00000000 00000000 00000040 00000180 00000000 00000000
[17179569.728000] Checking 'hlt' instruction... OK.
[17179569.744000] SMP alternatives: switching to UP code
[17179569.744000] Freeing SMP alternatives: 16k freed
[17179569.744000] checking if image is initramfs... it is
[17179570.476000] Freeing initrd memory: 7412k freed
[17179570.476000] ACPI: Core revision 20060707
[17179570.480000] ACPI: Looking for DSDT ... not found!
[17179570.480000] ACPI: setting ELCR to 0200 (from 0c00)
[17179570.488000] CPU0: Intel(R) Pentium(R) M processor 1.70GHz stepping 06
[17179570.488000] SMP motherboard not detected.
[17179570.488000] Local APIC not detected. Using dummy APIC emulation.
[17179570.488000] Brought up 1 CPUs
[17179570.488000] migration_cost=0
[17179570.492000] NET: Registered protocol family 16
[17179570.492000] EISA bus registered
[17179570.492000] ACPI: bus type pci registered
[17179570.492000] PCI: PCI BIOS revision 2.10 entry at 0xfd994, last bus=2
[17179570.492000] Setting up standard PCI resources
[17179570.500000] ACPI: Interpreter enabled
[17179570.500000] ACPI: Using PIC for interrupt routing
[17179570.500000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179570.500000] PCI: Probing PCI hardware (bus 00)
[17179570.500000] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[17179570.500000] PCI quirk: region 1180-11bf claimed by ICH4 GPIO
[17179570.500000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[17179570.504000] Boot video device is 0000:01:00.0
[17179570.504000] PCI: Transparent bridge - 0000:00:1e.0
[17179570.504000] PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#02) (try 'pci=assign-busses')
[17179570.504000] Please report the result to linux-kernel to fix this permanently
[17179570.504000] PCI: Bus #07 (-#0a) is hidden behind transparent bridge #02 (-#02) (try 'pci=assign-busses')
[17179570.504000] Please report the result to linux-kernel to fix this permanently
[17179570.504000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179570.504000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[17179570.504000] ACPI: PCI Interrupt Link [LNKA] (IRQs *11)
[17179570.504000] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
[17179570.504000] ACPI: PCI Interrupt Link [LNKC] (IRQs *10)
[17179570.504000] ACPI: PCI Interrupt Link [LNKD] (IRQs *11)
[17179570.504000] ACPI: PCI Interrupt Link [LNKE] (IRQs *11)
[17179570.508000] ACPI: PCI Interrupt Link [LNKF] (IRQs 10) *0, disabled.
[17179570.508000] ACPI: PCI Interrupt Link [LNKG] (IRQs *11)
[17179570.508000] ACPI: PCI Interrupt Link [LNKH] (IRQs *10)
[17179570.508000] ACPI: Device [FDDA] status [00000008]: functional but not present; setting present
[17179570.508000] ACPI: Embedded Controller [EC0] (gpe 29) interrupt mode.
[17179570.508000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
[17179570.512000] ACPI: Device [BAY2] status [00000008]: functional but not present; setting present
[17179570.512000] ACPI: Power Resource [PFN0] (off)
[17179570.512000] ACPI: Power Resource [PFN1] (off)
[17179570.512000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179570.512000] pnp: PnP ACPI init
[17179570.520000] pnp: PnP ACPI: found 11 devices
[17179570.520000] PnPBIOS: Disabled by ACPI PNP
[17179570.520000] PCI: Using ACPI for IRQ routing
[17179570.520000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[17179570.524000] PCI: Bridge: 0000:00:01.0
[17179570.524000]   IO window: 3000-3fff
[17179570.524000]   MEM window: d0100000-d01fffff
[17179570.524000]   PREFETCH window: d8000000-dfffffff
[17179570.524000] PCI: Bus 3, cardbus bridge: 0000:02:05.0
[17179570.524000]   IO window: 00004000-000040ff
[17179570.524000]   IO window: 00004400-000044ff
[17179570.524000]   PREFETCH window: 30000000-31ffffff
[17179570.524000]   MEM window: 36000000-37ffffff
[17179570.524000] PCI: Bus 7, cardbus bridge: 0000:02:05.1
[17179570.524000]   IO window: 00004800-000048ff
[17179570.524000]   IO window: 00004c00-00004cff
[17179570.524000]   PREFETCH window: 32000000-33ffffff
[17179570.524000]   MEM window: 38000000-39ffffff
[17179570.524000] PCI: Bridge: 0000:00:1e.0
[17179570.524000]   IO window: 4000-5fff
[17179570.524000]   MEM window: d0200000-d06fffff
[17179570.524000]   PREFETCH window: 30000000-33ffffff
[17179570.524000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179570.524000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[17179570.524000] PCI: setting IRQ 10 as level-triggered
[17179570.524000] ACPI: PCI Interrupt 0000:02:05.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
[17179570.524000] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[17179570.524000] ACPI: PCI Interrupt 0000:02:05.1[B] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[17179570.524000] NET: Registered protocol family 2
[17179570.564000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[17179570.564000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[17179570.564000] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[17179570.564000] TCP: Hash tables configured (established 16384 bind 8192)
[17179570.564000] TCP reno registered
[17179570.564000] Simple Boot Flag at 0x37 set to 0x1
[17179570.564000] audit: initializing netlink socket (disabled)
[17179570.564000] audit(1166913901.564:1): initialized
[17179570.564000] VFS: Disk quotas dquot_6.5.1
[17179570.564000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179570.564000] Initializing Cryptographic API
[17179570.564000] io scheduler noop registered
[17179570.564000] io scheduler anticipatory registered
[17179570.564000] io scheduler deadline registered
[17179570.564000] io scheduler cfq registered (default)
[17179570.564000] isapnp: Scanning for PnP cards...
[17179570.916000] isapnp: No Plug & Play device found
[17179570.940000] Real Time Clock Driver v1.12ac
[17179570.940000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[17179570.940000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.940000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.940000] ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
[17179570.940000] ACPI: PCI interrupt for device 0000:00:1f.6 disabled
[17179570.940000] mice: PS/2 mouse device common for all mice
[17179570.940000] RAMDISK driver initialized: 16 RAM disks of 1048576K size 1024 blocksize
[17179570.940000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179570.940000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179570.940000] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOU2] at 0x60,0x64 irq 1,12
[17179570.944000] i8042.c: Detected active multiplexing controller, rev 1.1.
[17179570.944000] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[17179570.944000] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[17179570.944000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[17179570.944000] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[17179570.944000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179570.944000] EISA: Probing bus 0 at eisa.0
[17179570.944000] Cannot allocate resource for EISA slot 1
[17179570.944000] Cannot allocate resource for EISA slot 2
[17179570.944000] Cannot allocate resource for EISA slot 3
[17179570.944000] Cannot allocate resource for EISA slot 4
[17179570.944000] Cannot allocate resource for EISA slot 5
[17179570.944000] EISA: Detected 0 cards.
[17179570.944000] TCP bic registered
[17179570.944000] NET: Registered protocol family 1
[17179570.944000] NET: Registered protocol family 8
[17179570.944000] NET: Registered protocol family 20
[17179570.944000] Using IPI No-Shortcut mode
[17179570.944000] ACPI: (supports S0 S3 S4 S5)
[17179570.944000] Freeing unused kernel memory: 308k freed
[17179571.100000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179572.060000] Capability LSM initialized
[17179572.084000] ACPI: Transitioning device [FAN0] to D3
[17179572.084000] ACPI: Transitioning device [FAN0] to D3
[17179572.084000] ACPI: Fan [FAN0] (off)
[17179572.084000] ACPI: Transitioning device [FAN1] to D3
[17179572.084000] ACPI: Transitioning device [FAN1] to D3
[17179572.084000] ACPI: Fan [FAN1] (off)
[17179572.084000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[17179572.088000] ACPI: Thermal Zone [THRM] (42 C)
[17179572.336000] ICH4: IDE controller at PCI slot 0000:00:1f.1
[17179572.336000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[17179572.336000] ICH4: chipset revision 3
[17179572.336000] ICH4: not 100% native mode: will probe irqs later
[17179572.336000]     ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
[17179572.336000]     ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:DMA, hdd:pio
[17179572.336000] Probing IDE interface ide0...
[17179572.628000] hda: HTS726060M9AT00, ATA DISK drive
[17179573.300000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179573.668000] Probing IDE interface ide1...
[17179574.408000] hdc: QSI DVD+/-RW SDW-082S, ATAPI CD/DVD-ROM drive
[17179575.080000] ide1 at 0x170-0x177,0x376 on irq 15
[17179575.084000] hda: max request size: 512KiB
[17179575.092000] hda: 117210240 sectors (60011 MB) w/7877KiB Cache, CHS=16383/255/63, UDMA(100)
[17179575.092000] hda: cache flushes supported
[17179575.092000]  hda:hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179577.836000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179577.836000] ide: failed opcode was: unknown
[17179577.836000] end_request: I/O error, dev hda, sector 0
[17179577.836000] Buffer I/O error on device hda, logical block 0
[17179580.592000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179580.592000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179580.592000] ide: failed opcode was: unknown
[17179580.592000] end_request: I/O error, dev hda, sector 0
[17179580.592000] Buffer I/O error on device hda, logical block 0
[17179580.592000]  unable to read partition table
[17179580.600000] hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179580.600000] Uniform CD-ROM driver Revision: 3.20
[17179583.440000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179583.444000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179583.444000] ide: failed opcode was: unknown
[17179583.444000] end_request: I/O error, dev hda, sector 0
[17179583.444000] Buffer I/O error on device hda, logical block 0
[17179586.216000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179586.216000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179586.216000] ide: failed opcode was: unknown
[17179586.216000] end_request: I/O error, dev hda, sector 0
[17179586.216000] Buffer I/O error on device hda, logical block 0
[17179589.004000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179589.004000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179589.004000] ide: failed opcode was: unknown
[17179589.004000] end_request: I/O error, dev hda, sector 0
[17179589.004000] Buffer I/O error on device hda, logical block 0
[17179591.780000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179591.780000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179591.780000] ide: failed opcode was: unknown
[17179591.780000] end_request: I/O error, dev hda, sector 0
[17179591.780000] Buffer I/O error on device hda, logical block 0
[17179594.560000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179594.560000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179594.560000] ide: failed opcode was: unknown
[17179594.560000] end_request: I/O error, dev hda, sector 0
[17179594.560000] Buffer I/O error on device hda, logical block 0
[17179597.352000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179597.352000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179597.352000] ide: failed opcode was: unknown
[17179597.352000] end_request: I/O error, dev hda, sector 0
[17179597.352000] Buffer I/O error on device hda, logical block 0
[17179600.124000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179600.124000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179600.124000] ide: failed opcode was: unknown
[17179600.124000] end_request: I/O error, dev hda, sector 0
[17179600.124000] Buffer I/O error on device hda, logical block 0
[17179613.816000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179613.816000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179613.816000] ide: failed opcode was: unknown
[17179613.816000] end_request: I/O error, dev hda, sector 0
[17179613.816000] Buffer I/O error on device hda, logical block 0
[17179616.640000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179616.640000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179616.640000] ide: failed opcode was: unknown
[17179616.640000] end_request: I/O error, dev hda, sector 0
[17179616.640000] Buffer I/O error on device hda, logical block 0
[17179619.396000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179619.396000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179619.396000] ide: failed opcode was: unknown
[17179619.396000] end_request: I/O error, dev hda, sector 0
[17179619.396000] Buffer I/O error on device hda, logical block 0
[17179622.188000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179622.188000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179622.188000] ide: failed opcode was: unknown
[17179622.188000] end_request: I/O error, dev hda, sector 0
[17179622.188000] Buffer I/O error on device hda, logical block 0
[17179624.944000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179624.944000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179624.944000] ide: failed opcode was: unknown
[17179624.944000] end_request: I/O error, dev hda, sector 0
[17179624.944000] Buffer I/O error on device hda, logical block 0
[17179627.716000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179627.716000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179627.716000] ide: failed opcode was: unknown
[17179627.716000] end_request: I/O error, dev hda, sector 0
[17179627.716000] Buffer I/O error on device hda, logical block 0
[17179630.500000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179630.500000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179630.500000] ide: failed opcode was: unknown
[17179630.500000] end_request: I/O error, dev hda, sector 0
[17179630.500000] Buffer I/O error on device hda, logical block 0
[17179633.288000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179633.288000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179633.288000] ide: failed opcode was: unknown
[17179633.288000] end_request: I/O error, dev hda, sector 0
[17179633.288000] Buffer I/O error on device hda, logical block 0
[17179636.068000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179636.068000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179636.068000] ide: failed opcode was: unknown
[17179636.068000] end_request: I/O error, dev hda, sector 0
[17179636.068000] Buffer I/O error on device hda, logical block 0
[17179638.828000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179638.828000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179638.828000] ide: failed opcode was: unknown
[17179638.828000] end_request: I/O error, dev hda, sector 0
[17179638.828000] Buffer I/O error on device hda, logical block 0
[17179641.608000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179641.608000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179641.608000] ide: failed opcode was: unknown
[17179641.608000] end_request: I/O error, dev hda, sector 0
[17179641.608000] Buffer I/O error on device hda, logical block 0
[17179644.400000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179644.400000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179644.400000] ide: failed opcode was: unknown
[17179644.400000] end_request: I/O error, dev hda, sector 0
[17179644.400000] Buffer I/O error on device hda, logical block 0
[17179647.164000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179647.164000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179647.164000] ide: failed opcode was: unknown
[17179647.164000] end_request: I/O error, dev hda, sector 0
[17179647.164000] Buffer I/O error on device hda, logical block 0
[17179649.936000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179649.936000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179649.936000] ide: failed opcode was: unknown
[17179649.936000] end_request: I/O error, dev hda, sector 0
[17179649.936000] Buffer I/O error on device hda, logical block 0
[17179652.708000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179652.708000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179652.712000] ide: failed opcode was: unknown
[17179652.712000] end_request: I/O error, dev hda, sector 0
[17179652.712000] Buffer I/O error on device hda, logical block 0
[17179655.492000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179655.492000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179655.492000] ide: failed opcode was: unknown
[17179655.492000] end_request: I/O error, dev hda, sector 0
[17179655.492000] Buffer I/O error on device hda, logical block 0
[17179658.272000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179658.272000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179658.272000] ide: failed opcode was: unknown
[17179658.272000] end_request: I/O error, dev hda, sector 0
[17179658.272000] Buffer I/O error on device hda, logical block 0
[17179661.048000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179661.048000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179661.048000] ide: failed opcode was: unknown
[17179661.048000] end_request: I/O error, dev hda, sector 0
[17179663.820000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179663.820000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179663.820000] ide: failed opcode was: unknown
[17179663.820000] end_request: I/O error, dev hda, sector 0
[17179663.820000] printk: 1 messages suppressed.
[17179663.820000] Buffer I/O error on device hda, logical block 0
[17179666.592000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179666.592000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179666.592000] ide: failed opcode was: unknown
[17179666.592000] end_request: I/O error, dev hda, sector 0
[17179666.652000] usbcore: registered new driver usbfs
[17179666.652000] usbcore: registered new driver hub
[17179666.652000] USB Universal Host Controller Interface driver v3.0
[17179666.652000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[17179666.652000] PCI: setting IRQ 11 as level-triggered
[17179666.652000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[17179666.652000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[17179666.652000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[17179666.656000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[17179666.656000] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[17179666.656000] usb usb1: configuration #1 chosen from 1 choice
[17179666.656000] hub 1-0:1.0: USB hub found
[17179666.656000] hub 1-0:1.0: 2 ports detected
[17179666.720000] ieee1394: Initialized config rom entry `ip1394'
[17179666.760000] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[17179666.760000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
[17179666.760000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[17179666.760000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[17179666.760000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[17179666.760000] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
[17179666.760000] usb usb2: configuration #1 chosen from 1 choice
[17179666.760000] hub 2-0:1.0: USB hub found
[17179666.760000] hub 2-0:1.0: 2 ports detected
[17179666.864000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[17179666.864000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[17179666.864000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[17179666.864000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[17179666.864000] uhci_hcd 0000:00:1d.2: irq 10, io base 0x00001840
[17179666.864000] usb usb3: configuration #1 chosen from 1 choice
[17179666.864000] hub 3-0:1.0: USB hub found
[17179666.864000] hub 3-0:1.0: 2 ports detected
[17179666.968000] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
[17179666.968000] ACPI: PCI Interrupt 0000:00:1d.7[D] -> Link [LNKH] -> GSI 10 (level, low) -> IRQ 10
[17179666.968000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[17179666.968000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[17179666.968000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[17179666.968000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[17179666.968000] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xd0000000
[17179666.972000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[17179666.972000] usb usb4: configuration #1 chosen from 1 choice
[17179666.972000] hub 4-0:1.0: USB hub found
[17179666.972000] hub 4-0:1.0: 6 ports detected
[17179667.000000] usb 1-2: new low speed USB device using uhci_hcd and address 2
[17179667.076000] ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 11
[17179667.076000] ACPI: PCI Interrupt 0000:02:05.2[C] -> Link [LNKG] -> GSI 11 (level, low) -> IRQ 11
[17179667.128000] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11]  MMIO=[d0623000-d06237ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
[17179667.516000] usb 1-2: new low speed USB device using uhci_hcd and address 3
[17179667.668000] usb 1-2: configuration #1 chosen from 1 choice
[17179667.680000] usbcore: registered new driver hiddev
[17179667.696000] input: HID 062a:0000 as /class/input/input1
[17179667.696000] input: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:00:1d.0-2
[17179667.696000] usbcore: registered new driver usbhid
[17179667.696000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179668.408000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e0b804500326dd]
[17179669.964000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179669.964000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179669.964000] ide: failed opcode was: unknown
[17179669.964000] end_request: I/O error, dev hda, sector 0
[17179669.964000] printk: 1 messages suppressed.
[17179669.964000] Buffer I/O error on device hda, logical block 0
[17179672.736000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179672.736000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179672.736000] ide: failed opcode was: unknown
[17179672.736000] end_request: I/O error, dev hda, sector 0
[17179676.100000] ISO 9660 Extensions: Microsoft Joliet Level 3
[17179676.208000] ISO 9660 Extensions: RRIP_1991A
[17179676.272000] Registering unionfs 1.1.4
[17179676.280000] loop: loaded (max 8 devices)
[17179676.488000] squashfs: version 3.0 (2006/03/15) Phillip Lougher
[17179741.036000] Intel(R) PRO/1000 Network Driver - version 7.1.9-k4
[17179741.036000] Copyright (c) 1999-2006 Intel Corporation.
[17179741.036000] ACPI: PCI Interrupt 0000:02:02.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
[17179741.296000] e1000: 0000:02:02.0: e1000_probe: (PCI:33MHz:32-bit) 00:e0:b8:5b:4f:ab
[17179741.332000] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[17179757.700000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179757.764000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179758.768000] Linux agpgart interface v0.101 (c) Dave Jones
[17179758.820000] agpgart: Detected an Intel 855PM Chipset.
[17179758.836000] agpgart: AGP aperture is 256M @ 0xe0000000
[17179759.060000] input: PC Speaker as /class/input/input2
[17179759.140000] Floppy drive(s): fd0 is 1.44M
[17179759.148000] parport: PnPBIOS parport detected.
[17179759.148000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[17179759.164000] FDC 0 is a National Semiconductor PC87306
[17179759.692000] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x1c4cb1, caps: 0x80471b/0x0
[17179759.724000] input: SynPS/2 Synaptics TouchPad as /class/input/input3
[17179759.756000] hw_random: RNG not detected
[17179760.816000] ts: Compaq touchscreen protocol output
[17179761.240000] ACPI: PCI Interrupt 0000:02:05.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
[17179761.240000] Yenta: CardBus bridge found at 0000:02:05.0 [107b:0450]
[17179761.368000] Yenta: ISA IRQ mask 0x0038, PCI irq 10
[17179761.368000] Socket status: 30000410
[17179761.368000] Yenta: Raising subordinate bus# of parent bus (#02) from #02 to #06
[17179761.368000] pcmcia: parent PCI bridge I/O window: 0x4000 - 0x5fff
[17179761.368000] cs: IO port probe 0x4000-0x5fff: clean.
[17179761.368000] pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd06fffff
[17179761.368000] pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x33ffffff
[17179761.396000] ieee80211_crypt: registered algorithm 'NULL'
[17179761.400000] ieee80211: 802.11 data/management/control stack, git-1.1.13
[17179761.400000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[17179761.412000] ACPI: PCI Interrupt 0000:02:05.1[B] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[17179761.412000] Yenta: CardBus bridge found at 0000:02:05.1 [107b:0450]
[17179761.540000] Yenta: ISA IRQ mask 0x0038, PCI irq 10
[17179761.540000] Socket status: 30000006
[17179761.540000] Yenta: Raising subordinate bus# of parent bus (#02) from #06 to #0a
[17179761.540000] pcmcia: parent PCI bridge I/O window: 0x4000 - 0x5fff
[17179761.540000] cs: IO port probe 0x4000-0x5fff: clean.
[17179761.540000] pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd06fffff
[17179761.540000] pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x33ffffff
[17179761.680000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2kmprq
[17179761.680000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[17179761.684000] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
[17179761.684000] ACPI: PCI Interrupt 0000:02:04.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11
[17179761.684000] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[17179762.052000] pccard: PCMCIA card inserted into slot 0
[17179762.404000] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[17179762.404000] ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
[17179762.404000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[17179762.544000] cs: memory probe 0xd0200000-0xd06fffff: excluding 0xd0200000-0xd024ffff 0xd05c0000-0xd065ffff
[17179762.548000] pcmcia: registering new device pcmcia0.0
[17179762.648000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179762.648000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179762.648000] ide: failed opcode was: unknown
[17179762.648000] end_request: I/O error, dev hda, sector 0
[17179762.648000] printk: 1 messages suppressed.
[17179762.648000] Buffer I/O error on device hda, logical block 0
[17179762.944000] cs: IO port probe 0x100-0x3af: clean.
[17179762.948000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[17179762.948000] cs: IO port probe 0x820-0x8ff: clean.
[17179762.948000] cs: IO port probe 0xc00-0xcf7: clean.
[17179762.948000] cs: IO port probe 0xa00-0xaff: clean.
[17179762.952000] cs: IO port probe 0x100-0x3af: clean.
[17179762.952000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[17179762.952000] cs: IO port probe 0x820-0x8ff: clean.
[17179762.952000] cs: IO port probe 0xc00-0xcf7: clean.
[17179762.956000] cs: IO port probe 0xa00-0xaff: clean.
[17179763.000000] 0.0: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179763.228000] intel8x0_measure_ac97_clock: measured 55472 usecs
[17179763.228000] intel8x0: clocking to 48000
[17179763.616000] NET: Registered protocol family 17
[17179765.440000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179765.440000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179765.440000] ide: failed opcode was: unknown
[17179765.440000] end_request: I/O error, dev hda, sector 0
[17179765.440000] Buffer I/O error on device hda, logical block 0
[17179766.264000] NET: Registered protocol family 10
[17179766.264000] lo: Disabled Privacy Extensions
[17179766.264000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[17179766.264000] IPv6 over IPv4 tunneling driver
[17179768.252000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179768.252000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179768.252000] ide: failed opcode was: unknown
[17179768.252000] end_request: I/O error, dev hda, sector 0
[17179768.252000] Buffer I/O error on device hda, logical block 0
[17179771.020000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179771.020000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179771.020000] ide: failed opcode was: unknown
[17179771.020000] end_request: I/O error, dev hda, sector 0
[17179771.020000] Buffer I/O error on device hda, logical block 0
[17179773.792000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179773.792000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179773.792000] ide: failed opcode was: unknown
[17179773.792000] end_request: I/O error, dev hda, sector 0
[17179773.792000] Buffer I/O error on device hda, logical block 0
[17179776.572000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179776.572000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179776.572000] ide: failed opcode was: unknown
[17179776.572000] end_request: I/O error, dev hda, sector 0
[17179776.572000] Buffer I/O error on device hda, logical block 0
[17179776.660000] eth1: no IPv6 routers present
[17179779.340000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179779.340000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179779.340000] ide: failed opcode was: unknown
[17179779.340000] end_request: I/O error, dev hda, sector 0
[17179779.340000] Buffer I/O error on device hda, logical block 0
[17179786.172000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179786.172000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179786.172000] ide: failed opcode was: unknown
[17179786.172000] end_request: I/O error, dev hda, sector 0
[17179786.172000] Buffer I/O error on device hda, logical block 0
[17179788.960000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179788.960000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179788.960000] ide: failed opcode was: unknown
[17179788.960000] end_request: I/O error, dev hda, sector 0
[17179788.960000] Buffer I/O error on device hda, logical block 0
[17179791.736000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179791.736000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179791.736000] ide: failed opcode was: unknown
[17179791.736000] end_request: I/O error, dev hda, sector 0
[17179791.736000] Buffer I/O error on device hda, logical block 0
[17179794.508000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179794.508000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179794.508000] ide: failed opcode was: unknown
[17179794.508000] end_request: I/O error, dev hda, sector 0
[17179794.508000] Buffer I/O error on device hda, logical block 0
[17179797.288000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179797.288000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179797.288000] ide: failed opcode was: unknown
[17179797.288000] end_request: I/O error, dev hda, sector 0
[17179797.288000] Buffer I/O error on device hda, logical block 0
[17179800.056000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179800.056000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179800.056000] ide: failed opcode was: unknown
[17179800.056000] end_request: I/O error, dev hda, sector 0
[17179800.056000] Buffer I/O error on device hda, logical block 0
[17179802.836000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179802.836000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179802.836000] ide: failed opcode was: unknown
[17179802.836000] end_request: I/O error, dev hda, sector 0
[17179802.836000] Buffer I/O error on device hda, logical block 0
[17179805.608000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179805.608000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179805.608000] ide: failed opcode was: unknown
[17179805.608000] end_request: I/O error, dev hda, sector 0
[17179805.608000] Buffer I/O error on device hda, logical block 0
[17179808.392000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179808.392000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179808.392000] ide: failed opcode was: unknown
[17179808.392000] end_request: I/O error, dev hda, sector 0
[17179808.392000] Buffer I/O error on device hda, logical block 0
[17179811.188000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179811.188000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179811.188000] ide: failed opcode was: unknown
[17179811.188000] end_request: I/O error, dev hda, sector 0
[17179811.188000] Buffer I/O error on device hda, logical block 0
[17179813.964000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179813.964000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179813.964000] ide: failed opcode was: unknown
[17179813.964000] end_request: I/O error, dev hda, sector 0
[17179813.964000] Buffer I/O error on device hda, logical block 0
[17179816.744000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179816.744000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179816.744000] ide: failed opcode was: unknown
[17179816.744000] end_request: I/O error, dev hda, sector 0
[17179816.744000] Buffer I/O error on device hda, logical block 0
[17179819.524000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179819.524000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179819.524000] ide: failed opcode was: unknown
[17179819.524000] end_request: I/O error, dev hda, sector 0
[17179819.524000] Buffer I/O error on device hda, logical block 0
[17179822.308000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179822.308000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179822.308000] ide: failed opcode was: unknown
[17179822.308000] end_request: I/O error, dev hda, sector 0
[17179822.308000] Buffer I/O error on device hda, logical block 0
[17179825.080000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179825.080000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179825.080000] ide: failed opcode was: unknown
[17179825.080000] end_request: I/O error, dev hda, sector 0
[17179825.080000] Buffer I/O error on device hda, logical block 0
[17179827.876000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179827.876000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179827.876000] ide: failed opcode was: unknown
[17179827.876000] end_request: I/O error, dev hda, sector 0
[17179827.876000] Buffer I/O error on device hda, logical block 0
[17179830.636000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179830.636000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179830.636000] ide: failed opcode was: unknown
[17179830.636000] end_request: I/O error, dev hda, sector 0
[17179833.424000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179833.424000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179833.424000] ide: failed opcode was: unknown
[17179833.424000] end_request: I/O error, dev hda, sector 0
[17179833.424000] printk: 1 messages suppressed.
[17179833.424000] Buffer I/O error on device hda, logical block 0
[17179836.216000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179836.216000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179836.216000] ide: failed opcode was: unknown
[17179836.216000] end_request: I/O error, dev hda, sector 0
[17179838.988000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179838.988000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179838.988000] ide: failed opcode was: unknown
[17179838.988000] end_request: I/O error, dev hda, sector 0
[17179838.988000] printk: 1 messages suppressed.
[17179838.988000] Buffer I/O error on device hda, logical block 0
[17179848.820000] ACPI: AC Adapter [ACAD] (on-line)
[17179848.904000] ACPI: Battery Slot [BAT1] (battery present)
[17179848.904000] ACPI: Battery Slot [BAT2] (battery absent)
[17179848.920000] ACPI: Power Button (FF) [PWRF]
[17179848.920000] ACPI: Lid Switch [LID]
[17179848.920000] ACPI: Sleep Button (CM) [SLPB]
[17179849.064000] ACPI: Error installing notify handler
[17179849.148000] ibm_acpi: ec object not found
[17179849.172000] pcc_acpi: loading...
[17179849.372000] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[17179853.232000] lp0: using parport0 (interrupt-driven).
[17179853.288000] ppdev: user-space parallel port driver
[17179855.164000] [drm] Initialized drm 1.0.1 20051102
[17179855.232000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[17179855.236000] [drm] Initialized radeon 1.25.0 20060524 on minor 0
[17179856.136000] mtrr: 0xd8000000,0x8000000 overlaps existing 0xd8000000,0x4000000
[17179856.136000] mtrr: 0xd8000000,0x8000000 overlaps existing 0xd8000000,0x4000000
[17179856.136000] mtrr: 0xd8000000,0x8000000 overlaps existing 0xd8000000,0x4000000
[17179856.136000] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[17179856.136000] agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
[17179856.136000] agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
[17179856.580000] [drm] Setting GART location based on new memory map
[17179856.580000] [drm] Loading R200 Microcode
[17179856.580000] [drm] writeback test succeeded in 2 usecs
[17179865.040000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[17179865.040000] apm: overridden by ACPI.
[17179875.064000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179875.064000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179875.064000] ide: failed opcode was: unknown
[17179875.064000] end_request: I/O error, dev hda, sector 0
[17179875.064000] Buffer I/O error on device hda, logical block 0
[17179877.852000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179877.852000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179877.852000] ide: failed opcode was: unknown
[17179877.852000] end_request: I/O error, dev hda, sector 0
[17179877.852000] Buffer I/O error on device hda, logical block 0
[17179880.624000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179880.624000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179880.624000] ide: failed opcode was: unknown
[17179880.624000] end_request: I/O error, dev hda, sector 0
[17179880.624000] Buffer I/O error on device hda, logical block 0
[17179884.236000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179884.236000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179884.236000] ide: failed opcode was: unknown
[17179884.236000] end_request: I/O error, dev hda, sector 0
[17179884.236000] Buffer I/O error on device hda, logical block 0
[17179908.448000] Bluetooth: Core ver 2.8
[17179908.448000] NET: Registered protocol family 31
[17179908.448000] Bluetooth: HCI device and connection manager initialized
[17179908.448000] Bluetooth: HCI socket layer initialized
[17179909.476000] Bluetooth: L2CAP ver 2.8
[17179909.476000] Bluetooth: L2CAP socket layer initialized
[17179910.036000] Bluetooth: RFCOMM socket layer initialized
[17179910.036000] Bluetooth: RFCOMM TTY layer initialized
[17179910.036000] Bluetooth: RFCOMM ver 1.7
[17179984.548000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179984.548000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179984.548000] ide: failed opcode was: unknown
[17179984.548000] end_request: I/O error, dev hda, sector 0
[17179984.548000] Buffer I/O error on device hda, logical block 0
[17179987.332000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17179987.332000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17179987.332000] ide: failed opcode was: unknown
[17179987.332000] end_request: I/O error, dev hda, sector 0
[17179987.332000] Buffer I/O error on device hda, logical block 0
[17180030.804000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180030.804000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180030.804000] ide: failed opcode was: unknown
[17180030.804000] end_request: I/O error, dev hda, sector 0
[17180071.300000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180071.300000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180071.300000] ide: failed opcode was: unknown
[17180071.300000] end_request: I/O error, dev hda, sector 0
[17180071.300000] Buffer I/O error on device hda, logical block 0
[17180074.064000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180074.064000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180074.064000] ide: failed opcode was: unknown
[17180074.064000] end_request: I/O error, dev hda, sector 0
[17180074.064000] Buffer I/O error on device hda, logical block 0
[17180131.332000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180131.332000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180131.332000] ide: failed opcode was: unknown
[17180131.332000] end_request: I/O error, dev hda, sector 0
[17180131.332000] Buffer I/O error on device hda, logical block 0
[17180134.128000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180134.128000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180134.128000] ide: failed opcode was: unknown
[17180134.128000] end_request: I/O error, dev hda, sector 0
[17180134.128000] Buffer I/O error on device hda, logical block 0
[17180136.884000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180136.888000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180136.888000] ide: failed opcode was: unknown
[17180136.888000] end_request: I/O error, dev hda, sector 0
[17180136.888000] Buffer I/O error on device hda, logical block 0
[17180139.676000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180139.676000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180139.676000] ide: failed opcode was: unknown
[17180139.676000] end_request: I/O error, dev hda, sector 0
[17180139.676000] Buffer I/O error on device hda, logical block 0
[17180142.464000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180142.464000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180142.464000] ide: failed opcode was: unknown
[17180142.464000] end_request: I/O error, dev hda, sector 0
[17180142.464000] Buffer I/O error on device hda, logical block 0
[17180145.248000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180145.248000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180145.248000] ide: failed opcode was: unknown
[17180145.248000] end_request: I/O error, dev hda, sector 0
[17180145.248000] Buffer I/O error on device hda, logical block 0
[17180148.028000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180148.028000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180148.028000] ide: failed opcode was: unknown
[17180148.028000] end_request: I/O error, dev hda, sector 0
[17180148.028000] Buffer I/O error on device hda, logical block 0
[17180150.816000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180150.816000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180150.816000] ide: failed opcode was: unknown
[17180150.816000] end_request: I/O error, dev hda, sector 0
[17180150.816000] Buffer I/O error on device hda, logical block 0
[17180153.608000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180153.608000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180153.608000] ide: failed opcode was: unknown
[17180153.608000] end_request: I/O error, dev hda, sector 0
[17180153.608000] Buffer I/O error on device hda, logical block 0
[17180157.020000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180157.020000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180157.020000] ide: failed opcode was: unknown
[17180157.020000] end_request: I/O error, dev hda, sector 0
[17180157.020000] Buffer I/O error on device hda, logical block 0
[17180159.800000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180159.800000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180159.800000] ide: failed opcode was: unknown
[17180159.800000] end_request: I/O error, dev hda, sector 0
[17180159.800000] Buffer I/O error on device hda, logical block 0
[17180162.580000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180162.580000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180162.580000] ide: failed opcode was: unknown
[17180162.580000] end_request: I/O error, dev hda, sector 0
[17180162.580000] Buffer I/O error on device hda, logical block 0
[17180165.364000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180165.364000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180165.364000] ide: failed opcode was: unknown
[17180165.364000] end_request: I/O error, dev hda, sector 0
[17180165.364000] Buffer I/O error on device hda, logical block 0
[17180168.144000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180168.144000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180168.144000] ide: failed opcode was: unknown
[17180168.144000] end_request: I/O error, dev hda, sector 0
[17180168.144000] Buffer I/O error on device hda, logical block 0
[17180170.924000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180170.924000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180170.924000] ide: failed opcode was: unknown
[17180170.924000] end_request: I/O error, dev hda, sector 0
[17180170.924000] Buffer I/O error on device hda, logical block 0
[17180173.708000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180173.708000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180173.708000] ide: failed opcode was: unknown
[17180173.708000] end_request: I/O error, dev hda, sector 0
[17180173.708000] Buffer I/O error on device hda, logical block 0
[17180176.488000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180176.488000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180176.488000] ide: failed opcode was: unknown
[17180176.488000] end_request: I/O error, dev hda, sector 0
[17180176.488000] Buffer I/O error on device hda, logical block 0
[17180179.276000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17180179.276000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17180179.276000] ide: failed opcode was: unknown
[17180179.276000] end_request: I/O error, dev hda, sector 0
[17180179.276000] Buffer I/O error on device hda, logical block 0
[17181063.256000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181063.256000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181063.256000] ide: failed opcode was: unknown
[17181063.256000] end_request: I/O error, dev hda, sector 0
[17181063.256000] Buffer I/O error on device hda, logical block 0
[17181066.068000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181066.068000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181066.068000] ide: failed opcode was: unknown
[17181066.068000] end_request: I/O error, dev hda, sector 0
[17181066.068000] Buffer I/O error on device hda, logical block 0
[17181068.840000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181068.840000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181068.840000] ide: failed opcode was: unknown
[17181068.840000] end_request: I/O error, dev hda, sector 0
[17181068.840000] Buffer I/O error on device hda, logical block 0
[17181071.616000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181071.616000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181071.616000] ide: failed opcode was: unknown
[17181071.616000] end_request: I/O error, dev hda, sector 0
[17181071.616000] Buffer I/O error on device hda, logical block 0
[17181074.388000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181074.388000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181074.388000] ide: failed opcode was: unknown
[17181074.388000] end_request: I/O error, dev hda, sector 0
[17181074.388000] Buffer I/O error on device hda, logical block 0
[17181077.160000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181077.160000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181077.160000] ide: failed opcode was: unknown
[17181077.160000] end_request: I/O error, dev hda, sector 0
[17181077.160000] Buffer I/O error on device hda, logical block 0
[17181079.940000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181079.940000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181079.940000] ide: failed opcode was: unknown
[17181079.940000] end_request: I/O error, dev hda, sector 0
[17181079.940000] Buffer I/O error on device hda, logical block 0
[17181082.732000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181082.732000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181082.732000] ide: failed opcode was: unknown
[17181082.732000] end_request: I/O error, dev hda, sector 0
[17181082.732000] Buffer I/O error on device hda, logical block 0
[17181085.512000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181085.512000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181085.512000] ide: failed opcode was: unknown
[17181085.512000] end_request: I/O error, dev hda, sector 0
[17181085.512000] Buffer I/O error on device hda, logical block 0
[17181088.780000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181088.780000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181088.780000] ide: failed opcode was: unknown
[17181088.780000] end_request: I/O error, dev hda, sector 0
[17181088.780000] Buffer I/O error on device hda, logical block 0
[17181091.572000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181091.572000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181091.572000] ide: failed opcode was: unknown
[17181091.572000] end_request: I/O error, dev hda, sector 0
[17181091.572000] Buffer I/O error on device hda, logical block 0
[17181094.360000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181094.360000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181094.360000] ide: failed opcode was: unknown
[17181094.360000] end_request: I/O error, dev hda, sector 0
[17181094.360000] Buffer I/O error on device hda, logical block 0
[17181097.140000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181097.140000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181097.140000] ide: failed opcode was: unknown
[17181097.140000] end_request: I/O error, dev hda, sector 0
[17181097.140000] Buffer I/O error on device hda, logical block 0
[17181099.904000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181099.904000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181099.904000] ide: failed opcode was: unknown
[17181099.904000] end_request: I/O error, dev hda, sector 0
[17181099.904000] Buffer I/O error on device hda, logical block 0
[17181102.704000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181102.704000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181102.704000] ide: failed opcode was: unknown
[17181102.704000] end_request: I/O error, dev hda, sector 0
[17181102.704000] Buffer I/O error on device hda, logical block 0
[17181105.476000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181105.476000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181105.476000] ide: failed opcode was: unknown
[17181105.476000] end_request: I/O error, dev hda, sector 0
[17181105.476000] Buffer I/O error on device hda, logical block 0
[17181108.248000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181108.248000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181108.248000] ide: failed opcode was: unknown
[17181108.248000] end_request: I/O error, dev hda, sector 0
[17181108.248000] Buffer I/O error on device hda, logical block 0
[17181111.020000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181111.020000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181111.020000] ide: failed opcode was: unknown
[17181111.020000] end_request: I/O error, dev hda, sector 0
[17181111.020000] Buffer I/O error on device hda, logical block 0
[17181113.812000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181113.812000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181113.812000] ide: failed opcode was: unknown
[17181113.812000] end_request: I/O error, dev hda, sector 0
[17181113.812000] Buffer I/O error on device hda, logical block 0
[17181116.608000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181116.608000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181116.608000] ide: failed opcode was: unknown
[17181116.608000] end_request: I/O error, dev hda, sector 0
[17181116.608000] Buffer I/O error on device hda, logical block 0
[17181119.380000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181119.380000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181119.380000] ide: failed opcode was: unknown
[17181119.380000] end_request: I/O error, dev hda, sector 0
[17181119.380000] Buffer I/O error on device hda, logical block 0
[17181122.172000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181122.172000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181122.172000] ide: failed opcode was: unknown
[17181122.172000] end_request: I/O error, dev hda, sector 0
[17181124.952000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181124.952000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181124.952000] ide: failed opcode was: unknown
[17181124.952000] end_request: I/O error, dev hda, sector 0
[17181124.952000] printk: 1 messages suppressed.
[17181124.952000] Buffer I/O error on device hda, logical block 0
[17181127.732000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181127.732000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181127.732000] ide: failed opcode was: unknown
[17181127.732000] end_request: I/O error, dev hda, sector 0
[17181130.488000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181130.488000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181130.488000] ide: failed opcode was: unknown
[17181130.488000] end_request: I/O error, dev hda, sector 0
[17181130.488000] printk: 1 messages suppressed.
[17181130.488000] Buffer I/O error on device hda, logical block 0
[17181133.268000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181133.268000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181133.268000] ide: failed opcode was: unknown
[17181133.268000] end_request: I/O error, dev hda, sector 0
[17181133.268000] Buffer I/O error on device hda, logical block 0
[17181136.032000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181136.032000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181136.032000] ide: failed opcode was: unknown
[17181136.032000] end_request: I/O error, dev hda, sector 0
[17181139.520000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181139.520000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181139.520000] ide: failed opcode was: unknown
[17181139.520000] end_request: I/O error, dev hda, sector 0
[17181139.520000] printk: 1 messages suppressed.
[17181139.520000] Buffer I/O error on device hda, logical block 0
[17181142.292000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181142.292000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181142.292000] ide: failed opcode was: unknown
[17181142.292000] end_request: I/O error, dev hda, sector 0
[17181145.056000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181145.056000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181145.056000] ide: failed opcode was: unknown
[17181145.056000] end_request: I/O error, dev hda, sector 0
[17181145.056000] printk: 1 messages suppressed.
[17181145.056000] Buffer I/O error on device hda, logical block 0
[17181147.864000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181147.864000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181147.864000] ide: failed opcode was: unknown
[17181147.864000] end_request: I/O error, dev hda, sector 0
[17181150.620000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181150.620000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181150.620000] ide: failed opcode was: unknown
[17181150.620000] end_request: I/O error, dev hda, sector 0
[17181150.620000] printk: 1 messages suppressed.
[17181150.620000] Buffer I/O error on device hda, logical block 0
[17181153.392000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181153.392000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181153.392000] ide: failed opcode was: unknown
[17181153.392000] end_request: I/O error, dev hda, sector 0
[17181153.392000] Buffer I/O error on device hda, logical block 0
[17181156.164000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181156.164000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181156.164000] ide: failed opcode was: unknown
[17181156.164000] end_request: I/O error, dev hda, sector 0
[17181158.952000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181158.952000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181158.952000] ide: failed opcode was: unknown
[17181158.952000] end_request: I/O error, dev hda, sector 0
[17181158.952000] printk: 1 messages suppressed.
[17181158.952000] Buffer I/O error on device hda, logical block 0
[17181161.708000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181161.708000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181161.708000] ide: failed opcode was: unknown
[17181161.708000] end_request: I/O error, dev hda, sector 0
[17181164.500000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181164.500000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181164.500000] ide: failed opcode was: unknown
[17181164.500000] end_request: I/O error, dev hda, sector 0
[17181170.444000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181170.444000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181170.444000] ide: failed opcode was: unknown
[17181170.444000] end_request: I/O error, dev hda, sector 0
[17181170.444000] printk: 1 messages suppressed.
[17181170.444000] Buffer I/O error on device hda, logical block 0
[17181173.224000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181173.224000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181173.224000] ide: failed opcode was: unknown
[17181173.224000] end_request: I/O error, dev hda, sector 0
[17181173.224000] Buffer I/O error on device hda, logical block 0
[17181176.004000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181176.004000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181176.004000] ide: failed opcode was: unknown
[17181176.004000] end_request: I/O error, dev hda, sector 0
[17181176.004000] Buffer I/O error on device hda, logical block 0
[17181178.776000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181178.776000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181178.776000] ide: failed opcode was: unknown
[17181178.776000] end_request: I/O error, dev hda, sector 0
[17181178.776000] Buffer I/O error on device hda, logical block 0
[17181181.540000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181181.540000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181181.540000] ide: failed opcode was: unknown
[17181181.540000] end_request: I/O error, dev hda, sector 0
[17181184.340000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181184.340000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181184.340000] ide: failed opcode was: unknown
[17181184.340000] end_request: I/O error, dev hda, sector 0
[17181184.340000] printk: 1 messages suppressed.
[17181184.340000] Buffer I/O error on device hda, logical block 0
[17181187.104000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181187.104000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181187.104000] ide: failed opcode was: unknown
[17181187.104000] end_request: I/O error, dev hda, sector 0
[17181189.892000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181189.892000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181189.892000] ide: failed opcode was: unknown
[17181189.892000] end_request: I/O error, dev hda, sector 0
[17181189.892000] printk: 1 messages suppressed.
[17181189.892000] Buffer I/O error on device hda, logical block 0
[17181192.672000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181192.672000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181192.672000] ide: failed opcode was: unknown
[17181192.672000] end_request: I/O error, dev hda, sector 0
[17181195.960000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181195.960000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181195.960000] ide: failed opcode was: unknown
[17181195.960000] end_request: I/O error, dev hda, sector 0
[17181195.960000] printk: 1 messages suppressed.
[17181195.960000] Buffer I/O error on device hda, logical block 0
[17181198.732000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181198.732000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181198.732000] ide: failed opcode was: unknown
[17181198.732000] end_request: I/O error, dev hda, sector 0
[17181198.732000] Buffer I/O error on device hda, logical block 0
[17181201.524000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181201.524000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181201.524000] ide: failed opcode was: unknown
[17181201.524000] end_request: I/O error, dev hda, sector 0
[17181204.312000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181204.312000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181204.312000] ide: failed opcode was: unknown
[17181204.312000] end_request: I/O error, dev hda, sector 0
[17181204.312000] printk: 1 messages suppressed.
[17181204.312000] Buffer I/O error on device hda, logical block 0
[17181207.092000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181207.092000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181207.092000] ide: failed opcode was: unknown
[17181207.092000] end_request: I/O error, dev hda, sector 0
[17181209.864000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181209.864000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181209.864000] ide: failed opcode was: unknown
[17181209.864000] end_request: I/O error, dev hda, sector 0
[17181209.864000] printk: 1 messages suppressed.
[17181209.864000] Buffer I/O error on device hda, logical block 0
[17181212.636000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181212.636000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181212.636000] ide: failed opcode was: unknown
[17181212.636000] end_request: I/O error, dev hda, sector 0
[17181215.428000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181215.428000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181215.428000] ide: failed opcode was: unknown
[17181215.428000] end_request: I/O error, dev hda, sector 0
[17181215.428000] printk: 1 messages suppressed.
[17181215.428000] Buffer I/O error on device hda, logical block 0
[17181218.192000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
[17181218.192000] hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=5, high=0, low=5, sector=0
[17181218.192000] ide: failed opcode was: unknown
[17181218.192000] end_request: I/O error, dev hda, sector 0

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-24  3:07       ` Alan E. Davis
@ 2006-12-24  8:42         ` PaulNM
  2006-12-24 13:09           ` Mick
  0 siblings, 1 reply; 12+ messages in thread
From: PaulNM @ 2006-12-24  8:42 UTC (permalink / raw
  To: gentoo-user

Hi,

These type of messages:

[17180157.020000] hda: dma_intr: status=0x51 { DriveReady SeekComplete 
Error }
[17180157.020000] hda: dma_intr: error=0x40 { UncorrectableError }, 
LBAsect=5, high=0, low=5, sector=0
[17180157.020000] ide: failed opcode was: unknown
[17180157.020000] end_request: I/O error, dev hda, sector 0


are very bad signs.  Nine times out of ten it means the drive is dead, 
or nearly so.  The few times it's not a dead/dying drive, is usually due 
to dma not being supported, or a bad cable. Given that dd is not 
working, and nothing seems able to actually write to the drive, I'm 
leaning towards a dead drive.

	As a last ditch attempt, you could try reseating the power and ide 
cable on the drive, as well as the motherboard end of the ide cable. If 
you have another system laying around, you could put the problem drive 
in there to confirm it is a drive problem.

	HTH,
	  PaulNM

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-23 23:22   ` Alan E. Davis
  2006-12-24  2:31     ` Daniel Iliev
@ 2006-12-24  9:16     ` Neil Bothwick
  2006-12-24 13:05       ` Alan E. Davis
  1 sibling, 1 reply; 12+ messages in thread
From: Neil Bothwick @ 2006-12-24  9:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

On Sat, 23 Dec 2006 23:22:02 +0000, Alan E. Davis wrote:

> Neither of these worked:
> 
> # dd if=/dev/zero of=/dev/hda bs=512 count=1
> dd: writing `/dev/hda': Input/output error
> 1+0 records in
> 0+0 records out
> 0 bytes (0 B) copied, 3.96744 seconds, 0.0 kB/s
> 
> gparted shows the whole disk as unallocated.  When I try to install a
> new partition, it wants to install a disklabel.  The attempt fails.

It looks like a dead disk to me :(


-- 
Neil Bothwick

Documentation: (n.) a novel sold with software, designed to entertain the
               operator during episodes of bugs or glitches.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-24  9:16     ` Neil Bothwick
@ 2006-12-24 13:05       ` Alan E. Davis
  0 siblings, 0 replies; 12+ messages in thread
From: Alan E. Davis @ 2006-12-24 13:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

It's looking really bad.  However, I have seen some messages about similar
messages/problems being addressed by flashing the bios.  I have received a
diagnostic utility from Gateway.  This is a laptop.

Thank you for the advice.  I'll keep trying.

Merry Christmas (in an hour, here in the W. Pacific),

Alan

On 12/24/06, Neil Bothwick <neil@digimed.co.uk> wrote:
>
> On Sat, 23 Dec 2006 23:22:02 +0000, Alan E. Davis wrote:
>
> > Neither of these worked:
> >
> > # dd if=/dev/zero of=/dev/hda bs=512 count=1
> > dd: writing `/dev/hda': Input/output error
> > 1+0 records in
> > 0+0 records out
> > 0 bytes (0 B) copied, 3.96744 seconds, 0.0 kB/s
> >
> > gparted shows the whole disk as unallocated.  When I try to install a
> > new partition, it wants to install a disklabel.  The attempt fails.
>
> It looks like a dead disk to me :(
>
>
> --
> Neil Bothwick
>
> Documentation: (n.) a novel sold with software, designed to entertain the
>                operator during episodes of bugs or glitches.
>
>
>


-- 
Alan Davis, Kagman High School, Saipan  lngndvs@gmail.com     1-670-256-2043

I consider that the golden rule requires that if I like a program I must
share it with other people who like it.
                                          --------Richard Stallman

[-- Attachment #2: Type: text/html, Size: 2077 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-24  8:42         ` PaulNM
@ 2006-12-24 13:09           ` Mick
  2007-01-03 10:30             ` Nelson, David (ED, PAR&D)
  0 siblings, 1 reply; 12+ messages in thread
From: Mick @ 2006-12-24 13:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]

On Sunday 24 December 2006 08:42, PaulNM wrote:
> Hi,
>
> These type of messages:
>
> [17180157.020000] hda: dma_intr: status=0x51 { DriveReady SeekComplete
> Error }
> [17180157.020000] hda: dma_intr: error=0x40 { UncorrectableError },
> LBAsect=5, high=0, low=5, sector=0
> [17180157.020000] ide: failed opcode was: unknown
> [17180157.020000] end_request: I/O error, dev hda, sector 0
>
>
> are very bad signs.  Nine times out of ten it means the drive is dead,
> or nearly so.  The few times it's not a dead/dying drive, is usually due
> to dma not being supported, or a bad cable. Given that dd is not
> working, and nothing seems able to actually write to the drive, I'm
> leaning towards a dead drive.
>
> 	As a last ditch attempt, you could try reseating the power and ide
> cable on the drive, as well as the motherboard end of the ide cable. If
> you have another system laying around, you could put the problem drive
> in there to confirm it is a drive problem.

I agree that in all likelihood your HD is toast.  However, before you start 
searching on Ebay you would better follow the above advice to reseat cables 
and, or sockets.  I used to have an IBM laptop with a problematic floppy 
drive that needed reseating in its socket every now and then to cure its boot 
problems.

-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2006-12-24 13:09           ` Mick
@ 2007-01-03 10:30             ` Nelson, David (ED, PAR&D)
  2007-01-03 11:49               ` Alan E. Davis
  0 siblings, 1 reply; 12+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-03 10:30 UTC (permalink / raw
  To: gentoo-user

I am maybe "late to the party" here but for specific types of disk failure the freezer trick can work briefly if you have any data to recover (looks unlikely in this case but thought I'd mention it). I did this for my friends laptop drive a few weeks ago so he could back his stuff up to my box via Samba - the drive was shoved in a plastic sealed bag with as much air squeezed out as possible and left in a freezer for a few days. It lived for an hour and a half before dying again.

(Note: the failure in this case involved the drive making a rather horrid grinding noise)

In a rather cruel case of Murphy's law, one of my hard disks died the following week, taking his backup with it. Nice.

David

Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.



> -----Original Message-----
> From: Mick [mailto:michaelkintzios@gmail.com]
> Sent: 24 December 2006 13:09
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] desperation question: disklabel, unable to
> write to disk, etc.
> 
> 
> On Sunday 24 December 2006 08:42, PaulNM wrote:
> > Hi,
> >
> > These type of messages:
> >
> > [17180157.020000] hda: dma_intr: status=0x51 { DriveReady 
> SeekComplete
> > Error }
> > [17180157.020000] hda: dma_intr: error=0x40 { UncorrectableError },
> > LBAsect=5, high=0, low=5, sector=0
> > [17180157.020000] ide: failed opcode was: unknown
> > [17180157.020000] end_request: I/O error, dev hda, sector 0
> >
> >
> > are very bad signs.  Nine times out of ten it means the 
> drive is dead,
> > or nearly so.  The few times it's not a dead/dying drive, 
> is usually due
> > to dma not being supported, or a bad cable. Given that dd is not
> > working, and nothing seems able to actually write to the drive, I'm
> > leaning towards a dead drive.
> >
> > 	As a last ditch attempt, you could try reseating the 
> power and ide
> > cable on the drive, as well as the motherboard end of the 
> ide cable. If
> > you have another system laying around, you could put the 
> problem drive
> > in there to confirm it is a drive problem.
> 
> I agree that in all likelihood your HD is toast.  However, 
> before you start 
> searching on Ebay you would better follow the above advice to 
> reseat cables 
> and, or sockets.  I used to have an IBM laptop with a 
> problematic floppy 
> drive that needed reseating in its socket every now and then 
> to cure its boot 
> problems.
> 
> -- 
> Regards,
> Mick
> 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2007-01-03 10:30             ` Nelson, David (ED, PAR&D)
@ 2007-01-03 11:49               ` Alan E. Davis
  2007-01-03 12:48                 ` Nelson, David (ED, PAR&D)
  0 siblings, 1 reply; 12+ messages in thread
From: Alan E. Davis @ 2007-01-03 11:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3741 bytes --]

I am still in limbo about this drive.  I have gotten a disk scanning utility
from Gateway, and am now trying to get together a floppy to test it that
way.

I have had another HDD issue this week, on a SATA drive.  I may post
separately about that.  I can see partitions from Ubuntu that I cannot see
from Gentoo.  Etc.  Back to the laptop.  I hope for the best, and suspect
that somehow the disk was corrupted by software, and if so I HOPE it can be
recovered.  Otherwise, I guess I can run a live cd and save files to a usb
flash drive!  I haven't heard any strange noises, but the freezer trick
would certainly be a last resort.

Alan

On 1/3/07, Nelson, David (ED, PAR&D) <David.Nelson2@astrazeneca.com> wrote:
>
> I am maybe "late to the party" here but for specific types of disk failure
> the freezer trick can work briefly if you have any data to recover (looks
> unlikely in this case but thought I'd mention it). I did this for my friends
> laptop drive a few weeks ago so he could back his stuff up to my box via
> Samba - the drive was shoved in a plastic sealed bag with as much air
> squeezed out as possible and left in a freezer for a few days. It lived for
> an hour and a half before dying again.
>
> (Note: the failure in this case involved the drive making a rather horrid
> grinding noise)
>
> In a rather cruel case of Murphy's law, one of my hard disks died the
> following week, taking his backup with it. Nice.
>
> David
>
> Note: These views are my own, advice is provided with no guarantee of
> success. I do not represent anyone else in any emails I send to this list.
>
>
>
> > -----Original Message-----
> > From: Mick [mailto:michaelkintzios@gmail.com]
> > Sent: 24 December 2006 13:09
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: [gentoo-user] desperation question: disklabel, unable to
> > write to disk, etc.
> >
> >
> > On Sunday 24 December 2006 08:42, PaulNM wrote:
> > > Hi,
> > >
> > > These type of messages:
> > >
> > > [17180157.020000] hda: dma_intr: status=0x51 { DriveReady
> > SeekComplete
> > > Error }
> > > [17180157.020000] hda: dma_intr: error=0x40 { UncorrectableError },
> > > LBAsect=5, high=0, low=5, sector=0
> > > [17180157.020000] ide: failed opcode was: unknown
> > > [17180157.020000] end_request: I/O error, dev hda, sector 0
> > >
> > >
> > > are very bad signs.  Nine times out of ten it means the
> > drive is dead,
> > > or nearly so.  The few times it's not a dead/dying drive,
> > is usually due
> > > to dma not being supported, or a bad cable. Given that dd is not
> > > working, and nothing seems able to actually write to the drive, I'm
> > > leaning towards a dead drive.
> > >
> > >     As a last ditch attempt, you could try reseating the
> > power and ide
> > > cable on the drive, as well as the motherboard end of the
> > ide cable. If
> > > you have another system laying around, you could put the
> > problem drive
> > > in there to confirm it is a drive problem.
> >
> > I agree that in all likelihood your HD is toast.  However,
> > before you start
> > searching on Ebay you would better follow the above advice to
> > reseat cables
> > and, or sockets.  I used to have an IBM laptop with a
> > problematic floppy
> > drive that needed reseating in its socket every now and then
> > to cure its boot
> > problems.
> >
> > --
> > Regards,
> > Mick
> >
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Alan Davis, Kagman High School, Saipan  lngndvs@gmail.com     1-670-256-2043

I consider that the golden rule requires that if I like a program I must
share it with other people who like it.              --------Richard
Stallman

Every great advance in natural knowledge has involved the absolute rejection
of authority.  ----- Thomas H. Huxley

[-- Attachment #2: Type: text/html, Size: 4794 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.
  2007-01-03 11:49               ` Alan E. Davis
@ 2007-01-03 12:48                 ` Nelson, David (ED, PAR&D)
  0 siblings, 0 replies; 12+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-03 12:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]

-----Original Message-----
From: Alan E. Davis [mailto:lngndvs@gmail.com]
Sent: 03 January 2007 11:50
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] desperation question: disklabel, unable to write to disk, etc.


> I am still in limbo about this drive.  I have gotten a disk scanning utility from Gateway, and am now trying to get together a floppy to test it that way.  
> 
> I have had another HDD issue this week, on a SATA drive.  I may post separately about that.  I can see partitions from Ubuntu that I 
> cannot see from Gentoo.  Etc.  Back to the laptop.  I hope for the best, and suspect that somehow the disk was corrupted by software, 
> and if so I HOPE it can be  recovered.  Otherwise, I guess I can run a live cd and save files to a usb flash drive!  I haven't heard any  
> strange noises, but the freezer trick would certainly be a last resort. 

Sounds like some sort of driver issue then surely? Or a kernel config issue. I can't say more than that about it I'm afraid - I'm not entirely sure.
 
David
 
Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.
 


[-- Attachment #2: Type: text/html, Size: 2701 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-01-03 12:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-23  1:23 [gentoo-user] desperation question: disklabel, unable to write to disk, etc Alan E. Davis
2006-12-23  8:14 ` Neil Bothwick
2006-12-23 23:22   ` Alan E. Davis
2006-12-24  2:31     ` Daniel Iliev
2006-12-24  3:07       ` Alan E. Davis
2006-12-24  8:42         ` PaulNM
2006-12-24 13:09           ` Mick
2007-01-03 10:30             ` Nelson, David (ED, PAR&D)
2007-01-03 11:49               ` Alan E. Davis
2007-01-03 12:48                 ` Nelson, David (ED, PAR&D)
2006-12-24  9:16     ` Neil Bothwick
2006-12-24 13:05       ` Alan E. Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox