mondo - device-ids rausbekommen
mondo - device-ids rausbekommen
hallo,
ich habe nach einem howto für mondo gesucht und dieses gefunden:
http://phazeman.mail333.com/Mondo_Rescue_CD_HOWTO.htm
doch gleich am anfang tritt ein problem auf. wenn ich versuche über
cdrecord --scanbus
die ids er devices rauszubekommen grieg ich folgende meldung:
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.8-2-686-smp
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.
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'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
Jetzt frage ich mich, wie ich sonst die id's der devices rausbekomme?
danke für jede hilfe!
ich habe nach einem howto für mondo gesucht und dieses gefunden:
http://phazeman.mail333.com/Mondo_Rescue_CD_HOWTO.htm
doch gleich am anfang tritt ein problem auf. wenn ich versuche über
cdrecord --scanbus
die ids er devices rauszubekommen grieg ich folgende meldung:
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.8-2-686-smp
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.
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'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
Jetzt frage ich mich, wie ich sonst die id's der devices rausbekomme?
danke für jede hilfe!
Re: mondo - device-ids rausbekommen
Hallo schildi,
ersmal herzlich wilkommen hier im Forum!
Viel Erfolg
Gruß fuzzy
ersmal herzlich wilkommen hier im Forum!
Bei einem IDE-Brenner und ohne "ide-scsi"-Emulation geht meist folgendes:schildi hat geschrieben: cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup.
Code: Alles auswählen
cdrecord dev=ATAPI: -scanbus
Gruß fuzzy
..
danke für die antwort!
habe den befehl so versucht.
das kommt dabei raus:
# cdrecord dev=ATAPI: -scanbus
[...]
scsidev: 'ATAPI:'
devname: 'ATAPI'
scsibus: -1 target: -1 lun: -1
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: No such file or directory. 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 .

habe den befehl so versucht.
das kommt dabei raus:
# cdrecord dev=ATAPI: -scanbus
[...]
scsidev: 'ATAPI:'
devname: 'ATAPI'
scsibus: -1 target: -1 lun: -1
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: No such file or directory. 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 .

Hallo schildi,
...das hätte ich nicht erwartet
Bei Deinem Kernel 2.6.8.*(wenn ich das richtig gesehen habe),
brauchst Du keine "ide-scsi"-Emulation,
hast Du ide-scsi-Emulation eventuell irgentwo noch aktiviert?
Z.B. hdX=ide-scsi in "lilo" oder "grub"?
Was ergeben die folgenden Eingaben?
Gruß fuzzy
...das hätte ich nicht erwartet

Bei Deinem Kernel 2.6.8.*(wenn ich das richtig gesehen habe),
brauchst Du keine "ide-scsi"-Emulation,
hast Du ide-scsi-Emulation eventuell irgentwo noch aktiviert?
Z.B. hdX=ide-scsi in "lilo" oder "grub"?
Was ergeben die folgenden Eingaben?
Code: Alles auswählen
dmesg | grep CD
Code: Alles auswählen
lsmod | egrep 'sg|ide-scsi'
..
also nachdem das nicht geklappt hatte,
habe ich mich entschlossen, das system neu zu installieren, denn mir war aufgefallen,
das beim hochfahren eine fehlermeldung kam - irgendein fehlerhaftes modul in den devices.
ich habe auch mal das scsi-modul mit installiert.
ich werde das nun nochmal testen...
habe ich mich entschlossen, das system neu zu installieren, denn mir war aufgefallen,
das beim hochfahren eine fehlermeldung kam - irgendein fehlerhaftes modul in den devices.
ich habe auch mal das scsi-modul mit installiert.
ich werde das nun nochmal testen...
aaalso. nun sieht es besser aus.
nun bekomm ich :
# cdrecord dev=ATAPI: -scanbus
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-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.
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: -1 target: -1 lun: -1
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:
0,0,0 0) 'HL-DT-ST' 'DVDRAM GSA-4163B' 'A101' Removable CD-ROM
0,1,0 1) 'LG ' 'DVD-ROM DRD8160B' '1.00' 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) *
..mal sehen ob das brennen funzt...
nun bekomm ich :
# cdrecord dev=ATAPI: -scanbus
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-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.
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: -1 target: -1 lun: -1
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:
0,0,0 0) 'HL-DT-ST' 'DVDRAM GSA-4163B' 'A101' Removable CD-ROM
0,1,0 1) 'LG ' 'DVD-ROM DRD8160B' '1.00' 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) *
..mal sehen ob das brennen funzt...
ausgaben
hier noch die ausgaben :
----------------------------------------------------
$ dmesg | grep CD
hda: WDC WD600AB-00CDB0, ATA DISK drive
hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
hdd: LG DVD-ROM DRD-8160B, ATAPI CD/DVD-ROM drive
hdc: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
-----------------------------------------------------
$ lsmod | egrep 'sg|ide-scsi'
sg 39168 0
scsi_mod 125228 5 sr_mod,sg,usb_storage,sd_mod,libata
brennen mit cdrecord,bzw. mondo geht aber trotzdem nich
----------------------------------------------------
$ dmesg | grep CD
hda: WDC WD600AB-00CDB0, ATA DISK drive
hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
hdd: LG DVD-ROM DRD-8160B, ATAPI CD/DVD-ROM drive
hdc: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
-----------------------------------------------------
$ lsmod | egrep 'sg|ide-scsi'
sg 39168 0
scsi_mod 125228 5 sr_mod,sg,usb_storage,sd_mod,libata
brennen mit cdrecord,bzw. mondo geht aber trotzdem nich

Hallo schildi,
was kommt jetzt für eine Ausgabe bei:
Im Moment hast Du die "ide-scsi"-Emulation aktiviert, Du solltest jetzt ohne den "ATAPI" Zusatz brennen können.
Kannst Du denn CDs brennen mit cdrecord oder "deinem" Brennprogramm, unabhängig von dem Problem mit Mondo?
Hoffentlich hilfreiche Links:
viewtopic.php?t=34997&highlight=mondo
http://phazeman.mail333.com/Mondo_Rescue_CD_HOWTO.htm
Viel Erfolg
Gruß fuzzy
PS: die Konsolenausgaben sehen mit "
was kommt jetzt für eine Ausgabe bei:
Code: Alles auswählen
cdrecord -v -scanbus
Kannst Du denn CDs brennen mit cdrecord oder "deinem" Brennprogramm, unabhängig von dem Problem mit Mondo?
Hoffentlich hilfreiche Links:
viewtopic.php?t=34997&highlight=mondo
http://phazeman.mail333.com/Mondo_Rescue_CD_HOWTO.htm
Viel Erfolg
Gruß fuzzy
PS: die Konsolenausgaben sehen mit "
Code: Alles auswählen
" übersichtlicher aus :wink: