Page 4 of 6

Re: HelloWorld.c

Posted: Mon Aug 25, 2014 5:48 pm
by sectroyer
Also do you use SSH or telnet?

Re: HelloWorld.c

Posted: Mon Aug 25, 2014 5:52 pm
by MrKalach
Same shit :(

Connection is nice, maybe some changes in FW? Because for example, my TV doesn't see widgets on USB drive, or extended service menu doesn't work.

SSH also doesn't work.

Code: Select all

nuser@ubuntu-descktop:~$ nmap 192.168.1.74

Starting Nmap 5.21 ( http://nmap.org ) at 2014-08-25 19:53 EEST
Nmap scan report for 192.168.1.74
Host is up (0.0044s latency).
Not shown: 989 closed ports
PORT     STATE    SERVICE
21/tcp   open     ftp
23/tcp   open     telnet
33/tcp   open     dsp
80/tcp   open     http
139/tcp  open     netbios-ssn
443/tcp  open     https
445/tcp  open     microsoft-ds
1080/tcp open     socks
4443/tcp open     pharos
6000/tcp filtered X11
7676/tcp open     unknown

Nmap done: 1 IP address (1 host up) scanned in 1.35 seconds
user@ubuntu-descktop:~$ 

Re: HelloWorld.c

Posted: Mon Aug 25, 2014 11:23 pm
by sectroyer
MrKalach wrote:Same shit :(

Connection is nice, maybe some changes in FW? Because for example, my TV doesn't see widgets on USB drive, or extended service menu doesn't work.

SSH also doesn't work.

Code: Select all

nuser@ubuntu-descktop:~$ nmap 192.168.1.74

Starting Nmap 5.21 ( http://nmap.org ) at 2014-08-25 19:53 EEST
Nmap scan report for 192.168.1.74
Host is up (0.0044s latency).
Not shown: 989 closed ports
PORT     STATE    SERVICE
21/tcp   open     ftp
23/tcp   open     telnet
33/tcp   open     dsp
80/tcp   open     http
139/tcp  open     netbios-ssn
443/tcp  open     https
445/tcp  open     microsoft-ds
1080/tcp open     socks
4443/tcp open     pharos
6000/tcp filtered X11
7676/tcp open     unknown

Nmap done: 1 IP address (1 host up) scanned in 1.35 seconds
user@ubuntu-descktop:~$ 
You should disable OTN Support in extended service menu as quickly as possible.
SSH won't work until you fix it. :) -> viewtopic.php?f=63&t=7455
Also why do you use putty? Why don't you use telnet directly ?

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 10:06 am
by MrKalach
MrKalach wrote: extended service menu doesn't work.

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 10:51 am
by zoelechat
MrKalach wrote:
MrKalach wrote: extended service menu doesn't work.
Did you try to use FACTORY and 3SPEED separate waves to access it? (instead of single FACTORY+3SPEED.wav)

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 12:06 pm
by MrKalach
zoelechat wrote:
MrKalach wrote:
MrKalach wrote: extended service menu doesn't work.
Did you try to use FACTORY and 3SPEED separate waves to access it? (instead of single FACTORY+3SPEED.wav)
Yep, I'm using android for it, with rights codes.

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 1:33 pm
by sectroyer
MrKalach wrote: Yep, I'm using android for it, with rights codes.
And what about SSH fix? And why do you use putty instead of telnet? Do you get the same results for telnet?

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 1:38 pm
by zoelechat
Mmmh... Compilation, connection, service menu... Seems too many issues for a single TV, I'd bet on a PEBCAK :D

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 2:00 pm
by sectroyer
zoelechat wrote:Mmmh... Compilation, connection, service menu... Seems too many issues for a single TV, I'd bet on a PEBCAK :D
try running

Code: Select all

echo TEST4 > /dev/stderr
on your TV :) You will notice that it "does something" for him it doesn't display anything :)

Re: HelloWorld.c

Posted: Tue Aug 26, 2014 2:17 pm
by zoelechat

Code: Select all

/mnt # echo TEST4 > /dev/stderr
/mnt/bin/sh: can't create /dev/stderr: Read-only file system
Is that expected? :)