Autor Thema: Raspberry Pi - Sundtek driver?  (Gelesen 13482 mal)

pr2

  • Newbie
  • *
  • Beiträge: 4
    • Profil anzeigen
Raspberry Pi - Sundtek driver?
« am: August 04, 2012, 08:49:24 Nachmittag »
Hi,

What is the right way to install Sundtek Pro DVB-C/T tuner driver on Raspberry Pi (Raspbian)?
How to select between DVB-T and DVB-C mode?

Pr2

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:Raspberry Pi - Sundtek driver?
« Antwort #1 am: August 04, 2012, 09:07:29 Nachmittag »
Quick Installation:

Zitat
cd /tmp
wget http://sundtek.de/media/sundtek_netinst.sh
chmod 777 sundtek_netinst.sh
./sundtek_netinst.sh

Choosing between DVB-C and DVB-T:
Zitat
/opt/bin/mediaclient -DDVBC
or
/opt/bin/mediaclient -DDVBT

Please note only the netinstaller will work on the RPI (the netinstaller only requires around 5mb temporary space, while the multi-arch installer requires around 50mb).

Additional the RPI needs an active USB hub to support USB TV devices (since the board only provides 125mA (instead of 500mA USB 2.0 Spec)
Failure is a good thing! I'll fix it

pr2

  • Newbie
  • *
  • Beiträge: 4
    • Profil anzeigen
Re:Raspberry Pi - Sundtek driver?
« Antwort #2 am: August 04, 2012, 09:20:47 Nachmittag »
Hi,

As usual thanks for your quick answer, it seems to work fine.

Just need to run:
sudo ./sundtek_netinst.sh

Regards,

Pr2