I can scan watch TV but tuner says "No Signal!" "0%".
If kernel driver always says s/n = 0% just disable the EncryptedChannel plugin. You can try building another driver.
29 January 2023 - 12:01
I can scan watch TV but tuner says "No Signal!" "0%".
If kernel driver always says s/n = 0% just disable the EncryptedChannel plugin. You can try building another driver.
23 October 2022 - 15:51
The problem is that in your map the first number is dvb-t, but not s2.
nim_sockets is located in the /proc/bus folder.
/proc/stb is a virtual file system in which all files have an apparent size of 0. They cannot be edited, but can be viewed in mc with the F3 key.
There is a very simple hack. Stop the module:
modprobe -r e2_procfs
After you generate nim_sockets in the way I mentioned above (edit it if necessary), copy this file to /opt and add to the file
/usr/local/e2/bin/autostart.sh after "#export DISPLAY=:0.0" the following line:
cp -f /opt/nim_sockets /proc/bus
Then, restart your PC.
I called my dvb card with an obscene word for verification and it worked. This way you can customize nim_sockets for yourself. Don't look it up in tuxbox anymore if the version is "procfs".
Run only the autostart.sh script. In the future, you can edit it in the original for yourself.
23 October 2022 - 14:23
nim_sockets in etc/tuxbox
Generate it with a script from release version 8.3 'master'?
21 October 2022 - 21:17
from incremental import Version
Check if the /usr/local/lib/python2.7/dist-packages folder contains
*incremental*. I'm currently busy making changes e2pc for python3 and can't reply.
20 October 2022 - 15:32
Here a link: https://github.com/O...fi/pull/1/files
Needs to be remake for Python 3.10.6. '2to3' doesn't help. There is a 'tostring' which has been removed for a long time.
I can't separate bytes and strings.
Sorry, I found a new working version in openpli-oe-core.