17 Jan
2012
17 Jan
'12
20:05
On Tue, Jan 17, 2012 at 9:45 PM, Christoph Bartoschek <bartoschek@or.uni-bonn.de> wrote:
Hi,
what is the recommended way to fix my webcam to /dev/video1 and the tv card to /dev/video0.
Hi, Not sure about "recommened", but adding the following rules to /etc/udev/rules.d/11-local.rules solved the issue for me KERNEL=="video?", SUBSYSTEM=="video4linux", ATTR{name}=="gspca*", NAME="video0", SYMLINK+="webcam" KERNEL=="video?", SUBSYSTEM=="video4linux", ATTR{name}=="BT878*", NAME="video1", SYMLINK+="tvcard" (Change the ATTR(name) according to your device driver names). Regards, -- Mark Goldstein -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org