For the wakeup via ACPI to work correctly, the rtc device needs to be left alone during shutdown.
Apparently the hwclock-save service ignores the HWCLOCKACCESS setting in /etc/default/rcS
My fixed /etc/init/hwclock-save service script:
script
. /etc/default/rcS
[ "$UTC" = "yes" ] && tz="--utc" || tz="--localtime"
[ "$BADYEAR" = "yes" ] && badyear="--badyear"
if [ "$HWCLOCKACCESS" != "no" ]; then
exec hwclock --rtc=/dev/rtc0 --systohc $tz --noadjfile $badyear
fi
end script
I guess it is finally time to have the diseqc switch of my technisat multytenne working properly.
However it did not at first. After much googling I found the solution.
Finally all is well.
My Hauppage HVR-4000 arrived just before the weekend.
The online store, ldlc.com, I bought it from has been really punctual in the follow-up and delivery so kudos to them!
I suspected this weekend will not get me much sunlight...
Anyway saturday morning I launched myself in the installation of the HVR-4000.
Before the actual insertion of the card Mythbuntu needs to be upgraded.
Upgrade mythbuntu 8.10: 'update-manager -d' should offer you an upgrade path to 'jaunty'. This is necessary since we want to use the new S2API in the 2.6.28 kernel to enable DVB-S2.
Firmware:
The site hosting data seemingly disabled access so tv_grab_be could not prune it anymore.
Fortunately, I found this article and in the comments somebody stated a replacement is out!
EDIT: after a couple of months I get this error: Error ....... : TCP 124362R 124356H
After a fair bit of googling I found one other person having the same problem. He reported that it worked allright on another machine. And it did! I have no idea what is causing this.