lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 21 Aug 2007 15:12:17 -0400
From:	lsorense@...lub.uwaterloo.ca (Lennart Sorensen)
To:	Marco Aicardi <marco@...ardi.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: PROBLEM: DVD Burning with Asus M2NPV mainboard

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@...ly:~# 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@...=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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