Patrick Rother wrote:
For a reason not to go in details too much here, I would like to make vdr recognise sparse DVB adapter numbers.
I have:
root@vdr:/dev/dvb# ls -l total 0 drwxr-xr-x 2 root root 200 Mar 19 11:59 adapter0/ drwxr-xr-x 2 root root 120 Mar 19 11:59 adapter1/ drwxr-xr-x 2 root root 120 Mar 19 11:59 adapter5/ drwxr-xr-x 2 root root 120 Mar 19 11:59 adapter6/ drwxr-xr-x 2 root root 120 Mar 19 11:59 adapter7/ root@vdr:/dev/dvb#
But vdr uses only the first two devices.
Is there any easy possibility to patch the code accordingly?
./vdr -D 0 -D 1 -D 5 -D 6 -D 7