LE40C655 with 3005.1 - no ssh

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.
Post Reply

qtips

LE40C655 with 3005.1 - no ssh

Post by qtips »

Hi,

I have a LE4C655 upgraded to 3005.1. I followed this guide: http://wiki.samygo.tv/index.php5/Hackin ... et@TV_only and managed to be able to execute run.sh from TV. However I still cannot ssh to TV from Ubuntu (on VMWare on my PC).
My run.sh:

Code: Select all

#!/bin/sh
rm -f /mtd_rwarea/profile
ls $1/../ > $1/onebehindusb.txt
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
#sync
#sleep 120
#/bin/mount -o nolock 192.168.0.6:/mnt $1/share -t nfs
touch $1/ScriptOK
I added

Code: Select all

ls $1/../ > $1/onebehindusb.txt
to see the mounts and found out that my wifi dongle created problems for the SamyGO scripts. The rcSGO.out contained only

Code: Select all

+ /dtv/usb/sdc1/SamyGO/rcSGO /dtv/usb/sdc1/SamyGO
Therefore I removed the dongle, restarted my TV, attached my USB and then attached the wifi dongle to make the scripts work. But I still don't get ssh. Now my rcSGO.out looks like this

Code: Select all

+ /dtv/usb/sda1/SamyGO/rcSGO /dtv/usb/sda1/SamyGO
sed: /dtv/usb/log: No such file or directory
/dtv/usb/sda1/SamyGO/etc/init.d/01_01_catch_crap.init: line 27: ../../bin/busybox: not found
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbcopyarea.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbfillrect.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/video/cfbimgblt.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/usb/input/usbhid.ko': No such file or directory
mkfs.vfat 2.11 (12 Mar 2005)
real storage device at: /sys/block/sda/device/model
found gadget at: /sys/block/sdb/device/model
scsidev: sdb
fuse 30900 0 - Live 0xbf6ff000
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/net/sunrpc/sunrpc.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/lockd/lockd.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/nfs_common/nfs_acl.ko': No such file or directory
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/nfs/nfs.ko': No such file or directory
Search Shares on: which: no hid2hci in (/dtv/usb/sda1/SamyGO/opt/privateer/sbin:/dtv/usb/sda1/SamyGO/opt/privateer/bin:/dtv/usb/sda1/SamyGO/opt/privateer/usr/bin:/dtv/usb/sda1/SamyGO/opt/privateer/usr/sbin:/dtv/usb/sda1/SamyGO/sbin:/dtv/usb/sda1/SamyGO/bin:/dtv/usb/sda1/SamyGO/usr/bin:/dtv/usb/sda1/SamyGO/usr/sbin:/sbin:/bin:/usr/sbin:/usr/bin)
Starting Bluetooth subsystem: hcidCan't get device info: No such device
 sdpd hidd.
recorder share not mounted!
sendmail: Cannot open mail.zsolttech.com:32628
I read here on the forum that you must use the SamyGO extensions, SamyGO library and extension bugfix. The SamyGO I am using contains all of these (found here: http://sourceforge.net/projects/samygo/ ... lications/

using debug option for ssh on ubuntu I get the following:

Code: Select all

username@ubuntu:~$ ssh root@192.168.0.4 -vvv 
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.4 [192.168.0.4] port 22.
debug1: Connection established.
debug1: identity file /home/username/.ssh/id_rsa type -1
debug1: identity file /home/username/.ssh/id_rsa-cert type -1
debug1: identity file /home/username/.ssh/id_dsa type -1
debug1: identity file /home/username/.ssh/id_dsa-cert type -1
debug1: identity file /home/username/.ssh/id_ecdsa type -1
debug1: identity file /home/username/.ssh/id_ecdsa-cert type -1
...and then it just stays there.

Please help!

Post Reply

Return to “[C] Support”