Failure to connect to parallel port target interfaces may be caused by the following problems:
Failure to connect the terminal emulator window may be caused by the following problems:
Failure to connect to a USB target interface may be caused by the following problems:
crossconnect 0x0003 0x131B 0x0001 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0will execute the script /etc/hotplug/usb/crossconnect when a USB device with VID 0x131B and PID 0x0001 is connected. The script that is executed should enable user access to the USB device. For example the script
#!/bin/bash
if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
then
chmod a+rw "${DEVICE}"
fi
enables user access to a USB device on RedHat Linux.