Hi,
because MythTv is reconfiguring my /dev/video# (when rebooting and sometimes when running) and sometimes 'forgets' my default video-source i am making udev rules for both my 2 tv-tuners and for my usb-webcam.
i succeeded in doing so for the webcam.
i made 2 udev rules for my analog tv-tuners and they show up in the /dev/ but when i point mythtv to them i get no picture.
my udev rules:
for my pvr150 i added the rule: "10-tv-tuner-pvr150.rules" with the line:
KERNEL=="video[0-9]*", ATTR{name}=="ivtv0*", SYMLINK+="pvr150"
for my Asus saa7134 i added the rule: "11-tv-tuner-asustv.rules" with the line:
KERNEL=="video[0-9]*", ATTR{name}=="saa7134*", SYMLINK+="asustv"
does anybody have a clue why i get no picture using these symlinks?
thanks up front,
br,
Raymond