[SOLVED] Creative WebCam for Notebook problem

Samuel Díaz García samueldg at arcoscom.com
Thu Apr 21 23:49:53 UTC 2005


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 at arcoscom.com
http://www.arcoscom.com

Móvil: 651 93 72 48
Tlfn.: 956 70 13 15
Fax:   956 70 34 83
-------------- next part --------------
A non-text attachment was scrubbed...
Name: samueldg.vcf
Type: text/x-vcard
Size: 450 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20050422/34e7e65e/attachment-0002.vcf 


More information about the users mailing list