quickcam e2500 con 2009.1

15 risposte [Ultimo messaggio]
Ritratto di Sercipo
Sercipo
(Monster)
Offline
Monster
Iscritto: 09/12/2007
Messaggi: 219

salve ragazzi... premetto che la nuova mandriva mi piace a lot... cmq ho notato che con kernel >= 2.6.28 la guida che scrissi per far funzionare la webcam e2500 non va più bene, infatti non si riesce più a compilare... cmq sia il problema non sussiste perchè adesso funziona appena la si collega senza far nulla, anche se la qualità video è inferiore... ma mi sembra già un bel passo avanti... Il problema è la luminosità... come posso fare per modificare i paramatri della webcam? non ho idea di che modulo usi, mi sembra che non sia il gspca...

[root@Cipolaptop cipo]# modprobe gspca
FATAL: Module gspca not found.

[root@Cipolaptop cipo]# lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c51b Logitech, Inc. V220 Cordless Optical Mouse for Notebooks
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:089d Logitech, Inc. <-----------------------------------------
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Mandriva 2010.0 One, ATI X600, Intel Pentium IV, Kernel-latest.

Ritratto di panda84
panda84
(Monster)
Offline
Monster
Iscritto: 18/11/2007
Messaggi: 319

Il modulo che usa è il sottodriver zc3xx di gspca e per regolare la luminosità puoi usare v4lucp:
http://v4l2ucp.sourceforge.net/

Ritratto di Sercipo
Sercipo
(Monster)
Offline
Monster
Iscritto: 09/12/2007
Messaggi: 219

grazie infinite... non riesco ad installarlo però:

[root@Cipolaptop v4l2ucp-1.3]# sh ./install-sh
./install-sh: no input file specified.

Mandriva 2010.0 One, ATI X600, Intel Pentium IV, Kernel-latest.

Ritratto di panda84
panda84
(Monster)
Offline
Monster
Iscritto: 18/11/2007
Messaggi: 319

Non so a cosa serva quello script...

Prova a vedere se esiste già il pacchetto precompilato per Mandriva, altrimenti ti tocca per forza compilare da sorgenti... dovrebbe bastare installare le librerie di sviluppo Qt e poi dare il solito:
./configure
make

Ciao,
Diego

Ritratto di michele-p
michele-p
(Guru)
Offline
Guru
Iscritto: 22/01/2007
Messaggi: 3268

...segui la procedura che ti ha indicato Panda84; verranno creati due file eseguibili "v4l2ucp" e "v4l2ctrl". Nel file README è riportato a cosa servono. Collega la webcam e lancia v4l2ucp

Bye 8-)

Ritratto di Sercipo
Sercipo
(Monster)
Offline
Monster
Iscritto: 09/12/2007
Messaggi: 219

grazie ragazzi... provo e vi dico se fila tutto liscio.... Smile

Mandriva 2010.0 One, ATI X600, Intel Pentium IV, Kernel-latest.

Ritratto di Sercipo
Sercipo
(Monster)
Offline
Monster
Iscritto: 09/12/2007
Messaggi: 219

scusate la mia niubbaggine ma non riesco a capire qule pacchetto per le Qt devo installare... ecco il log di ./configure :

[cipo@Cipolaptop v4l2ucp-1.3]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt... yes:
QT_CXXFLAGS=-I/usr/lib/qt3/include -DQT_THREAD_SUPPORT
QT_DIR=
QT_LIBS=-L/usr/lib -lqt-mt -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi
QT_UIC=/usr/lib/qt4/bin/uic
QT_MOC=/usr/lib/qt4/bin/moc
checking correct functioning of Qt installation... failure <----------------------------------
configure: error: Failed to find matching components of a complete
Qt installation. Try using more options,
see ./configure --help.

Mandriva 2010.0 One, ATI X600, Intel Pentium IV, Kernel-latest.

Ritratto di panda84
panda84
(Monster)
Offline
Monster
Iscritto: 18/11/2007
Messaggi: 319

A occhio credo ti manchi il pacchetto libqt3-devel.

Ritratto di Sercipo
Sercipo
(Monster)
Offline
Monster
Iscritto: 09/12/2007
Messaggi: 219

no c'è l'ho... avanti il prossimo Smile.... ufff perchè non c'è pacchettizzato? eppure è una cosa che serve, almeno nel mio caso... :-P

Mandriva 2010.0 One, ATI X600, Intel Pentium IV, Kernel-latest.

Ritratto di michele-p
michele-p
(Guru)
Offline
Guru
Iscritto: 22/01/2007
Messaggi: 3268

...da quanto riportato dall'output del configure, esso va alla ricerca delle qt4 quindi dovresti provare con le libqt4-devel .... Big Grin

Bye 8-)

Ritratto di Sercipo
Sercipo
(Monster)
Offline
Monster
Iscritto: 09/12/2007
Messaggi: 219

niente c'è anche questo... Sad

Mandriva 2010.0 One, ATI X600, Intel Pentium IV, Kernel-latest.