Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-07-09 Thread Kay Sievers
On Tue, Jul 10, 2012 at 12:20 AM, Lennart Poettering wrote: > On Mon, 25.06.12 17:45, Joachim Banzhaf (joachim.banz...@googlemail.com) > wrote: > >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="5c:ff:35:00:7b:d1", ATTR{dev_id}=="0x0", >> ATTR{type}=="1", KERNEL=="eth*", NAME

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-07-09 Thread Lennart Poettering
On Mon, 25.06.12 17:45, Joachim Banzhaf (joachim.banz...@googlemail.com) wrote: > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="5c:ff:35:00:7b:d1", ATTR{dev_id}=="0x0", > ATTR{type}=="1", KERNEL=="eth*", NAME="eth8" You cannot rename kernel device nodes anymore with current ud

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-25 Thread Joachim Banzhaf
Am 25.06.2012 14:58, schrieb Dr. Thomas Bastian: > Am Samstag, den 23.06.2012, 14:41 +0200 schrieb Kay Sievers: >> On Sat, Jun 23, 2012 at 2:17 PM, Dr. Thomas Bastian wrote: Udev cannot rename kernel-created device nodes. These nodes are not created by udev, but by the kernel itself. Ude

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-25 Thread Dr. Thomas Bastian
Am Samstag, den 23.06.2012, 14:41 +0200 schrieb Kay Sievers: > On Sat, Jun 23, 2012 at 2:17 PM, Dr. Thomas Bastian wrote: > >> 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 an

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-23 Thread Kay Sievers
On Sat, Jun 23, 2012 at 2:17 PM, Dr. Thomas Bastian wrote: >> 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 k

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-23 Thread Dr. Thomas Bastian
> 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

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-23 Thread Kay Sievers
On Sat, Jun 23, 2012 at 12:21 PM, Dr. Thomas Bastian 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 cr

[systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-23 Thread Dr. Thomas Bastian
Hi, 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. In /etc/udev/rules.d/70-own-dvb.rules I have http://pastebin.com/AG2UrXmp This renaming worked in several Ubuntu-Versions up to 11