Differences between revisions 6 and 7
Revision 6 as of 2008-08-16 17:48:53
Size: 1976
Comment: korjattu ulkoasua.
Revision 7 as of 2011-09-20 05:28:52
Size: 1976
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
Kirjoita vielä [[BR]] Kirjoita vielä <<BR>>
Line 18: Line 18:
listaus, minkä komento palauttaa pitäisi olla jotain tämän tapaista:[[BR]] listaus, minkä komento palauttaa pitäisi olla jotain tämän tapaista:<<BR>>
Line 20: Line 20:
janne@asus:~$ dmesg | grep stk11xx[[BR]]
[ 44.477250] stk11xx: Syntek USB2.0 webcam driver startup[[BR]]
[ 44.479591] stk11xx: Syntek USB2.0 - STK-1135 based webcam found.[[BR]]
[ 44.479602] stk11xx: Syntek AVStream USB2.0 1.3M WebCam - Product ID 0x0501.[[BR]]
[ 44.479610] stk11xx: Release: 0005[[BR]]
[ 44.479615] stk11xx: Number of interfaces : 1[[BR]]
[ 44.480689] stk11xx: Initialize USB2.0 Syntek Camera[[BR]]
[ 44.710990] stk11xx: Syntek USB2.0 Camera is ready[[BR]]
[ 44.711096] stk11xx: Syntek USB2.0 Camera is now controlling video device /dev/video0[[BR]]
[ 44.711165] usbcore: registered new interface driver usb_stk11xx_driver[[BR]]
[ 44.711173] stk11xx: v1.2.3 : Syntek USB Video Camera[[BR]]
[ 6296.750496] usb_stk11xx_driver 2-7:1.0: no suspend for driver usb_stk11xx_driver?[[BR]]
[ 3.229704] usb_stk11xx_driver 2-7:1.0: no resume for driver usb_stk11xx_driver?[[BR]]
janne@asus:~$[[BR]]
janne@asus:~$ dmesg | grep stk11xx<<BR>>
[ 44.477250] stk11xx: Syntek USB2.0 webcam driver startup<<BR>>
[ 44.479591] stk11xx: Syntek USB2.0 - STK-1135 based webcam found.<<BR>>
[ 44.479602] stk11xx: Syntek AVStream USB2.0 1.3M WebCam - Product ID 0x0501.<<BR>>
[ 44.479610] stk11xx: Release: 0005<<BR>>
[ 44.479615] stk11xx: Number of interfaces : 1<<BR>>
[ 44.480689] stk11xx: Initialize USB2.0 Syntek Camera<<BR>>
[ 44.710990] stk11xx: Syntek USB2.0 Camera is ready<<BR>>
[ 44.711096] stk11xx: Syntek USB2.0 Camera is now controlling video device /dev/video0<<BR>>
[ 44.711165] usbcore: registered new interface driver usb_stk11xx_driver<<BR>>
[ 44.711173] stk11xx: v1.2.3 : Syntek USB Video Camera<<BR>>
[ 6296.750496] usb_stk11xx_driver 2-7:1.0: no suspend for driver usb_stk11xx_driver?<<BR>>
[ 3.229704] usb_stk11xx_driver 2-7:1.0: no resume for driver usb_stk11xx_driver?<<BR>>
janne@asus:~$<<BR>>

Asus webcam

Tarkista, mikä on uusin ajuriversio http://sourceforge.net/project/showfiles.php?group_id=178178&package_id=205527, tällä hetkellä versio 1.3.1 on uusin.

janne@asus:~$  wget http://downloads.sourceforge.net/syntekdriver/stk11xx-1.3.1.tar.gz?modtime=1202218787&big_mirror=0
janne@asus:~$  tar -xzvf stk11xx-1.3.1.tar.gz
janne@asus:~$  cd stk11xx-1.3.1
janne@asus:~$  wget http://bookeldor-net.info/merdier/Makefile-syntekdriver
janne@asus:~$  make -f Makefile-syntekdriver
janne@asus:~$  sudo make -f Makefile-syntekdriver install
janne@asus:~$  sudo modprobe stk11xx

Kirjoita vielä
janne@asus:~$ dmesg | grep stk11xx

listaus, minkä komento palauttaa pitäisi olla jotain tämän tapaista:


janne@asus:~$ dmesg | grep stk11xx
[ 44.477250] stk11xx: Syntek USB2.0 webcam driver startup
[ 44.479591] stk11xx: Syntek USB2.0 - STK-1135 based webcam found.
[ 44.479602] stk11xx: Syntek AVStream USB2.0 1.3M WebCam - Product ID 0x0501.
[ 44.479610] stk11xx: Release: 0005
[ 44.479615] stk11xx: Number of interfaces : 1
[ 44.480689] stk11xx: Initialize USB2.0 Syntek Camera
[ 44.710990] stk11xx: Syntek USB2.0 Camera is ready
[ 44.711096] stk11xx: Syntek USB2.0 Camera is now controlling video device /dev/video0
[ 44.711165] usbcore: registered new interface driver usb_stk11xx_driver
[ 44.711173] stk11xx: v1.2.3 : Syntek USB Video Camera
[ 6296.750496] usb_stk11xx_driver 2-7:1.0: no suspend for driver usb_stk11xx_driver?
[ 3.229704] usb_stk11xx_driver 2-7:1.0: no resume for driver usb_stk11xx_driver?
janne@asus:~$


Nyt pitäisi kameran toimia, mikäli kuva on jostain syystä ylösalaisin, niin kokeile kumpi seuraavista lisäkomennoista korjaa näytön. vfilp=0 tai vflip=1

janne@asus:~$ sudo rmmod stk11xx
janne@asus:~$ sudo modprobe stk11xx vflip=1