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.

Clone this wiki locally