You are not logged in.
Pages: 1
Hi.
I have bought Creative instant Webcam.
Does anybody know how to make it work under Arch?
Thank you in advance.
Powered by Arch Linux
Offline
Short howto.
1.Install and start hotplug
pacman -Sy hotplug
/etc/rc.d/hotplug
2.Install all available webcam drivers via pacman.
And this driver
from AUR.
3. Install xawtv and test your cam
pacman -S xawtv
xawtv -i /dev/video0
TEll me if this works.
Offline
Thank you for your reply.
I have already hotplug in my system.
I did
pacman -S pwc
modprobe pwc
I downloaded
spca5xx-0.57.00-1 from AUR and makepkg
then
pacman -U spca5xx-0.57.00-1.pkg.tar.gz
modprobe spca5xx
and
[root@myhost spca5xx]# xawtv -i /dev/video0
This is xawtv-3.94, running on Linux/i686 (2.6.12-cko2-swsusp2)
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: Can't open display: :0.0
Also in gnomemeeting it doesn't find any device
Powered by Arch Linux
Offline
It worked !!
modprobe pwc
modprobe spca5xx
but I had to do
chown -R giorgos /dev/v4l
to find it in gnomemeeting.
Do you know what i have to do to have chown -R giorgos /dev/v4l applied permenantly and don't have to enter it in every boot?
Powered by Arch Linux
Offline
just chuck the command in /etc/rc.local
Offline
Pages: 1