Turbosight USB DVB-S Q-Box

From LinuxTVWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A DVB-S USB device from Turbosight.

It is currently unsupported.

Overview

USB ID is: VID:0x734C, PID:0x2601.

Components Used

  • Samsung tuner module with integrated:
    • STM STB6000 (tuner pll)
    • STM STV0299 (demodulator)
  • Cypress CY7C68013A (i.e. FX2) (USB bridge)

Firmware

The firmware in Q-BoxDVBS.sys file may reside at: offset 0x3918, length 8192.

Script for extracting it:

#!/usr/bin/perl

use File::Temp qw/ tempdir /;
use IO::Handle;

    extract("Q-BoxDVBS.sys", 0x3918, 8192, "dvb-usb-qbox.fw");

External Links