Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Themen - Sundtek

Seiten: 1 ... 9 10 [11] 12
151
Treiber / Update 30. November 2009
« am: November 30, 2009, 08:52:00 Vormittag »
Version: http://www.sundtek.com/support/empia_installer_091130.sh

* Netzwerksupport damit die TV Sticks in einem LAN von mehreren Rechnern verwendet werden koennen
http://support.sundtek.com/index.php/topic,178.0.html

* WSS Support, der Treiber unterstuetzt die Ausgabe der WSS Informationen fuer analog TV
* Ubuntu 9.10 Update Fernbedienung hierfuer wird ebenfalls versucht /dev/uinput zu oeffnen (bei vorhergehigen Ubuntu Versionen war es /dev/input/uinput)
* Ubuntu 9.10 udev, die Startskripte werden ebenfalls nach /lib/udev/rules.d kopiert
* Hinweis von Linuxmagazin Dateien ohne Ueberpruefung auszufuehren wurde nachgegangen (wobei dies praktisch keine Relevanz hat).
* Mediaclient liefert Returncodes bei FM Radio ob ein Sender gefunden wurde.
* Das schliessen der Geraeteschnittstelle ist ab sofort synchronisiert (zuvor konnte die Schnittstelle bereits geschlossen werden bevor der Treiber diese fuer andere Modis freigegeben hat, das Resultat hiervon war das fuer automatisierte Software die anderen Modis kurz blockiert waren)
* Unterstuetzung fuer kommende Geraete hinzugefuegt.
* Updates bezueglich USB-CI Details kommen sobald die Produkte vorhanden sind
* Pulseaudio wird ab dieser Version nicht mehr auf Systemwide umkonfiguriert, dies schlug bei einigen Systemen fehl und hat Audio fuer einige User nicht mehr funktionabel gemacht. (/etc/default/pulseaudio bleibt ab sofort auf folgenden Wert gestellt PULSEAUDIO_SYSTEM_START=0, bei "defekten" Systemen dies bitte zurueckstellen, dies hatte Audio zwar fuer den Treiber zugaenglich gemacht jedoch nicht unbedingt fuer die User)
* AnalogTV wird beim Hardware Abstraction Layer (HAL) registriert
* Zugriffsberechtigungen fuer /dev/video ueberarbeitet (ein 2. Player kann die Video Session eines vorher gestarteten Players nicht mehr uebernehmen).

Weiteren Meldungen im Forum wird derzeit ebenfalls nachgegangen.

Kommende Updates:
* Aktualisierter ARM Treiber (mit Netzwerkunterstuetzung)
>> Derzeitiger Status: Treiber wird auf Vertraeglichkeit ueber das Netzwerk getestet (Compiler/Alignmentprobleme verzoegern das Release...)
* MythTV Howto
* Integration einer einfachen Konfiguration (um z.B den DVB Startmodus festzulegen)
* FM Radio - RDS Support

152
The Driver softwarepackage also includes networking support. The TV tuner can also be used on other PCs in your homenetwork.

DVB-C via W-Lan:




Acer Aspire One Netbook (DVB-C via W-LAN):



In order to activate the network feature you have to enable network support in the driver:

1. Activating networksupport (on the server)
Zitat
# /opt/bin/mediaclient --enablenetwork=on

2. determining the deviceid of the device which you want to connect to (by default the deviceid will be 0)
Zitat
# /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro]  DVB-C, DVB-T, ANALOG-TV, FM-RADIO, OSS-AUDIO, RDS
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [ANALOG-TV]:
     VIDEO0: /dev/video1
     VBI0: /dev/vbi0
  [FM-RADIO]:
     RADIO0: /dev/radio0
     RDS: /dev/rds0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [OSS]:
     OSS0: /dev/dsp0

3. determine the IP address of the PC which the device is connected to:
Zitat
# /sbin/ifconfig | grep "inet addr"
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet addr:192.168.1.15  Mask:255.255.255.0

The networksupport binds itself to all available network interfaces on port 9234

or run /opt/bin/mediaclient --scan-network on the client.


4. Connect the device on a remote PC:

Zitat
# /opt/bin/mediaclient --mount=192.168.1.15

# /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [Sundtek MediaTV Pro (192.168.1.15)]  DVB-C, DVB-T
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0

When no deviceid is given the driver tries to bind to deviceid 0 by default, in order to connect to other deviceids you have to use following syntax --mount=IP:DEVICEID

