Pixel wrote:
> Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> 
> 
>>Just installed cooker. My fstab looks like:
>>
>>...
>>/dev/scd0 /mnt/cdrom2 auto user,iocharset=866,umask=0,exec,noauto 0 0
>>...
>>
>>implying CD burner on hdd. But -
>>
>>{pts/2}% ll /dev/scd*
>>zsh: no matches found: /dev/scd*
>>
> 
> devfsd pb?
> 

Sure! :-) I have reported it couple of weeks ago ...

> /proc/cmdline shows ide-scsi ?

Now, really ...

{pts/1}% cat /proc/cmdline
BOOT_IMAGE=linux ro root=345 hdd=ide-scsi devfs=mount quiet textboot
> can you give /proc/scsi/scsi and any info you find.
> 

{pts/1}% cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 04 Lun: 00
   Vendor: iomega   Model: jaz 2GB          Rev: E.17
   Type:   Direct-Access                    ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
   Vendor: PHILIPS  Model: CDD3610 CD-R/RW  Rev: 3.09
   Type:   CD-ROM                           ANSI SCSI revision: 02

What else?

Actually, there is serious problem with ALL SCSI cdroms except the first 
(cdrom0). The device entries for CD-ROMs in devfs are registered by 
device driver. When SCSI hba module is loaded, it tries all currently 
available (loaded) modules for devices. But it does not *load* them. So, 
when ide-scsi is loaded, sr module is not available so ide-scsi does not 
call sr driver so no entries in devfs are created.  As a side effect, no 
link /dev/cdrom1 -> /dev/cdroms/cdrom1 is created on our rc.sysinit.

-andrej

Reply via email to