On 2001.07.04 18:29:28 +0200 Eric HENRY wrote:
> Hi,
> 
> How can I do to load my module at boot time?
> 
> My module is a USB driver for a USB device whose major number is 180 (so
> I
> can't use "alias char-major-180 rtbdrv" in /etc/modules.conf)
> 
> I'm using a Redhat 7.0 and the driver has to be installed via a Makefile
> on
> many machines so I'm looking for a simple solution.
> 
> Anyone has an idea ?
> 
> Thanks,
> 

Edit /etc/rc.d/rc.local (or whatever the RH equivalent is) and add:
/sbin/modprobe rtbdrv

done. (simple or not?)

Jeroen


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to