[opensuse] Assigning /dev/video1 to webcam
Hi, what is the recommended way to fix my webcam to /dev/video1 and the tv card to /dev/video0. Christoph -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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
Am 17.01.2012 21:05, schrieb Mark Goldstein:
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.
It seems to work, but dmesg gives me: [ 13.510547] udevd[522]: kernel-provided name 'video0' and NAME= 'video1' disagree, please use SYMLINK+= or change the kernel to provide the proper name [ 13.581115] udevd[516]: kernel-provided name 'video1' and NAME= 'video0' disagree, please use SYMLINK+= or change the kernel to provide the proper name For me it seems as if udevd complains about what I want to achieve. Changing the device names. Christoph -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tuesday, January 17, 2012 10:07:17 PM Christoph Bartoschek wrote:
Am 17.01.2012 21:05, schrieb Mark Goldstein:
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.
It seems to work, but dmesg gives me:
[ 13.510547] udevd[522]: kernel-provided name 'video0' and NAME= 'video1' disagree, please use SYMLINK+= or change the kernel to provide the proper name [ 13.581115] udevd[516]: kernel-provided name 'video1' and NAME= 'video0' disagree, please use SYMLINK+= or change the kernel to provide the proper name
For me it seems as if udevd complains about what I want to achieve. Changing the device names.
Christoph, My solution for this since version 10.X is to install the TV card two times in Yast with the same specifications. That gives me a video0 and video1 without any problems. For the TV I use video1 and for the camera (Skype etc. ) video0. Works like a charm. Constant -- Linux User 183145 using LXDE and KDE4 on a Pentium IV , powered by openSUSE 12.1 (i586) Kernel: 3.2.0-2-desktop LXDE WM & KDE Development Platform: 4.7.4 (4.7.4) 08:21am up 9:49, 3 users, load average: 1.31, 0.82, 0.49 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tuesday, January 17, 2012 10:07:17 PM Christoph Bartoschek wrote:
Am 17.01.2012 21:05, schrieb Mark Goldstein:
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.
It seems to work, but dmesg gives me:
[ 13.510547] udevd[522]: kernel-provided name 'video0' and NAME= 'video1' disagree, please use SYMLINK+= or change the kernel to provide the proper name [ 13.581115] udevd[516]: kernel-provided name 'video1' and NAME= 'video0' disagree, please use SYMLINK+= or change the kernel to provide the proper name
For me it seems as if udevd complains about what I want to achieve. Changing the device names.
Christoph, My solution for this since version 10.X is to install the TV card two times in Yast with the same specifications. That gives me a video0 and video1 without any problems. For the TV I use video1 and for the camera (Skype etc. ) video0. Works like a charm. Constant -- Linux User 183145 using LXDE and KDE4 on a Pentium IV , powered by openSUSE 12.1 (i586) Kernel: 3.2.0-2-desktop LXDE WM & KDE Development Platform: 4.7.4 (4.7.4) 08:21am up 9:49, 3 users, load average: 1.31, 0.82, 0.49 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 01/17/2012 11:07 PM, Christoph Bartoschek wrote:
Am 17.01.2012 21:05, schrieb Mark Goldstein:
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.
It seems to work, but dmesg gives me:
[ 13.510547] udevd[522]: kernel-provided name 'video0' and NAME= 'video1' disagree, please use SYMLINK+= or change the kernel to provide the proper name [ 13.581115] udevd[516]: kernel-provided name 'video1' and NAME= 'video0' disagree, please use SYMLINK+= or change the kernel to provide the proper name
For me it seems as if udevd complains about what I want to achieve. Changing the device names.
Christoph Hi,
Somehow I did not pay attention to these messages. Strange, it seems working correctly (I've never seen reverse order of video cards since I've defined these rules) in spite of these messages. Regards, -- Mark Goldstein -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Christoph Bartoschek
-
Constant Brouerius van Nidek
-
Mark Goldstein