Hi,
I'm not using anything so high-tech as I couldn't make those work. Now, I
compile in the core code plus the HID code I need for my keyboard & mouse. My
printer and scanner modules are then dynamically loaded as part of my startup
sequence (via a simple script in /etc/rc.d/rc5.d that modprobe's them).
I'd be interested in more high tech solutions (especially those driven by the
addition or removal of the device). It strikes me that this ought to be do-able
with some kind of daemon and some help from the driver (a signal to the daemon
process for example).
Just for info,
John...
--- David Brownell <[EMAIL PROTECTED]> wrote:
> I stuck an RC script I'm now using into CVS at SourceForge,
> and append a version. Please feel free to improve on it!
>
> rc.usb start ... starts whatever still needs it,
> modprobes (usbcore and) hcds, starts usbd
> rc.usb stop ... undoes all it can, tries rmmod usbcore
> rc.usb status ... shows USB subsystem status
>
> It should work with fully and partially modular configurations.
> On RedHat 6.2, I invoke it right after "depmod -a" in rc.sysinit
> (and without modifying fstab or modules.conf) and at various
> other times.
>
> What sort of solutions are other folk using for USB startup
> and so on? Or on USB-only hardware? I know about making the
> /etc/fstab entry and /etc/modules.conf aliases to drive it,
> but that won't work with usbd in many semi-modular configs.
>
> - Dave
>
>
>
>
> ATTACHMENT part 2 application/octet-stream name=rc.usb
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]