Phidgets modprobe blacklisting
------------------------------

Starting with the 2.6.8 kernel, the Phidget servo controllers are also
supported by the phidgetservo kernel driver. A user-space approach is
favourable because it is more flexible and does not endanger system stability.
You may wish to blacklist the phidgetservo kernel module. On most systems,
this can be achieved with the following command:

  2.6 kernels: install -m644 -oroot -groot \
                 libphidgets.module-init-tools /etc/modprobe.d/libphidgets
  2.4 kernels: install -m644 -oroot -groot \
                 libphidgets.modutils /etc/modutils/libphidgets

 -- martin f. krafft <libphidgets@pobox.madduck.net>  Fri, 17 Dec 2004 00:14:48 +0100
