Content originally posted in LPCWare by ErikC on Wed Mar 16 12:21:55 MST 2016
After connecting the LPC-Link2 to the Raspberry Pi, the dmesg command shows:
[ 1558.211543] usb 3-1: new high-speed USB device number 3 using sw-ehci
[ 1558.372795] usb 3-1: New USB device found, idVendor=1fc9, idProduct=000c
[ 1558.385854] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1558.395559] usb 3-1: Product: LPC
[ 1558.401740] usb 3-1: Manufacturer: NXP
[ 1558.408416] usb 3-1: SerialNumber: ABCD
[ 1558.421472] usbip-host 3-1:1.0: usbip-host: register new device (bus 3 dev 3 ifn 0)
[ 1578.069995] usb 3-1: lock for reset
I have executed the following commands to bind this USB device:
apt-get update && apt-get upgrade -y && apt-get install usbip -y
modprobe usbip-core
modprobe usbip-host
usbipd -D
1 root@bananapi ~ # usbip list -l :(
- busid 3-1 (1fc9:000c)
NXP Semiconductors : unknown product (1fc9:000c)
usbip: error: problem getting device attributes: No such file or directory
1 root@bananapi ~ # usbip --debug --log bind --busid 3-1 :(
usbip: debug: /build/linux-tools-Tuhu8g/linux-tools-3.16.7-ckt20/drivers/staging/usbip/userspace/src/usbip.c:141:[run_command] running command: `bind'
usbip: debug: /build/linux-tools-Tuhu8g/linux-tools-3.16.7-ckt20/drivers/staging/usbip/userspace/libsrc/sysfs_utils.c:23:[write_sysfs_attribute] error writing to attribute /sys/bus/usb/drivers/usbip-host/bind
usbip: error: error binding device 3-1 to driver: No such device
usbip: error: could not bind device to usbip-host
Is it due to unknown device because there is no driver available for Raspberry Pi?