El Mié 15 Ene 2003 11:52, Mark Watts escribió sabiamente:
> > 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,
>
> Can you not do this in one line by adding sd_mod to /etc/modules (to load
> it at boot) or will that not work cos its a removable device?
>
> Mark.

Well, I did it in that way because it is a removable device (usb), my computer 
is switched on and off every day and I don't have more scsi devices, but I 
suppose you are in true, and we can add sd_mod to /etc/modules. 
-- 
Ó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