Sundtek Support Forum

English => Sundtek MediaTV Pro (Europe) => Drivers => Thema gestartet von: Sundtek am Dezember 21, 2009, 11:39:55 Nachmittag

Titel: Update 21. December 2009
Beitrag von: Sundtek am Dezember 21, 2009, 11:39:55 Nachmittag
Version: http://sundtek.de/support/empia_installer_091221.sh

* Detection of local DVB API Version (it's also possible to adjust the API version number manually by using the /opt/bin/mediaclient command)
* Added support for Sundtek MediaTV MiniPCIe
* Tested Synology DS107+ NAS DiskStation (DVB-C/T)
* Cleaning up memory when devicenodes are closed
* Too many open files with legacy devices are solved (the problem slipped in when adjusting the internal driver locks for the network driver to be more fine grained)
* Fixed me-tv tuning support
* analog TV supports up to 5 framebuffers now (mythtv issue)
* added Sharpness, Hue, Contrast, Saturation, Brightness support, can be tested with VLC
* added devicenode for RDS - Radio Data System support
* reading the remote control values is now possible by using /dev/mediainput[n]

* This driver includes the latest ARM OABI and ARM EABI4 build

----

Upcoming changes:
* adding a configuration file (the driverframework is already prepared for this)
* Secam L Support
* adding tools for reading the remote control values without lirc and a sample application for retrieving RDS information.
Titel: Re:Update 21. December 2009
Beitrag von: Jojo12a am Dezember 22, 2009, 01:40:39 Vormittag
I checked the executable file types of all architectures in this build with the "file" utility. The 32bit and armoabi versions are built for the wrong architectures (checked at least libmediaclient.so). Please fix this.

32bit:
opt/lib/libmediaclient.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

armoabi:
opt/lib/libmediaclient.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

These are as they should be:

64bit:
opt/lib/libmediaclient.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

armsysv:
opt/lib/libmediaclient.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked, stripped

ppc:
opt/lib/libmediaclient.so: ELF 32-bit MSB shared object, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, stripped
Titel: Re:Update 21. December 2009
Beitrag von: Sundtek am Dezember 22, 2009, 01:47:19 Vormittag
Seems like the build slipped out too fast, the installer is updated now.

Thanks.