On Mon, Feb 18, 2002 at 08:15:22PM -0800, Brandon Dorman wrote:
<snip>
> Then I tried cdrecord -scanbus 
> 
> [root@localhost sbin]# cdrecord -scanbus 
> Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
> cdrecord: No such file or directory. Cannot open SCSI driver. 
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
> are root. 
> 
> Then I did lsmod 
> [root@localhost sbin]# ./lsmod 
> Module                  Size  Used by    Not tainted 
> apm                     8748   2 
> ext3                   60800   3  (autoclean) 
> jbd                    44004   3  (autoclean) [ext3] 
> vfat                    9724   4  (autoclean) 
> fat                    30456   0  (autoclean) [vfat] 
> rtc                     5656   0  (autoclean) 

Hmmm... looks like the necessary modules aren't getting loaded.  I
thought perhaps cdrecord would autoload them, but it doesn't look like
it will.  Try loading them manually, and then see what cdrecord does:

# insmod loop
# insmod sg
# insmod sr_mod
# insmod ide-scsi

The HOWTO mentions several other modules, but none of them are loaded
on my system.  You may have to load them in a different order, but I
don't think it matters.
 
> Then I ran cat /proc/ide/hdd/model and got: 
> [root@localhost hdc]# cat /proc/ide/hdd/driver 
> ide-cdrom version 4.59 
> [root@localhost hdc]# cat /proc/ide/hdd/model 
> PHILIPS CDD3610 CD-R/RW 
> 
> which according to the CD-writing how-to is supported.

Okay, great.  It's just a matter of time and patience then before it's
working. :)
 
> note:  The Howto says to access your device from the new scd0 if it was
> say, hdd.  During the boot process it identifies my drives as hdc and
> hdd, but in /etc/fstab they are like this:
> 
> /dev/cdrom              /mnt/cdrom              iso9660
> noauto,owner,kudzu,ro 0 0
> /dev/cdrom1             /mnt/cdrom1             iso9660
> noauto,owner,kudzu,ro 0 0
> /dev/fd0                /mnt/floppy             auto   
> noauto,owner,kudzu 0 0
> 
> Notice they are /dev/cdrom.  do I have to change lilo to show /dev/cdrom
> and /cdrom1 ?  And do I change "cdrom" (a DVD drive) to scd0 or keep it
> as before?  I'm assuming changing it.  I didn't quite get the part on
> the cdwriting howto talking about this:
> http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO-2.html

No, you don't want to change from using /dev/cdrom, and don't want to
put /dev/cdrom in your lilo.conf.  Try this

$ ls -l /dev/cdrom*

They should be symlinks to the actual devices.  That just makes it
easier to switch devices--you don't have to change a bunch of device
paths if you move your cdrom around.  On my system it looks like

lrwxrwxrwx    1 root     root            9 Aug 22 07:13 /dev/cdrom -> /dev/scd0

Just make sure the symlink points to the correct device.

> Hope this helps, I will keep working on it, hopefully someone can shed
> some insights on the questions from above.  Thanks so much!  We are
> close to getting it to work!

Your welcome, and please let us know how it goes.  If the drive is
supported, you should be able to get it working soon.

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

Everything bows to success, even grammar.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to