Quantcast
Channel: Kosagi Blog » Documentation
Viewing all articles
Browse latest Browse all 10

Troubleshooting

0
0

My NeTV stucks at firmware

Bad news is firmware before 23 or so is looking for chumby.com.sg server, which has gone down permanently.
Good news is you can force it update to later firmware (31 or later) and bring back auto-update mechanism.

You’ll need Internet access on NeTV for this update, so first, please configure WiFi with the IR remote control or Android app.
Then follow the following steps:

  • Enable SSH under Settings menu (still using IR remote control)
  • Go into your NeTV with a SSH client (Windows users can use PuTTY, Mac/Linux users can use ssh from a terminal window)
    ssh 192.168.1.123    #substitue with your NeTV's IP address
  • Change to temp folder
    cd /tmp
  • Download new update script
    curl -o update.sh http://netv.bunnie-bar.com/updates/chumby-silvermoon-netv/update.sh
  • Make the script executable
    chmod +x update.sh
  • Execute it and wait… It may take as long as 15 minutes on a good Internet connection.
    ./update.sh

Here’s shorter version if you are a power user.

ssh 192.168.1.123    #substitue with your NeTV's IP address
cd /tmp
curl -o update.sh http://netv.bunnie-bar.com/updates/chumby-silvermoon-netv/update.sh
chmod +x update.sh
./update.sh

Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images