[ASK]How to install and load Acer Crystal Eye driver on FC8
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
[ASK]How to install and load Acer Crystal Eye driver on FC8
Hi all, I've installed FC 8 and sucsess... All driver can use but just my webcam not be used...
Usually I'm using Windows, I moved to FC cause a lot of virus on Windows...
When I using Windows, all driver and hardware can used, but after using FC8 I can used it???
I don't know to check my webcam driver (in Windows it detected as Acer Crystal Eye and work fine...)
My question is :
Quote:
1. How to check my Acer Crystal Eye driver in Linux/FC8 ??
2. How to install and configuration it...
3. What software that I've use for webcam(Acer Crystal Eye) on FC8
Camorama and other applications that do not support v4l2 will not work. The webcam driver uvcvideo (linux-uvc) supports v4l2 only. v4l1 is officially deprecated.
To test, you can use Ekiga softphone or to take webcam snapshots use luvcview.
Camorama and other applications that do not support v4l2 will not work. The webcam driver uvcvideo (linux-uvc) supports v4l2 only. v4l1 is officially deprecated.
To test, you can use Ekiga softphone or to take webcam snapshots use luvcview.
I've try your advice:
su -C yum install uvcvideo
nothin happen... (not found)
I've check it from rpmfind, and I can find it for FC8 or Mandriva, it hust for OpenSuSE
dmesg | grep Crystal
blank, nothing displayed on my terminal....
can U help to solve this problem???
How to install, configure uvcvideo???
NB: I haven't Internet Connection
Last edited by katrok; 03-19-2008 at 08:41 AM.
Reason: wrong wrote
I've try your advice, and try another way:
su -C yum install uvcvideo
nothin happen... (not found)
I've check it from rpmfind, and I can find it for FC8 or Mandriva, it hust for OpenSuSE
dmesg | grep Crystal
blank, nothing displayed on my terminal....
Well I'll try other way...
Code:
[root@acer5573 ~]# lsusb
Bus 001 Device 002: ID 064e:a111 Suyin Corp.
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
[root@acer5573 ~]# lsusb
Bus 001 Device 002: ID 064e:a111 Suyin Corp.
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
well sorry if my English bad...
su -C yum install uvcvideo
nothin happen... (not found)
I mean.... uvcvideo not available on rpm packages....
Code:
[root@acer5573 ~]# yum list uvcvideo
Loading "skip-broken" plugin
Loading "refresh-updatesd" plugin
Loading "fastestmirror" plugin
Loading "kernel-module" plugin
Loading "fedorakmod" plugin
Loading mirror speeds from cached hostfile
Error: No matching Packages to list
Then...
I've check it from rpmfind, and I can find it for FC8 or Mandriva, it hust for OpenSuSE
Ater that, i search at google uvcvideo.... I've found...
Code:
[root@acer5573 uvcvideo]# svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
A trunk/uvc_status.c
A trunk/svn-version.sh
A trunk/uvc_ctrl.c
A trunk/uvc_queue.c
A trunk/uvc_video.c
A trunk/uvc_isight.c
A trunk/uvc_v4l2.c
A trunk/uvc_compat.h
A trunk/uvc_driver.c
A trunk/uvcvideo.h
A trunk/Makefile
A trunk/dynctrl.txt
Checked out revision 198.
[root@acer5573 uvcvideo]# ls -la
total 16
drwxr-xr-x 3 root root 4096 2008-03-28 01:07 .
drwxr-x--- 52 root root 4096 2008-03-28 01:07 ..
drwxr-xr-x 3 root root 4096 2008-03-28 01:08 trunk
[root@acer5573 uvcvideo]#
[root@acer5573 uvcvideo]# ls;cd trunk
[root@acer5573 trunk]# make
Building USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.23.1-42.fc8/build: No such file or directory
make: *** [uvcvideo] Error 1
Then I check my kernel....
Code:
[root@acer5573 uvcvideo]# uname -a
Linux acer5573.home 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux
[root@acer5573 uvcvideo]
What must I've to do??? I can't use my WebCam....
Last edited by katrok; 03-27-2008 at 01:52 PM.
Reason: sorry if my English bad...
[root@acer5573 ~]# lsusb
Bus 001 Device 002: ID 064e:a111 Suyin Corp.
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
well sorry if my English bad...
su -C yum install uvcvideo
nothin happen... (not found)
I mean.... uvcvideo not available on rpm packages....
Code:
[root@acer5573 ~]# yum list uvcvideo
Loading "skip-broken" plugin
Loading "refresh-updatesd" plugin
Loading "fastestmirror" plugin
Loading "kernel-module" plugin
Loading "fedorakmod" plugin
Loading mirror speeds from cached hostfile
Error: No matching Packages to list
Then...
I've check it from rpmfind, and I can find it for FC8 or Mandriva, it hust for OpenSuSE
Ater that, i search at google uvcvideo.... I've found...
Code:
[root@acer5573 uvcvideo]# svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
A trunk/uvc_status.c
A trunk/svn-version.sh
A trunk/uvc_ctrl.c
A trunk/uvc_queue.c
A trunk/uvc_video.c
A trunk/uvc_isight.c
A trunk/uvc_v4l2.c
A trunk/uvc_compat.h
A trunk/uvc_driver.c
A trunk/uvcvideo.h
A trunk/Makefile
A trunk/dynctrl.txt
Checked out revision 198.
[root@acer5573 uvcvideo]# ls -la
total 16
drwxr-xr-x 3 root root 4096 2008-03-28 01:07 .
drwxr-x--- 52 root root 4096 2008-03-28 01:07 ..
drwxr-xr-x 3 root root 4096 2008-03-28 01:08 trunk
[root@acer5573 uvcvideo]#
[root@acer5573 uvcvideo]# ls;cd trunk
[root@acer5573 trunk]# make
Building USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.23.1-42.fc8/build: No such file or directory
make: *** [uvcvideo] Error 1
Then I check my kernel....
Code:
[root@acer5573 uvcvideo]# uname -a
Linux acer5573.home 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux
[root@acer5573 uvcvideo]
What must I've to do??? I can't use my WebCam....
i got the message
#dmesg | grep Crystal
uvcvideo: Found UVC 1.00 device Acer CrystalEye webcam (064e:a101)
input: Acer CrystalEye webcam as /class/input/input10
but i cant open webcam in ekiga
or any other webcam softwares
i am using acer5920 laptop
with fedora 8
u have any idea?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.