� ���, 10.03.2002, � 15:23, Han �������:
>
> [/dev]# l scsi/host0/bus0/target0/lun0
> total 0
> drwxr-xr-x 1 root root 0 Jan 1 1970 ./
> drwxr-xr-x 1 root root 0 Jan 1 1970 ../
>
> Nothing with /dev/sr* or /dev/sg*
Mandrake does not use /dev/sr*, it is using /dev/scd*. I remember some
battle with Richard Gooch about this.
/dev/sg* _should_ be created on access; what does ls /dev/sg0? Or ls
/dev/scsi/host0/bus0/target0/lun0/generic? Or, for that matter, ls
/dev/scsi/host0/bus0/target0/lun0/cd?
>
> [/dev]# lsmod
> Module Size Used by Tainted: P
> ide-scsi 7648 0
> scsi_mod 82112 1 [ide-scsi]
>
> scsi : 0 hosts left.
> SCSI subsystem driver Revision: 1.00
> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
> Vendor: BDV 108A Model: DVDROM 00/03/21 Rev: 2.00
> Type: CD-ROM ANSI SCSI revision: 02
>
> # SCSI CD-ROMs
> probeall /dev/scd scsi_hostadapter sr_mod
> alias /dev/scd* /dev/scd
> alias /dev/scsi/*/cd /dev/scd
>
What kernel are you using? Remembering your first post:
===
And the mysterious cdrom.o module that now gets loaded and unloaded.
===
but there is no cdrom.o in Mandrake kernel:
{pts/1}% urpmf cdrom\\.o
kernel-BOOT-2.4.18.4mdk:/lib/modules/2.4.18-4mdkBOOT/kernel/drivers/cdrom/cdrom.o.gz
I am not sure about exact module dependencies with cdrom as a module. My
be does not get loaded.
-andrej