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
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. Workaround: 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 :-) |
Zurück zur Auswahl |