Page 1 of 2
Re: LE40B657 and telnet access
Posted: Sat Mar 12, 2011 5:33 pm
by erdem_ua
Do you sure if you are trying to connect correct IP adress?
Re: LE40B657 and telnet access
Posted: Sat Mar 12, 2011 5:43 pm
by juusso
Set ip of TV manualy.
Run Telnet Enabler (it`s ok - screen goes black for a second )
Telnet to TV, port 23.
I prefer to use
putty as telnet client.
Re: LE40B657 and telnet access
Posted: Sat Mar 12, 2011 7:05 pm
by juusso
go to telnet and show us output of:
Re: LE40B657 and telnet access
Posted: Sat Mar 12, 2011 7:35 pm
by juusso
i think you have to:
1. patch firmware with advanced option for telnet (a)
2. Create script called SamyGO.sh under /mtd_rwarea/ with commands to run telnet .
Do you know what is inside /etc/telnetd_start.sh ?
Code: Select all
#!/bin/sh
mount -t devpts devpts /dev/pts
telnetd
This script should work fine for you.
Re: LE40B657 and telnet access
Posted: Sat Mar 12, 2011 8:33 pm
by juusso
no, patcher doesn`t add any scripts to /etc, it just enables telnet which is already on TV.
Some TV`s do not have busybox, other TV`s like yours - do not have telnet startup script. You are not alone
So, if you want telnet - you have to do advanced way. (sure, you could modify rootfs by adding telnet_start.sh, but i`m sure - it`s easier to patch with "a" and create custom script)
