public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexander Fieroch <fieroch@web.de>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Michael Thonke <iogl64nx@gmail.com>,
	linux-kernel@vger.kernel.org, Jesper Juhl <jesper.juhl@gmail.com>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	bzolnier@gmail.com, axboe@suse.de,
	Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>,
	Natalie.Protasevich@unisys.com, Andrew Morton <akpm@osdl.org>,
	Parag Warudkar <kaernel-stuff@comcast.net>,
	Alexander Fieroch <fieroch@web.de>
Subject: Re: PROBLEM: "drive appears confused" and "irq 18: nobody cared!"
Date: Mon, 01 Aug 2005 16:38:46 +0200	[thread overview]
Message-ID: <42EE33F6.6040606@web.de> (raw)
In-Reply-To: <20050730014237.GA20131@mipter.zuzino.mipt.ru>

Alexey Dobriyan wrote:
> --- 2.6.12-r4.txt			[1]
> +++ 2.6.12-r6.txt			[2]
> +1003_linux-2.6.12.3.patch	<-----------------------+
> +1370_sparc-modpost_stt_reg.patch			|
> -1900_acpi-irq-0.patch			included in ----+

no change with 2.6.12.3

> +2700_irqpoll.patch			[3]
> [3] http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=200803dfe4ff772740d63db725ab2f1b185ccf92;hp=21fe3471c3aaa5c489c5d3a4d705291eb7511248

here is the current status with kernel 2.6.13rc4-git4 and kernel 
parameters "pci=routeirq apic=debug acpi=debug irqpoll".

It's working better - there is only one "nobody cared" message and only 
a few lines "drive appears confused" for hdb and hde in syslog. Both of 
them are cdrom drives. I also have hda and hdh, what are harddisk drives 
and where the error does not occur. Perhaps this could help you?
A small test copying files from hda/hdh to /tmp is working - so this 
problem seems to be fixed. Moreover I did not recognize the error...

---------------
hda: dma_timer_expiry: dma status == 0x64
hda: DMA interrupt recovery
hda: lost interrupt
---------------

...anymore.
Copying files from cdrom hdb to /tmp I get continually following errors 
in syslog:

---------------
hdb: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
hdb: media error (bad sector): error=0x30 { LastFailedSense=0x03 }
ide: failed opcode was: unknown
end_request: I/O error, dev hdb, sector 1306960
Buffer I/O error on device hdb, logical block 326740
---------------

I get the same errors when I try to copy files from my dvdrom hde to 
/tmp. There is still something broken.

Regards,
Alexander



  reply	other threads:[~2005-08-01 14:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-18 22:24 [2.6.12rc4] PROBLEM: "drive appears confused" and "irq 18: nobody cared!" Alexander Fieroch
2005-05-27 19:30 ` Alexander Fieroch
2005-05-28  0:16 ` Andrew Morton
2005-05-29 20:18   ` Alexander Fieroch
2005-06-14  8:04     ` Bartlomiej Zolnierkiewicz
2005-06-15 20:39       ` Alexander Fieroch
2005-06-15 21:30         ` Andrew Morton
2005-06-16 22:23           ` Alan Cox
2005-06-16 23:52             ` Bartlomiej Zolnierkiewicz
2005-06-17 10:49             ` Alexander Fieroch
2005-06-17 12:38               ` Alan Cox
2005-06-17 17:05                 ` Alexander Fieroch
2005-06-17 17:17                   ` Jesper Juhl
2005-06-29 13:47                     ` Alexander Fieroch
2005-07-06 10:17                     ` Alexander Fieroch
2005-07-29 22:38                       ` Alexander Fieroch
2005-07-30  0:57                         ` Michael Thonke
2005-07-29 23:05                           ` Parag Warudkar
2005-07-30  1:42                             ` Alexey Dobriyan
2005-08-01 14:38                               ` Alexander Fieroch [this message]
2005-08-01 14:56                                 ` Alexander Fieroch
2005-08-01 19:23                                 ` Krzysztof Halasa
2005-08-01 19:28                                   ` Bartlomiej Zolnierkiewicz
2005-08-09 17:28                                     ` Alexander Fieroch
2005-08-09 22:14                                       ` Alan Cox
2005-08-19 11:12                                     ` Alexander Fieroch
2005-07-31 22:15                           ` Alexander Fieroch
2005-07-06 10:19                     ` Alexander Fieroch
     [not found]                     ` <42C0953B.8000506@web.de>
2005-06-28 13:47                       ` [2.6.12rc4] " Alan Cox
2005-08-04 20:25                       ` Andrew Morton
2005-08-05 10:19                         ` Alan Cox
2005-06-17 11:29           ` Alexander Fieroch
2005-06-13 17:59   ` Alexander Fieroch
  -- strict thread matches above, loose matches on Subject: below --
2005-07-06 15:33 Protasevich, Natalie
2005-07-06 23:20 ` Alexander Fieroch
2005-07-11  5:35 Protasevich, Natalie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42EE33F6.6040606@web.de \
    --to=fieroch@web.de \
    --cc=B.Zolnierkiewicz@elka.pw.edu.pl \
    --cc=Natalie.Protasevich@unisys.com \
    --cc=adobriyan@gmail.com \
    --cc=akpm@osdl.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=axboe@suse.de \
    --cc=bzolnier@gmail.com \
    --cc=iogl64nx@gmail.com \
    --cc=jesper.juhl@gmail.com \
    --cc=kaernel-stuff@comcast.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox