Pagina 1 di 1
Webcam, quale?
Inviato: mar 30 ago 2005, 18:21
da Pandorix
Ciao ragazzi
Sapreste indicarmi quali modelli di webcam funzionano senza smanettare troppo e soprattutto hanno i drivers, per la slackware?
Grazie
Inviato: mar 30 ago 2005, 20:05
da samiel
Creative.
Non servono driver aggiuntivi
fa tutto il kernel (ov511).
M.
Inviato: mar 30 ago 2005, 20:21
da twister
Tranne per la Quick cam Messenger (la mia

) che usa driver sperimentali da scaricare, dimmi se la avete che vi do il link
Inviato: mar 30 ago 2005, 21:10
da Pandorix
samiel ha scritto:Creative.
Non servono driver aggiuntivi
fa tutto il kernel (ov511).
M.
Quindi la collego e dovrebbe già funzionare, anche con gnomemeeting? Io uso il kernel originario della slackware 10.1
Inviato: mar 30 ago 2005, 21:18
da samiel
Yes!
M.
Inviato: mar 30 ago 2005, 21:44
da Pandorix
samiel ha scritto:Yes!
M.
Ok, grazie mille

Inviato: mar 30 ago 2005, 23:11
da samiel
De nada, basta che poi non usi la webcam
a caccia di spogliarelli...... Promesso?
M.
Inviato: mer 31 ago 2005, 12:35
da twister
E cosa se la compra a fare secondo te

Inviato: mer 31 ago 2005, 12:55
da samiel
Eh, Pandorix Pandorix......
M.

Inviato: mer 31 ago 2005, 15:02
da Pandorix
samiel ha scritto:Eh, Pandorix Pandorix......
M.

Ops eheh
E' per un mio amico ahahah

Inviato: gio 1 set 2005, 0:26
da Bart
samiel ha scritto:De nada, basta che poi non usi la webcam
a caccia di spogliarelli...... Promesso?
M.
ahahah!!!
Quasi quasi la prendo pure io!

Inviato: gio 8 feb 2007, 13:20
da danido3
mi accodo a questo 3d per evitare di aprirne uno nuovo inutilmente.
Anche io ho una webcam e volevo riuscire a farla funzionare sulla mai slackware 11 con kernel 2.6.18.
Ma ho dei problemi riguardanti il miodulo ov511, perché praticamente penso che non ci sia sulla versione del mio kernel, oppure sono completamente rinco.... e non la trovo? Se la secondo opzione è la vostra risposta sapreste dirmi il percorso nel kernel per attivarlo?
Inoltre ho provato anche a scaricare i diriver da
http://ovcam.org/ov511/
ma non riesco ad installarli, mi da una sfilza di errori sul make.
Tendo a precisare che ho già abilitato nel kernel le voci i2c e v4l
questa è la risposta del make:
Codice: Seleziona tutto
root@danix:/home/daniele/pacchetti/webcam/ov511-2.32# make
Building OVCam drivers for 2.6 kernel.
make -C /lib/modules/2.6.18/build SUBDIRS=/home/daniele/pacchetti/webcam/ov511-2.32 modules
make[1]: Entering directory `/usr/src/linux-2.6.18'
CC [M] /home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.o
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_open':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3818: warning: implicit declaration of function `video_devdata'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3818: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3819: warning: implicit declaration of function `video_get_drvdata'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3819: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_release':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3885: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_do_ioctl':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3924: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:3944: warning: implicit declaration of function `v4l_print_ioctl'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4303: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_ioctl':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4743: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4749: warning: implicit declaration of function `video_usercopy'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_read':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4765: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_mmap':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4920: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: At top level:
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4974: error: `v4l_compat_ioctl32' undeclared here (not in a function)
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4974: error: initializer element is not constant
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4974: error: (near initialization for `ov511_fops.compat_ioctl')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4979: error: variable `vdev_template' has initializer but incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4980: error: unknown field `owner' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4980: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4980: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4981: error: unknown field `name' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4981: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4981: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4982: error: unknown field `type' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4982: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4982: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4983: error: unknown field `hardware' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4983: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4983: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4984: error: unknown field `fops' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4984: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4984: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4986: error: unknown field `release' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4986: error: `video_device_release' undeclared here (not in a function)
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4986: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4986: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4988: error: unknown field `minor' specified in initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4988: warning: excess elements in struct initializer
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4988: warning: (near initialization for `vdev_template')
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `cd_to_ov':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5543: warning: implicit declaration of function `to_video_device'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5543: warning: initialization makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5544: warning: return makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `show_sensor':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5571: error: `senlist' undeclared (first use in this function)
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5571: error: (Each undeclared identifier is reported only once
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5571: error: for each function it appears in.)
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov_create_sysfs':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5637: warning: implicit declaration of function `video_device_create_file'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: In function `ov51x_probe':
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5815: warning: implicit declaration of function `video_device_alloc'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5815: warning: assignment makes pointer from integer without a cast
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5819: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5819: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5819: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5821: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5823: warning: implicit declaration of function `video_set_drvdata'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5829: warning: implicit declaration of function `video_register_device'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5829: error: `VFL_TYPE_GRABBER' undeclared (first use in this function)
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5835: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5850: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5856: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5860: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5882: error: dereferencing pointer to incomplete type
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5883: warning: implicit declaration of function `video_device_release'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:5885: warning: implicit declaration of function `video_unregister_device'
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c: At top level:
/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.c:4979: error: storage size of `vdev_template' isn't known
make[2]: *** [/home/daniele/pacchetti/webcam/ov511-2.32/ov511_core.o] Error 1
make[1]: *** [_module_/home/daniele/pacchetti/webcam/ov511-2.32] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.18'
make: *** [default] Error 2
Avete un idea per aiutarmi?
Inviato: lun 12 feb 2007, 19:09
da danido3
Pandorix ha scritto:samiel ha scritto:Creative.
Non servono driver aggiuntivi
fa tutto il kernel (ov511).
M.
Quindi la collego e dovrebbe già funzionare, anche con gnomemeeting? Io uso il kernel originario della slackware 10.1
ma quale versione del kernel, perché io nel mio 2.6.18 non trovo la voce ov511. Che l'abbiano tolta? Che sia io deficente?