Freesat V8 series

my current feeling on the box is that im happy (Golden) for it for opening PV & Tandberg enc channels.
Sat 3pm(feed) games in HD is a huge bonus.
 
trying to figure out the iptv side of the box.

I have tried to watch some channels after loading the lines onto the usb(notepad) and plugging it into the box.
The channels opened yesterday but the box is failing to recognise the usb-iptv contents today?
The screen does show usb connected but fails to load the iptv channels.
does this mean the channels are down or am i doing something else wrong?
using iptvlist.txt(notepad)

ps I have formatted the usb stick but still the same

;-(
 
Last edited:
Has anyone tested the new firmware for the v7 MAX 29.09.16?
Is there a channel list available for this box yet?
Would anyone know how I can backup my cccam cline rather than having to entering it again after firmware update?(I have 3 clines, very time consuming) can it be converted to mgcamd to be flashed from usb?
 
Use the support forum Freesat forum - Index page
Firmware OK
There is a channel list but better to make your own in favs
No you cannot convert Clines to mgcamd---just put your clines into notepad and save as CCcam.cfg then add to formatted usb key, insert usb and enter into cs protocol [CCcam]---takes no time at all.
Reaper.
 
Question to owners of Golden/Pro/Super/Max/Mini----
Has anyone managed to make a channel list [complete] for their box yet?
If you have, could you please upload a copy here or contact me as I am trying to get completed lists to test and get the chinese to adjust the one they released.
Cheers.
Reaper.
 
PV keys

How do I input the powervu keys manually?

I have tried to input a set of keys for the afn channels on 9e but not sure what to input in the key edit section:

Provider?
Idx?
Keydata?

AFN
Eutelsat 9.0°E 11766-V-27500 & 11804-V-27500
 
tutorial on how to input PV K***

taken from another site thanks to OWEN

For manual entry you need to do the entry twice, once for idx 00 and another line/ entry for idx 01.
you need to add the TP info and sat longitude as you enter the code with all the ; and :

eg;
14digit key here;1800:04175:03679:H ; AFN


1800 the satellite longitude. For 105.5e = 1055, for 43.7w = 3600-437=3163, for 177w = 1830 (3600-1770)
04175 transponder frequency
03679 Transponder symbol rate
H transponder polarity
anything written after the last semi-colon (;) is not used and is a reference of what the code is for, eg "AFN"

The easy way is to type the lines into "Notepad" on a computer and save the file as softcam.key
Start this by "Exporting" your softcam.key file from the "Conditional Access" menu onto a USB stick and open it with Notepad on your computer.
Then add the extra lines you need and then "Import" it back in.
Watch that you don't get too many duplicates of the same keys.

Owen
 
As promised by our Chinese friends---check out the support site for updates/news with more to come.
Still a few bugs but they will get sorted.
Reaper.

Hello mister.... i need a list of chanels for astra 19.2.... eutelsat 16E and hotbird.... i have v8 golden. Thank you
 
Last edited by a moderator:
V8 Super Network Update From FTP Server on Your LAN

I have finally figured out how to update a V8 Super from an FTP or HTTP server on your LAN. :hurray: This is not the same as the network upgrade on the S9 where you had a special program and pushed the update to the S9.


In the "Tools" menu you have "Network Upgrade".

You can select "FTP" or HTTP", simple enough.

"Auto Detect" can be set to "On" which causes the Super to check for an update at startup. "Off" is off.

"Server Type" allows you to input the server address as either a numerical IP address or a text "String".

Then you have "User" name, "Password", and "Start".

To update from your LAN you need an FTP or HTTP server program. There are many available for Windows which most people use. If you run Linux like I do, you already have a few. The XML file below needs to go in the root folder of the server and it must be named "v8_super_upg.xml" in all lower case. I'll get back to case in a minute.


Copy this and make a text file then name it "v8_super_upg.xml".

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<entry>
  <customer attribute="kokanee">
    <item>
      <mode>0</mode>
      <version>1</version>
      <url>ftp://192.168.1.140/v8_super_v347.bin</url>
      <name>V8_Super_V347</name>
    </item>
    <item>
      <mode>1</mode>
      <version>2</version>
      <url>ftp://192.168.1.140/v8_super_db09072016.bin</url>
      <name>v8_super_db09072016.bin</name>
    </item>
  </customer>
</entry>


<mode>0</mode> designates a firmware file. The <url> file name can be anything as long as they are all lower case. They must contain the entire path to the file as posted above and they must match the actual .bin file name. The .bin file can be in any folder the server has access to as long as you specify the full path in the XML file.

<mode>1</mode> designates a user database file and the same rules apply to the URL and file naming as Mode 0.

Names in the <name> tag are just text strings to explain what the file is and can be anything. I tried different names for <customer attribute="kokanee"> but anything besides "kokanee" gives an error that the file is not for this STB.

You can have several Mode 0 and several Mode 1 sections so that you can load and try different firmware files or lists. Just use an <item>, <mode>, <version>, <url>, and <name> line and then an ending </item> tag. Keep your mode 0 and mode 1 sections together and put all of them between the <customer> tags.

This works on v347 firmware. Mine said there was not a newer file until I changed the <version> to number 2 for Mode 1 (userdb). I think the version checking on mode 0 (firmware) will let you load anything. I didn't flash a bunch of FW files to test it.

Now, more about lower case. A guy named Aaron gave me a PDF with instructions for network upgrading the A5S and V8 Combo (The PDF is Attached). The PDF showed upper case too but it doesn't work, I wasted 20 minutes on that one. I fired up my Apache server and checked the log and the V8 Super was looking for a file named "v8_super_upg.xml", all lower case. As soon as I changed everything to lower case it worked. I also checked my servers and they are not running case modification scripts etc, so the Super is looking for an all lower case file name. If you don't know, some servers can be configured to convert everything to lower case, mine are not converting anything.

I tested FTP mode with ProFTPD and HTTP mode with Apache, both worked equally well and it's lightening fast on your LAN! This will probably work on other V8 STB's such as the Golden but you need to figure out the name of the file it is looking for. A server access log should tell you that information (what the V8 tried to GET). I used Apache to monitor the get command from the V8 Super. This will be very handy when you're editing your list on the computer and want to load it into your V8 Super, or to multiple Supers! How many times have you missed something and it's another 15 minutes of the USB stick swapping game? This will eliminate that.


:amen:


Just save the file as my_v8super_db.bin in the server root folder and you won't even have to edit the XML file. Then do a network upgrade and there you go, your new list. How about those manually entered PID channels that don't work? It'll be a breeze to make a change and load it up and try it again! Have fun!

A WORD OF WARNING: Your userdb file contains your router username and password and the username and password to any router you've connected to with your Super! Be careful who you give complete copies to unless you use throwaway passwords or guest accounts on your router.
Edit: You can go into Networking and delete the stored usernames and passwords too.


P.S. This will work if you make your server accessible from the internet and your friends can upgrade to your list too! You can also password protect it so that you can leave it up all the time if you're working together on a list or something.

Working Together!
:slap:
Good afternoon, I have freesat v8s with the latest firmware.
I am trying to configure the channel list update by ftp but always give me login error.
By computer I have access to ftp perfectly.
I'm also not sure of the firmware versions or the channel lists.
I attach the files to ftp.
Thank you for your help I would like this to work Thank you.
 

Attachments

  • v8_super_upg.rar
    307 bytes · Views: 9
Good afternoon, I have freesat v8s with the latest firmware.
I am trying to configure the channel list update by ftp but always give me login error.
By computer I have access to ftp perfectly.
I'm also not sure of the firmware versions or the channel lists.
I attach the files to ftp.
Thank you for your help I would like this to work Thank you.
Is it the Openbox v8s you have or the Freesat v8 Super.
Openbox v8s 28.2e channel list here, (post 24) - http://www.techkings.org/threads/openbox-channels-list-sky-28-2e-10-8-17.133090/page-2#post-867009
Freesat v8 Super 28.2e list here, (This says v8 Golden but it does both) - https://freesat.cc/forum/viewtopic.php?f=40&t=3778
Load the channel list by USB.
 
Back
Top