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.


Nachrichten - Sundtek

Seiten: 1 ... 529 530 [531] 532 533 ... 569
7951
Sundtek MediaTV Pro (Europe) / Re:w_scan unsupported DVB API Version
« am: April 07, 2010, 07:14:07 Nachmittag »
unfortunately if you set to 5.1 it will also set the API to 5.0 (it strips everything after the dot (the next driver update will take care that everything after the dot is also taken into account).

What will you lose?
> nothing, the API is backward compatible but some developers don't seem to know that.

7952
Sundtek MediaTV Pro (Europe) / Re:w_scan unsupported DVB API Version
« am: April 07, 2010, 06:36:26 Nachmittag »
your Distribution is not correctly installed (or at least there's a bug with the dvb headers).

you can try to lower the API Version with following command:

Zitat
/opt/bin/mediaclient --setver=5.0

and retry with w_scan, w_scan was packaged for the DVB API version 5.0, but our driver by default provides API support for the DVB API 5.1, it tries to detect lower versions which works with correct systems, for incorrect systems it can be set manually

what distribution do you use?

In case of tvheadend you can also ask in the tvheadend IRC channel on freenode.net where tvheadend developers and users give support to other tvheadend users we are watching it and try to help out too.

7953
Sundtek MediaTV Pro (Europe) / Re:Any news on the Mac OSX driver?
« am: April 06, 2010, 04:50:00 Vormittag »
The latest Linux Updates required all our resources lately. Although currently there's no further bigger change planed on the Linux driver.

For DVB-C/T:
* The transponderscan is complete now
* We are currently integrating the mpeg decoder

7954
Sundtek MediaTV Pro / Re:USB CI Modul
« am: April 04, 2010, 08:33:21 Nachmittag »
Fuer CI+ gibt es derzeit noch keine Loesung, bei den CI Modulen wird auf eine SmartDTV Loesung gesetzt.
Mehr Informationen bezueglich den CI Geraeten wird es in den naechsten Wochen geben.
Die CI Loesung wird selbstverstaendlich von allen unseren Sticks unterstuetzt werden. Die letzten Treiberupdates hatten die Entwicklung leider wieder etwas verzoegert.

7955
Sundtek MediaTV Pro (Europe) / Re:No channels found in MCE (Win 7)
« am: April 04, 2010, 01:50:54 Nachmittag »
As far as I can see you are a customer of one of the first DVB-C/T USB Sticks. You might contact our technical support via Skype (ID: sundtek) in order to fix up the device to support Windows (a Firmware update is required in order to get the DVB-C/T only devices work which have been sold before 24th March 2010).

7956
Drivers / Update 2. April 2010
« am: März 31, 2010, 03:59:41 Nachmittag »
Version: http://www.sundtek.de/media/sundtek_installer_100402.sh

Features:
* added configuration option for automatically starting an application after a device got attached 1)
* another rework of audio processing, this version now isolates audio to not be able to affect the driver when a problem occures. Older Pulseaudio versions are known to cause problems - when problems are detected the driver will automatically restart the audio output for analog TV and FM radio.
* the logfile now also contains the process id
* 4 DVB-C devices have been tested at the same time with this version
* also tested 1 analog TV and 1 DVB-C device at the same
* added workaround for kaffeine 1.0 pre3 bug (which comes with Ubuntu 10.04, kaffeine tries to read DVB data before setting up a transponder).

Bugfix:
* mplayer dvb://[channel] wasn't able to use the signal lock which was returned by the driver.

1)
The configurationfile /etc/sundtek.conf can contain 2 parameters, device_attach and device_detach.
Those parameters can be used to start or reinitialize applications after the driver initialized a device.

Example:
/etc/sundtek.conf
device_attach=/usr/bin/usb_deviceattach.sh DEVID
device_detach=/usr/bin/usb_devicedetach.sh DEVID

DEVID will automatically be replaced with the device ID which is also returned by /opt/bin/mediaclient -e

7957
Treiber / Update 2. April 2010
« am: März 31, 2010, 03:54:17 Nachmittag »
Version: http://www.sundtek.de/media/sundtek_installer_100402.sh

Features:
* Konfigurationsoption hinzugefuegt um direkt nach der Initialisierung eines Geraets ein Skript zu starten 1)
* Audio wurde erneut ueberarbeitet (ab dieser Version ist es unmoeglich das defekte Audiosysteme (z.B alte Pulseaudio Systeme) den Treiber beeinflussen), bei Problemen wird das Audiosystem automatisch neu gestartet.
* Treiber ProzessID wird ebenfalls in die Logfile geschrieben
* 4 DVB-C Sticks wurden mit dieser Version gleichzeitig getestet
* sowie 2 Sticks 1x Analog TV und 1x DVB-C
* Kaffeine 1.0-pre3 (kommend mit Ubuntu 10.04) Workaround hinzugefuegt (Kaffeine versucht Daten auszulesen bevor ein Sender konfiguriert wurde)... Kaffeine 1.0-pre2 (Ubuntu 9.10) hat dieses Problem nicht. (2. April 10)

Bugfix:
* mplayer dvb://[channel] konnte das Signallock nicht auswerten.

1)
Die Konfigurationsdate /etc/sundtek.conf kann 2 Parameter enthalten, device_attach sowie device_detach, diese Parameter koennen genutzt werden um ein Skript zu triggern welches z.B.: VDR oder andere Applikationen neu initialisiert.

Beispiel:
/etc/sundtek.conf
device_attach=/usr/bin/usb_deviceattach.sh DEVID
device_detach=/usr/bin/usb_devicedetach.sh DEVID

