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

RE: webcam logitech



Hola jose y gente,

He lanzado el quickcam.sh y esto es lo que me pasa:

./quickcam.sh
-=- Logitech QuickCam USB camera driver installer -=-
Hello! I am the (hopefully) easy-to-use, fully automated
qc-usb driver installation script.
At the moment, this is experimental, and if it doesn't work,
don't hesitate to quit this with Ctrl+C and install the
driver manually.

The driver is provided in source code form, so it has to be
compiled. This should happen automatically, but it does mean
that there are some steps required before installation.

You also need to know "root" user password to test and
install the driver.

Basically you need only to keep hitting Enter whenever you
see this prompt: --->. Sometimes you're asked root password.
Pay special attention to lines beginning with [!].
It means that some trouble has been detected.

To most important location is the path to your kernel source
or headers. This can be guessed, but you can specify it by
giving it as an argument to this script like this:
        ./quickcam.sh LINUX_DIR=/usr/src/linux

If you haven't done it yet, now it would be a good moment to
take a look at file README.

Next I'm going to check if you have some important programs installed
and if they and the kernel are of suitable version.
Press Ctrl+C to quit, Enter to continue --->

./quickcam.sh
/usr/bin/whoami
/bin/su
/bin/ls
/bin/cat
/usr/bin/gcc
/usr/bin/gcc
/usr/bin/make
/bin/grep
/bin/egrep
/usr/bin/awk
/bin/sed
/usr/bin/tail
/usr/bin/head
/usr/bin/install
/usr/bin/ld
/bin/uname
/usr/bin/tr
Warning: xawtv missing
Warning: xdpyinfo missing
/bin/dmesg
/usr/bin/wc
[!] Some important programs can not be found on default path.
Probably they aren't installed.
You should install them, for example, by using apt-get or rpm.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

/bin/readlink
gcc version:
gcc version:
Make version: GNU Make 3.80
Linker version: GNU ld versión 2.15
Kernel compiler: gcc version 3.3.5 (Debian 1:3.3.5-12)
[!] Kernel compiler and gcc seem to be different versions.
Instead, they should be the same. If you have many compilers
installed, you can specify the correct one with command (in bash)
        export CC=kgcc
before trying to install the driver. Replace kgcc with the command
required for compiling kernels (kgcc is often used in Red Hat systems).
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

Looking for more necessary programs...
Found program /sbin/depmod
Found program /sbin/insmod
Found program /sbin/rmmod
Found program /sbin/modprobe
Found program /bin/mount
Found program /usr/bin/lsusb
depmod version: module-init-tools 3.2-pre1
insmod version: insmod version 2.4.26
rmmod version: rmmod version 2.4.26
modprobe version: modprobe version 2.4.26
Checking whether we're root... david
Checking for driver source code...
Checking for write permission...
[!] Current directory not writable
You don't seem to have write permission to the current directory
(/usr/src/modules/qc-usb-source)
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Previous round done. Now checking if you have kernel source installed.
Press Ctrl+C to quit, Enter to continue --->

Kernel source directory: /lib/modules/2.4.27-2-386/build
Detected kernel version is 2.4.x.
Kernel version name: 2.4.27-2-386
Kernel source version code: 132123
Driver file name: quickcam.o
Module install directory: /lib/modules/2.4.27-2-386
Driver source directory (PWD):         /usr/src/modules/qc-usb-source
Kernel source directory (LINUX_DIR):   /lib/modules/2.4.27-2-386/build
Module install directory (MODULE_DIR): /lib/modules/2.4.27-2-386
Utility install directory (PREFIX):    /usr/local
User options (USER_OPT):
Driver file name (use with insmod):    quickcam.o
Kernel version code:                   132123
[!] Using module-init-tools with 2.4.x/2.2.x kernel.
These kernels require older modutils.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


The QuickCam driver requires other drivers from kernel.
I'll now check if those seem to be loaded.
Press Ctrl+C to quit, Enter to continue --->

Modules loaded into the kernel:
videodev ehci-hcd usb-uhci usbcore i810_audio ac97_codec soundcore ide-scsi
8139too mii crc32 ohci1394 sr_mod sbp2 ieee1394 scsi_mod ide-cd cdrom rtc
ext3 jbd ide-detect piix ide-disk ide-core unix

Next round: let's see if you have a supported QuickCam.
Please plug in your USB camera before continuing.
Press Ctrl+C to quit, Enter to continue --->

I can find the following probably compatible devices:
[!] Didn't find compatible cameras.
If you got message: "Permission denied", it means that
you simply have too old lsusb, and you can ignore this problem.
In this case you have to be root to use lsusb, but I won't do that.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.



Que raro no?, no es compatible???

________________________________________
De: jose ramirez [mailto:canekxbalanque@gmail.com] 
Enviado el: martes, 20 de septiembre de 2005 1:43
Para: Diego Bote; debian-user-spanish@lists.debian.org
Asunto: Re: webcam logitech

hoa de nuevo

al instalarte esos paquetes  te crea el directorio

 /usr/src/modules/qc-usb-source/
ahi es conde haces el  ./quickcam.sh

vas respondiendo lo que te pregunta
(debes tener instalado tambien las fuentes o las cabeceras de tu kernel)
si no te marca errores al final debes tener el modulo quickcam ya compilado
solo debes cargarlo con  modprobe quickcam
 
 ahora  en la consola como root 
                                mknod /dev/video0 c 81 0
                                mknod /dev/video1 c 81 1
                                chmod a+rw /dev/video0 /dev/video1
                                ln -s /dev/video0 /dev/video

y listo  puedes  ver tu webcam mediante el xawtv o camorama gqcam etc etc
espero te sirva
El día 19/09/05, Diego Bote <dbote@unex.es> escribió:
        Hola.

On Sun, Sep 18, 2005 at 01:17:35PM +0200, David Ballano wrote:
> Hola chicos,
>
>
>
> Alguien podría indicarme donde puedo encontrar el driver de la webcam
> logitech quickcam Express? 
>
> Es usb,

        Lo que buscas es esto, spca5xx-20050116.tar.gz.

        Búscalo así en google y te sale. Si quieres te lo mando pero puede
no estar actualizado.
>
>
>
> Gracias a tod@s
>
> Saludos.
>
        Saludos.

                                                Diego

--
************************************************************************* 
Diego Bote Barco                Escuela de Ingenierías Industriales
Área de Matemática Aplicada     Avda. de Elvas s/nº
Departamento de Matemáticas     C.P.: 06071 BADAJOZ
Universidad de Extremadura      Tlf.: 924 289600 ext 6754 Fax: 924 289601
                correo-e: dbote (en) unex (punto) es
*************************************************************************


--
To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.2/105 - Release Date: 19/09/2005

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.2/105 - Release Date: 19/09/2005
 



Reply to: