Probleme mit der Erkennung
von Webcams unter Kopete
 

Problem: Im Rechner befindet sich eine TV-Karte (PCI-Karte) und über USB ist eine Webcam angeschlossen. Kopete findet aber im Einstellungs-Dialog nur die TV-Karte. Die Webcam ist nicht anwählbar, da ein entsprechender Eintrag nicht vorhanden ist.

Lösung: Das Problem wird durch eine udev-Regel verursacht, welche nur die TV-Karte zur Auswahl stellt. Die Lösung besteht darin, die Regel außer Kraft zu setzen. Festgehalten ist die Regel unter
/etc/udev/rules.d/60-persistent-v4l.rules
Möchte man die Regel außer Kraft setzen, genügt es die Datei mit der Endung .bak zu versehen und udev mittels
# /etc/init.d/udev restart
neu zu starten.


Anhang: Der Original englische Text aus der FAQ von Kopete:

Kopete doesn't see your webcam: in Kopete's configuration dialog, the device section desperately stays empty, but the webcam works with other programs.

Please check your udev rules and make sure there isn't a rule that create /dev/v4l/by-path/xxxxxxx device that points to /dev/videoX.
In this case, Kopete will fail to detect your webcam.

Workaround:
1) suppress the udev rule that creates the "by-path" device for v4l devices. In my case I did remove the file /etc/udev/rules.d/60-persistent-v4l.rules but this might distro dependent.

2) remove the offending /dev/v4l/by-path/xxxx file and more over you have to suppress the complete /dev/v4l folder: rm -rf /dev/v4l

3) restart udev

4) restart kopete and enjoy now your webcam with kopete :-)