|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
I have tried some of the suggestions and read through the CD Writing How To
and I am still not getting both my CDRW and my CRROM to be detected by
Xcdroast. As I understand it, both need to be set up using the ide-scsi
module. To repeat some of the previous information
RH7.1
Acer 1208A CDRW set up as the Master with the CDROM as the slave on the
secondary IDE.
>From /dev things look like this.
lrwxrwxrwx 1 root root 9 Aug 10 22:20 cdrom -> /dev/scd0
lrwxrwxrwx 1 root root 8 Sep 16 10:40 cdrom1 -> /dev/hdd
I did try to change the cdrom1 to piont to /dev/scd1 (which does seem to
exist) with no effect. When I reboot it is set back to /dev/hdd. The HOW TO
seemed to suggest that I need to modify lilo.conf (copied below). I added
the second append that you see below , but don't know if this is valid. The
first append was already there from the RH install.
I am still reading through the HOW TO, but any additional insight would be
appreciated.
Thanks,
Greg
lilo.conf
boot="/dev/hda"
map=/boot/map
install=/boot/boot.b
prompt
timeout="50"
message=/boot/message
linear
default=Linux
image="/boot/vmlinuz-2.4.2-2"
label="Linux"
read-only
root="/dev/hdb5"
append="hdc=ide-scsi"
append="hdd=ide-scsi"
other=/dev/hda1
optional
label=Windows
On Sunday 09 September 2001 10:46 pm, you wrote:
> Gregory Weber wrote:
> > I should have mentioned that I was using RH 7.1. I actually I didn't do
> > anything for the writer. Taking a look at /dev, I have this. Do I need
> > to change this link? I guess I am not sure how to make the reader use
> > the ide-scsi module.
> >
> > Greg
> >
> > lrwxrwxrwx 1 root root 9 Aug 10 22:20 cdrom ->
> > /dev/scd0 lrwxrwxrwx 1 root root 8 Aug 18 08:00 cdrom1
> > -> /dev/hdd
>
> cd /dev
> rm cdrom1
> ln -s scd1 cdrom1
>
> this will make your link right
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|