Logo Hardware.com.br
rkraus
rkraus Novo Membro Registrado
11 Mensagens 0 Curtidas

Webcam???? lsusb=ok E lsmod=ok

#1 Por rkraus 03/06/2007 - 08:59
Olá pessoal

Instalei o meu Kurumin 7 recentemente e minha Webcam não está funcionando.

Foi reconhecido pelo porta USB e o modulo spca5xx está instalado.


lsusb
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 005: ID 046d:c510 Logitech, Inc.
Bus 003 Device 003: ID 04fc:0561 Sunplus Technology Co., Ltd Flexcam 100
Bus 003 Device 004: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0
Bus 003 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
Bus 003 Device 001: ID 0000:0000


lsmod
Module Size Used by
af_packet 16136 2
thermal 11016 0
fan 3588 0
button 5136 0
ac 3844 0
battery 7940 0
8139too 22400 0
mii 4736 1 8139too
nls_cp437 5760 1
eeprom 5648 0
processor 19500 1 thermal
cpufreq_powersave 1664 0
cpufreq_performance 1920 0
cpufreq_ondemand 4976 0
freq_table 3844 0
fuse 36756 0
ppdev 7172 0
usbhid 46560 0
spca5xx 665808 0
videodev 20864 2 bttv,spca5xx
v4l1_compat 13572 1 videodev
v4l2_common 19840 2 bttv,videodev
pcmcia 29860 0
wlan_scan_sta 12288 0
ath_pci 85024 0
ath_rate_sample 12672 1 ath_pci
wlan 187452 4 wlan_scan_sta,ath_pci,ath_rate_sample
tsdev 6208 0
yenta_socket 23052 1
rsrc_nonstatic 10880 1 yenta_socket
pcmcia_core 32528 3 pcmcia,yenta_socket,rsrc_nonstatic
snd_intel8x0 28060 1


O que mais precisa para colocar a minha Webcam para rodar????????

Detalhe: no Slackware funcionou como spca5xx.

De imediato já agradeço a ajuda.

