On 09/11/2009 11:30 AM, Christoph .J Thompson wrote:
This is an issue I've had for a while, but since I rarely burn CDs or DVDs I forget about it. But still I'd like to be able not to have to reboot to Windows XP to burn that occasional CD/DVD. So as you can gather both drives work with Nero/Windows XP so *something* is fishy with Linux. It used to work on Linux up until some point which I don't really remember. I did not switch to libata/pata_via because it's still marked as experimental (should I?). I don't have any SATA drives.
The commonly used libata PATA drivers are no longer considered experimental, in particular pata_via is not.
This message seems to be interresting: cdrecord: Warning: The DMA speed test has been skipped. As on my system cdparanoia barfs if I don't disable DMA on the drive I'm trying to rip from.
ugh.. this sort of thing being a reason to try libata instead :-) In the long term that would likely be best as the IDE drivers are no longer very widely used and are less maintained.
Any help to fix this would be really welcome. --- # cdrecord -vvv dev=/dev/hdc haiku-alpha.iso cdrecord: No write mode specified. cdrecord: Asuming -sao mode. cdrecord: If your drive does not accept -sao, try -tao. cdrecord: Future versions of cdrecord may have different drive dependent defaults. Cdrecord-ProDVD-ProBD-Clone 2.01.01a57 (i686-pc-linux-gnu) Copyright (C) 1995-2009 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '/dev/hdc' devname: '/dev/hdc' scsibus: -2 target: -2 lun: -2 Warning: Open by 'devname' is unintentional and not supported. Linux sg driver version: 3.5.27 Using libscg version 'schily-0.9'. Using libscg transport code version 'schily-scsi-linux-sg.c-1.92' SCSI buffer size: 64512 atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PHILIPS ' Identifikation : 'PCRW5232P ' Revision : 'P2.2' Device seems to be: Generic mmc CD-RW. Current: none Profile: CD-RW Profile: CD-R Profile: CD-ROM Feature: 'Profile List' (current) (persistent) Feature: 'Core' (current) (persistent) Feature: 'Morphing' (current) (persistent) Feature: 'Removable Medium' (current) (persistent) Feature: 'Random Readable' Feature: 'Multi Read' (current) (persistent) Feature: 'CD Read' Feature: 'Random Writable' Feature: 'Incremental Streaming Writable' Feature: 'Formattable' Feature: 'Restricted Overwrite' Feature: 'CD Track at Once' Feature: 'CD Mastering' Feature: 'Power Management' (current) (persistent) Feature: 'S.M.A.R.T.' Feature: 'CD Audio analog play' (current) Feature: 'Time-out' (current) (persistent) Drive current speed: 48 Drive default speed: 52 Drive max speed : 52 Selected speed : 52 Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE FORCESPEED Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R cdrecord: Warning: The DMA speed test has been skipped. FIFO size : 4194304 = 4096 KB Track 01: data 379 MB track: 1 start: 0 pregap: 150 Total size: 436 MB (43:13.44) = 194508 sectors Lout start: 436 MB (43:15/33) = 194508 sectors 41 00 00 14 00 00 00 00 41 01 00 10 00 00 00 00 41 01 01 10 00 00 02 00 41 AA 01 14 00 2B 0F 21 Track 1 start 0 Track 2 start 194508 41 00 A0 00 00 00 00 01 00 00 00 00 41 00 A1 00 00 00 00 01 00 00 00 00 41 00 A2 00 00 00 00 43 15 33 00 00 41 00 01 00 00 00 00 00 02 00 00 00 cdrecord: Success. test unit ready: scsi sendcmd: no error CDB: 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00 Sense Key: 0x2 Not Ready, Segment 0 Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.001s timeout 200s cdrecord: No disk / Wrong disk!
It's not clear what command it's complaining about that has failed. First it says that test unit ready succeeded, then it says that the drive reported a "medium not present" error. Is there any way to enable any more debugging in cdrecord? If you retry the burning attempt does the same thing happen?
-- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html