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

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post 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#>
Samsung TV: UE46F6500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post 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.
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post 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!!!
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post 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>
Samsung TV: UE46F6500
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post 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 :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post 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#>
Samsung TV: UE46F6500
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post 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
:)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post 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 #
Samsung TV: UE46F6500
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post 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 :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post 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}
Samsung TV: UE46F6500

Post Reply

Return to “[F] Software”