Thursday, January 07, 2010

Logitech QuickCam E2500 di Fedora 11

Salah satu sumber informasi yang dapat saya gunakan untuk mengaktifkan webcam saya, adalah blog ini. Kalau di Windows, webcam ini dah langsung bisa dipakai, bahkan untuk ber-YM. Namun kalau untuk Pidgin, belum bisa. Sempat terlihat sebentar bila menggunakan aplikasi Cheese Webcam Booth, aplikasi yang sudah bundle dengan Fedora 11 pada kelompok Sound & Video.

Dalam blog tersebut dijelaskan bahwa untuk mengaktifkan QuickCam E2500 dibutuhkan driver v4l-dvb. Langkah-langkah instalasinya adalah sbb :

# yum install mercurial
# yum install gcc kernel-devel
# hg clone http://linuxtv.org/hg/v4l-dvb
# cd v4l-dvb && make && make install
# make load

Saat meng-compile, tampaknya ada masalah :
[root@localhost ~]# cd v4l-dvb && make && make install
make -C /root/v4l-dvb/v4l
make[1]: Entering directory `/root/v4l-dvb/v4l'
No version yet, using 2.6.30.10-105.fc11.i686.PAE
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make[1]: Entering directory `/root/v4l-dvb/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.30
File not found: /lib/modules/2.6.30.10-105.fc11.i686.PAE/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make[1]: Entering directory `/root/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.30
File not found: /lib/modules/2.6.30.10-105.fc11.i686.PAE/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'. Stop.
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make: *** [all] Error 2
[root@localhost v4l-dvb]#


Pada 26 Maret 2010 saya melakukan pengetesan fungsi webcam Logitech QuickCam E2500, ternyata bisa berfungsi di Cheese dan GYachE. Untuk pengetesan gunakan perintah baris :
# tail -f /var/log/messages
Mar 26 05:38:24 localhost kernel: usb 5-1: new full speed USB device using uhci_hcd and address 4
Mar 26 05:38:24 localhost kernel: usb 5-1: New USB device found, idVendor=046d, idProduct=089d
Mar 26 05:38:24 localhost kernel: usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 26 05:38:24 localhost kernel: usb 5-1: configuration #1 chosen from 1 choice
Mar 26 05:38:24 localhost kernel: gspca: probing 046d:089d
Mar 26 05:38:24 localhost kernel: zc3xx: Sensor MC501CB
Mar 26 05:38:24 localhost kernel: gspca: probe ok
Mar 26 05:38:24 localhost kernel: gspca: probing 046d:089d

# lsmod | grep gspca
gspca_zc3xx 44508 0
gspca_m5602 37532 0
gspca_main 19176 2 gspca_zc3xx,gspca_m5602
videodev 29636 1 gspca_main

Saya belum tahu persisnya, kenapa akhirnya bisa berfungsi. Padahal kalau dicek, modul gspca tidak ada. Lihat hasil pengecekan di bawah ini.
# modprobe -v gspca
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module gspca not found.

Informasi yang saya ikuti ada di :
http://forums.quickcamteam.net/showthread.php?tid=310
http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/


No comments:

Post a Comment