After this you can use your Sundtek MediaTV device remotely just as if it would be connected locally, this feature is currently only available for DVB-C and DVB-T. The driver only submits the requested Channel PIDs to the network in order to keep the bandwidth requirement low.

In order to lower the required USB bandwidth you can also enable hardware PID filtering. This can be done with following command:

Zitat
# /opt/bin/mediaclient -P on

To unload the device:

Zitat
# /opt/bin/mediaclient --unmount=0

Network PCs:

http://i.gizmodo.com/5126038/pogoplug-turns-any-hard-drive-into-a-network-share-for-79

http://www.sheevaplug.de

please note at this time this requires the latest driver version:
http://www.sundtek.de/media/sundtek_installer_development.sh

153
Die Dokumentation ist auch im Wiki zu finden:

http://wiki.sundtek.de/index.php/NetzwerkSupport

----

Das Softwarepaket beinhaltet ebenfalls Netzwerkunterstützung. Der TV Tuner kann auf weiteren PCs im Netzwerk über virtuelle Adapter verwendet werden.
Um den Tuner auf einem (oder mehreren) Rechnern verwenden zu können muss der USB Stick auf dem jeweiligen remote PC mittels dieser Dokumentation konfiguriert werden.
Dies funktioniert aktuell mit Linux, Windows und MacOSX
* Windows Netzwerk Treiber Link

DVB-C via W-Lan:





Acer Aspire One Netbook (DVB-C via W-LAN):





Um diese Funktionalität zu aktivieren muss auf dem Rechner an dem das Gerät angeschlossen ist die Netzwerkunterstützung aktiviert werden:

1. Netzwerkunterstützung aktivieren:
Zitat
# /opt/bin/mediaclient --enablenetwork=on

Um die Unterstützung wieder zu deaktivieren:
Zitat
# /opt/bin/mediaclient --enablenetwork=off

Bei schwaecheren Rechnern kann man unter anderem auch die Hardwarefilter fuer die TV Sender einsetzen:
Zitat
# /opt/bin/mediaclient -P on

2. Herausfinden der DeviceID (diese ist bei einem Gerät in der Regel 0)
Zitat
# /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro]  DVB-C, DVB-T, ANALOG-TV, FM-RADIO, OSS-AUDIO, RDS
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [ANALOG-TV]:
     VIDEO0: /dev/video1
     VBI0: /dev/vbi0
  [FM-RADIO]:
     RADIO0: /dev/radio0
     RDS: /dev/rds0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [OSS]:
     OSS0: /dev/dsp0

3. IP Adresse des Rechners herausfinden:

a.) Wenn sich der Server im selben Netzwerk befindet:
Zitat
$ /opt/bin/mediaclient --scan-network
Scanning network for IPTV media servers
---------------------------------------------------------------------
 IP address       | ID  |  devicename          | Users | Capabilities
---------------------------------------------------------------------
 192.168.1.3      | 0   | Sundtek MediaTV Pro  | 2     | DVB-T, DVB-C
-  1 IPTV server found ----------------------------------------------

Der Netzwerksupport bindet sich üblicherweise auf alle Schnittstellen auf Port 9234

4. Das Gerät auf einem weiteren Rechner im Netzwerk laden:

Zitat
# /opt/bin/mediaclient --mount=192.168.1.3

# /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [Sundtek MediaTV Pro (192.168.1.3)]  DVB-C, DVB-T
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0

Hierbei wird üblichwerweise versucht das Remote Interface 0 zu binden. Um andere Geräte zu verbinden (z.B.: Device ID 3) muss --mount=192.168.1.15:3 als Argument angegeben werden.
eit noch mit dem Windows Team abgesprochen, unsere Windows Entwickler sind
Anschließend kann das Gerät remote genauso verwendet werden wie lokal.
Vorerst ist diese Funktionalität auf DVB-T sowie DVB-C beschränkt, es werden lediglich die ausgewählten Sender über das Netzwerk übertragen.

Bei W-Lan muss die maximal verfügbare Bandbreite beachtet werden, einzelne DVB-C Sender sollten hierbei keine Probleme verursachen.

Das Gerät wieder entladen:

Zitat
# /opt/bin/mediaclient --unmount=0

