I actually looked into their receivers having an ethernet port and do have some information on potentially altering the firmware to be fta. On the old firmware versions they left the ethernet port with root ssh access wide open. I was able to dump the whole firmware to a flash drive, but it would be trivial to write it to another receiver to downgrade it. One really interesting thing is that on startup a script runs and starts something called alti captor aka the alticast made program that is what you see right after the red green flashing on the front of the box. The script they put in there on boot checks to see if a .sh file exists on a flash drive, and it runs whatever you put in it, even on the latest firmware that disabled the ethernet port. How they disabled the ethernet port was they removed the drop bear instance they were starting in the script they had on boot. They also added a line that turns off the interface eth0. I was able to get it to run my script on my flash drive and turn the ethernet port back on with the latest firmware, so that would probably be a start. What's really interesting is they have various references to other companies software and logos and even some of those resources exist on the device. One of them was a generic korean fta box, so I believe the box has most of what it needs to be an fta box already. For anyone that's interested, definitely check out a company called alticast as they made the software for orby, and kaon media made the box. It runs on a simple linux image that the alticast java app runs on top of, and their appears to be some services in the background for recording, ota/ sat demod etc. It's all quite interesting as alticast makes a lot of TV provider's software.