El Mié 15 Ene 2003 03:20, Todd Lyons escribió sabiamente:
> oscar wrote on Tue, Jan 14, 2003 at 11:27:25PM +0100 :
> > Well, it seems to be that the device is correctly detected. But I can't
> > find the mount point in /dev/. There is not any /dev/sdx, nor /dev/usb/*.
> > Any Idea?
>
> modprobe sd_mod
>
> Blue skies...                 Todd

Fantastic! Thank you, Todd.

To do it automatically, I have added this to /etc/hotplug/usb.usermap:

sony_microvault   0x0003      0x054c   0x0105    0x0000       0x0000 
     0x00         0x00            0x00            0x00            0x00    
          0x00               0x00000000

And I have writed this sony_microvault script in /etc/hotplug/usb/:
--------------
#! /bin/sh
if [ -t -o ! -x /usr/bin/logger ]; then
    mesg () {
        echo "$@"
    }
else
    mesg () {
        /usr/bin/logger -t $0 "$@"
    }
fi
modprobe sd_mod
mesg sd_mod is here to create /dev/sda :-)
--------------
Thank you very much,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to