On Sat, Jun 23, 2012 at 12:21 PM, Dr. Thomas Bastian <tbast...@gmx.net> wrote:
> I need my usb-dvb-cards assigned to fixed /dev/dvb/adapter-numbers in
> order to make them work proberly with mencoder which addreses them via
> the adapter number.

Udev cannot rename kernel-created device nodes. These nodes are not
created by udev, but by the kernel itself. Udev will not change them,
just set permissions and ownership.

Udev can add additional symlinks pointing to the kernel-created nodes.
Just use SYMLINK+= instead of NAME=, like here:
  http://cgit.freedesktop.org/systemd/systemd/tree/rules/60-persistent-v4l.rules

Kay
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to