Bugficks has released a ptys.ko library that allows to obtain real telnet connection, if used in combination with the E-series busybox; so I've prepared this simple guide to add to your routed F-Series TV the real telnet support.
What has to be done:
1) expand the content of ZIP file under /mtd_rwcommon, so /mtd_rwcommon/telnet and subdirs will be created
2) grant the script files by typing:
Code: Select all
chmod +x /mtd_rwcommon/telnet/telnetd
Code: Select all
chmod +x /mtd_rwcommon/telnet/busybox
Code: Select all
ln -s /mtd_rwcommon/telnet/busybox /mtd_rwcommon/telnet/ash
Code: Select all
/mtd_rwcommon/telnet/telnetd
Please note:
a) the script is ready for FXP devices, for the MST devices please let's read the comments and make the highlighted updates modify the /mtd_rwcommon/telnet/telnetd script as described at remark line #6
b) pwd doesn't work, use /tmp/bin/pwd instead
c) set doensn't produce any output, no idea to solve...
d) if the insmod ptys.ko command generates an error due to a different vermagic level, please hexedit the ptys.ko module with the level present in your fw version!
I have tested only on my PS64F8500 fw 1111.3, SRS_module.ko works also, uncomment line #25 if you're interested to use it, but on my device is not required to obtain the real telnet feature!
Please, they will use this tool let's post a message with TV model, fw version and (if required to change it) the vermagic level.
All the programs and drivers has been provided by bugficks, thank to him, I've only packaged his product and written this basic guide.