On my new mythtv backend, I have two Hauppauge DVB-S cards for satellite reception. I would like to assign permanent device names to them using some udev rules. The cards do have unique MAC addresses, but afaict, they are not available through/to udev. udevadm does not list it, see below. Any suggestions? (apart from using the adapter_nr argument on the module). thanks Per # udevadm info --attribute-walk --name /dev/dvb/adapter3/frontend0 Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/devices/pci0000:00/0000:00:1e.0/0000:0a:01.2/dvb/dvb3.frontend0': KERNEL=="dvb3.frontend0" SUBSYSTEM=="dvb" DRIVER=="" looking at parent device '/devices/pci0000:00/0000:00:1e.0/0000:0a:01.2': KERNELS=="0000:0a:01.2" SUBSYSTEMS=="pci" DRIVERS=="cx88-mpeg driver manager" ATTRS{irq}=="19" ATTRS{subsystem_vendor}=="0x0070" ATTRS{broken_parity_status}=="0" ATTRS{class}=="0x048000" ATTRS{consistent_dma_mask_bits}=="32" ATTRS{dma_mask_bits}=="32" ATTRS{local_cpus}=="00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000001" ATTRS{device}=="0x8802" ATTRS{enable}=="1" ATTRS{msi_bus}=="" ATTRS{local_cpulist}=="0" ATTRS{vendor}=="0x14f1" ATTRS{subsystem_device}=="0x9202" ATTRS{numa_node}=="-1" looking at parent device '/devices/pci0000:00/0000:00:1e.0': KERNELS=="0000:00:1e.0" SUBSYSTEMS=="pci" DRIVERS=="" ATTRS{irq}=="0" ATTRS{subsystem_vendor}=="0x1014" ATTRS{broken_parity_status}=="0" ATTRS{class}=="0x060401" ATTRS{consistent_dma_mask_bits}=="32" ATTRS{dma_mask_bits}=="32" ATTRS{local_cpus}=="00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000001" ATTRS{device}=="0x244e" ATTRS{enable}=="1" ATTRS{msi_bus}=="1" ATTRS{local_cpulist}=="0" ATTRS{vendor}=="0x8086" ATTRS{subsystem_device}=="0x02f7" ATTRS{numa_node}=="-1" looking at parent device '/devices/pci0000:00': KERNELS=="pci0000:00" SUBSYSTEMS=="" DRIVERS=="" -- Per Jessen, Zürich (2.3°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org