Diese Funktionalitaet wurde getestet mit:
* Western Digital WDTV Live (Media PC) (MIPSEL)
* Western Digital My Book (NAS) (ARM)
* Sheevaplug (ARM)
* Guruplug (ARM)
* Dreambox 800 (MIPSEL)
* Acer Aspire One Netbook (Intel 32bit)
* Netgear WNDR3700 Router (MIPS)
* Seagate Dockstar

FAQ:
Seagate Dockstar
Fuer das Seagate Dockstar mit der Originalfirmware von Seagate muss das Geraet auf BULK Transfer umgestellt werden, nach der Treiberinstallation:

/tmp/opt/bin/mediaclient --dtvtransfermode=bulk
Sofern der Stick wieder mit einem anderen Geraet betrieben wird sollte es wieder auf den Normalbetrieb zurueckgestellt werden

/tmp/opt/bin/mediaclient --dtvtransfermode=iso

Nach dem Umstellen des jeweiligen Modus muss das Geraet neu angeschlossen werden.

Aktueller Treiber:

http://www.sundtek.de/media/sundtek_netinst.sh

154
Drivers / Update 9. November 2009
« am: November 05, 2009, 07:58:14 Vormittag »
Version: http://www.sundtek.com/support/empia_installer_091109.sh

This is a prerelease version.

* reading analog TV and VBI frames does not influence each other anymore
* added deinterlacer support to the driver in order to improve the analog TV quality
* /opt/bin/mediaclient --lc lists the applications which are currently connected with the driver
* DVB-T/C, updated software PID filtering, the filter mask is now correctly applied according to the (not documented) DVB filter specification.
* fixed too many open files when mixing legacy devices which use the old kerneldrivers with the new userspace drivers.

----
* further updates will be added to this version until the official release.

155
Treiber / Update 9. November 2009
« am: November 05, 2009, 07:54:30 Vormittag »
Version: http://www.sundtek.com/support/empia_installer_091109.sh

Es handelt sich hierbei um eine Prerelease (Vorabversion)

* Das Auslesen von Analog TV und VBI Frames beeinflusst gegenseitig nicht mehr
* Deinterlacer wurde im Treiber integriert um die Bildqualität für analog TV zu erhöhen
* /opt/bin/mediaclient --lc zeigt die aktuell auf den Treiber zugreifenden Applikationen an
* DVB-T/C, der Software PID Filter wurde aktualisiert, die Filter Mask für die PIDs werden ab jetzt gemäß der (leider nicht dokumentierten) Spezifikation angewandt
* Too many open files bei mehreren legacy Karten welche Kerneltreiber verwenden wurde behoben.

----
* Die im Forum ausstehenden Punkte werden hier noch nachgepflegt

156
Drivers / Update 16. October 2009
« am: Oktober 16, 2009, 07:18:00 Nachmittag »
Version: http://www.sundtek.com/support/empia_installer_091016.sh

