Skip to content
akosinov edited this page Apr 3, 2018 · 9 revisions

most basic case: u has a STB card on linux system and wants programing Unicable II device, so:

  1. download dconv and dsqsend
  2. compile dconv using Go (if you don't have Go, use on debian-based linux apt-get install golang)
  3. compile dsqsend using gcc
  4. make .dsq or .bin file in original app and put it to linux host
  5. use ./dconv -i <filename> -it <dsq or bin> -ot dsq -l 6 | ./dsqsend
    if you don't see any error messages then your device programmed.

TESTED ON:
+++Inverto IDLU-UWT110-CUO1O-32P multiswitch. Original Inverto app. I'm 99.99% sure it is ok for IDLU-UST110-CUO1O-32P too.
+++Inverto IDLU-32UL40-UNBOO-OPP LNB. Original Inverto app. I'm 99.99% sure it is ok for IDLU-24UL40-UNMOO-OPP too

Clone this wiki locally