Mailinglist Archive: opensuse (1188 mails)
| < Previous | Next > |
Re: [opensuse] Assigning /dev/video1 to webcam
- From: Mark Goldstein <goldstein.mark@xxxxxxxxx>
- Date: Tue, 17 Jan 2012 22:05:56 +0200
- Message-id: <CACpFCNPE--ttL=R5rTJO=Aimn9GcK-xLqa6SXV-3+NXHeHyGVg@mail.gmail.com>
On Tue, Jan 17, 2012 at 9:45 PM, Christoph Bartoschek
<bartoschek@xxxxxxxxxxxxxx> wrote:
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@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
<bartoschek@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
| < Previous | Next > |