Tuners disappearing after reboot

  • Hello,

    I have two tuners connected to TVH. They are both China Astrometa. One is older version vith Panasonic chip, and second is newer with Sony chip:

    1. PANASONIC MN88473 for DVB-T2

    Realtek RTL2832 for DVB-T

    2. Sony CXD2837ER for DVB-T2

    Realtek RTL2832 for DVB-T

    Both are working well.

    Problem is, that after reboot, Panasonic and Sony dissappear after reboot, and only Realtek remains working.

    I have found a solution after searching forums using SSH:

    systemctl stop service.tvheadend42

    rm -rf /storage/.kodi/userdata/addon_data/service.tvheadend42/input/linuxdvb/adapters/

    systemctl start service.tvheadend42

    It stops TVH, then removes some adapter files, and then starts TVH. Then all chips are present again. Then I have to reassign networks again.

    This is obviously not very practical.

    I am not experienced Linux user, so if someone could help me I would be very grateful.

    I was thinking maybe if this path that is being wiped by command I am writing above (/storage/.kodi/userdata/addon_data/service.tvheadend42/input/linuxdvb/adapters/)

    could somehow maybe locked / restrict TVH from writing to this path, maybe it could help?

    Does anybody have any idea?

    Thank you in advance :)