TNAP-6 Image Discussion

HTTPS Is active in your settings file:
config.OpenWebif.https_enabled=True
config.OpenWebif.vpn_access=True
config.OpenWebif.webcache.screenshot_refresh_auto=true
config.OpenWebif.webcache.screenshot_refresh_time=3
config.OpenWebif.webcache.theme=dark-hive
config.OpenWebif.webcache.zapstream=true


Most likely reason HTTPS is not working for you: Your system does not have the certificate files (/etc/enigma2/key.pem and /etc/enigma2/cert.pem).

Carefully check for these files and see if they are missing: /etc/enigma2/key.pem and /etc/enigma2/cert.pem

Possible causes for these files to be missing:
Deleted the certificate files
Restored settings from backup without certificate files
Edited settings file manually without going through UI
System has permission issues preventing certificate creation
Fresh install where certificates were never generated

Check and see if those two files exist...
Both pem files exist in the osmio. When I try to use webif to connect with https it gives a message "unable to connect". By the way, when I reboot the box to TNAP 5.1 https works fine with webif. Just doesn't work with TNAP 6.
 
Got an Octagon sf8008 V3 Supreme and loaded TNAP6 20251112 in slot 3 and I am not seeing a WLAN adapter to setup. Only LAN so connected a wireless ethernet device to get connected and not seeing any drivers in the downloaded plugins. loaded OpenPLi scarthgap in slot 4 and WLAN is there and works. How do I get WLAN on TNAP6? Thanks!
 
Got an Octagon sf8008 V3 Supreme and loaded TNAP6 20251112 in slot 3 and I am not seeing a WLAN adapter to setup. Only LAN so connected a wireless ethernet device to get connected and not seeing any drivers in the downloaded plugins. loaded OpenPLi scarthgap in slot 4 and WLAN is there and works. How do I get WLAN on TNAP6? Thanks!
Fixed next build.
 
How do I change the group association for /media/hdd? None of the usual linux commands can change it. I was hoping for a /media/usb but got
/media/hdd.
Okay, you have two things going on here. The first is the HTTPS which I confirm to work at least on my setup. You may get anyone to test it by simply selecting the HTTPS setting in openwebif menu, saving it, then exiting the menu. Upon returning, it should still be there: HTTPS = yes or on.

Your HTTPS problem is most likely a restore where you brought files up from a previous version and they are incompatible. Flush the system. Backup your current image for a restore point, Then Flash TNAP 6 again. Watch the flash and Do Not allow anything to restore. The check for proper HTTPS operation. If you still have problems then we will try something else, but most likely an incompatible restored file is the culprit.

On the /media/hdd issue:
The /media/hdd name is automatic. For ext4 filesystems, normal chown/chgrp commands work fine. . For vfat filesystems, ownership is determined at mount time and cannot be changed with chown/chgrp. Simple enough I guess.
Looking at the mount script line 171: LABEL=${ID_FS_LABEL} The filesystem label takes priority! If the drive has a label, it uses that as the mount point name. It is that simple, and I do not want to change that else other users will be disturbed.

The filesystem label takes priority! If the drive has a label, it uses that as the mount point name. Most likely, the drive is mounting as /media/hdd because it was named it "hdd" when formatting, not because of hardware detection!
The hdd name Solution:
To change /media/hdd to /media/usb (or anything else):
Relabel the filesystem. The command depends on the filesystem type. Some examples:

For ext4:
e2label /dev/sda1 usb

For vfat/fat:
fatlabel /dev/sda1 usb

For exfat:
exfatlabel /dev/sda1 usb

For ntfs:
ntfslabel /dev/sda1 usb

After relabeling, unmount and remount (or reboot), and it should mount as /media/usb instead of /media/hdd.

Carefully examine and check your hdd issue. I think one of the above steps will relabel it.

Again, the system is doing what it is supposed to (or at least appears to be). Here is my output of /media:
root@sf8008:~# ls -la /media/
drwxrwxrwt 4 root root 80 Nov 21 22:12 .
drwxr-xr-x 15 root root 4096 Dec 31 1969 ..
drwxr-xr-x 3 root root 60 Nov 21 22:12 net
drwxr-xr-x 45 root root 4096 Nov 21 22:13 usb
root@sf8008:~#
 
