========= Installation of the SILAB USB kernel module driver ============= To build the kernel module do - cd $USBCMN/USB_Driver/linux - make This should give you the driver module silab.ko Check your include paths (i.e. /usr/src/linux/include/asm) if the build should fail. To install the driver: - cp silab.ko /lib/modules//kernel/drivers/usb/misc - depmod -a - modprobe silab Check your /var/log/messages for correct installation of the driver: - tail -f /var/log/messages You should now see the driver respond to plug and play events of the USB device. To get the appropriate permissions to access the device execute - $USBCMN/USB_Driver/linux/udev/install.sh which will modify the device configuration (for SUSE distr. may need to be modified for other systems) Contact the author Sergey Fourletov (fourl@mail.cern.ch) for more details.