* VBI/analogTV Videotext is now officially supported (zapping from http://zapping.sourceforge.net can be used with it, although please note that zapping has some critical bugs. We sent some patches and bug reports to the official maintainer)
* Minor DVB device node number is now correctly allocated
* The devicemode will not switch back to DVB-C by default if the mode is set up to DVB-T.
* VDR 1.7.9 is now also supported

157
Treiber / Update 16. Oktober 2009
« am: Oktober 16, 2009, 07:12:33 Nachmittag »
Version: http://www.sundtek.com/support/empia_installer_091016.sh

* VBI/analogTV Teletext Unterstützung wurde freigeschalten (Unterstützt wird dies mit zvbi) als Applikation kann zapping (http://zapping.sourceforge.net) verwendet werden (Achtung, Zapping ansich hat noch einige Fehler welche nachgebessert werden müssen, libzvbi zur Teletextdekodierung ist voll verwendbar).
* Minor Node Nummerierung wurde aktualisiert
* Das Gerät schaltet nicht automatisch auf DVB-C zurück sofern man von DVB-T <-> AnalogTV <-> DVB-T umschaltet
* VDR 1.7.9 wird unterstützt

158
Sundtek MediaTV HD ATSC (USA) / Supported Applications
« am: September 04, 2009, 02:17:58 Nachmittag »
Here you can find a list of supported and verified applications which can be used with Sundtek MediaTV HD ATSC:

Analogue TV, Composite, S-Video:
* http://tvtime.sourceforge.net tvtime
* http://www.videolan.org/vlc/ VLC
* http://www.mplayerhq.hu/design7/news.html Linux mplayer
* http://www.mythtv.org/ MythTV

ATSC:
* http://www.mplayerhq.hu/design7/news.html Linux mplayer
* http://www.mythtv.org/ MythTV
* http://www.videolan.org/vlc/ VideoLanClient

FM-Radio:
* http://kradio.sourceforge.net/ kradio
* http://linux.bytesex.org/xawtv/ radio (from the xawtv package)
* mediaclient (comes with the linux driver)
* capturing is supported by eg. cat /dev/radio0 | lame - capture.mp3

The list of supported applications is still growing and the driver will be further optimized in order to optimally support most TV applications. If something doesn't work please report it here so we can find a solution for it.

159
Sundtek MediaTV HD ATSC (USA) / Sundtek MediaTV HD ATSC Linux Installation
« am: September 04, 2009, 01:19:57 Nachmittag »
Sundtek MediaTV HD USB / MiniPCIe are world class ATSC/QAM64/QAM256, AnalogTV (NTSC), Composite, S-Video, FM-Radio devices which are fully supported with Linux, our technology provides support for the entire 2.6.x Linux Kernel Series, unpatched Kernels are supported from 2.6.15 on.

The driver installation is currently mainly done on the console, we are working on providing a graphical installer lateron. The driver is developed by Sundtek Ltd. The driver runs as normal application (in userspace), if unexpected problems occur the system will not be affected by it, aside of that it has the advantage that it is not bound to any particular kernel version which makes difficult compiling unnecessary.

The driver also has Closed Captioning support which complies with the requirements of the FCC
Channel 1-4 and Text 1-4 decoding.

tvtime does not comply with those requirements.

Minimum System requirements Linux 2.6.15 32 or 64 bit (older kernels need small USB framework patches), 1.5 Ghz

Supported Architectures:



* Intel/AMD x86 (32/64 bit)
* ARM
* IBM PowerPC (eg. Sony Playstation 3 - first revision)
* MIPS
* further builds are available uppon request

This installer supports following operating systems:


* Linux
* FreeBSD 8.0
* Apple
* Solaris

http://www.sundtek.de/media (for driver releases)

Please note that the linux 2.6.27 and 2.6.28 series have a bug in the USB System wich makes the memory usage of the Linux system grow, this causes the system to run out of memory after some time. You can read more about this issue and how to fix it on the Linux USB Mailinglist, it is probably easier to use Linux 2.6.15 - 2.6.26 or 2.6.29+.

The latest driver version can be downloaded from the Driver Board (for ATSC please consider using the latest Beta driver)

open a console and run following command as root
Zitat
$ chmod 777 empia_installer*
$ sudo ./empia_installer_{version you downloaded}.sh

Welcome to the EETI em28xx linux driver setup

Legal notice:
This software comes without any warranty, use it at your own risk

Do you want to continue [Y/N]:
y
stopping old driver instance...
installing em28xx driver to /opt
unpacking...
checking system... 64Bit System detected
installing...
finalizing configuration... (can take a few seconds)  
installing libmediaclient interception library
Starting driver...
done.

For identifying the device in the system you can run following command:

Sundtek MediaTV HD ATSC:

$ /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [MediaTV Pro III USB (US)]  ATSC, ANALOG-TV, FM-RADIO, REMOTE-CONTROL, OSS-AUDIO, RDS
  [INFO]:
     STATUS: ACTIVE
  [BUS]:
     ID: 1-1
  [SERIAL]:
     ID: U1501********
  [ATSC]:
     FRONTEND: /dev/dvb/adapter1/frontend0
     DVR: /dev/dvb/adapter1/dvr0
     DMX: /dev/dvb/adapter1/demux0
  [ANALOG-TV]:
     VIDEO0: /dev/video0
     VBI0: /dev/vbi0
  [FM-RADIO]:
     RADIO0: /dev/radio0
     RDS: /dev/rds0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [OSS]:
     OSS0: /dev/dsp0

Sundtek DualHD ATSC:

**** List of Media Hardware Devices ****
device 0: [ Sundtek DualHD ATSC]  ATSC, REMOTE-CONTROL, ATSC
  [ATSC]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [ATSC]:
     FRONTEND: /dev/dvb/adapter1/frontend0
     DVR: /dev/dvb/adapter1/dvr0
     DMX: /dev/dvb/adapter1/demux0

Analogue TV/Composite/S-Video

for starting analogTV with tvtime:
tvtime -d /dev/video1

by default most linux tv players do not support digital audio properly, in order to fix that problem our driver supports internal audio processing, which means that the driver automatically tries to play the available data to the default soundcard, while the TV application is just in charge of displaying the video.



(the screenshot was made with the PAL version, NTSC only supports 720x480@30 FPS)

For using the device with mplayer:
$ mplayer tv:// -tv driver=v4l2:device=/dev/video1
MPlayer SVN-r29305-4.3.2 (C) 2000-2009 MPlayer Team

Playing tv://.
TV file format detected.
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
 comment: first try, more to come ;-)
Selected device: Sundtek MediaTV
 Tuner cap: STEREO
 Tuner rxs:
 Capabilites:  video capture  VBI capture device  tuner  audio  read/write  streaming
 supported norms: 0 = NTSC-M;
 inputs: 0 = Television; 1 = Composite; 2 = S-Video;
 Current input: 0
 Current format: YUYV

The driver automatically tries to figure out the correct audio playback.



For using analogue TV with vlc, just start up VLC and select the corresponding capturedevice eg. /dev/video1 in our case



FM Radio

/opt/bin/mediaclient -f 90100000 -m RADIO -d /dev/radio0 -t 0

/opt/bin/mediaclient -m RADIO -d /dev/radio0 -c internal

/opt/bin/mediaclient -m RADIO -d /dev/radio0 --mute off

for disabling audio in the background:
/opt/bin/mediaclient -m RADIO -d /dev/radio0 --mute on

ATSC

mplayer

# scan us-TechnologyDrive
scanning us-TechnologyDrive
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
Frontend can not do INVERSION_AUTO, trying INVERSION_OFF instead
>>> tune to: 551000000:8VSB
service is running. Channel number: 7:1. Name: 'KGO-DT '
service is running. Channel number: 7:2. Name: 'KGO-DT '
service is running. Channel number: 7:3. Name: 'KGO DT '
dumping lists (3 services)
KGO-DT :551000000:8VSB:49:52:3
KGO-DT :551000000:8VSB:65:68:4
KGO DT :551000000:8VSB:81:84:5
Done.
$ cat /dev/dvb/adapter0/dvr0 | mplayer -cache 10240 -



----

to remove the driver from the system:
./empia_installer.sh -u

EETI em28xx linux driver setup

stopping em28xx driver...
removing driver
.......
driver successfully removed from system

160
Drivers / Linux driver roadmap
« am: August 17, 2009, 01:22:38 Nachmittag »
Current roadmap for upcoming releases:
* direct integration of pulseaudio for analog TV and FM radio playback
* Multiclient support for fm radio/analog TV audio
* Multiclient support for DVB-T/C dvr nodes
* Video4Linux1 support for mplayer/older VLC versions
* support for Linux VDR
* MythTV DVB-T, DVB-C
* Remote control support
* MythTV AnalogTV we currently do not recommend MythTV for analog TV
* finalizing support for kaffeine and VLC (dvb)
* support for alternative remote controls (NEC, RC5, RC6 are supported by the hardware)
* USB CI Support
* Linux livecd with Sundtek MediaTV Pro/Gold support
* Virtual DVB/FM radio driver which allows remote access to the device via W-Lan/Network
* DVB-S2 (S2-API) Support which will be default with all applications from ~2010 on)
* OSS Audio Support for MythTV (Analog TV)

