STK1160 USB video grabber & A20-OLinuXino-LIME

Started by Adam, April 25, 2016, 11:00:05 PM

Previous topic - Next topic

Adam

Hello,
I'm trying to get work the EASYCAP usb grabber with A20-lime board.

At first, I hope I have correct device:
root@A20-OLinuXino:~# lsusb | grep STK
Bus 002 Device 005: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 Video Capture Device


I followed this article: https://www.olimex.com/wiki/STK1160-howto-linux-sunxi-3_4
and I reached the Testing chapter.

I noticed, that I'm unable to load stk1160 or videodev module (no stk module loaded in lsmod).

Here is the dmesg output after inserting the grabber to USB:
root@A20-OLinuXino:~# dmesg
[  383.170977] ehci_irq: port change detect
[  383.451276] usb 2-1: new high-speed USB device number 5 using sw-ehci
[  383.637784] videodev: Unknown symbol clk_round_rate (err 0)
[  383.647878] videodev: Unknown symbol clk_round_rate (err 0)
[  383.667892] videodev: Unknown symbol clk_round_rate (err 0)


This is the problem -Unable load the stk1160 module. But I cant recognize the reason. Can you help me, please?

root@A20-OLinuXino:~# modprobe stk1160
modprobe: ERROR: could not insert 'stk1160': Unknown symbol in module, or unknown parameter (see dmesg)


Thank you