Greg Macek wrote:
Hello,
Whenever I attach my USB floppy drive to my notebook, I get the following SCSI devices, although I only have one actual device. Is there any way to not have the USB subsystem do this? The first device the one that actually works, anyway. Any direction is appreciated. Thanks!
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 Attached scsi removable disk sdb at scsi0, channel 0, id 0, lun 1 Attached scsi removable disk sdc at scsi0, channel 0, id 0, lun 2 Attached scsi removable disk sdd at scsi0, channel 0, id 0, lun 3 Attached scsi removable disk sde at scsi0, channel 0, id 0, lun 4 Attached scsi removable disk sdf at scsi0, channel 0, id 0, lun 5 Attached scsi removable disk sdg at scsi0, channel 0, id 0, lun 6 Attached scsi removable disk sdh at scsi0, channel 0, id 0, lun 7 usb-uhci.c: interrupt, status 3, frame# 650 SCSI device sda: 2880 512-byte hdwr sectors (1 MB) sda: Write Protect is off sda: SCSI device sdb: 2880 512-byte hdwr sectors (1 MB) sdb: Write Protect is off sdb: SCSI device sdc: 2880 512-byte hdwr sectors (1 MB) sdc: Write Protect is off sdc: SCSI device sdd: 2880 512-byte hdwr sectors (1 MB) sdd: Write Protect is off sdd: SCSI device sde: 2880 512-byte hdwr sectors (1 MB) sde: Write Protect is off sde: SCSI device sdf: 2880 512-byte hdwr sectors (1 MB) sdf: Write Protect is off sdf: SCSI device sdg: 2880 512-byte hdwr sectors (1 MB) sdg: Write Protect is off sdg: SCSI device sdh: 2880 512-byte hdwr sectors (1 MB) sdh: Write Protect is off sdh: WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 6 USB Mass Storage support registered. usb-uhci.c: interrupt, status 3, frame# 1986
Try to boot with "max_scsi_luns=1" in boot-kernel-options. -- Andreas