[linux-usb-devel] usb floppy drive

2001-11-12 Thread Joe Pfeiffer
I'm very close to having the USB floppy drive on my Sony Vaio working correctly -- all that's left is getting it to insmod the sd_mod module automatically when I plug in the drive (it is insmod'ing the scsi_mod and usb-storage modules). So, near as I can tell, this means an entry for the drive

Re: [linux-usb-devel] usb floppy drive

2001-11-12 Thread Pete Zaitcev
I never had a problem with Vaio floppy, in Red Hat of course :) The general rule is load usb-storage from the bottom (e.g. hotplug takes care of it as told by modules.usbmap) and load scsi stuff from the top (in other words, it should get autoloaded when you open /dev/sda - check your

Re: [linux-usb-devel] usb floppy drive

2001-11-12 Thread Matthew Dharm
Umm... sd_mod should get loaded whenever you make a request for block-major-8. If it's not getting loaded, you need a new modutils. The fact that usb-storage is getting loaded is a good sign that your hotplug setup is completely fine. Matt On Mon, Nov 12, 2001 at 11:04:32PM -0700, Joe