[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cd burning with kernel 2.6.10



I scanbus'ed with dev=ATA and then used the device it gave me, no go. Same trouble. Here's what I got:


ludwig:/home/carrett/music/cd# cdrecord dev=ATA:1,0,0 -v -eject image.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J\uffffrg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
     and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <cdrtools@packages.debian.org>. The original author should not be bothered with problems of this version.

cdrecord: Warning: Running on Linux-2.6.10
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
TOC Type: 1 = CD-ROM
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
SCSI buffer size: 64512
atapi: -1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'CyberDrv'
Identifikation : 'CW058D CD-R/RW  '
Revision       : '110D'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008
Profile: 0x0002 (current)
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-2 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1806336 = 1764 KB
Drive DMA Speed: 258048 kB/s 1466x CD 186x DVD
FIFO size      : 4194304 = 4096 KB
Track 01: data   700 MB
Total size:      803 MB (79:38.92) = 358419 sectors
Lout start:      804 MB (79:40/69) = 358419 sectors


ludwig:/#tail -f /var/log/messages
...
Jan 17 16:07:34 ludwig kernel: hdc: status timeout: status=0xd0 { Busy }
Jan 17 16:07:34 ludwig kernel: hdc: status timeout: error=0xd0LastFailedSense 0x0d
Jan 17 16:07:34 ludwig kernel: hdc: DMA disabled
Jan 17 16:08:04 ludwig kernel: hdc: ATAPI reset timed-out, status=0x80
Jan 17 16:08:04 ludwig kernel: hdd: DMA disabled
Jan 17 16:08:04 ludwig kernel: ide1: reset: success
Jan 17 16:09:04 ludwig kernel: hdc: lost interrupt
Jan 17 16:09:04 ludwig kernel: hdc: status timeout: status=0xd0 { Busy }
Jan 17 16:09:04 ludwig kernel: hdc: status timeout: error=0xd0LastFailedSense 0x0d
Jan 17 16:09:05 ludwig kernel: hdc: ATAPI reset complete
Jan 17 16:09:05 ludwig kernel: hdc: status error: status=0x08 { DataRequest } Jan 17 16:09:05 ludwig kernel: hdc: status error: error=0x01IllegalLengthIndication
Jan 17 16:09:05 ludwig kernel: hdc: status timeout: status=0xd0 { Busy }
Jan 17 16:09:05 ludwig kernel: hdc: status timeout: error=0xd0LastFailedSense 0x0d
Jan 17 16:09:05 ludwig kernel: hdc: ATAPI reset complete
Jan 17 16:09:05 ludwig kernel: hdc: request sense failure: status=0x51 { DriveReady SeekComplete Error } Jan 17 16:09:05 ludwig kernel: hdc: request sense failure: error=0x50LastFailedSense 0x05 Jan 17 16:09:05 ludwig kernel: hdc: request sense failure: status=0x51 { DriveReady SeekComplete Error } Jan 17 16:09:05 ludwig kernel: hdc: request sense failure: error=0x50LastFailedSense 0x05


Anyone else have any clues??! Thanks in advance!

Thanks!

-Garrett

Wayne Topa wrote:

Garrett McLean(gpm@berkeley.edu) is reported to have said:
Hi everyone. I have a 'CyberDrv' 'CW058D CD-R/RW ' '110D' Removable CD-ROM. I have had mixed success using the ide-cd driver alone to burn cds with this drive. Sometimes it works without a hitch, and, sometimes it causes cdrecord.mmap to hang (can't ctrl-c out of it, can't kill it...only way to kill it is to reboot). With ide-scsi (in 2.4.27) there is absolutely no problem whatsoever. I'd like to start using 2.6 exclusively though, so I thought maybe yous guys could help me decipher my error messages and find a happy ending:

This is what cdrecord does:

ludwig:/home/carrett/music/cd# cdrecord dev=/dev/hdc -eject -v image.iso

Instead of "cdrecord dev=/dev/hdc" you might try the folowing:

cdrecord dev=ATA -scanbus  (which returns this here)
scsibus1:
 1,0,0   100) '_NEC    ' 'DVD_RW ND-3500AG' '2.16' Removable CD-ROM

So I use cdrecord dev=ATA:1,0,0
This will  enable DMA on the drive which might help with these error
messages.
And these are the kinds of messages that pop up in /var/log/messages:

Jan 17 14:42:19 ludwig kernel: hdc: status timeout: status=0xd0 { Busy }
Jan 17 14:42:19 ludwig kernel: hdc: status timeout: error=0xd0LastFailedSense 0x0d
Jan 17 14:42:19 ludwig kernel: hdc: DMA disabled
Jan 17 14:42:49 ludwig kernel: hdc: ATAPI reset timed-out, status=0x80
Jan 17 14:42:49 ludwig kernel: hdd: DMA disabled
Jan 17 14:42:49 ludwig kernel: ide1: reset: success
Jan 17 14:43:49 ludwig kernel: hdc: lost interrupt
Jan 17 14:43:49 ludwig kernel: hdc: status timeout: status=0xd0 { Busy }
Jan 17 14:43:49 ludwig kernel: hdc: status timeout: error=0xd0LastFailedSense 0x0d
Jan 17 14:43:49 ludwig kernel: hdc: ATAPI reset complete

The box is running sid on 2.6.10. Thanks in advance for any help!

I am also running 2.6.10.
:-) HTH, YMMV, HAND :-)

Wayne



Reply to: