The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen)
To: Marco Aicardi <marco@aicardi.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PROBLEM: DVD Burning with Asus M2NPV mainboard
Date: Tue, 21 Aug 2007 15:12:17 -0400	[thread overview]
Message-ID: <20070821191217.GF9412@csclub.uwaterloo.ca> (raw)
In-Reply-To: <1187716373.27251.10.camel@rolly>

On Tue, Aug 21, 2007 at 07:12:53PM +0200, Marco Aicardi wrote:
> [1.] One line summary of the problem:    
> 
>         Unable to burn DVD with the Asus M2NPV mainboard
> 
> [2.] Full description of the problem/report:
> 
>         I have recently changed my mainboard to a Asus M2NPV-VM one; nothing else was changed in the PC setup. From that moment on, I am unable to burn DVDs.
>         Both k3b and growisofs fail wih a generic input/output error.
>         
>         The same issue does not happen when mastering with other OSes.
> 
> [3.] Keywords (i.e., modules, networking, kernel):
> 
> [4.] Kernel version (from /proc/version):
> 
>         2.6.20-16 and 2.6.22-9
> 
> [5.] Output of Oops.. message (if applicable) with symbolic information 
>      resolved (see Documentation/oops-tracing.txt)
> 
>         root@rolly:~# growisofs -dvd-compat -Z /dev/dvd=test.iso
>         Executing 'builtin_dd if=test.iso of=/dev/dvd obs=32k seek=0'
>         /dev/dvd: FEATURE 21h is not on, engaging DAO...
>         /dev/dvd: reserving 2256139 blocks
>         /dev/dvd: "Current Write Speed" is 4.1x1352KBps.
>                   0/4620572672 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
>         :-? the LUN appears to be stuck writing LBA=0h, keep retrying in 5ms
>                   0/4620572672 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
>                   0/4620572672 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
>         :-? the LUN appears to be stuck writing LBA=0h, keep retrying in 5ms
>                   0/4620572672 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
>                   0/4620572672 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
>         :-? the LUN appears to be stuck writing LBA=0h, keep retrying in 5ms
>            14516224/4620572672 ( 0.3%) @3.1x, remaining 116:20 RBU  97.2% UBU   3.2%
>            33587200/4620572672 ( 0.7%) @4.1x, remaining 56:54 RBU  90.5% UBU  90.3%
>            52658176/4620572672 ( 1.1%) @4.1x, remaining 41:55 RBU 100.0% UBU  90.3%
>            71729152/4620572672 ( 1.6%) @4.1x, remaining 33:49 RBU  97.1% UBU  90.3%
>            90800128/4620572672 ( 2.0%) @4.1x, remaining 29:06 RBU 100.0% UBU  90.3%
>         :-[ WRITE@LBA=bab0h failed with SK=4h/ASC=08h/ACQ=03h]: Input/output error
>         :-( write failed: Input/output error
>         /dev/dvd: flushing cache
 
Which device is hdc?  You should not have a slave without a master after
all, since that technically violates ATA specs as far as I know.

Do you have DMA enabled?  Are you even using a native driver for the
PATA interface (many distributions have a nasty habit of loading the
ide-generic driver when using SATA drives for the HDs and only optical
drives are on PATA).

The dmesg output at boot would give an idea as to which driver is used
for PATA drives.

DVD burning without DMA just doesn't work in general.  Also some DVD
drives require an 80wire cable to work reliably.  It does appear from
hdparm though that DMA is enabled, although I am never sure if I can
trust that part of hdparm so I ask /proc/ide/hdX/settings instead.
       
--
Len Sorensen

      reply	other threads:[~2007-08-21 19:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-21 17:12 PROBLEM: DVD Burning with Asus M2NPV mainboard Marco Aicardi
2007-08-21 19:12 ` Lennart Sorensen [this message]

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=20070821191217.GF9412@csclub.uwaterloo.ca \
    --to=lsorense@csclub.uwaterloo.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marco@aicardi.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