Re: [linux-usb-devel] Kernel 2.5.65 USB on 2.4 setup does not hotplug

2003-03-23 Thread David Brownell
Matthew Dharm wrote: It looks like sd_mod.ko isn't getting loaded. Load it manually and it should all work. Matt Or try this /etc/hotplug/scsi.agent ... #!/bin/bash # # SCSI hotplug agent for 2.5 kernels # # ACTION=add # DEVPATH=devices/scsi0/0:0:0:0 # cd /etc/hotplug . hotplug.functions case

Re: [linux-usb-devel] Kernel 2.5.65 USB on 2.4 setup does not hotplug

2003-03-23 Thread Michael Frank
Matt, Thank you for your input. modprobe sd_mod before plugging the disk in works just fine. I suppose the problem is in modprobe.conf - relevant excerpt below. alias usbdevfs usbcore alias usb-controller ohci-hcd install sd_mod { /sbin/modprobe usb-storage; }; /sbin/modprobe --ignore-insta

Re: [linux-usb-devel] Kernel 2.5.65 USB on 2.4 setup does not hotplug

2003-03-23 Thread Matthew Dharm
It looks like sd_mod.ko isn't getting loaded. Load it manually and it should all work. Matt On Mon, Mar 24, 2003 at 06:15:18AM +0800, Michael Frank wrote: > This is a 2.4 compatible setup using RH 8+, no changes made other than modutils > 2.4.21-16 from Rusty and modprobe.conf generated. "Old"

[linux-usb-devel] Kernel 2.5.65 USB on 2.4 setup does not hotplug

2003-03-23 Thread Michael Frank
This is a 2.4 compatible setup using RH 8+, no changes made other than modutils 2.4.21-16 from Rusty and modprobe.conf generated. "Old" modutils for 2.4 are 2.4.24 2.5.65 kernel: Manual mount of usbdevfs, modprobe usbcore and usb-controller Mar 24 04:27:59 mhfl2 kernel: drivers/usb/core/usb.c: