On Tue, 23 Nov 2004, Yannick Beynet wrote: > Hello, > I'm using kernel 2.6.9 and I have some problems with udev (or with kernel) > I need to remove usbstorage module and sd_mod before plugging my key. If I > don't do that, i see in my logs creation of /dev/sda and /dev/sg0 but the > kernel does not create /dev/sda1. > I give you my logs (with usbstorage debug mode). > One more point is that if I touch /.dev/sda1 (not /dev but /.dev) udev > seems to awake and create /dev/sda1
Can you try using kernel 2.6.10-rc2? Maybe it will work better. The usb-storage driver was changed to delay device scanning, and it may be that your key needs the extra time delay. That would explain it works when you remove those modules beforehand; the time required to load them again could be sufficient for the key to start working. Alan Stern ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
