Geniatech T220 & Sony 2820R

  • Currently, I am trying 2 attach LifeView 52nd (T220+Sony) to libreelec version on odroid (kernel 3.14.29, See here). Was discussing the situation with CrazyCat (he is experienced indeed), received advice to install version W\O media build. Previously was trying media builds, but crazycat told me, that his drivers are OK from 4.4+ kernel). With regular drivers situation became much better, but w\o success. Ftontend and tuner are exactly visible in tvheadend (previously was not), but no tune :(

    dmesg
    dmesg | grep dvb
    [ 5.792535@1] dvb-usb: found a 'Geniatech T220 DVB-T/T2 USB2.0' in warm state.
    [ 5.794128@1] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
    [ 5.799057@1] dvb-usb: MAC address: ff:ff:ff:ff:ff:ff
    [ 6.259449@3] dvb-usb: schedule remote query interval to 150 msecs.
    [ 6.259464@3] dvb-usb: Geniatech T220 DVB-T/T2 USB2.0 successfully initialized and connected.

    dmesg | grep 2102
    [ 5.792518@1] dw2102: su3000_identify_state
    [ 5.792556@1] dw2102: su3000_power_ctrl: 1, initialized 0
    [ 6.257745@0] dw2102: Attached TDA18271HD/CXD2820R!
    [ 6.259459@3] dw2102: su3000_power_ctrl: 0, initialized 1
    [ 6.259535@3] usbcore: registered new interface driver dw2102
    [ 10.327845@2] dw2102: su3000_power_ctrl: 1, initialized 1
    [ 13.319261@0] dw2102: su3000_power_ctrl: 0, initialized 1

    According to advice from CrazyCat, i made an attempt to look, what's going on during scan attempt.
    ./dvb-fe-tool -m -v
    Device Sony CXD2820R (/dev/dvb/adapter0/frontend0) capabilities:
    CAN_2G_MODULATION
    .....
    Supported delivery systems:
    [DVBT]
    DVBT2
    DVBC/ANNEX_A
    DEBUG POST BER not available
    (0x00)
    DEBUG POST BER not available
    (0x00)
    ...

    etc w\o any change during scan attempt. Looks, that tuning is not working from commandline, as other tools. While trying to do it manualy:

    ./dvb-fe-tool -f0 --set-delsys=DVB-T2
    Changing delivery system to: DVBT2
    ERROR Set delivery system: Bad address

    Any advice?