I am trying to sort out some USB-related stuff, specifically related to the 
modules for syncing my Visor. I have all that stuff working, but it is a pain 
to have to load the modules after each boot so I can sync.

I notice that in /etc/init.d there is a script called "usb" that starts up 
usb devices and should load all the visor modules as well. It seems to look 
for a subscript called /etc/sysconfig/usb, and after attempting to execute 
that script, it uses a number of shell variables (eg "$VISOR") to decide what 
to do.

Unfortunately, I don't have the /etc/sysconfig/usb script - probably because 
when I installed MDK 7.2 I didn't have any usb devices. In anycase, does 
anyone know if my understanding of this is correct? if so, it seems that all 
I would need to do is to create /etc/sysconfig/usb and put into it:

$USB="yes"
$VISOR="yes"

and the modules will get loaded at boot time.

Help, anyone?

Neal

Reply via email to