• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[solved] cdrecord unter SuSE 9.3 ?

fiffi

Newbie
Hallo,

ich versuche mit cdrecord unter SuSE 9,3 auf einem PC mit einem IDE-CD-Brenner und einem IDE-DVD-Brenner eine CD zu brennen.
cdrecord versucht aber SCSI Geräte zu finden:
(readcd sucht auch nach SCSI Geräten)

Code:
fiffi:~ # cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Wenn ich eine USB-Festplatte anschließe, bekomme ich folgene Meldungen:

Code:
fiffi:~ # cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
Linux sg driver version: 3.5.32
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (okir@suse.de-scsi-linux-sg.c-1.83-resmgr-patch '@(#)scsi-linux-sg.c  1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus0:
        0,0,0     0) 'FUJITSU ' 'MHT2060AT       ' '' Disk
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

cdrdao zeigt mir folgendes an:
Code:
fiffi:~ # cdrdao scanbus
Cdrdao version 1.1.9 - (C) Andreas Mueller <andreas@daneb.de>
  SCSI interface library - (C) Joerg Schilling
  Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

Using libscg version 'schily-0.8'

ATA:1,0,0            ASUS    , DRW-0402P/D     , 1.07
ATA:1,1,0            ATAPI   , CD-RW 52X24     , K.UC
Ist das Verhalten von cdrecord/readcd normal ?


Gruß

Matthias
 
OP
F

fiffi

Newbie
Hallo,

ich habe eine Lösung gefunden:

cdrecord -scanbus dev=ATA

und dann beim brennen: cdrecord dev=ATA:1,1,0

Gruß

Matthias
 
Oben