Autoloading depends on your distro configuration. The kernel won't request
the module automatically, but my udev has the following:
ACTION=="add", SUBSYSTEM=="scsi_device", SYSFS{type}=="0|7|14", \
RUN+="modprobe sd_mod"
My udev is older than yours (095-17) so I would assume that you hav
Matt,
You hit it on the first try! Everything works if I manually load
sd_mod.
Should sd_mod be loading automatically? Or should I add it
to /etc/modules? Currently I'm only autoloading ohci-hcd and everything
else USB needs seems to be pulled in as needed.
Thanks!
Steve
On Sat, 2007-12-22
Is sd_mod getting loaded? What happens if you load it manually?
Matt
On Fri, Dec 21, 2007 at 11:51:42PM -0800, Steve Sakoman wrote:
> I'm working on an OpenEmbedded port for gumstix modules (PXA270 based)
> and running into an issue with USB storage devices.
>
> I am using a 2.6.21 kernel and u
I'm working on an OpenEmbedded port for gumstix modules (PXA270 based)
and running into an issue with USB storage devices.
I am using a 2.6.21 kernel and udev-115.
Other devices seem to work fine: USB keyboards, Bluetooth dongles, etc.
However when I insert a USB storage device the mount proces