I don't get it to work... Google pointed me to the old groups on hyper.stanford.edu, but they disappeared. My main problem is that I have kernel 2.0.38 and don't have the time to upgrade right now. pcmcia is 3.1.13. I'm trying to use ide-scsi, since ide-floppy crashes sometimes, and never lets me access /dev/hde. Relevant info: append = "SCHEME=home,hde=noprobe,hde=ide-scsi" Kernel config: CONFIG_MODULES=y # CONFIG_MODVERSIONS is not set CONFIG_KERNELD=y CONFIG_BLK_DEV_FD=y CONFIG_BLK_DEV_IDE=y # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDECD=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set CONFIG_BLK_DEV_IDESCSI=y CONFIG_BLK_DEV_IDE_PCMCIA=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_BLK_DEV_SR is not set CONFIG_CHR_DEV_SG=y # CONFIG_SCSI_MULTI_LUN is not set CONFIG_SCSI_CONSTANTS=y /var/log/messages: Mar 21 11:13:15 lcavpc26 cardmgr[71]: socket 1: ATA/IDE Fixed Disk Mar 21 11:13:15 lcavpc26 cardmgr[71]: executing: 'insmod /lib/modules/2.0.38/pcmcia/ide_cs.o' Mar 21 11:13:18 lcavpc26 kernel: hde: probing with STATUS instead of ALTSTATUS Mar 21 11:13:18 lcavpc26 kernel: hde: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive - enabling SCSI emulation Mar 21 11:13:18 lcavpc26 kernel: ATAPI overlap supported: No Mar 21 11:13:18 lcavpc26 kernel: ide2 at 0x11f0-0x11f7,0x13f6 on irq 10 Mar 21 11:13:18 lcavpc26 kernel: ide_cs: hde: Vcc = 5.0, Vpp = 12.0 Mar 21 11:13:18 lcavpc26 cardmgr[71]: executing: './ide start hde' cat /proc/scsi/scsi Attached devices: none How can I force the SCSI subsystem to scan for new devices? Thanks for any help Claudio |
Messages