Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Multimédia => Téma založeno: karlitos 06 Ledna 2010, 01:37:49

Název: Webkamera Logitech Quickcam Communicate nefunguje ve Skype [vyřešeno]
Přispěvatel: karlitos 06 Ledna 2010, 01:37:49
Zdravím

Mám kamerku Logitech Quickcam Communicate : (http://home.mag.cx/messenger/pics/mess_comm_stx.jpg)
Výpis lsusb :
Kód: [Vybrat]
...
Bus 004 Device 002: ID 046d:08f5 Logitech, Inc. QuickCam Messenger Communicate
...

V nejnovější verzi guvcw nebo cheese mi na KARMICU běhá out-of the-box. Sice jen 320x240 , ale to je asi dané ovladačem.
Problém je že ve skypu , když ji vyberu ve videozařízeních , tak mi video-test ukáže jen nějaké zelené pruhy a během hovoru nefunguje.
Našel jsem si že by měla běžet s tímto (http://home.mag.cx/messenger/) ovladačem ale nejsem si jistý jestli je ten ovladač v jádře.
lsmod:
Kód: [Vybrat]
Module                  Size  Used by
binfmt_misc             8356  1
dm_crypt               12928  0
cx22702                 5760  1
cx88_dvb               21088  0
cx88_vp3054_i2c         2524  1 cx88_dvb
videobuf_dvb            7040  1 cx88_dvb
dvb_core               87364  2 cx88_dvb,videobuf_dvb
tuner_simple           14832  2
tuner_types            14396  1 tuner_simple
snd_usb_audio          84224  1
snd_usb_lib            16284  1 snd_usb_audio
snd_hda_codec_cmedia     9244  1
tda9887                10496  1
tda8290                12960  0
snd_hda_intel          26920  2
snd_hda_codec          75708  2 snd_hda_codec_cmedia,snd_hda_intel
snd_hwdep               7200  2 snd_usb_audio,snd_hda_codec
snd_seq_dummy           2656  0
iptable_filter          3100  0
snd_seq_oss            28576  0
tuner                  21540  2
snd_ca0106             34240  2
snd_ac97_codec        101216  1 snd_ca0106
ac97_bus                1532  1 snd_ac97_codec
ip_tables              11692  1 iptable_filter
x_tables               16544  1 ip_tables
ppdev                   6688  0
lp                      8964  0
snd_seq_midi            6432  0
snd_rawmidi            22208  3 snd_usb_lib,snd_ca0106,snd_seq_midi
psmouse                56500  0
serio_raw               5280  0
gspca_stv06xx          24164  0
gspca_main             22812  1 gspca_stv06xx
lirc_imon              25872  1
lirc_dev               10804  1 lirc_imon
cx8802                 15264  1 cx88_dvb
cx88_alsa              10596  1
snd_pcm_oss            37920  0
snd_mixer_oss          16028  1 snd_pcm_oss
snd_pcm                75296  7 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_ca0106,snd_ac97_codec,cx88_alsa,snd_pcm_oss
cx8800                 30712  0
cx88xx                 77644  4 cx88_dvb,cx8802,cx88_alsa,cx8800
ir_common              48512  1 cx88xx
i2c_algo_bit            5760  2 cx88_vp3054_i2c,cx88xx
tveeprom               11872  1 cx88xx
v4l2_common            17500  3 tuner,cx8800,cx88xx
videodev               36736  5 tuner,gspca_main,cx8800,cx88xx,v4l2_common
v4l1_compat            14496  1 videodev
videobuf_dma_sg        12544  5 cx88_dvb,cx8802,cx88_alsa,cx8800,cx88xx
videobuf_core          17952  5 videobuf_dvb,cx8802,cx8800,cx88xx,videobuf_dma_sg
btcx_risc               4740  4 cx8802,cx88_alsa,cx8800,cx88xx
nvidia               8880612  38
parport_pc             31940  1
parport                35340  3 ppdev,lp,parport_pc
snd_seq_midi_event      6940  2 snd_seq_oss,snd_seq_midi
snd_seq                50224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              22276  2 snd_pcm,snd_seq
snd_seq_device          6920  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    59204  27 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq_oss,snd_ca0106,snd_ac97_codec,snd_rawmidi,cx88_alsa,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore               7264  1 snd
snd_page_alloc          9156  3 snd_hda_intel,snd_ca0106,snd_pcm
usbhid                 38208  0
dm_raid45              84228  0
xor                    15620  1 dm_raid45
usb_storage            52576  0
ohci1394               29900  0
ieee1394               86596  1 ohci1394
sky2                   46560  0
floppy                 54916  0
intel_agp              27484  0
agpgart                34988  2 nvidia,intel_agp



$: sudo modprobe qcmessenger
FATAL: Module qcmessenger not found.

Skoušel jsem si tedy stáhnout ovladač ve verzi 1.8 , ale nedaří se mi ho zkompilovat :
Kód: [Vybrat]
sudo make install
make -C "/lib/modules/2.6.31-16-generic/build" SUBDIRS="/home/karlitos/Plocha/qc-usb-messenger-1.8" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-16-generic'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo "  ERROR: Kernel configuration is invalid."; \
echo "         include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo "         Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
mkdir -p /home/karlitos/Plocha/qc-usb-messenger-1.8/.tmp_versions ; rm -f /home/karlitos/Plocha/qc-usb-messenger-1.8/.tmp_versions/*
make -f scripts/Makefile.build obj=/home/karlitos/Plocha/qc-usb-messenger-1.8
  gcc -Wp,-MD,/home/karlitos/Plocha/qc-usb-messenger-1.8/.qc-driver.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.4.1/include  -Iinclude  -I/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include -include include/linux/autoconf.h -Iubuntu/include  -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -fstack-protector -fstack-protector-all -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -DNOKERNEL -DHAVE_UTSRELEASE_H=1  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)"  -D"KBUILD_MODNAME=KBUILD_STR(qcmessenger)"  -c -o /home/karlitos/Plocha/qc-usb-messenger-1.8/.tmp_qc-driver.o /home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_proc_create’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1127: error: ‘struct proc_dir_entry’ has no member named ‘owner’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1140: error: ‘struct proc_dir_entry’ has no member named ‘owner’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_proc_init’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1182: error: ‘struct proc_dir_entry’ has no member named ‘owner’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1188: error: ‘struct proc_dir_entry’ has no member named ‘owner’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_frame_exit’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1619: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1630: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_frame_get’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1659: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:1666: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_v4l_poll’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2625: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_v4l_open’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2677: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2688: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2693: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2708: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2714: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2716: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_v4l_close’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2742: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2750: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2752: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2767: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2770: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_v4l_read’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2791: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2804: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2826: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_v4l_mmap’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2848: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2855: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2862: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_v4l_ioctl’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2880: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2884: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:2898: error: ‘struct video_device’ has no member named ‘type’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3455: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: At top level:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3487: error: unknown field ‘type’ specified in initializer
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3494: warning: initialization from incompatible pointer type
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_usb_init’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3550: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3556: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3559: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3564: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3665: error: ‘struct input_dev’ has no member named ‘private’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3739: error: ‘struct video_device’ has no member named ‘priv’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3772: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3774: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3784: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:3791: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c: In function ‘qc_usb_disconnect’:
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:4060: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:4062: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:4075: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.c:4079: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type
/usr/src/linux-headers-2.6.31-16-generic/arch/x86/include/asm/atomic_32.h:22: note: expected ‘const struct atomic_t *’ but argument is of type ‘unsigned int *’
make[2]: *** [/home/karlitos/Plocha/qc-usb-messenger-1.8/qc-driver.o] Error 1
make[1]: *** [_module_/home/karlitos/Plocha/qc-usb-messenger-1.8] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-16-generic'
make: *** [qcmessenger.ko] Error 2

Tady je jště výpis guvcview :
Kód: [Vybrat]
guvcview 1.2.1
video_device: /dev/video0
vid_sleep: 0
cap_meth: 1
resolution: 324 x 240
windowsize: 577 x 700
vert pane: 578
spin behavior: 0
mode: grbg
fps: 1/1
Display Fps: 0
bpp: 0
hwaccel: 1
avi_format: 0
sound: 1
sound Device: 0
sound samp rate: 0
sound Channels: 0
Sound delay: 0 nanosec
Sound Format: 80
Sound bit Rate: 160 Kbps
Pan Step: 2 degrees
Tilt Step: 2 degrees
Video Filter Flags: 0
image inc: 0
profile(default):/home/karlitos/default.gpfl
starting portaudio...
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
language catalog=> dir:/usr/share/locale type:UTF-8 lang:cs_CZ.UTF-8 cat:guvcview.mo
grbg: setting format to 1195528775
capture method = 1
video device: /dev/video0
/dev/video0 - device 1
/dev/video1 - device 2
couldn't open idVendor: /sys/class/video4linux/video1/../../../idVendor
couldn't open idProduct: /sys/class/video4linux/video1/../../../idProduct
Init. Camera (location: usb-0000:00:1d.1-1)
{ pixelformat = 'GRBG', description = 'GRBG' }
{ discrete: width = 162, height = 120 }
Time interval between frame:
{ discrete: width = 324, height = 240 }
Time interval between frame:
vid:046d
pid:08f5
driver:STV06xx
checking format: 1195528775
fps is set to 0/0
V4L2_CTRL_FLAG_NEXT_CTRL supported
Controls:
control[0]: 0x980900  Brightness, 0:1:31, default 3
control[1]: 0x980901  Contrast, 0:1:15, default 11
control[2]: 0x980911  Exposure, 0:1:1023, default 256
control[3]: 0x980913  Gain, 0:1:255, default 64
resolutions of 1º format=2
frame rates of 2º resolution=1
fps is set to 1/1
Def. Res: 1  numb. fps:1
--------------------------------------- device #0
Name                     = HDA Intel: CMI9880 (hw:0,0)
Host API                 = ALSA
Max inputs = 2, Max outputs = 6
Def. low input latency   =    0,012
Def. low output latency  =    0,011
Def. high input latency  =    0,046
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #1
Name                     = HDA Intel: CMI9880 Digital (hw:0,1)
Host API                 = ALSA
Max inputs = 0, Max outputs = 2
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #2
Name                     = Camera: USB Audio (hw:1,0)
Host API                 = ALSA
Max inputs = 1, Max outputs = 0
Def. low input latency   =    0,023
Def. low output latency  =   -1,000
Def. high input latency  =    0,093
Def. high output latency =   -1,000
Def. sample rate         = 22050,00
--------------------------------------- device #3
Name                     = Conexant CX8811: CX88 Digital (hw:2,0)
Host API                 = ALSA
Max inputs = 2, Max outputs = 0
Def. low input latency   =    0,011
Def. low output latency  =   -1,000
Def. high input latency  =    0,043
Def. high output latency =   -1,000
Def. sample rate         = 48000,00
--------------------------------------- device #4
Name                     = CA0106: CA0106 (hw:3,0)
Host API                 = ALSA
Max inputs = 2, Max outputs = 2
Def. low input latency   =    0,011
Def. low output latency  =    0,011
Def. high input latency  =    0,043
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #5
Name                     = CA0106: CA0106 (hw:3,1)
Host API                 = ALSA
Max inputs = 2, Max outputs = 2
Def. low input latency   =    0,011
Def. low output latency  =    0,011
Def. high input latency  =    0,043
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #6
Name                     = CA0106: CA0106 (hw:3,2)
Host API                 = ALSA
Max inputs = 2, Max outputs = 2
Def. low input latency   =    0,011
Def. low output latency  =    0,011
Def. high input latency  =    0,043
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #7
Name                     = CA0106: CA0106 (hw:3,3)
Host API                 = ALSA
Max inputs = 2, Max outputs = 2
Def. low input latency   =    0,011
Def. low output latency  =    0,011
Def. high input latency  =    0,043
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #8
Name                     = front
Host API                 = ALSA
Max inputs = 0, Max outputs = 6
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #9
Name                     = surround40
Host API                 = ALSA
Max inputs = 0, Max outputs = 6
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #10
Name                     = surround41
Host API                 = ALSA
Max inputs = 0, Max outputs = 128
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #11
Name                     = surround50
Host API                 = ALSA
Max inputs = 0, Max outputs = 128
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #12
Name                     = surround51
Host API                 = ALSA
Max inputs = 0, Max outputs = 6
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #13
Name                     = surround71
Host API                 = ALSA
Max inputs = 0, Max outputs = 6
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #14
Name                     = iec958
Host API                 = ALSA
Max inputs = 0, Max outputs = 2
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #15
Name                     = spdif
Host API                 = ALSA
Max inputs = 0, Max outputs = 2
Def. low input latency   =   -1,000
Def. low output latency  =    0,011
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #16
Name                     = pulse
Host API                 = ALSA
Max inputs = 32, Max outputs = 32
Def. low input latency   =    0,012
Def. low output latency  =    0,012
Def. high input latency  =    0,046
Def. high output latency =    0,046
Def. sample rate         = 44100,00
--------------------------------------- device #17
Name                     = dmix
Host API                 = ALSA
Max inputs = 0, Max outputs = 2
Def. low input latency   =   -1,000
Def. low output latency  =    0,043
Def. high input latency  =   -1,000
Def. high output latency =    0,043
Def. sample rate         = 48000,00
--------------------------------------- device #18
[ Default Input, Default Output ]
Name                     = default
Host API                 = ALSA
Max inputs = 32, Max outputs = 32
Def. low input latency   =    0,012
Def. low output latency  =    0,012
Def. high input latency  =    0,046
Def. high output latency =    0,046
Def. sample rate         = 44100,00
--------------------------------------- device #19
[ Default OSS Input, Default OSS Output ]
Name                     = /dev/dsp
Host API                 = OSS
Max inputs = 16, Max outputs = 16
Def. low input latency   =    0,012
Def. low output latency  =    0,012
Def. high input latency  =    0,046
Def. high output latency =    0,046
Def. sample rate         = 44100,00
--------------------------------------- device #20
Name                     = /dev/dsp1
Host API                 = OSS
Max inputs = 16, Max outputs = 0
Def. low input latency   =    0,012
Def. low output latency  =    0,012
Def. high input latency  =    0,046
Def. high output latency =    0,046
Def. sample rate         = 44100,00
--------------------------------------- device #21
Name                     = /dev/dsp2
Host API                 = OSS
Max inputs = 16, Max outputs = 0
Def. low input latency   =    0,012
Def. low output latency  =    0,012
Def. high input latency  =    0,046
Def. high output latency =    0,046
Def. sample rate         = 44100,00
--------------------------------------- device #22
Name                     = /dev/dsp3
Host API                 = OSS
Max inputs = 16, Max outputs = 16
Def. low input latency   =    0,012
Def. low output latency  =    0,012
Def. high input latency  =    0,046
Def. high output latency =    0,046
Def. sample rate         = 44100,00
----------------------------------------------
SampleRate:0 Channels:0
Video driver: x11
A window manager is available
Nevím jestli jsem to dobře pochopil , ale zdá se mi že GUVCVIEW používá : driver:STV06xx

Každopádně bych byl moc rád kdyby mi někdo poradil jak kameru rozchodit ve skypu (poslední verze) a jestli nelze nějak manálně nastavit aby fungovala ve VGA rozlišení (lze ve windows)

Díky moc K

Edit: Oprava titulku. PP
Název: Re: webkamera Logitech Quickcam Communicate nefunguje ve skypu
Přispěvatel: pavel81 07 Ledna 2010, 10:46:26
zkus skype spustit v terminalu prikazem
Kód: [Vybrat]
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
Název: Re: webkamera Logitech Quickcam Communicate nefunguje ve skypu
Přispěvatel: karlitos 08 Ledna 2010, 12:14:23
Děkuju moc za odpověď , ale já v adresáři /usr/lib32/ adresář libv4l  nemám.
Ten příkaz mi vypíše :
Kód: [Vybrat]
ERROR : ld.so: object /usr/lib32/libv4l/v4l1compat.so from LD_PRELOAD cannont be preloaded : ignoredSkusím se po těch souborech podívat
Název: Re: webkamera Logitech Quickcam Communicate nefunguje ve skypu
Přispěvatel: petertomasy 08 Ledna 2010, 14:05:07
U mňa je ten súbor tu :
Citace
peter@ubuntu:~$ locate v4l1compat.so
/usr/lib/libv4l/v4l1compat.so
inak
Kód: [Vybrat]
sudo apt-get install libv4l-0
Název: Re: webkamera Logitech Quickcam Communicate nefunguje ve skypu
Přispěvatel: karlitos 09 Ledna 2010, 18:38:47
pánové ... či dámy

D Ě K U J U
M N O H O K R Á T
 ;D
 
Název: Re: Webkamera Logitech Quickcam Communicate nefunguje ve Skype [vyřešeno]
Přispěvatel: vojtal 24 Února 2010, 20:19:49
zkus skype spustit v terminalu prikazem
Kód: [Vybrat]
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
Ahoj, měl sem stejný problém s kamerou a tento příkaz ho vyřešil. Nicméně když Skype spustím jinak než tímto příkazem přes terminál, kamera opět nefunguje..
Dá se nějak nastavit aby se Skype spouštěl s tímto příkazem i jindy než přes terminál? (při poklepání na ikonu...)
Název: Re: Webkamera Logitech Quickcam Communicate nefunguje ve Skype [vyřešeno]
Přispěvatel: pavel81 25 Února 2010, 09:29:15
Máš několik možností.
1. Upravit zástupce na ploše,
2. Vytovořit si spouštěcí skript (např. skype.sh) a spouštět jej místo skype
Název: Re: Webkamera Logitech Quickcam Communicate nefunguje ve Skype [vyřešeno]
Přispěvatel: karlitos 02 Března 2010, 14:43:30
3. upravit prikaz v menu (to jsem udelal ja)
4. upravit prikaz pro automaticke spusteni