Skocz do zawartości

Kmp3burn + Cdrecord + K3b


aro

Rekomendowane odpowiedzi

Witam,

 

mam problem z wypaleniem plyty w prog. Kmp3Burn. Skompilowalem sobie ten progrmik i niestety nie chce mi wypalic plyty, pojawia sie taki oto komunikat:

 

cdrecord: No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver.

cdrecord: For possible targets try 'cdrecord -scanbus''. Make sure you are root.

 

Musze tu dodac ze: K3b wypala mi plyty bez problemu (ale tam jest interfejs ATAPI)

do graba dodalem emulacje scsi, ale to nic nie dalo.

Jak dam polecenie cdrecord -scanbus to wywala mi komunikaty, bez bledow.

 

Czy ktos z Was ma jeszcze jakies sugestie co moge zrobic by zaczelo mi to dzialac??

 

Aro

Odnośnik do komentarza
Udostępnij na innych stronach

wrzuć wersję programów i komunikaty o których mówisz

 

Wiec tak, jadro mam -> 2.6.5-1.

cdrecord o numerze -> Cdrecord-Clone 2.01a27-dvd

kmp3burn 0.2.5

 

A oto komunikaty op ktorych mowa:

 

Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright © 1995-2004 Jörg Schilling

Note: This version is an unofficial (modified) version with DVD support

Note: and therefore may have bugs that are not present in the original.

Note: Please send bug reports or support requests to <[email protected]>.

Note: The author of cdrecord should not be bothered with problems in this version.

 

scsidev: 'ATA'

devname: 'ATA'

scsibus: -2 target: -2 lun: -2

Warning: Using badly designed ATAPI via /dev/hd* interface.

Linux sg driver version: 3.5.27

Using libscg version 'schily-0.8'.

cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.80-RH '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 1997 J. Schilling').

scsibus1:

1,0,0 100) 'LITE-ON ' 'COMBO LTC-48161H' 'KH0D' Removable CD-ROM

1,1,0 101) *

1,2,0 102) *

1,3,0 103) *

1,4,0 104) *

1,5,0 105) *

1,6,0 106) *

1,7,0 107) *

 

Aro

 

Wlasnie znalazlem rozwiazanie swojego problemu, oj sie naszukalem jak nigdy. Pomyslalem ze moze kiedys, komus moze sie to przydac, wiec podaje proste (jak sie okazalo) rozwiazanie.

 

Jesli pojawi CI sie komunikat tego typu jak wyzej. To zamias pisac:

 

cdrecord -v speed=24 dev=0,0,0 -data plik_do_nagrania.iso

 

napisz

 

cdrecord -v speed=24 dev=ATAPI:0,0,0 -data plik_do_nagrania.iso

 

To tyle. U mnie dziala, wiec u WAS rowniez powinno.

 

Pozdr Aro

Odnośnik do komentarza
Udostępnij na innych stronach

  • 2 weeks later...
Wiec tak, jadro mam -> 2.6.5-1.

Trochę OT, ale po co w ogóle włączałeś emulację scsi? Oj, nie czyta się Release Notes :/

The 2.6 kernel provides a new and much-improved mechanism (known as SG_IO) for applications that must send raw commands to storage devices. This includes applications for burning CDs or for extracting data from audio CDs. SG_IO also eliminates the need for ide-scsi emulation, where boot-time parameters such as hdd=ide-scsi were required to support ATAPI CD burners.

 

Applications packaged as part of Fedora Core 2 have been adjusted to take advantage of SG_IO. For example, to burn a CD using cdrecord, the old-style command was similar to this:

cdrecord --dev=0,0,0 <iso-file>

With SG_IO, the command would be similar to this:

cdrecord --dev=<device> <iso-file>

Where <device> could be any valid IDE (/dev/hdc) or SCSI/USB (/dev/scd0) device file name.

PS zaktualizuj system :P

Odnośnik do komentarza
Udostępnij na innych stronach

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...