Re: [GnomeMeeting-list] Problem with video device



Il gio, 2002-04-18 alle 22:21, Fabrizio Regalli ha scritto:
> No, 
> my webcam doesn't works with xawtv, for example..i see this error:
> 
> 
> 
> This is xawtv-3.72, running on Linux/i686 (2.4.18)
> WARNING: Your X-Server has no DGA support.
> can't open /dev/video0: No such device
> v4l-conf had some trouble, trying to continue anyway
> v4l2: open /dev/video0: No such device
> v4l: open /dev/video0: No such device
> no video grabber device available

need to know some more, such as:
compilation options
what you got in /etc/modules.conf
your webcam

In kernel you need: video4linux, usb drivers and usb audio support if
your webcam is usb.

in modules.conf you have to add the lines
#if you have usb webcam
alias char-major-180 usbcore
post-install usbcore insmod <usb_adapter>  # uhci, usb-uhci, usb-ohci
#endif
alias char-major-81 <webcam_module_name>

update modules.dep
check the modules loaded with
# lsmod

you can load modules by hand with

# modprobe module_name

Tit




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]