> So if you load the usb core, and then plug in your usb device, does it
> all work after the machine has booted?
in a fairly recent posting, i clarified that a lot of the problem
seemed to be that many of my modules were simply not being loaded
on demand. not only the USB stuff, but even the vfat module so
i could mount my windows partition.
i finally went back and just built all this stuff into the kernel,
and solved most (not quite all) of the problems. i find this
kind of surprising -- i've never had to do this before.
and, to answer your question above, before i did all this, to
get my zip drive to work, i modprobe'd usbcore and usb-storage
manually. to mount the windows partition, same with modprobe
and vfat.
and it's still a mystery why, before i did this, when i booted
with a USB optical mouse plugged in, it hung after
"Freeing unused kernel memory". *that* is still a puzzler.
rday
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/