Hier mal ein Log für frontend/2/ == Tuner "C" :
Eingeloggt als 'root' in NI-Neutirno.
Code: Alles auswählen
/ # echo -n external > /proc/stb/frontend/2/rf_switch
-sh: can't create /proc/stb/frontend/2/rf_switch: nonexistent directory
/ # ls -al /proc/stb/frontend/2/
dr-xr-xr-x 2 root root 0 Apr 9 17:58 .
dr-xr-xr-x 19 root root 0 Apr 9 17:58 ..
-rw-r--r-- 1 root root 0 Apr 9 17:58 fbc_connect
-r--r--r-- 1 root root 0 Apr 9 17:58 fbc_connect_choices
-rw-r--r-- 1 root root 0 Apr 9 17:58 fbc_id
-rw-r--r-- 1 root root 0 Apr 9 17:58 fbc_link
-r--r--r-- 1 root root 0 Apr 9 17:58 fbc_set_id
-rw-r--r-- 1 root root 0 Apr 9 17:58 mode
-rw-r--r-- 1 root root 0 Apr 9 17:58 static_current_limiting
-r--r--r-- 1 root root 0 Apr 9 17:58 static_current_limiting_choices
/ # cat /proc/stb/frontend/2/mode
00000000
Ich vermute, die Zuordnung wird hier über fbc_link und fbc_set_id dokumentiert, wobei die set_id in Enigma auf die Tunerkonfiguration von frontend 0 (Dein 'internal') oder frontend 1 (Dein 'external') verweist und 'link' den Status der jeweiligen Verbindung angibt.
Oder so ähnlich...