[SOLVED] Creative WebCam for Notebook problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks Alexander, It "Works For Me (TM)".
Here is my contrib in a little script:

#--BEGIN--
#!/bin/sh

#put in version "20050419" for now.
#if you want, use $1 to pass the version as a param.

VERSION="20050419"
SRC_FILE_NAME=spca5xx-$VERSION
SRC_FILE_EXT=.tar.gz
TAR_PARAMS=-zxvf
SRC_FILE=$SRC_FILE_NAME$SRC_FILE_EXT
SRC_URL=http://mxhaard.free.fr/spca50x/Download/$SRC_FILE
CURL_PROXY_PARAM=""
#CURL_PROXY_PARAM="--proxy <proxy_host>:<proxy_port>"

clear
echo $SRC_FILE_NAME

curl --remote-time --progress-bar --output $SRC_FILE --get $CURL_PROXY_PARAM $SRC_URL

tar $TAR_PARAMS $SRC_FILE

cd SRC_FILE_NAME
make && make install
cd ..

modprobe spca5xxx

#--END--

Alexander Dalloz wrote:
Am Fr, den 22.04.2005 schrieb Samuel Díaz García um 0:27:


lsusb says:

Bus 005 Device 001: ID 0000:0000
Bus 004 Device 003: ID 041e:401f Creative Technology, Ltd
Bus 004 Device 002: ID 0458:0036 KYE Systems Corp. (Mouse Systems)
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000


http://www.google.com/search?hl=en&q=ID+041e%3A401f+Creative+Technology&btnG=Google+Search
   --> http://feanor.sssup.it/~pj/linux/creative_webcam_notebook.html
   --> http://mxhaard.free.fr/download.html

Alexander



-- Samuel Díaz García Director Gerente ArcosCom Wireless, S.L.L.

mailto:samueldg@xxxxxxxxxxxx
http://www.arcoscom.com

Móvil: 651 93 72 48
Tlfn.: 956 70 13 15
Fax:   956 70 34 83
begin:vcard
fn;quoted-printable:Samuel D=C3=ADaz Garc=C3=ADa
n;quoted-printable:D=C3=ADaz Garc=C3=ADa;Samuel
org:ArcosCom Wireless, S.L.L.;I+D+I
adr;quoted-printable;quoted-printable:;;c/ Romero Gago, 19;Arcos de la Frontera;C=C3=A1diz;11630;Espa=C3=B1a
email;internet:samueldg@xxxxxxxxxxxx
title:Director Gerente
tel;work:956 70 13 15
tel;fax:956 70 34 83
tel;cell:651 937 248
x-mozilla-html:FALSE
url:http://www.arcoscom.com
version:2.1
end:vcard


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux