
Well, now i did also, but still no result : KOnCd still crashes.. it says "insmod ... -major-97 failed" KreateCd now sees dvd, and i set it, and try to burn a cd; All goes fine when ripping cd-rom, but it can't begin the writing phase; due to an unrecoverable error.. Any help? Praise <praisetazio@tiscalinet.it> 13.12.2002 11:25 To: suse-linux-e@suse.com cc: Subject: Re: [SLE] can't burn cd's
Does my both drives have to be emulated? Or what else may be the problem?
That's how I solved the problem:-) Praise -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com OGUZ EREN YAPI VE KREDI BANKASI A.S. / TEKNOLOJI YONETIMI Tel : 262 647 21 29 Fax : 262 647 17 12 www.ykteknoloji.com ________________________________________________________________________________________________________________ Bu mesajda, yalnizca muhatabini ilgilendiren, kisiye veya kuruma ozel bilgiler yer aliyor olabilir. Mesajin muhatabi degilseniz, icerigini ve varsa ekindeki dosyalari kimseye aktarmayiniz ya da kopyalamayiniz. Boyle bir durumda lutfen gondereni uyarip, mesaji imha ediniz. Gostermis oldugunuz hassasiyetten oturu tesekkür ederiz. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Thank you for your co-operation.

oeren@ykb.com wrote:
Well, now i did also, but still no result :
KOnCd still crashes.. it says "insmod ... -major-97 failed" KreateCd now sees dvd, and i set it, and try to burn a cd; All goes fine when ripping cd-rom, but it can't begin the writing phase; due to an unrecoverable error..
Any help?
Praise <praisetazio@tiscalinet.it>
13.12.2002 11:25
To: suse-linux-e@suse.com cc: Subject: Re: [SLE] can't burn cd's
Does my both drives have to be emulated? Or what else may be the
problem?
That's how I solved the problem:-)
Praise
I've taken to using 'readcd' and 'cdrecord' directly from the command line -- far less trouble than getting the likes of Xcdroast to work. Info on 'readcd' and 'cdrecord' is on the 'man' pages. For data Cds, I use the commands: readcd dev="1,0,0" f=<image file name> cdrecord -v speed=2 dev=1,1,0 -data <image file name> Notes: I have a SCSI card so ide-scsi comes up as dev 1 rather than dev 0 ie CD reader is dev 1,0,0 CD writer is dev 1,1,0 (if you are using same drive for reading and writing then both will use same dev) and yes! I have an old 2X speed Hewlett Packard writer, but it's so reliable that I can't justify dumping it. Suggest that you look at the CD-Writing HOWTO document for a lot of helpfull info. This one is very good. To set up both CD drives for ide-scsi, modify the append line in '/etc/lilo.conf' to include 'hdc=ide-scsi hdd=ide-scsi', then remember to run 'lilo'. Both drives should then be recognised as SCSI. Remember also to change the soft links in /dev to point to the appropriate devices. In my case the links are: /dev/cdrom -> /dev/sr0 /dev/cdrecorder -> /dev/sr1 Good luck Ken Hough
participants (2)
-
Ken Hough
-
oeren@ykb.com