On Monday March 13th 2023, our hosting provider will have a maintenance window for our server infrastructure. During this window a cooling issue of one of the buildservers will be addressed, and our 10Gbit NAS storage connection will be made redundant.
This work will commence at 10:00 GMT and may last until 14:00 GMT. In this time window, there will be periods of unavailability to both this forum and the downloads.
New version with:
- error message if no DVB found
- nim_sockets file creation in the folder where the application is launched.
- Implementation of DVB-T2 and DVB-C2 but not tested.
-> It is useless to autoload dvbsoftwareca at PC boot, because vtunerc.i686 must be running before: sudo modprobe dvbsoftwareca -> OScam needs to be compiled with DVBAPI enabled (be carefull for people that use easy-build it automatically disable DVBAPI for the i686 executable even if you enable it!). -> OScam needs to be run as root: sudo oscam -c /path/to/your/config -> start OpenpliPC: sudo /usr/local/e2/bin/enigma2
When you close enigma2 and that you restart it it will no longer works!
To reenable everything properly (without rebooting the PC) follow those steps:
- stop enigma2 - stop oscam - stop vtunerc
Type:
sudo rmmod dvbsoftwareca
- start vtunerc again: sudo vtunerc.i686 -f s2
Type:
sudo modprobe dvbsoftwareca
You can check that dvbsoftwareca is running fine by doing:
ls /dev/dvb/adaptor0
You should see: ca0 demux0 dvr0 frontend0 ca0 is the one created by dvbsoftwareca