On Sun, Dec 02, 2001 at 03:31:26PM +0100, Ralf Hildebrandt wrote:
> How can I make my Linux autoload the kernel modules needed for sysncing the
> m500 via USB? Manually, I must use:
> 
> /sbin/modprobe usb-uhci usbcore usbserial visor
> 
> and then it works nicely. In /etc/modules.conf:
> 
> alias  char-major-188 visor
> 
> isn't really helpful since usb-uhci isn't loaded autmagically then.

Then add those modules to /etc/modules (if your distribution supports
it) or modprobe them directly from rc srcipts.

BTW /etc/init.d/hotplug takes care of everything on my Debian (unstable)
system, so I didn't have to do anything (except maybe apt-get install
hotplug).  Another nice plus is that you can automatically start
coldsync by pressing the HotSync button on the cradle if you add the
appropriate command (su username -c coldsync) to /etc/hotplug/visor

Marius Gedminas
-- 
main(k){float i,j,r,x,y=-16;while(puts(""),y++<15)for(x
=0;x++<84;putchar(" .:-;!/>)|&IH%*#"[k&15]))for(i=k=r=0;
j=r*r-i*i-2+x/25,i=2*r*i+y/10,j*j+i*i<11&&k++<111;r=j);}
/* Mandelbrot in ASCII. */
_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to