LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-04-2002, 06:51 AM   #1
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Rep: Reputation: 30
Question 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?
 
Old 09-04-2002, 07:04 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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
 
Old 09-04-2002, 07:31 AM   #3
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
**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
 
Old 09-04-2002, 09:05 AM   #4
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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 ?
 
Old 09-04-2002, 10:26 AM   #5
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
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.
 
Old 09-04-2002, 10:35 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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?)
 
Old 09-04-2002, 10:44 AM   #7
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
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
 
Old 09-04-2002, 10:53 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
erm... good for you
 
Old 09-04-2002, 11:16 AM   #9
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
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 ?
 
Old 09-04-2002, 11:24 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
no floppy is fd? and your hard drive is probably hda
 
Old 09-04-2002, 11:30 AM   #11
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
Well I changed the lilo.conf file and it still don't work ? What now?
 
Old 09-04-2002, 11:55 AM   #12
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
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 ?
 
Old 09-04-2002, 06:44 PM   #13
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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
 
Old 09-06-2002, 02:04 PM   #14
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Original Poster
Rep: Reputation: 30
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?)
 
Old 09-06-2002, 11:09 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X-CD-Roast reaky Linux - Software 1 02-18-2004 05:19 AM
X-CD-Roast help priest_judas Linux - Software 1 02-02-2004 07:52 PM
X-CD-Roast sparkplug55 Linux - Newbie 1 09-01-2003 09:39 PM
x cd roast i_is_cat Linux - Software 10 06-26-2003 06:16 PM
X-CD-Roast harrygraham Linux - Software 6 06-10-2003 07:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration