Dear all, I'm wanting to install a "Creative Webcam Plus" (supported) under SuSE 6.4 (2.2.14) but I'm having some problems. I followed the instructions described on http://sdb.suse.de/de/sdb/html/usb_ov511.html (sorry, it's only in german) and checked on http://www.qbik.ch/usb/devices/ that there's a driver for Linux. xawtv is recommended tp use the webcam, so I dowloaded it. Although the compilation/installation went fine (there are some warnings at compilation time though), I get the following error messages: --- # xawtv This is xawtv-3.28, running on Linux/i586 (2.2.14) visual: id=0x22 class=4 (TrueColor), depth=16 x11: 1024x768, 16 bit/pixel, 2048 byte/scanline, DGA can't open /dev/video: No such device v4l-conf had some trouble, trying to continue anyway open /dev/video: No such device can't open /dev/video: No such device v4l-conf had some trouble, trying to continue anyway open /dev/video: No such device no video grabber device available --- Taking a look at /dev/video* : --- # ls -l /dev/video* lrwxrwxrwx 1 root root 11 Jan 9 00:27 /dev/video -> /dev/video0 crw-rw-rw- 1 root video 81, 0 Jan 9 00:27 /dev/video0 crw-rw-rw- 1 root video 81, 1 Jan 9 00:27 /dev/video1 crw-rw-rw- 1 root video 81, 2 Jan 9 00:27 /dev/video2 crw-rw-rw- 1 root video 81, 3 Jan 9 00:27 /dev/video3 --- And finally, /dev/fb*: --- # ls -l /dev/fb* lrwxrwxrwx 1 root root 8 Jan 9 00:27 /dev/fb -> /dev/fb0 crw-rw-rw- 1 root video 81, 0 Jan 9 00:27 /dev/fb0 crw-rw-rw- 1 root video 81, 1 Jan 9 00:27 /dev/fb1 crw-rw-rw- 1 root video 81, 2 Jan 9 00:27 /dev/fb2 crw-rw-rw- 1 root video 81, 3 Jan 9 00:27 /dev/fb3 --- Furthermore, a /sbin/init.d/usb status shows that the USB modules have been loaded but no USB device was found :-( Do you know what could be going wrong? Thanks a lot in advance! Martin