Fixed next build.
Yes WLAN fixed.
Found more issues. I setup it up clean no restore.
Seems the front display is ticking back and forth from channel/clock randomly after scanning some channels in.
Setup Plutotv and nothing plays and tried media player with an m3u file with same no play.
Flashed back to the 20251112 TNAP6 image no restore and Found it has the same problems as 20251122 with the display and player.
I got TNAP5.1 in slot 4 now and display is fine and media is playing although 5.1 has the same no WLAN issue.
Thanks
 
PlutoTV I have not looked at. Try taking your media files from TNAP 5.1 to TNAP 6.
TNAP5.1 Is No Longer Supported. Whatever it is, it is...See if you can transfer the media files from TNAP 5.1 to TNAP 6.
Set your VFD display:
vfd-control_20251122100832.webp
 
????
Please Explain what you are talking about? I run the 955 ATSC tuner.
On Tnap 6 prior to todays image and all OpenPli images along with TNAP 5.1 if you plug in the Hauppauge 955q and reboot the WLAN disappears.
I switched to the 950q and all is well with all OpenPLi images now. Don't have to unistall the 955 driver just don't plug it in for OpenPLi.
To stop the channel and clock cycling I did set the VFD to show Clock only. still don't have any media playing with TNAP6.
 
Okay, you have two things going on here. The first is the HTTPS which I confirm to work at least on my setup. You may get anyone to test it by simply selecting the HTTPS setting in openwebif menu, saving it, then exiting the menu. Upon returning, it should still be there: HTTPS = yes or on.

Your HTTPS problem is most likely a restore where you brought files up from a previous version and they are incompatible. Flush the system. Backup your current image for a restore point, Then Flash TNAP 6 again. Watch the flash and Do Not allow anything to restore. The check for proper HTTPS operation. If you still have problems then we will try something else, but most likely an incompatible restored file is the culprit.
By flush do you mean do a factory reset?
 
Follow the suggestions That are in the quote....:
(1) Backup your current image for a restore point
(2) Flash TNAP 6 again
(3) Watch the flash and Do Not allow anything to restore.
(4) Check for proper HTTPS operation. (Do this before doing anything else.)

I have HTTPS working on both the SF8008 and the Edision MIO4K using TNAP6. If it works for me, it should work for you.
 
On Tnap 6 prior to todays image and all OpenPli images along with TNAP 5.1 if you plug in the Hauppauge 955q and reboot the WLAN disappears.
I switched to the 950q and all is well with all OpenPLi images now. Don't have to unistall the 955 driver just don't plug it in for OpenPLi.
To stop the channel and clock cycling I did set the VFD to show Clock only. still don't have any media playing with TNAP6.
Excellent!!!!
When you show up, we find things that are broken! Okay, the problem here is Octagon in their "How-cheap-can-we-build-it" moment added an usb wifi device internally. So we basically have a wifi usb competing with any other connected usb devices. That is the problem. Now let us see what can be done about that, then maybe we can figure out why your media is not working....One at a time....
 
Follow the suggestions That are in the quote....:
(1) Backup your current image for a restore point
(2) Flash TNAP 6 again
(3) Watch the flash and Do Not allow anything to restore.
(4) Check for proper HTTPS operation. (Do this before doing anything else.)

I have HTTPS working on both the SF8008 and the Edision MIO4K using TNAP6. If it works for me, it should work for you.
HTTPS worked after doing this but quit working when restoring the backup. So, I guess I'll have to rebuild everything from scratch. Thanks for pointing me in the right direction.
 
Do Not rebuild everything from scratch!
The lamedb, lamedb5, and settings file located in /etc/enigma2 can be transferred (Or I say they can).
Here are the steps:
In Telnet,
init 4 (stop enigma2)
Transfer the three files
init 3
Those three files restore your settings, and your tv channels. We could also or possibly take your backup apart and find what causes the issue.
Anyway, let me know if you find something else not working. The image is only as good as the debugging that goes into it!
 
Back
Top