LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   X-CD-Roast (https://www.linuxquestions.org/questions/linux-software-2/x-cd-roast-29569/)

tied2 09-04-2002 06:51 AM

X-CD-Roast
 
(OS RH7.3)

After i upgraded to RH7.3, X-roast has both my read and my burn cd-rom listed as the same drive. I tried the drop down menu and it dosn't have the other drive listed. How can I fix this. I presume I need to edit some config file but which one?

neo77777 09-04-2002 07:04 AM

Include scsi emulation for your regular cdrom by appending appropriate entry in GRUB/LILO
append="hdc=ide-scsi hdd=ide-scsi"
you should find out real devices for your drives

tied2 09-04-2002 07:31 AM

**dumb look # 101** huh? I know what LILO is (linux loader) but I have NEVER jacked with it. I need a bit more detail to fix this.

Thanks

neo77777 09-04-2002 09:05 AM

Ok, just post the contents of /etc/lilo.conf file here, we'll see what we can do.
Plus make up a layout of your drives -
How is cdrom set - primary/secondary master/slave,
how's cd-burner set - primary/secondary master/slave ?

tied2 09-04-2002 10:26 AM

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linux

image=/boot/vmlinuz-2.4.18-3
label=linux.bak
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/hda7
append="hdd=ide-scsi"

image=/boot/vmlinuz-2.4.18-5
label=linux.bak1
root=/dev/hda7
append="hdd=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-5.img

image=/boot/vmlinuz-2.4.18-10
label=linux
root=/dev/hda7
append="hdd=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-10.img


IDE secondary master ATAPI CD Rom --- reader
IDE secondary slave Lite-on LTR-161.2B ---burner

X-Roast has the Lite-on listed as both reader and burner

Is that it? thanks a bunch.

acid_kewpie 09-04-2002 10:35 AM

how about trying decent front end program like eroaster? some programs will only look for drives on scsi (or scsi emulation) for reading, which is a bit dumb really IMHO, so you might need to emulate the reader drive as well as the burner (which you can see is already emulated.. yes?)

tied2 09-04-2002 10:44 AM

this is my xcdroast.conf file



# X-CD-Roast V0.98alpha8 Configuration-File
#
# Automatically created by the X-CD-Roast-Setup
# Don't edit! (Unless you REALLY know what you are doing)
#

VERSION = "0.98alpha8"
PLATFORM = "Linux localhost.computer 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown"
WRITER_DEVNR = 0
WRITER_VENDOR = "LITE-ON "
WRITER_MODEL = "LTR-16102B "
WRITER_MODE = -1
WRITER_SPEED = 12
WRITER_FIFO = 4096
READDEV1_DEVNR = 0
READDEV1_VENDOR = "LITE-ON "
READDEV1_MODEL = "LTR-16102B "
READDEV2_DEVNR = 0
READDEV2_VENDOR = "LITE-ON "
READDEV2_MODEL = "LTR-16102B "
AUDIOREAD_INTERFACE = 0
"xcdroast.conf" 52L, 1322C 1,1

acid_kewpie 09-04-2002 10:53 AM

erm... good for you :confused:

tied2 09-04-2002 11:16 AM

So I need to change the append to: append="hdc=ide-scsi hdd=ide-scsi"

and that will emulate both drives? hdc being the reader and hdd being the writer?

So help me understand this a little, would the floppy be hda and the hard drive be hdb ?

acid_kewpie 09-04-2002 11:24 AM

no floppy is fd? and your hard drive is probably hda

tied2 09-04-2002 11:30 AM

Well I changed the lilo.conf file and it still don't work ? What now?

tied2 09-04-2002 11:55 AM

Ok, I installed eroaster and i have the same problem, when I did detect reader it says /dev/scd0 and the same for recorder /dev/scd0

so now what ?

neo77777 09-04-2002 06:44 PM

so in lilo.conf by the append="hdd=ide-scsi" make it look exactly like
append="hdc=ide-scsi hdd=ide-scsi"
And rerun lilo
/sbin/lilo

tied2 09-06-2002 02:04 PM

Neo, thank you very much ! that did it. but it created one other problem, my icon short cut doesn't work right for the burner cdrom now it says:

Could not mount device.
The reported error was:
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)

MasterC 09-06-2002 11:09 PM

No it's a bad symlink. Your /dev/cdrom is a symlink to the actual device. Once you made it scsi, you no longer have /dev/hdc or similar. You will now have to make a new symlink to your new scsi device:
ln -sf /dev/scd0 /dev/cdrom

That is unless it's scd1 depending on which one is your burner and which is your actual cdrom. If it's scd1 replace scd0 with scd1 in the above line, and so on (so if it's /dev/sr0 then replace scd0 with sr0 and so on).

Cool


All times are GMT -5. The time now is 11:14 PM.