請問:
我的燒錄機是ASUS DRW-1608P2S
不知為什麼在Linux不能讀取音樂cd
每次放音樂cd進去,workman都找不到.
但是在舊的sony dvd-rom(已經被拆除)能正常讀取.
是因為機器太新還是其他原因?
另外
在看了許多學園裡面關於cdrecord的文章後
我也嘗試用cdrecord燒錄光碟
但是沒有一次成功
linux kernel 2.6.12
cdrecord -scanbus dev=ATAPI
0,0,0 0) 'ASUS ''DRW-1608P2S ''1.37' Removable CD-ROM
一開始用
cdrecord -v speed=4 -data /tmp/xxx.iso
結果根本不能燒
後來搜尋酷學園,改用
cdrecord -v speed=4 dev=ATAPI -data /tmp/xxx.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: Warning: Running on Linux-2.6.12-1-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
cdrecord: Warning: using inofficial version of libscg (ubuntu-0.8ubuntu1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling').
SCSI buffer size: 64512
cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.
cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-ProDVD.
cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this target.
cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code.
cdrecord: See /usr/share/doc/cdrecord/README.DVD.Debian for details on DVD support.
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 Joerg 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.
TOC Type: 1 = CD-ROM
Using libscg version 'ubuntu-0.8ubuntu1'.
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'ASUS '
Identifikation : 'DRW-1608P2S '
Revision : '1.37'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x001A
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A (current)
Profile: 0x0016
Profile: 0x0015
Profile: 0x0014
Profile: 0x0013
Profile: 0x0012
Profile: 0x0002
Profile: 0x0011
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009
Profile: 0x0008
Using generic SCSI-3/mmc CD-ROM driver (mmc_cd).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1605632 = 1568 KB
FIFO size : 4194304 = 4096 KB
cdrecord: Unspecified command not implemented for this drive.
Track 01: data 364 MB
Total size: 418 MB (41:29.24) = 186693 sectors
Lout start: 419 MB (41:31/18) = 186693 sectors
Current Secsize: 2048
Starting to write CD/DVD at speed 31 in real TAO mode for single session.
Last chance to quit, starting real write in 9 seconds. 8 seconds. 7 seconds. 6 seconds. 5 seconds. 4 seconds. 3 seconds. 2 seconds. 1 seconds. 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... cdrecord: Unspecified command not implemented for this drive.
cdrecord: Cannot get next writable address.
input buffer ready.
Writing time: 0.030s
Average write speed 999.0x.
Fixating...
Fixating time: 0.000s
cdrecord: fifo had 64 puts and 0 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
還是不能使用.
cdrecord應該怎麼使用才正確?