* we'll immediately try to evaluate and fix bugreports which are posted in the forum

(crossed out points are finished)

161
Software / LIRC - Remote control
« am: August 17, 2009, 01:11:28 Nachmittag »
Remote control

please note that Sundtek only provides a reference configuration for ubuntu, for further support please visit the lirc website

Sidux

If you're using Sidux with the Sundtek MediaTV Pro device please run following script after the driver intsallation:

/opt/doc/lirc_install.sh

this will set up a default configuration for Lirc.

Note if this script hangs, please reboot sidux and run this script again, there's a bug in the sidux lirc script which can cause this problem, after the driver installation and sidux reboot this issue should be solved. The setup should only take a few seconds.
Also note the Ubuntu howto does not apply for Sidux.

Ubuntu

The remote control uses the uinput interface of the kernel, this interface is provided by default with ubuntu distriubtions.

1. Preparation

The lirc setup requires the IR interface of the Sundtek Remote Control

In order to figure out the correct interface for the remote control please open a console and run following command:


The driver automatically tries to load the uinput module, although if there's a problem (due too late uinput initialization) you might just restart the driver and retry this section

$ /opt/bin/mediaclient --shutdown


2. Verifying HAL (obsolete with new Linux Systems)

With Ubuntu by default HAL (the Hardware Abstraction Layer) tries to use the newly created interface, and thus disables that lirc can use that interface. In order that this does not happen please verify your HAL setup