DEVID wird durch die Device ID welche ebenfalls mittels /opt/bin/mediaclient -e angezeigt wird ersetzt.

7958
Sundtek MediaTV Pro / Re:Anpassung yaVDR
« am: März 31, 2010, 03:26:06 Nachmittag »
Die aktuelle Treiberversion stellt mittlerweile 2 Konfigurationsoptionen zum Initialisieren von VDR bereit

z.B.:
/etc/sundtek.conf
device_attach=/usr/bin/usb_attachscript.sh DEVID
device_detach=/usr/bin/usb_detachscript.sh DEVID

Als speziellen Parameter kann DEVID angegeben werden, dieser wird dann durch die deviceID welche wie bei /opt/bin/mediaclient -e angezeigt wird ersetzt werden.


7959
Drivers / Re:Update 8. March 2010
« am: März 31, 2010, 10:46:03 Vormittag »
We will test the latest kaffeine version. If any problems come up please always give us further details about which system and which software versions you use.
Thank you.

Kaffeine is fixed with a newer driver release (we added a workaround for a bug in Kaffeine).

7960
Sundtek MediaTV Pro / Re:Installation unter Windows Vista / XP / 7
« am: März 30, 2010, 11:57:12 Vormittag »
Haben Sie diesen Treiber versucht:
http://www.sundtek.de/support/BDA_WHQL_Standard_Installshield.zip (24.12.09)

Wir hatten das Problem mit der Signatur mit dem alten Treiber.

7961
Sundtek MediaTV Pro / Re:tvtime hängt bei ankommender Mail
« am: März 29, 2010, 10:43:54 Nachmittag »
Wir sind ebenfalls noch dabei den Pulseaudio Workaround für ältere Systeme zu verbessern. Neuere Systme bereiten mit Pulseaudio keine Probleme mehr. Auf älteren Systemen wird im allgmeinen Empfohlen entweder Pulseaudio zu deinstallieren oder das System komplett zu aktualisieren.

7962
Sundtek MediaTV Pro / Re:kein Logging in mediasrv.log nach Hochfahren des Rechners
« am: März 25, 2010, 11:12:17 Nachmittag »
Wir haben den Installer kurzfristig aktualisiert, die Logfile wird geschrieben sobald das Filesystem beschreibbar ist - wenn es ueberhaupt nicht beschreibbar bleibt wird natuerlich keine Logfile angelegt.

7963
Drivers / Update 29. March 2010
« am: März 25, 2010, 09:31:56 Nachmittag »
Version: http://www.sundtek.de/media/sundtek_installer_100329.sh

Features:
* Disabling LED when stick goes into standby mode
* workaround for NTSC/VLC, the driver forces V4L2_STD_NTSC to V4L2_STD_NTSC_M
* added virtual video driver
* removed mediasrv initscript, the driver is started by udev no need to start it from another place
* VLC: when passing width=-1/height=-1 the driver will select the max. video resolution
* the driver forum is open without user registration again.
* logfile is written to /var/log/mediasrv.log as soon as the filesystem is writeable
* Supporting Ekiga (Channel 0: TV Channel 1: Composite Channel 2: S-Video)
* Improved USB Bus errorhandling
* added new S-Video/Composite only devices (29 March 10)
* adding timestamps to logfile (29 March 10)
* added logrotate support for logfile (29 March 10)

Bugfixes:
* bugfix: signalreporting
* bugfix: gnu radio (from the xawtv package) (29 March 10)

* further work on USB CI device support

Ekiga:


Sundtek virtual analog TV Videodriver demo:



7964
Treiber / Update 29. März 2010
« am: März 25, 2010, 09:24:07 Nachmittag »
Version: http://www.sundtek.de/media/sundtek_installer_100329.sh

Features:
* Blaues LED wird deaktiviert wenn Stick in Standby Modus geht
* Workaround fuer NTSC/VLC, der Treiber forciert bei einem V4L2_STD_NTSC Request V4L2_STD_NTSC_M
* Virtuellen Videotreiber hinzugefuegt
* mediasrv Initscript entfernt da verschiedene Distributionen verschiedene Skripte benoetigen, und der Treiber ueber udev gestartet wird.
* VLC: wenn als Videogroesse fuer Bildlaenge -1 und fuer Bildhoehe -1 uebergeben wird, wird automatisch die maximale Bildgroesse verwendet.
* Treiberforum ist wieder frei zugaenglich.
* Logfile wird geschrieben sobald das Filesystem beschreibbar ist
* Ekiga wird ab dieser Version ebenfalls unterstuetzt (Kanal 0: TV, Kanal 1: Composite, Kanal 2: S-Video)
* Verbesserte Ueberpruefung von Hardwareproblemen (z.B USB Controller Bandbreitenprobleme)
* Logfiles gibt zusaetzlich Timestamps aus (29.03.10)
* Logrotate Support fuer Logging hinzugefuegt (29.03.10)
* Support fuer neue S-Video/Composite Geraete hinzugefuegt (29.03.10)

Bugfixes:
* Bugfix: GNU radio (radio Paket aus dem XawTV Paket) (29.03.10)
* Bugfix: Signalreporting

* Weitere Arbeiten an USB CI Devicesupport


Ekiga:


Sundtek virtual analog TV Videodriver demo:




7965
Treiber / Re:Update 22. März 2010 (Beta)
« am: März 25, 2010, 09:10:35 Nachmittag »
Ist bei der naechsten Version aktualisiert.

Seiten: 1 ... 529 530 [531] 532 533 ... 569