Skip to content

Instantly share code, notes, and snippets.

@ckarrie
Created May 31, 2014 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckarrie/7134c783179e13b14782 to your computer and use it in GitHub Desktop.
Save ckarrie/7134c783179e13b14782 to your computer and use it in GitHub Desktop.
Installation
================================
- Zusätzliche Treiber: Firmware für DVB-Kartem -> aktivieren
- synaptic installieren. dort:
- Paketquelle proposed aktivieren
- update + upgrade
- openssh-server + mercurial installieren
- reboot
Hardware einrichten
=====================
SoundBlaster 5.1 Sourround S/PDIF
---------------------------------------------------------------------------------
TBD
Octopus DDCine
---------------------------------------------------------------------------------
APT:
sudo apt-get install git patchutils libproc-processtable-perl
http://www.vdr-portal.de/board18-vdr-hardware/board102-dvb-karten/113367-aktuelle-treiber-f%C3%BCr-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-cinect-sowie-tt-s2-6400-teil-2/?s=54e676c96593d9bdf1165ee3db975957680e88db
cd src
hg clone http://linuxtv.org/hg/~endriss/media_build_experimental
cd media_build_experimental
make download
make untar
./build --check-only
make
sudo make install
Firmware
experimental/ngene-octopus-test/linux/Documentation/dvb/get_dvb_firmware ngene
experimental/ngene-octopus-test/linux/Documentation/dvb/get_dvb_firmware drxk
Module:
sudo nano /etc/modprobe.d/options-dvb.conf
/etc/modprobe.d/options-dvb.conf:
# turn off autosuspend on the card as well
options usbcore autosuspend=-1
options ngene debug=1
options dvb_usb_dtt200u adapter_nr=0
options ddbridge adapter_nr=1,2,3,4
options em28xx_dvb adapter_nr=5,6,7,8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment