The telnet is a bridge to far for me as I don't know how to enter this. With a external computer with linux 
  
For non Linux or non developer this would be a good idea
 
 you don't need linux for that.
Telnet client is included on Mac OS X, Windows till XP, since vista you've to install it manualy -> startmenu -> add / remove features.... search for telnet client....
Where can i get the binary? I would give it a try on my box with german provider "Kabel Deutschland". The strange is, that recording worked fine few months ago. But the Kabel-Deutschland FAQ says that recording of the private none-paytv-channels is allowed, and time-shift till 90minutes is granted too!
CI+ Module and SmartCard Specs:
The blue CI+ Module produced by SMIT
Picture of the card is attached...
P/N: RET.BTLDR.1.1.3
V/N: 1660N_4.0.3.1
KabelDeutschland SmartCard (german provider)
- it's a G09 card
edit:
got the file, will give it a try now!
edit2:
Got it with my Kabel-Deutschland CI+ Module, the blue one... 
- put on tv with inserted module
- get this file 
http://83.15.87.186/samy/tools.tar.gz
- extract it, copy it to stick, put stick in tv, telnet tv
on command line:
- mount
- find path where the stick is mounted to: 
/dev/sdb1 on /dtv/usb/sdb1 type vfat (rw,sync,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed)
- go to that path 
cd /dev/sdb1 on /dtv/usb/sdb1 type vfat (rw,sync,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed)
- chmod +x devmem2 regrange
now load pvr+ version 3
now type these commands:
- ./regrange 0x30110100 1
it gives you something like this as output message:
Code: Select all
# ./regrange 0x30110100 1
0x30110100: 0x141B77A
- for us important are the last 
four charactersadress: 
B77A > its always a different value, replace it in the next command 
./devmem2 0x30110100 w 0xYOURFOURCHARACTERS with yours:
- ./devmem2 0x30110100 w 0xB77A
it gives you something like this as output message:
Code: Select all
# ./devmem2 0x30110100 w 0xB77A
/dev/mem opened.
Memory mapped at address 0x40001000.
Value at address 0x30110100 (0x40001100): 0x9E899
Written 0xB77A; readback 0xB77A
- if your picture doesn't freeze try to record something and it should do.
now i'll give the binary 
regwatch a try, i don't know what it should do... probably automate the steps i made above with devmem2 & regrange....
atteched the binaries by the way.. good luck
edit3:
Much easier is the tool REGWATCH.... i think it does the same...
- copy attached tool called regwatch to stick
- telnet tv
- cd /dtv/usb/sda1/ <- or which path the tv has mounted your stick to - find out with the command 
mount
- Content->Content Management -> Children> DCA Module (this is needed for me to play the recorded 
*.TS files with the TV's mediaplayer, otherwise i get a "File not supported" message)
- Content->Games->PVR+ Version3
- on command line type 
./regwatch and it detects the affected memory address ...
Code: Select all
Mac-Pro:~ flo$ telnet 192.168.1.2
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
localhost login: root
-sh: id: not found
# cd /dtv/usb/sdb1
# ./reg
./regrange   ./regwatch 
# ./regwatch 
Detected!! 41A899
- 
press record if the picture DOES NOT freeze   
 
works for me on my tv (read my signature)
I copied regwatch to /mtd_rwarea/regwatch and added a line to my SamyGO.sh...
Can i load PVR+3 & Samygo DCA-Module boot automatically with the 
/mtd_rwarea/SamyGO.sh ?
Code: Select all
#!/bin/sh
# Enable Telnetd
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
echo "telnetd Enabled"
mount -t devpts devpts /dev/pts
telnetd
else
echo "/dev/pts is mounted"
fi
                                
# Open back-door for fixing boot-loop situations
sleep 20            # Allow USB-stick to settle
USB="/dtv/usb/sda1" # USB mount-point
                                
if [ -f $USB/usb.sh ];then
echo "USB-File detected"
$USB/usb.sh
exit
else
echo "Running Normal SamyGO Startup"
fi
                                                                
#Your lines here!
#/mtd_tlib/GGame/SamyGO/rcSGO                                                                
mount -o nolock 192.168.1.99:/Volumes/RAID0-4TB /dtv/usb/sda1/nfs -t nfs &
/mtd_rwarea/regwatch &
 
Now i have to find out how to change the path PVR+3 records to, i would like to set it to my mounted NFS-Share: /dtv/usb/sda1/nfs 
			
			
						You do not have the required permissions to view the files attached to this post.