<!DOCTYPE html><html><head><style type="text/css">body { font-family:'DejaVu Sans'; font-size:13px}</style></head><body><div>&lt;snip&gt;</div><div><br></div><div>&gt;&gt;&gt; My understanding is that the symlink should<br>&gt;&gt;&gt; just point to the adapter, i.e.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; lrwxrwxrwx 1 root root   8 Mar  8 13:25 HVR1100 -&gt; adapter2<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Manually setting this up allows the card to be configured and channels<br>&gt;&gt;&gt; scanned with EIT as the video source.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; However:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; $ udevadm info -q path -n /dev/dvb/adapter2 --attribute-walk<br>&gt;&gt;&gt; device node has wrong file type<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; So I can't see how to generate the udev rule for the adapter, rather<br>&gt;&gt;&gt; than just for frontend0.</div><div><br></div><div>adapter2 is just a directory containing the device nodes frontend0, demux0, dvr0, net0, most/all of which Myth requires for the tuner to function correctly.</div><div>Theoretically, creating a symlink adapterHVR1100 -&gt; adapter2 should be sufficient. However, you'll have to come up with your own rule to do that. The easier approach documented in&nbsp;</div><div><br></div><div><a href="http://www.mythtv.org/wiki/Device_Filenames_and_udev#Example_DVB_udev_Rules_file">http://www.mythtv.org/wiki/Device_Filenames_and_udev#Example_DVB_udev_Rules_file</a></div><div><br></div><div>is to create a new directory (adapterHVR1100) containing symlinks&nbsp;to each of the nodes.&nbsp;</div><div><br></div><div>&gt;&gt;&gt; (the next problem will be how to generate rules for the USB device,<br>&gt;&gt;&gt; which has two tuners and I can't see anything to differentiate them<br>&gt;&gt;&gt; based on udevadm output, but one step at a time).<br></div><div><br></div><div>The wiki has an example for this. I use the 2nd form. Essentially the 1st tuner creates symlink1 and the 2nd tuner detects the presence of&nbsp; symlink1 and so creates symlink2.</div><div><br></div><div>&lt;snip&gt;</div><div><br></div><div>&gt;&gt; I believe that the enumeration order is fixed for the two tuners on<br>&gt;&gt; the same device, so they should not swap around using the adapter_nr<br>&gt;&gt; option.  But even if they do, they are identical tuners so it should<br>&gt;&gt; not cause any trouble unless you have given them different aerial<br>&gt;&gt; connections.</div><div><br></div><div>I agree with 'fixed enumeration order'. I have a troublesome Nova TD where the one tuner is notably worse than the other. It always boots up as the 2nd tuner.</div><div><br></div><div>&lt;snip&gt;</div><div><br>&gt; Daryl added an item to the wiki about this. Try something like:<br>&gt;<br>&gt; SUBSYSTEM=="dvb", ATTRS{device}=="0x8852", PROGRAM="/bin/sh -c 'K=%k;<br>&gt; K=$${K#dvb}; printf dvb/adapterHP1250/%%s $${K#*.}; exit 0'",  <br>&gt; SYMLINK+="%c"<br>&gt;<br>&gt; on one line.<br>&gt;<br><br></div><div>Specifically mythtv-setup only detects devices in directories named with an "adapter" prefix.</div></body></html>