Page 1 of 2
Re: SSH on patched firmware instead of telnet and Automount NFS
Posted: Tue Feb 23, 2010 7:16 am
by erdem_ua
You can remove those lines if you don't want WiFi things...
For SSH access, you can patch your FW with
Advanced Mode, than execute sshd script from /mtd_rwarea/SamyGO.sh, that will solve your problem

You needed to Enable Telnet once to make/test changes. You can use Telnet Enabler Application or use ExLink Cable if you have CI device.
Because In advanced mode, I don't make enable Telnet automatically, but only executing non-existent file.
Thanks
Re: SSH on patched firmware instead of telnet and Automount NFS
Posted: Tue Feb 23, 2010 11:06 pm
by erdem_ua
What if your scripts at mtd_rwarea are wrong?
like mount.sh.. etc. If that scripts has wrong things inside and if TV's watchdog doesn't like the programs executed by that mount.sh ( like programs kills exeDSP mistakenly etc...) than TV will restarted, continuously.
You can stop this execution (or bootloop) via placing your USB flash which has usb.sh file at USB port. Than script doesn't execute internal script (mount.sh) but will tun script at USB flash which name is usb.sh. I think you got the point now.
Re: SSH on patched firmware instead of telnet and Automount NFS
Posted: Thu Feb 25, 2010 9:24 am
by nbd
Hello. Since the usb.sh gets executed when it is mounted, does this mean that it's not necessary to patch the firmware anymore if the needed scripts can be run from the usb and if we figure out how to patch exeDSP while it is running (I recall some discussion about that)
Btw, what is the point of having ssh instead of telnet if the root still has no password?
Re: SSH on patched firmware instead of telnet and Automount NFS
Posted: Thu Feb 25, 2010 5:02 pm
by erdem_ua
You needed to patch firmware first yo start SamyGO.sh script, which starts usb.sh....
& AFAIK using ssh, you needed to use password or hash file...
Re: SSH on patched firmware instead of telnet and Automount NFS
Posted: Sat Feb 27, 2010 12:42 am
by erdem_ua
It's definitely you don't insmod virtual USB kernel modules. If you mount Virtual USB kernel modules, exeDSP (player program) will recognize your directory as hardware device.
Re: SSH on patched firmware instead of telnet and Automount NFS
Posted: Sun Jun 13, 2010 6:56 pm
by steve-austin
Hello,
I can't make a automount NFS with your guide.
In fact, the things are really simply I think.
NFS server IP: 192.168.11.5
Shared directory: _home_Public/
The scrip with telnet doesn't work.
Could you help me?