Package Details: sundtek 150728.175535-1

Git Clone URL: https://aur.archlinux.org/sundtek.git (read-only, click to copy)
Package Base: sundtek
Description: Driver for Sundtek MediaTV Pro
Upstream URL: http://www.sundtek.com
Licenses: custom
Submitter: mockfrog
Maintainer: webmeister
Last Packager: webmeister
Votes: 7
Popularity: 0.000000
First Submitted: 2010-04-16 22:08 (UTC)
Last Updated: 2016-06-12 15:20 (UTC)

Latest Comments

1 2 3 4 Next › Last »

webmeister commented on 2022-01-30 16:19 (UTC)

Package still builds fine, no update necessary.

The entry in ld.so.preload isn't pretty, but it is still used upstream (https://www.sundtek.de/media/sundtek_netinst.sh) as far as I can tell. Maybe you can convince them otherwise?

markusgrosser commented on 2019-03-27 13:59 (UTC)

The entry in /etc/ld.so.preload causes QtCreator to break (https://bugreports.qt.io/browse/QTCREATORBUG-20880), and probably some other software as well that relies on O_TMPFILE.

Putting a library into ld.so.preload also isn't recommended in the ld.so(8) manpage, citing: (This is usually undesirable, and is typically employed only as an emergency remedy, for example, as a temporary workaround to a library misconfiguration issue.)

The probably cleaner solution would be to use wrappers for the binaries that set LD_PRELOAD before starting the actual executable, for example:

!/bin/sh

LD_PRELOAD=/opt/lib/libmediaclient.so:$LD_PRELOAD /opt/bin/mediaclient

gosi commented on 2016-04-04 21:01 (UTC)

I found this warning in my system log: [ 1.859571] systemd[1]: Configuration file /usr/lib/systemd/system/sundtek.service is marked executable. Please remove executable permission bits. Proceeding anyway. Please include this patch to fix this and other file permissions: - install -D "sundtek.rules" "$pkgdir/etc/udev/rules.d/sundtek.rules" - install -D "sundtek.service" "$pkgdir/usr/lib/systemd/system/sundtek.service" - install -D "sundtek-restart.service" "$pkgdir/usr/lib/systemd/system/sundtek-restart.service" - install -D "opt/doc/README" "$pkgdir/usr/share/licenses/sundtek/README" + install -m644 -D "sundtek.rules" "$pkgdir/etc/udev/rules.d/sundtek.rules" + install -m644 -D "sundtek.service" "$pkgdir/usr/lib/systemd/system/sundtek.service" + install -m644 -D "sundtek-restart.service" "$pkgdir/usr/lib/systemd/system/sundtek-restart.service" + install -m644 -D "opt/doc/README" "$pkgdir/usr/share/licenses/sundtek/README" Altough permissons are set by install, it would be nice to set sundtek.service to rw-r--r-- in the repo.

webmeister commented on 2015-11-28 15:32 (UTC)

Thanks crow/Benni. I've restored the fix for the broken access rights that was already present in previous versions and added support for armv7h.

crow commented on 2015-11-28 14:46 (UTC)

As a workaround for new drivers and issue with mediasrv permissions problem I did manually chmod the opt/bin/mediasrv. After that driver compiled fine: ==> Finished making: sundtek 151128.003816-1 (Sat Nov 28 15:40:49 CET 2015) x86_64: -rwxr-xr-x src/opt/bin/mediasrv armsysvhf: ---x--x--x 1 src/opt/bin/mediasrv Diff (one week): http://dpaste.com/3MYQG8K

crow commented on 2015-11-28 13:22 (UTC)

I am trying to compile it on rpi2 (arm7h) but I get weird error after adding needed stuff for arm7h ARCH. I am using Archlinuxarm here (up2date as of writing this post). The diff and error could be found here (link valid for one week). http://dpaste.com/1H5ZGRG

crow commented on 2015-09-07 18:56 (UTC)

Just realized it, perfect. Thank you for this package.

webmeister commented on 2015-09-07 18:10 (UTC)

When installing, this PKGBUILD fetches the latest version of the driver from Sundtek. Since they release new versions pretty often, you'll probably never install the exact version, that is listed on this site, but something newer. This will be correctly reflected in your local package information. If you want to update the driver version, simply rebuild the package.

crow commented on 2015-09-07 17:45 (UTC)

There is new version from driver. Can you update package version. http://support.sundtek.com/index.php/board,6.0.html