|
From: Tom F. <lan...@co...> - 2003-06-07 16:25:32
|
Gerfried Maier wrote: > Tom wrote: > >> [...] I've made sure that SCSI emulation is enabled, that the >> appropriate parameter is being passed to the kernel at startup >> (hdc=ide-scsi), and I can verify that it is available by noting three >> ide/scsi-related modules: ide-scsi, scsi_mod, and ide-cd using lsmod. > > > As far as I remember, ide-cd makes your CD-drive available as an > ide-device (hdx). If loaded and handling the same drive as ide-scsi a > conflict is the result. > > In your list above I'm missing sr_mod, the module for SCSI-CD-drives. Ok, I didn't know that this was part of the equation. Here's a more detailed list of the components involved: sg 35980 0 (autoclean) sr_mod 17912 2 (autoclean) ide-scsi 11984 1 scsi_mod 106200 3 [sg sr_mod ide-scsi] ide-cd 35196 0 cdrom 33472 1 [sr_mod ide-cd] > What files/directories do you see in /proc/scsi? ide-scsi/ sg/ scsi What tells cat > /proc/scsi/scsi? Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: CyberDrv Model: CW038D CD-R/RW Rev: 120C Type: CD-ROM ANSI SCSI revision: 02 > and finally, what tells cat /proc/ide/hdc/driver? ide-scsi version 0.93 > > Greetings > moali Hope this tells you something I haven't been able to figure out yet. Thanks for your help :) Regards, Tom |