Linux driver untuk STK11 Webcam Video Adapter

From OnnoWiki
Revision as of 16:41, 30 October 2010 by Onnowpurbo (talk | contribs) (New page: 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. Langka...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

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

Pranala Menarik