Turbosight USB DVB-S Q-Box

From LinuxTVWiki
Revision as of 20:03, 4 May 2009 by Jimbley (talk | contribs) (Added category: DVB-S USB Devices)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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