PDA

View Full Version : Syntek Web Cam ID 174f:a821 - DIY Auto installation



yorugualoco
27th August, 2010, 12:15 PM
Hi guys,
i have the damn syntek ID 174f:a821 Syntek Web Cam - Packard Bell BU45, PB Easynote MX66-208W, aka d-max 1135

after 3 years of being fighting with this webcam, i made a script and don't seems to have problems.
I tryied it on jaunty, karmic and lucid with driver 2.1.0

if you want to try, just copy and execute

----------------------------------------------------------

#!/bin/sh

# Dependencias
sudo apt-get install build-essential

# Controlador
wget http://downloads.sourceforge.net/pro..._mirror=freefr
tar xvzf stk11xx-2.1.0.tar.gz && cd stk11xx-2.1.0 && wget http://bookeldor-net.info/merdier/Makefile-syntekdriver && make -f Makefile-syntekdriver && sudo make -f Makefile-syntekdriver install
sudo modprobe stk11xx && sudo lsusb -v | grep -A 8 Syntek && sudo addgroup $USER video && cat /sys/class/video4linux/video0/vflip && echo 1 >/sys/class/video4linux/video0/vflip
sudo echo "Syntek Webcam" | sudo tee -a /etc/modprobe.d/options && sudo echo "options stk11xx vflip=1 brightness=0xBBBB" | sudo tee -a /etc/modprobe.d/options

# Camorama
sudo apt-get install camorama

# Mensaje
zenity --info --title="finished" --text="just try, camorama." \

-----------------------------------------------------------

regards :celticparty: