Hi,
I ran TVaheadend on a raspberry 3 b to check if the cards work and it looks like everything is ok. I am able to watch programs from each of the cards (that's how I checked if the cards work).
TV adapters
|-/dev/dvb/adapter0 [Sony CXD2880 #0]
| |- Sony CXD2880 #0 : DVB-T - #0
|
|-/dev/dvb/adapter1 [Realtek RTL2832 (DVB-T)#1]
| |-Realtek RTL2832 (DVB-T)#1 : DVB-T - #0
| |-Sony CDX2837ER DVB-T/T2/C demodulator#1 : DVB-C - #1
| |-Sony CDX2837ER DVB-T/T2/C demodulator#1 : DVB-T - #1
Then I have enabled streaming via dvblast for the "adapter0" card:
dvblast -a 0 -c /dci/config/dvblast/mux2.cfg -f 538000000 -b 8 -i 1 -5 DVBT2
and it went OK
however when I try on adapter1
dvblast -a 1 -c /dci/config/dvblast/mux2.cfg -f 538000000 -b 8 -i 1 -5 DVBT2
I get the following error
DVBlast 3.4 (release)
warning: restarting
debug: compiled with DVB API version 5.11
debug: using DVB API version 5.11
debug: Frontend "Realtek RTL2832 (DVB-T)" supports:
debug: frequency min: 174000000, max: 862000000, stepsize: 166667, tolerance: 0
debug: symbolrate min: 0, max: 0, tolerance: 0
debug: capabilities:
debug: INVERSION_AUTO
debug: FEC_1_2
debug: FEC_2_3
debug: FEC_3_4
debug: FEC_5_6
debug: FEC_7_8
debug: FEC_AUTO
debug: QPSK
debug: QAM_16
debug: QAM_64
debug: QAM_AUTO
debug: TRANSMISSION_MODE_AUTO
debug: GUARD_INTERVAL_AUTO
debug: HIERARCHY_AUTO
debug: FE_CAN_RECOVER
debug: FE_CAN_MUTE_TS
debug: delivery systems:
debug: DVBT
debug: tuning DVB-T2 frontend to f=538000000 bandwidth=8 inversion=-1 fec_hp=999 fec_lp=999 hierarchy=-1 modulation=qam_auto guard=-1 transmission=-1 PLP_ID=0
error: setting frontend failed (Invalid argument)
root@raspberrypi:/# ls /dev/dvb/adapter0
demux0 dvr0 frontend0
root@raspberrypi:/# ls /dev/dvb/adapter1
demux0 dvr0 frontend0 frontend1 net0
I also try this to force dedicated frontend but no success :
dvblast -a 1 -n 1 -c /dci/config/dvblast/mux2.cfg -f 538000000 -b 8 -i 1 -5 DVBT2
DVBlast 3.4 (release)
warning: restarting
debug: compiled with DVB API version 5.11
debug: using DVB API version 5.11
debug: Frontend "Sony CXD2837ER DVB-T/T2/C demodulator" supports:
debug: frequency min: 42000000, max: 1002000000, stepsize: 0, tolerance: 0
debug: symbolrate min: 870000, max: 11700000, tolerance: 0
debug: capabilities:
debug: INVERSION_AUTO
debug: FEC_1_2
debug: FEC_2_3
debug: FEC_3_4
debug: FEC_5_6
debug: FEC_7_8
debug: FEC_AUTO
debug: QPSK
debug: QAM_16
debug: QAM_32
debug: QAM_64
debug: QAM_128
debug: QAM_256
debug: QAM_AUTO
debug: TRANSMISSION_MODE_AUTO
debug: GUARD_INTERVAL_AUTO
debug: HIERARCHY_AUTO
debug: 2G_MODULATION
debug: FE_CAN_MUTE_TS
debug: delivery systems:
debug: DVBT
debug: DVBT2
debug: DVBC_ANNEX_A
debug: tuning DVB-T2 frontend to f=538000000 bandwidth=8 inversion=-1 fec_hp=999 fec_lp=999 hierarchy=-1 modulation=qam_auto guard=-1 transmission=-1 PLP_ID=0
error: opening device /dev/dvb/adapter1/dvr1 failed (No such file or directory)
and this:
dvblast -a 1 -n 2 -c /dci/config/dvblast/mux2.cfg -f 538000000 -b 8 -i 1 -5 DVBT2 &
[1] 24180
root@raspberrypi:/# DVBlast 3.4 (release)
warning: restarting
debug: compiled with DVB API version 5.11
error: opening device /dev/dvb/adapter1/frontend2 failed (No such file or directory)
How can I get dvblast to stream on adapter1