PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ATAPI-Brenner unter Sarge läuft nicht



Eagle
05.09.05, 13:25
Hi,

kann mir jemand sagen wie ich unter Debian 3.1 mit 2.6.8-er Kernel meinen Brenner zum laufen bekomme?


cdrecord --scanbus dev=ATAPI liefert mir:

cdrecord: Warning: Running on Linux-2.6.8-2-k7
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
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.
Using libscg version 'schily-0.8'.
scsibus0:
cdrecord: Warning: controller returns zero sized CD capabilities page.
cdrecord: Warning: controller returns wrong page 0 for CD capabilities page (2A).
0,0,0 0) 'PIONEER ' 'DVD-ROM DVD-115 ' '1.27' Removable CD-ROM
0,1,0 1) 'LITE-ON ' 'LTR-16101B ' 'TS0L' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

Also erkannt wird er ja. Wenn ich aber ein Testimage brennen will, dann hakt's aus:


cdrecord -v dev=0,1,0 speed=4 -eject -data 20050905.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örg 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.8-2-k7
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
TOC Type: 1 = CD-ROM
scsidev: '0,1,0'
scsibus: 0 target: 1 lun: 0
cdrecord: No such file or directory. Cannot open '/dev/pg1'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .

Muss ich hier speziell meinen Kernel neucompilieren - und wenn ja, was muß ich in der .config wo wie ändern - oder sind da spezielle Devices anzulegen z.B. /dev/pg1 ??

grüße

Eagle

Eagle
05.09.05, 13:48
Hat sich erledigt!

Ich habe nur das falsche Device erwischt! Richtig ist bei mir:


cdrecord -v dev=/dev/hdd speed=4 -eject -data gnucash.iso

Grüße

Eagle :)