Both usb-tuner-sticks are working fine, but I can see only 3 of 4 tuners at the same time.
It depends on the order starting the tuners:
1. Starting firstly the sundtek and then the hauppauge:
cat /proc/bus/nim_sockets·
NIM Socket 0:
Type: DVB-C
Name: Philips CU1216Mk3
Has_Outputs: yes
Frontend_Device: 0
I2C_Device: 2
NIM Socket 1:
Type: DVB-C
Name: Sundtek MediaTV Digital Home (U
Has_Outputs: no
Frontend_Device: 1
NIM Socket 2:
Type: DVB-T
Name: NovaT 500Stick
Has_Outputs: no
Frontend_Device: 2
2. Starting firstly the hauppauge and then the sundtek:
cat /proc/bus/nim_sockets·
NIM Socket 0:
Type: DVB-C
Name: Philips CU1216Mk3
Has_Outputs: yes
Frontend_Device: 0
I2C_Device: 2
NIM Socket 1:
Type: DVB-T
Name: NovaT 500Stick
Has_Outputs: no
Frontend_Device: 1
NIM Socket 2:
Type: DVB-T
Name: NovaT 500Stick
Has_Outputs: no
Frontend_Device: 2
Maybe the problem is that I need three /dev/misc/vtuner* devices, but mdev creates only two.
ls -l /dev/misc
crw-rw---- 1 root root 10, 60 Dec 4 16:45 vtuner0
crw-rw---- 1 root root 10, 59 Dec 4 16:45 vtuner1
I posted this issue already in the german forum, but didn't get any help.
Any idea?