The installer copies a configuration file to the HAL configuration directory which should avoid that HAL wil bind itself to the Sundtek remote control
/etc/hal/fdi/preprobe/sundtek.fdi

If you have a different hal setup please change this according to your system.
After the installation of the driver it's adviced to reboot Linux in order to use the updated configurations.

2. Lirc installation
$ sudo apt-get install lirc

3. Lirc configuration

If apt-get does not ask for a configuration, the reconfiguration process can be triggered by running following line:
$ sudo dpkg-reconfigure lirc





Here you need to select the interface which you discovered in the first step:


We have already created a configuration for the remote control, you just have to
copy this file to the lirc configuration directory.

Wir liefern neuere Bestellungen mit einer größeren Fernbedienung aus, ältere Bestellungen wurden damals mit einer flachen Fernbedienung ausgeliefert.

Für die flache Fernbedienung folgende Keymap Kopieren:
$ sudo cp /opt/doc/sundtek.conf /etc/lircd/lircd.conf

Für die größere Videorekorder Fernbedienung diese Keymap Kopieren:
$ sudo cp /opt/doc/sundtek_vcr_remote.conf /etc/lircd/lircd.conf

Es kann sein das bei der neuen Fernbedienung der Stick noch umkonfiguriert werden muss
/opt/bin/mediaclient --updaterc=1 -d /dev/mediainput0

1 steht für das Fernbedienungslayout der größeren Fernbedienung, 0 für das Layout der kleinen Fernbedienung.
Anschließend muss der Stick jedoch neu angeschlossen werden, die Einstellung wird auf dem Stick abgespeichert und beim Laden des Treibers berücksichtigt

FAQ
* remote control doesn't work anymore
> please start over with the configuration

162
Software / Linux VDR - DVB-T and DVB-C
« am: August 17, 2009, 01:00:38 Nachmittag »
VDR


1. Installation

Please note that newer Ubuntu versions might have other version numbers than which are used with following libav* packages. This installation guide was made for Ubuntu 8.10, but should also work with other versions.

sudo apt-get install libavformat52 libavutil49 libavcodec51 libavutil49 libavdevice52
sudo apt-get install libxine1-misc-plugins xine-ui libxine1-all-plugins libxine1-ffmpeg libxine1 libxine1-bin libxine1-x
sudo apt-get install vdr vdr-plugin-xineliboutput libxine1-xvdr

2. Channel configuration

In order to scan all transponders w-scan is required

Ubuntu 9.04 already ships w-scan, older Ubuntu versions need to download and compile it
For Ubuntu 9.04:

apt-get install w-scan

For older Ubuntu Versions:
W-Scan 2008-11-06

$ wget http://sundtek.de/support/wscan-20081106.tar.gz
$ tar xvzf wscan-20081106.tar.gz
$ cd w_scan-20081106
$ make

in order to be able to use DVB-C the device needs to be set to DVB-C first, this can be done with the following mediaclient command:

$ /opt/bin/mediaclient -D DVBC
$ ./w_scan -f c > channels.conf.dvbc

newer w_scan version also require a countryflag eg -c UK
$ ./w_scan -f c -c UK > channels.conf.dvbt

To scan DVB-T transponders:

$ /opt/bin/mediaclient -D DVBT
$ ./w_scan -f t > channels.conf.dvbt

newer w_scan version also require a countryflag eg -c UK
$ ./w_scan -f t -c UK > channels.conf.dvbt

To use DVB-T just copy channels.conf.dvbt to /var/lib/vdr/channels.conf

To use DVB-C copy channels.conf.dvbc to /var/lib/vdr/channels.conf

It's only possible to set one devicemode, and you should only copy one of those configurations to /var/lib/vdr, upcoming VDR versions will solve this issue.

After copying the configuration, please restart VDR:
$ sudo /etc/init.d/vdr restart

3. Remote control

We also created a template for the remote control:

$ sudo cp /opt/doc/sundtek_vdr.conf /var/lib/vdr/remote.conf

