You are not logged in.
Pages: 1
webcam with skype doesnt work in default. in that case
* i downloaded tazpkg package and install it with following command
root@slitaz:/home/tux# tazpkg install libv41.tazpkg
root@slitaz:/home/tux# tazpkg install linux-video.tazpkg
root@slitaz:modprobe uvcvideo
* everything installed well and working. But
if skype works under root user i mean
root&slitaz:skype &
webcam working well no problem.
if skype works under tux user
tux@slitaz:~$skype &
i cant see webcam in options of skype. it says no device found.
i try to install packages under tux user but i cant. asking super user.
any solution?
thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I TRIED AND DIDNT WORK
* in terminal
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype &
or
export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
skype &
Offline
i am the one asked and i am the one answer the question
in case someone will face with this error.
----------------------
if webcam works for root user but doesnt work for normal user pls assign permission for /dev/video0 file. webcam wil work for tux user also
chgrp tux /dev/video0
chmod 777 /dev/video0
chmod g+r /dev/video0
chmod o-rwx /dev/video0
Offline
Pages: 1
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]