public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Hancock <hancockr@shaw.ca>
To: Jan Niklas Hasse <jhasse@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, linux-kernel@vger.kernel.org
Subject: Re: libata - DMA problems ICH7 rev 02
Date: Mon, 12 May 2008 18:20:49 -0600	[thread overview]
Message-ID: <4828DEE1.1070905@shaw.ca> (raw)
In-Reply-To: <8dacd7b30805120855q406f566ma187142719bf5bd4@mail.gmail.com>

Jan Niklas Hasse wrote:
> On Sat, May 3, 2008 at 4:38 AM, Robert Hancock <hancockr@shaw.ca> wrote:
>>  This is expected. IOWait just means the system is blocked waiting for IO
>> and has nothing else to do. It does not mean that DMA is not working.
>>
>>  [...]
>>
>>  Looks like you are using DMA:
>>
>>  ata1.00: configured for UDMA/100
>>  ata1.01: configured for UDMA/33
>>
> 
> Hm.. strange. But the problem is that my system slows down
> nevertheless (sometimes the mouse cursor stops moving for a short time
> or all my programs don't react). How can i find out what is causing
> the problem?
> 
> Here I was creating a DVD with dvdauthor which was copying some big
> video files. It was nearly impossible to use a web browser, although
> CPU load seems only to be 12.7%.
> 
> top - 20:33:08 up  4:58,  2 users,  load average: 2.94, 2.81, 2.49
> Tasks: 134 total,   2 running, 132 sleeping,   0 stopped,   0 zombie
> Cpu(s):  5.0%us,  7.7%sy,  0.0%ni, 16.2%id, 70.1%wa,  0.3%hi,  0.8%si,  0.0%st
> Mem:   1019568k total,   996316k used,    23252k free,     1148k buffers
> Swap:  2916344k total,    83892k used,  2832452k free,   325284k cached
> 
>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
>  2609 root      15  -5     0    0    0 S    6  0.0   6:41.67 kcryptd
>  6344 root      20   0  543m 129m  10m S    3 13.0   6:33.63 Xorg
> 27062 jhasse    20   0 23164 6424 1176 D    3  0.6   0:11.98 dvdauthor
>  6891 jhasse    20   0  208m  18m 8956 S    2  1.9   3:13.41 transmission
> 27173 jhasse    20   0  263m  24m  12m S    2  2.4   0:00.66 gnome-terminal
>   195 root      20   0     0    0    0 S    1  0.0   0:00.14 pdflush
> 
> Another example: When I'm burning a disc and at the end, when my drive
> finishes the disc (and makes those noises) the computer freezes untill
> the CD is finished and ejected (about 3 seconds).
> 
> I hope it's the right place to ask here at the mailing list and thanks
> for your help so far.

It looks like you have the hard drive and the burner on the same IDE 
channel? Such problems are unavoidable in this setup since commands to 
one device on the channel can't execute while the other device is busy 
(especially for long commands like finalizing the disc). It would be 
better to move the drives onto separate channels.

  reply	other threads:[~2008-05-13  0:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.6VoLd5Q2gfHHZZfYneNkQcGjXKk@ifi.uio.no>
     [not found] ` <fa.kzdMLVO0bqLAbXEBqWrKyBntgxc@ifi.uio.no>
     [not found]   ` <fa.h4D6h2c4Yz08K7snVTVtewbsziM@ifi.uio.no>
2008-05-03  2:38     ` libata - DMA problems ICH7 rev 02 Robert Hancock
2008-05-12 15:55       ` Jan Niklas Hasse
2008-05-13  0:20         ` Robert Hancock [this message]
     [not found]           ` <8dacd7b30805280634s77492f0ag15ee65150f8bedad@mail.gmail.com>
2008-05-28 13:36             ` Jan Niklas Hasse
2008-05-29  0:11               ` Robert Hancock
     [not found] <apfPr-7Wy-9@gated-at.bofh.it>
     [not found] ` <apfPr-7Wy-11@gated-at.bofh.it>
     [not found]   ` <apfPr-7Wy-13@gated-at.bofh.it>
     [not found]     ` <apfPr-7Wy-7@gated-at.bofh.it>
     [not found]       ` <asIBE-5hO-19@gated-at.bofh.it>
     [not found]         ` <asQps-5qO-19@gated-at.bofh.it>
     [not found]           ` <ayu33-1mH-39@gated-at.bofh.it>
     [not found]             ` <ayu32-1mH-37@gated-at.bofh.it>
2008-05-28 15:03               ` Alan Jenkins
2008-05-28 15:04               ` Alan Jenkins
2008-05-02 11:37 Jan Niklas Hasse
2008-05-02 12:58 ` Alan Cox
2008-05-02 20:03   ` Jan Niklas Hasse

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=4828DEE1.1070905@shaw.ca \
    --to=hancockr@shaw.ca \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=jhasse@gmail.com \
    --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