Linux driver untuk STK11 Webcam Video Adapter
Nampaknya driver ini belum di program untuk EasyCAP device. Setelah kita colok ke PC, hardware info memberikan berbagai ALSA input tapi tidak memberikan video chip yang sebenarnya.
Langkah yang perlu dilakukan:
- Download & install versi baru dari driver tsb dari sourceforge http://sourceforge.net/project/showfiles.php?group_id=178178
- Extract paket di home folder
3. Open up the terminal and type cd, drag and drop the folder (from your window manager or Desktop) beside the command and press enter.
4. Type:
sudo ./configure && make (After this command the file stk11xx.ko is created in the stk11xx-1.3.1 folder) sudo modprobe videodev sudo modprobe v4l1-compat sudo insmod stk11xx.ko
5.Press ALT+F2 and executes ‘gksu gedit /etc/modules’ then adds the lines:
# modules for infrastructure to support the video videodev v4l1-compat
6.Press ALT+F2 and executes ‘gksu gedit /etc/rc.local’ then adds the following line:
insmod /home/<your login name>/stk11xx-1.3.1/stk11xx.ko (this line must be added before last line “ exit 0 ”)
Test with Camorama or even better zapping which can be got with the command
$ sudo apt-get install zapping
Thats all folks!!!! P.S. Im thinking of thinking of tinkering around with the the driver myself, if anybody would be interested that would be great. Send a message through the forums.
Referensi
- http://ubuntuforums.org/showthread.php?t=662531
- http://sourceforge.net/project/showfiles.php?group_id=178178