LE40B657 and telnet access
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: LE40B657 and telnet access
Do you sure if you are trying to connect correct IP adress?
Re: LE40B657 and telnet access
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.
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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: LE40B657 and telnet access
go to telnet and show us output of:
Code: Select all
cat /mtd_exe/rc.local
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: LE40B657 and telnet access
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 ?
This script should work fine for you.
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
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: LE40B657 and telnet access
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)
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)

LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE