First off, rpjday suggested another run of cdrecord -scanbus:

Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) 'SEAGATE ' 'ST336704LC      ' '0004' Disk
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

No joy so far.

David Talkington wrote:

> For one thing, you need to get rid of the ide-cd module.

Thanks.  Did an 'rmmod ide-cd' right before I ran the cdrecord -scanbus
above.  Have also tried mounting the device, like so:

[root@fs2 /root]# mount -t iso9660 /dev/scd0 /mnt/cdrom
mount: the kernel does not recognize /dev/scd0 as a block device
       (maybe `insmod driver'?)

No difference thus far.

My complete lsmod listing is now:

[root@fs2 /root]# lsmod
Module                  Size  Used by
vfat                    9616   0  (autoclean) (unused)
fat                    30976   0  (autoclean) [vfat]
sr_mod                 15808   0  (autoclean) (unused)
ide-scsi                7424   0 
sg                     15648   0 
cdrom                  27168   0  [sr_mod]
ide-mod                36160   0  (autoclean) [ide-scsi]
isofs                  16864   0  (autoclean) (unused)
vmnet                  16320   3 
vmmon                  17792   0  (unused)
netlink_dev             1616   0  (unused)
eepro100               16512   1  (autoclean)


> I had this
> problem too at first; it was duking it out with ide-scsi and losing.
> You can tell the ide driver to ignore the cd, either with LILO options
> or in modules.conf, but I'd personally just compile it out of your
> kernel, which is what I do now.  Much simpler.

Could unloading the module be insufficient to make the change?  Might it
need to be removed from the system? (seems unlikely...)

> I also don't see scsi_mod here; that gets loaded on my system when a
> CD is mounted.

This kernel has SCSI support compiled directly in, since we boot from a
SCSI hard drive.  Might that cause a problem?  Should I be doing all
modules or all monolithic rather than mixing and matching?


-- 
~~~Michael Jinks, IB // Technical Entity // Saecos Corporation~~~~
"We've done our best, but you're still hosed." -- W. Stearns, ISTS
Opinions expressed above are my own, and not those of my computer.



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

Reply via email to