On Wed, Feb 15, 2006 at 08:39:11AM -0500, Carl Brown wrote: > Ide_scsi is loaded, and refuses to unload. > > # rmmod ide_scsi > ERROR: Removing 'ide_scsi': Device or resource busy > > It is unclear why it is busy: > > # lsmod|grep ide_scsi > ide_scsi 18116 0 > ide_core 144888 5 ide_cd,amd74xx,ide_generic,ide_disk,ide_scsi > scsi_mod 151512 9 > sbp2,sg,aic79xx,ide_scsi,sr_mod,sd_mod,libata,aic7xxx,scsi_transport_spi > > ide_scsi is not listed in /etc/modules. > > Would this mess perhaps have something to do with udev/hotplug? > Dpkg says: > rc udev 0.056-3 > ii hotplug 0.0.20040329-25
There was a problem around 2.6.12 days as far as I remember where a bad initrd tool generated initrd images which loaded ide-scsi, and once that is done the initrd tool will make future ones to match your setup. I think 2.6.15 kernel will force it to not use ide-scsi at all, but I am not sure. Perhaps just adding ide-cd to the list of modules to load first explicitly in the initrd tool config will make it do the right thing if you then regenerate the initrd. Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

