yes, there is some news about it.
what does following command show up on your side:
$ /opt/bin/mediaclient -e or /usr/sundtek/mediaclient -e
The dreambox configuration can be based on the device Serialnumber now.
A sample configuration looks like this:
$ /usr/sundtek/mediaclient -e (or /opt/bin/mediaclient -e depending on the system)
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro] DVB-C, DVB-T, ANALOG-TV, FM-RADIO, REMOTE-CONTROL, OSS-AUDIO, RDS
[SERIAL]:
ID: 0110210004403
[DVB-C]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[DVB-T]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[ANALOG-TV]:
VIDEO0: /dev/video1
VBI0: /dev/vbi0
[FM-RADIO]:
RADIO0: /dev/radio0
RDS: /dev/rds0
[REMOTECONTROL]:
INPUT0: /dev/mediainput0
[OSS]:
OSS0: /dev/dsp0
device 1: [Sundtek MediaTV Digital Home] DVB-C, DVB-T, REMOTE-CONTROL
[SERIAL]:
ID: 0110223141749
[DVB-C]:
FRONTEND: /dev/dvb/adapter1/frontend0
DVR: /dev/dvb/adapter1/dvr0
DMX: /dev/dvb/adapter1/demux0
[DVB-T]:
FRONTEND: /dev/dvb/adapter1/frontend0
DVR: /dev/dvb/adapter1/dvr0
DMX: /dev/dvb/adapter1/demux0
[REMOTECONTROL]:
INPUT0: /dev/mediainput1
you need to take the serialnumber and put it into a configuration file
/etc/sundtek.conf
[0110210004403]
initial_dvb_mode=DVBC
dreambox_support_fe1=on
[0110223141749]
initial_dvb_mode=DVBT
dreambox_support_fe1=on
Please note when using dreambox support in the configuration file with serialnumbers it will bypass the startscript functionalitiy (since those were only made for a single device, but the driver actually supports multiple ones)
just after starting the driver following command shows up:
$ cat /proc/bus/nim_sockets
NIM Socket 0:
Type: DVB-S2
Name: BCM4505
Has_Outputs: no
Frontend_Device: 0
I2C_Device: 2
NIM Socket 1:
Type: DVB-C
Name: Sundtek MediaTV Pro (USB)
Has_Outputs: no
Frontend_Device: 1
NIM Socket 2:
Type: DVB-T
Name: Sundtek MediaTV Digital Home (U
Has_Outputs: no
Frontend_Device: 2