further information about how to configure the remote control can be found on following website:

http://www.vdr-wiki.de/wiki/index.php/Remote.conf

After this configuration please restart VDR again.

$ sudo /etc/init.d/vdr restart

4. Using VDR

The remote control shall work automatically if you have followed the LIRC documentation.

For DVB-T:

$ sudo /etc/init.d/vdr stop
$ sudo cp channels.conf.dvbt /var/lib/vdr/channels.conf
$ /opt/bin/mediaclient -D DVBT
$ sudo /etc/init.d/vdr start
$ xine

For DVB-C:

$ sudo /etc/init.d/vdr stop
$ sudo cp channels.conf.dvbc /var/lib/vdr/channels.conf
$ /opt/bin/mediaclient -D DVBC
$ sudo /etc/init.d/vdr start
$ xine

Start Xine:
 Ubuntu Menu, Applications -> Sound & Video -> Xine and finally select XVDR in the xine menu



FAQ
* Audio is muted
there could be 2 reasons for muted audio:
1. Codecs aren't installed correctly, pleae install libxine1-misc-plugins for linux (eg. under ubuntu)
2. Audio is muted, this can also be caused by the xine/pulseaudio plugin, please add following line to your xine configuration:

/home/<username>/.xine/config
Code:

audio.pulseaudio_device:pulseaudio


* Xorg crashes or hardlocks
This error can be caused by Xine and the ATI drivers

As a workaround you can switch the Xine output to use Xshm which is more reliable - but decreases the quality of the OSD menu

/home/<username>/.xine/config
Code:

video.driver:xshm

163
Software / tvtime - AnalogTV
« am: August 17, 2009, 12:51:50 Nachmittag »
tvtime

tvtime is the easiest to use application for analog TV, composite and svideo

sudo apt-get install tvtime

with mediaclient you can identify your device, please note that VDR must be stopped in order to be able to use analog TV and FM radio again.

$ /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro] DVB-C, DVB-T, ANALOG-TV, FM-RADIO, REMOTE-CONTROL
...
  [ANALOG-TV]:
     VIDEO0: /dev/video1
     VBI0: /dev/vbi0
...

$ tvtime -d /dev/video1


164
Software / Kaffeine - DVB-T and DVB-C
« am: August 17, 2009, 12:49:34 Nachmittag »
Kaffeine

Kaffeine is the easiest to use application:

DVB-T
/opt/bin/mediaclient -D DVBT
kaffeine

DVB-C
/opt/bin/mediaclient -D DVBC
kaffeine



FAQ
* Audio is muted
there could be 2 reasons for muted audio:
1. Codecs aren't installed correctly, please install libxine1-misc-plugins for linux (eg. under ubuntu)
2. Audio is muted, this can also be caused by the xine/pulseaudio plugin, please add following line to your xine configuration:

/home/<username>/.xine/config
Code:

audio.pulseaudio_device:pulseaudio


* Xorg crashes or hardlocks
This error can be caused by Xine and the ATI drivers

As a workaround you can switch the Xine output to use Xshm which is more reliable - but decreases the quality of the OSD menu

/home/<username>/.xine/config
Code:

video.driver:xshm

165
Software / Kaffeine - DVB-T und DVB-C
« am: August 17, 2009, 04:57:31 Vormittag »
Kaffeine

Kaffeine ist am einfachsten zu Verwenden.

DVB-T
/opt/bin/mediaclient -D DVBT
kaffeine

DVB-C
/opt/bin/mediaclient -D DVBC
kaffeine



FAQ
* Audio ist stumm
Hierfür kann es 2 Ursachen geben,
1. Codecs sind nicht installiert, bitte installieren Sie: libxine1-misc-plugins unter Linux
2. Audio ist stumm geschalten, dieser Fehler kann bei Xine/Pulseaudio liegen, fügen Sie folgende Zeile zur xine Konfiguration hinzu:

/home/<username>/.xine/config
Code:

audio.pulseaudio_device:pulseaudio


* Xorg stürzt ab
Dieser Fehler liegt teilweise bei Xine sowie ATI Treibern

Editieren Sie die Xine Konfiguration und verwenden Sie xshm als Videoausgabe

/home/<username>/.xine/config
Code:

video.driver:xshm


XShm hat jedoch den Nachteil das die Bildqualität verschlechtert wird.

Seiten: 1 ... 9 10 [11] 12