Kraus
[email]ronny.kraus@hotmail.com[/email]
abandonado
abandonado Novo Membro Registrado
38 Mensagens 0 Curtidas
#5 Por abandonado
02/07/2007 - 18:11
depois q eu dou o comando make a msg q me retorna e essa..

Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/spca5xx-20050701 modules
make[1]: Entering directory `/usr/src/linux-2.6.21.4'
CC [M] /home/spca5xx-20050701/drivers/usb/spca5xx.o
/home/spca5xx-20050701/drivers/usb/spca5xx.c:38:26: linux/config.h: No such file or directory
In file included from /home/spca5xx-20050701/drivers/usb/spca5xx.c:763:
/home/spca5xx-20050701/drivers/usb/mr97311.h: In function `pcam_start':
/home/spca5xx-20050701/drivers/usb/mr97311.h:391: warning: ISO C90 forbids mixed declarations and code
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca50x_isoc_irq':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:2025: error: incompatible types in assignment
/home/spca5xx-20050701/drivers/usb/spca5xx.c:2027: warning: assignment from incompatible pointer type
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca50x_init_isoc':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:2303: warning: assignment from incompatible pointer type
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_open':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:4542: warning: implicit declaration of function `video_devdata'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:4542: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c:4548: warning: implicit declaration of function `video_get_drvdata'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:4548: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_close':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:4671: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_do_ioctl':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:4720: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_ioctl':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5570: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5575: warning: implicit declaration of function `video_usercopy'
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_read':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5596: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_mmap':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5688: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c: At top level:
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5741: error: variable `spca50x_template' has initializer but incomplete type
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5742: error: unknown field `owner' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5742: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5742: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5743: error: unknown field `name' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5743: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5743: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5744: error: unknown field `type' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5744: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5744: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5745: error: unknown field `hardware' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5745: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5745: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5746: error: unknown field `fops' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5746: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5746: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5748: error: unknown field `release' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5748: error: `video_device_release' undeclared here (not in a function)
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5748: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5748: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5750: error: unknown field `minor' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5750: warning: excess elements in struct initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5750: warning: (near initialization for `spca50x_template')
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `cd_to_spca50x':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:6669: warning: implicit declaration of function `to_video_device'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:6669: warning: initialization makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c:6670: warning: return makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca50x_create_sysfs':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:6783: warning: implicit declaration of function `video_device_create_file'
/home/spca5xx-20050701/drivers/usb/spca5xx.c: In function `spca5xx_probe':
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8672: warning: implicit declaration of function `video_device_alloc'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8672: warning: assignment makes pointer from integer without a cast
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8675: error: invalid application of `sizeof' to incomplete type `video_device'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8675: error: invalid application of `sizeof' to incomplete type `video_device'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8675: error: invalid application of `sizeof' to incomplete type `video_device'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8677: error: dereferencing pointer to incomplete type
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8679: warning: implicit declaration of function `video_set_drvdata'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8684: warning: implicit declaration of function `video_register_device'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8684: error: `VFL_TYPE_GRABBER' undeclared (first use in this function)
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8684: error: (Each undeclared identifier is reported only once
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8684: error: for each function it appears in.)
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8700: warning: assignment from incompatible pointer type
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8708: error: incompatible types in assignment
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8720: error: dereferencing pointer to incomplete type
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8721: warning: implicit declaration of function `video_device_release'
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8723: warning: implicit declaration of function `video_unregister_device'
/home/spca5xx-20050701/drivers/usb/spca5xx.c: At top level:
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8821: error: unknown field `owner' specified in initializer
/home/spca5xx-20050701/drivers/usb/spca5xx.c:8821: warning: initialization from incompatible pointer type
/home/spca5xx-20050701/drivers/usb/spca5xx.c:5741: error: storage size of `spca50x_template' isn't known
make[2]: *** [/home/spca5xx-20050701/drivers/usb/spca5xx.o] Error 1
make[1]: *** [_module_/home/spca5xx-20050701] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.21.4'
make: *** [default] Error 2
Abandonado®
abandonado
abandonado Novo Membro Registrado
38 Mensagens 0 Curtidas
#6 Por abandonado
02/07/2007 - 18:52
e na hora q eu descompactei o arquivo tbm deu uma msg >>>

# tar -vzxf spca5xx-20060501.tar.gz
spca5xx-20060501/
spca5xx-20060501/README-KERNEL-UPTO-2.6.16
spca5xx-20060501/Makefile
spca5xx-20060501/LICENSE
spca5xx-20060501/RGB-YUV%2fmodule-setting
spca5xx-20060501/README
spca5xx-20060501/drivers/
spca5xx-20060501/drivers/usb/
spca5xx-20060501/drivers/usb/spca500.dat
spca5xx-20060501/drivers/usb/spca501.dat
spca5xx-20060501/drivers/usb/spca505.dat
spca5xx-20060501/drivers/usb/spca508.dat
spca5xx-20060501/drivers/usb/spcagamma.h
spca5xx-20060501/drivers/usb/cx11646.h
spca5xx-20060501/drivers/usb/sn9cxxx.h
spca5xx-20060501/drivers/usb/pac207.h
spca5xx-20060501/drivers/usb/cxlib.h
spca5xx-20060501/drivers/usb/zc3xx.h
spca5xx-20060501/drivers/usb/cs2102.h
spca5xx-20060501/drivers/usb/jpeg_qtables.h
spca5xx-20060501/drivers/usb/pas106b.h
spca5xx-20060501/drivers/usb/spca506.h
spca5xx-20060501/drivers/usb/spca561.h
spca5xx-20060501/drivers/usb/mr97311.h
spca5xx-20060501/drivers/usb/sonix.h
spca5xx-20060501/drivers/usb/spca5xx.c
spca5xx-20060501/drivers/usb/spca5xx.h
spca5xx-20060501/drivers/usb/spcausb.h
spca5xx-20060501/drivers/usb/icm105a.h
spca5xx-20060501/drivers/usb/hv7131b.h
spca5xx-20060501/drivers/usb/hv7131c.h
spca5xx-20060501/drivers/usb/spca501_init.h
spca5xx-20060501/drivers/usb/pb0330.h
spca5xx-20060501/drivers/usb/ov7630c.h
spca5xx-20060501/drivers/usb/et61xx51.h
spca5xx-20060501/drivers/usb/sp5xxfw2.h
spca5xx-20060501/drivers/usb/jpeg_header.h
spca5xx-20060501/drivers/usb/spca508_init.h
spca5xx-20060501/drivers/usb/spcaCompat.h
spca5xx-20060501/drivers/usb/dummy_cam.h
spca5xx-20060501/drivers/usb/spcadecoder.c
spca5xx-20060501/drivers/usb/spcadecoder.h
spca5xx-20060501/drivers/usb/tas5130c.h
spca5xx-20060501/drivers/usb/sp5xxfw2.dat
spca5xx-20060501/drivers/usb/hdcs2020.h
spca5xx-20060501/drivers/usb/spca505_init.h
spca5xx-20060501/drivers/usb/spca500_init.h
spca5xx-20060501/drivers/usb/tv8532.h
spca5xx-20060501/CHANGELOG
tar: spca5xx-20060501/drivers: implausibly old time stamp 1969-12-31 21:00:00
spca5xx-20060501/README-SONIX
spca5xx-20060501/README-TV8532
spca5xx-20060501/INSTALL
spca5xx-20060501/cutlog.py




o q vem ser isso>> "spca5xx-20060501/drivers: implausibly old time stamp 1969-12-31 21:00:00"

todos os outros drives q baixei tbm deu esse erro....


to no aguardo ae valeu!!!
Abandonado®
© 1999-2024 Hardware.com.br. Todos os direitos reservados.
Imagem do Modal