


usb 3-1: new high-speed USB device number 13 using sw-ehci Hardwarelib 2127 4 sw_interrupt,gpio,pwm,adc Now it works! STK1160 shows up as /dev/video1. stk1160 3-1:1.0: V4L2 device registered as video1 stk1160: registers to NTSC like standard stk1160: driver ver 0.9.5 successfully loaded usb 3-1: New device Syntek Semiconductor USB 2.0 Video Capture Controller 480 Mbps (05e1:0408, interface 0, class 0) usb 3-1: Manufacturer: Syntek Semiconductor usb 3-1: Product: USB 2.0 Video Capture Controller usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: New USB device found, idVendor=05e1, idProduct=0408 Let’s plug STK1160 dongle directly to USB port of pcDuino, and run ‘$sudo dmesg’ again: usb 3-1: new high-speed USB device number 3 using sw-ehci But my USB hub needs to be a very old one, and doesn’t support it.

It shows that the device was detected correctly and driver was loaded correctly. usbcore: registered new interface driver stk1160 usb 4-1.1: must be connected to a high-speed USB 2.0 port usb 4-1.1: New device Syntek Semiconductor USB 2.0 Video Capture Controller 12 Mbps (05e1:0408, interface 0, class 0) usb 4-1.1: Manufacturer: Syntek Semiconductor usb 4-1.1: Product: USB 2.0 Video Capture Controller usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 4-1.1: New USB device found, idVendor=05e1, idProduct=0408 usb 4-1.1: not running at top speed connect to a high speed hub usb 4-1.1: new full-speed USB device number 4 using sw-ohci Then we plug in the STK1160 dongle through the USB hub: We can install the driver by typing “$sudo make install’. So we install pcduino linux headers by: $ sudo apt-get install pcduino-linux-headers-3.4.79+Īfter install the linux header, we can then compile the driver: Stop.īy refer to the post Install pcduino-linux-headers-3.4.79+ and compile driver on pcDuino, we know that we need to first install the linux headers in order to compile the driver. Make: *** /lib/modules/3.4.79+/build: No such file or directory. Make -C /lib/modules/3.4.79+/build M=/home/ubuntu/Stk1160-raspberrypi modules Unexpectedly, we got the following error message: make Navigate to directory ‘Stk1160-raspberrypi’, and compile the driver by typing: We need to install git by typing ‘$sudo apt-get install git’, and then download the driver source files by ‘$sudo clone git:///pcduino/Stk1160-raspberrypi’.ģ. The STK1160 driver for pcDuino can be found at.

We will first do ‘sudo apt-get update’ to bring the source list to date.Ģ. In this post, we show the steps to install easycap STK1160 USB dongle on pcDuino3.ġ. Easycap STK1160 USB dongle can capture high quality video and sound directly through the USB 2.0 interface.
