Per Jessen wrote:
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).
Using adapter_nr as a module option didn't work for me, quite possibly due to operator error. I created /etc/modules-load.d/dvb.conf like this: options cx23885 adapter_nr=0,1 options cx88_dvb adapter_nr=2,3 DVB: registering new adapter (cx23885[0]) DVB: registering adapter 0 frontend 0 (STV0900 frontend)... DVB: registering new adapter (cx88[0]) DVB: registering adapter 1 frontend 0 (Conexant CX24123/CX24109)... DVB: registering new adapter (cx88[1]) DVB: registering adapter 2 frontend 0 (Conexant CX24123/CX24109)... DVB: registering new adapter (cx23885[0]) DVB: registering adapter 3 frontend 0 (STV0900 frontend)... Basically with this I get adapter0 = card1, receiver0 adapter1 = card2, receiver0 adapter2 = card3, receiver0 adapter3 = card1, receiver1 what I am hoping for is: adapter0 = card1, receiver0 adapter1 = card1, receiver1 adapter2 = card2, receiver0 adapter3 = card3, receiver0 thanks Per -- 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