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 - tougher

Seiten: [1]
1
I figured that this issue only happens when the NAS i bootstrapped, so now it's not.
After "force" downgrading to DSM 4.0 I don't see any abnormal entries in /var/log/messages after a power cycle. I have come to the conclusion that it will be hard to debug and I will just leave my NAS unbootstrapped.

Thanks for a great product! I think it's must be the oldest product I own which still gets updates :)

2
Correction. As soon as the installer script is run the NAS won't shutdown or reboot. Uninstalling with -u won't help. I reinstalled the NAS to make it working. Maby this is due to the 4.1 beta  :-\

I see a crap load of this as the last thing in /var/log/messages:

Aug 20 22:34:48 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:34:49 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:34:50 umount: umount /opt kill the process "" with /opt/bin/bash.
[...]
Aug 20 22:35:10 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:11 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:12 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:14 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:15 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:16 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:17 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:18 umount: umount /opt kill the process "" with /opt/bin/bash.
Aug 20 22:35:19 umount: umount /opt start to send kill process.

I don't know how to debug this, anyone?

3
By the way, I've made this script to be sure that --shutdown is called.

#!/bin/sh

case "$1" in
start)
  echo "Starting Sundtek Mediaclient"
  /opt/bin/mediaclient --start
  ;;
stop)
  /opt/bin/mediaclient --shutdown
  ;;
*)
  echo "Usage: $0 {start|stop}"
  exit 1
esac
 
exit 0

It's in the /usr/syno/etc/rc.d folder.

5
I've read that the Sundtek dongle now is support on the Synology NAS's. And it seems to be working great with Tvheadend.

But the NAS won't shutdown or reboot after /opt/bin/mediaclient --start has been called. Even if /opt/bin/mediaclient --shutdown is called shutdown and reboots hangs.

Nothing spectacular in the mediasrv.log file:
2012-08-20 12:09:19 [9167] Enabling standby
2012-08-20 12:09:19 [9167] clearing id: 0
2012-08-20 12:09:19 [9167] removing devices
2012-08-20 12:09:19 [9167] Shutting down driver now
2012-08-20 12:09:19 [9168] received shutdown request
2012-08-20 12:25:31 [7996] Starting up Multimedia Framework (Aug  7 2012 02:14:30)

Anyone experiencing the same issues?

My NAS is running DSM 4.1 beta (can't downgrade :()

6
Sundtek MediaTV Pro (Europe) / Re:MythTV analog setup
« am: April 13, 2010, 04:11:35 Nachmittag »
Ok, I will do that.

Thanks for the answers.

7
Sundtek MediaTV Pro (Europe) / Re:MythTV analog setup
« am: April 13, 2010, 03:45:09 Nachmittag »
Wow, what a great support ;D I didn't expect that.

I've now checked out the lastest 0.23 branch of MythTV. Added your (I guess you're the anonymous committer at http://svn.mythtv.org/trac/ticket/8337) patch to vbi.c and compiled MythTV + dep.
I've installed your beta driver and now MythTV find channels. But the channelscan is still broken. I've tried with a Hauppauge PVR-150 tuner with the same result. The scan is running and finds about 20-30 channels. When the scan is done, an alert appears telling me "Failed to find any channels" or something like that.

I will add additional info, when I've got some time later.

But actually I'm on the edge to "give up" and install Mythbuntu 8.04 with MythTV 0.21.

8
Sundtek MediaTV Pro (Europe) / MythTV analog setup
« am: April 11, 2010, 07:57:02 Nachmittag »
Hello

Has anyone got analog TV to work in MythTV 0.23 (or maby 0.22)? I've tried to add channels manually, but when I open MythTV frontend and opens Watch TV, the screen goes blank for a few seconds and the back to the menu.
If I do a channel scan (try-all), no channels are found.
DVB-T is working great in MythTV, but where I the most channels are analog, so I need analog to work.

TvTime is working fine (the audio needs some tweaking though).

My setup:
Mythbuntu 10.04 RC
AMD Sempron 1.6@1.93 GHz
1 GB memory
Sundtek MediaTV Pro

Regards
Christoffer
Denmark

Seiten: [1]