Page 14 of 16

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 4:31 pm
by gogo
sectroyer wrote:
gogo wrote:Is there more micom commands?

Code: Select all

root@tv:~ # /sbin/micom 
Usage Error 
For more information, please execute micom -help or micom -h
I thought once about checking it but decided better not ;) :lol: :D
But how to connect to TV and where is /sbin/path?
I connect via netcat and nothing!

VDLinux#> /sbin/micom --help
/sbin/micom --help
VDLinux#>

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 5:16 pm
by zoelechat

Code: Select all

/mnt # micom -help
Usage : micom ledoff
     or  : micom ledon
     or  : micom shutdown
     or  : micom reboot
     or  : micom rollback
     or  : micom toggle 0
     or  : micom toggle 1
     or  : micom usb_gpio
It seems watchdog_on and watchdog_off also exist but are not referenced in usage.

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 5:18 pm
by sectroyer
gogo wrote:
sectroyer wrote:
gogo wrote:Is there more micom commands?

Code: Select all

root@tv:~ # /sbin/micom 
Usage Error 
For more information, please execute micom -help or micom -h
I thought once about checking it but decided better not ;) :lol: :D
But how to connect to TV and where is /sbin/path?
I connect via netcat and nothing!

VDLinux#> /sbin/micom --help
/sbin/micom --help
VDLinux#>
Don't use netcat. Use telnet!!!

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 8:27 pm
by gogo
How to use telnet?
:?
ftp -in 192.168.5.5
Connected to 192.168.5.5.
220 Operation successful
ftp> cd mnt
250 Operation successful
ftp> micom --help
?Invalid command
ftp>

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 8:39 pm
by sectroyer
gogo wrote:How to use telnet?
:?
ftp -in 192.168.5.5
Connected to 192.168.5.5.
220 Operation successful
ftp> cd mnt
250 Operation successful
ftp> micom --help
?Invalid command
ftp>
the trick so not use nc command and also not use ftp command. The best results you can achieve using telnet command :)

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 8:53 pm
by gogo
sectroyer wrote:
gogo wrote:How to use telnet?
:?
ftp -in 192.168.5.5
Connected to 192.168.5.5.
220 Operation successful
ftp> cd mnt
250 Operation successful
ftp> micom --help
?Invalid command
ftp>
the trick so not use nc command and also not use ftp command. The best results you can achieve using telnet command :)
How to use telnet?
I get similar output like nc?

telnet 192.168.5.5 23
Trying 192.168.5.5...
Connected to 192.168.5.5.
Escape character is '^]'.
VDLinux#> ls
bin etc lib opt rcSGO samygo.log src
doc firmware mc phpsysinfo sam.log sbin usr
VDLinux#> micom --help
VDLinux#>

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 10, 2014 9:40 pm
by sectroyer
gogo wrote: How to use telnet?
I get similar output like nc?

telnet 192.168.5.5 23
Trying 192.168.5.5...
Connected to 192.168.5.5.
Escape character is '^]'.
VDLinux#> ls
bin etc lib opt rcSGO samygo.log src
doc firmware mc phpsysinfo sam.log sbin usr
VDLinux#> micom --help
VDLinux#>
Very nice. That's the way to use telnet :) now just try using

Code: Select all

micom -help
:)

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 24, 2014 12:08 am
by gogo
sectroyer wrote:
gogo wrote: How to use telnet?
I get similar output like nc?

telnet 192.168.5.5 23
Trying 192.168.5.5...
Connected to 192.168.5.5.
Escape character is '^]'.
VDLinux#> ls
bin etc lib opt rcSGO samygo.log src
doc firmware mc phpsysinfo sam.log sbin usr
VDLinux#> micom --help
VDLinux#>
Very nice. That's the way to use telnet :) now just try using

Code: Select all

micom -help
:)
I tried again but it dosen't work

$ telnet 192.168.5.6 23
Trying 192.168.5.6...
Connected to 192.168.5.6.
Escape character is '^]'.
root@tv:/mnt # ls
bin etc lib opt rcSGO samygo.log src
doc firmware mc phpsysinfo sam.log sbin usr
root@tv:/mnt # micom -help
root@tv:/mnt # micom --help
root@tv:/mnt # micom -h
root@tv:/mnt #

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 24, 2014 8:52 am
by sectroyer
Your micom doesn't have "-help" option you can run:

Code: Select all

strings /sbin/micom
To find other option but you will have to guess :)

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Thu Jul 24, 2014 9:45 am
by gogo
sectroyer wrote:Your micom doesn't have "-help" option you can run:

Code: Select all

strings /sbin/micom
To find other option but you will have to guess :)
This command work.

For more information, please execute micom -help or micom -h
-help
Usage : micom ledoff
or : micom ledon
or : micom shutdown
or : micom reboot [second]
or : micom rollback
or : micom toggle 0
or : micom toggle 1
or : micom usb_gpio
or : micom panel {on|off}