«
»

linux, ubuntu 12.4

Instalar WebCam Logitech Ubuntu

09.06.13 | Comment?

Alberto Suárez Pérez

WEBCAM_UBUNTU

WEBCAM_UBUNTU

sudo su
apt-get update
apt-get install build-essential
apt-get install linux-headers-`uname -r`
apt-get install xawtv camorama
wget http://home.mag.cx/messenger/source/qc-usb-messenger-1.8.tar.gz	
tar zxf qc-usb-messenger-1.8.tar.gz
cd qc-usb-messenger-1.8
./quickcam.sh

nano /etc/rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
 
/sbin/modprobe -r quickcam
/sbin/insmod /lib/modules/2.6.24-17-server/misc/quickcam.ko
 
exit 0

Comments are closed.


«
»