CD Burning - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Slackware (https://www.linux-noob.com/forums/forum-96.html) +--- Thread: CD Burning (/thread-3240.html) |
CD Burning - DusanR - 2004-07-15 How Can I Burn iso images with Slackare 10 ? [img]<___base_url___>/uploads/emoticons/default_mad.gif[/img] Other posting inserted by z0ny: Quote:i was trying to burn image with cdrecord -v speed=4 dev=1,0,0 -data /root/cdrecord -v speed=2 dev=1,0,0 -data /root/proggrams/install-x86-universal-2004.1.iso CD Burning - z0ny - 2004-07-15 I moved your initial question from the other thread to this one. Please do not crosspost. o_O Do you pass "hd?=ide-scsi" (e.g. hdc=ide-scsi) to your bootloader? Please paste the results of 'dmesg|grep -i scsi', 'lsmod|grep ide' and 'lsmod|grep sg'. If the last two commands don't give any result try to 'modprobe ide-scsi' and 'modprobe sg'. Now try 'cdrecord -scanbus' again. Do you have SCSI support enabled in your kernel (IDE burners are emulated through SCSI)? /dev/pg is a parallel port device if I recall correctly. z0ny CD Burning - ardya - 2004-07-15 Quote:How Can I Burn iso images with Slackare 10 ? [img]<___base_url___>/uploads/emoticons/default_mad.gif[/img]</div></blockquote> CD Burning - tek-69 - 2004-11-03 Yo zony, i have the same problem as this other kid but i use fedcore1. I followed the directions u posted anyway and they helped. now though i'm getting a new error message. Code: Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 Jrg Schilling these are the results of the other tests you asked about. Code: -bash-2.05b# lsmod|grep ide any ideas as to what i should do next ? CD Burning - warlocke - 2004-12-05 Is it possible that /dev/scd0 is mounted? If something has /dev/scd0 locked, the command 'lsof /dev/scd0' should show what's holding it up. If lsof isn't installed, Freshmeat or Google should help you find it. Also, what was the output from 'cdrecord --scanbus'? |