As soon as I rename /mnt/etc/init.d/01_04_pvr_drm_disable.init.dis by removing the .dis I cannot record anything: as soon as I hit the record button the TV says "failed to record".
This is the content of 01_04_pvr_drm_disable.init:
Code: Select all
#!/bin/sh
#
# ? Copyright 1996-2011, SamyGO
#
#
# . /dtv/SGO.env
case $1 in 
	start)
	samsung_pvr &
	;;
	stop)
	;;
	status)
	;;
	*)
	echo "Usage: $0 {start|stop|status}" 1>&2
	exit 0
	;;
esac
 This forum is NOT FOR USER questions or problems but DEVELOPER.
This forum is NOT FOR USER questions or problems but DEVELOPER.
