Hi,
Does the application crash if you clicked on Setup System Customize?
Posted 29 January 2021 - 10:46
Setup -> System -> Customize
I can't catch a crash on three different PCs. How about /tmp/BootLogEnigma2?
Posted 29 January 2021 - 11:29
<- If it's on 16.04 then I need to check.
Posted 29 January 2021 - 13:22
<- If it's on 16.04 then I need to check.
<- If it's on 16.04 then I need to check.
Here you go.
[ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'. Traceback (most recent call last): File "/usr/local/e2/lib/enigma2/python/Components/ActionMap.py", line 77, in action return ActionMap.action(self, contexts, action) File "/usr/local/e2/lib/enigma2/python/Components/ActionMap.py", line 57, in action res = self.actions[action]() File "/usr/local/e2/lib/enigma2/python/Screens/Menu.py", line 60, in okbuttonClick selection[1]() File "/usr/local/e2/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ return self.fnc(*self.args + args, **newkwargs) File "/usr/local/e2/lib/enigma2/python/Screens/Menu.py", line 82, in openSetup self.session.openWithCallback(self.menuClosed, Setup, dialog) File "/usr/local/e2/lib/enigma2/python/mytest.py", line 290, in openWithCallback dlg = self.open(screen, *arguments, **kwargs) File "/usr/local/e2/lib/enigma2/python/mytest.py", line 300, in open dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs) File "/usr/local/e2/lib/enigma2/python/mytest.py", line 243, in instantiateDialog return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop) File "/usr/local/e2/lib/enigma2/python/mytest.py", line 260, in doInstantiateDialog dlg = screen(self, *arguments, **kwargs) File "/usr/local/e2/lib/enigma2/python/Screens/Setup.py", line 101, in __init__ self.createSetupList() File "/usr/local/e2/lib/enigma2/python/Screens/Setup.py", line 131, in createSetupList b = eval(x.text or "") File "<string>", line 1, in <module> File "/usr/local/e2/lib/enigma2/python/Components/config.py", line 1714, in __getattr__ raise AttributeError(name) AttributeError: menu_path [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x7fda083e1830>>,('OkCancelActions', 'ok')) failed)
I can use settings file from older build though.
Posted 30 January 2021 - 10:24
I can use settings file from older build though.
What is the difference between old and new settings files? Show the faulty file. At me all OK on 16.04.
Edited by 1455, 30 January 2021 - 10:26.
Posted 30 January 2021 - 15:40
I can use settings file from older build though.What is the difference between old and new settings files? Show the faulty file. At me all OK on 16.04.
I meant i can use settings file from older build to avoid clicking on Setup System Customize.
Thanks for checking anyway.
Edited by roxette, 30 January 2021 - 15:42.
Posted 16 February 2021 - 10:53
I would like to introduce myself as a linux starter and OpenPli virgin getting ready to install on an HP Elitedesk i7 64 bit pc running Ubuntu 20.04 with a DVBSky S952 V3 twin satellite card. I have a version of OpenPLi PC "working" but can't get the configuration to recognise the internet connection despite it working in program to download say list of programs to stream in player. I decided to try and build my own version but struggle with the make image stage.
Posted 16 February 2021 - 17:56
I would like to introduce myself as a linux starter and OpenPli virgin getting ready to install on an HP Elitedesk i7 64 bit pc running Ubuntu 20.04 with a DVBSky S952 V3 twin satellite card. I have a version of OpenPLi PC "working" but can't get the configuration to recognise the internet connection despite it working in program to download say list of programs to stream in player. I decided to try and build my own version but struggle with the make image stage.
collected errors:* opkg_prepare_url_for_install: Couldn't find anything to satisfy 'kernel-module-ath9k-htc'.* rm_r: Failed to open dir /home/username/openpli-oe-core/build/tmp/username/qemux86_64-oe-linux/openpli-enigma2-image/1.0-r0/temp/ipktemp//opkg-ySR02n: No such file or directory.There is an obvious double // can anyone point me to the file to edit the configuration?If I'm in the wrong place mods, sorry!, please move to the appropriate locationJem
Mod- thanks for moving, I had thought this wasn't the right place for Ubuntu 20.04 and x64 from title.
I am using the build fom
openpli-oe-core github using
cd openpli-oe-core
git checkout release-8.0
git submodule update --init --recursive
ENIGMA2_BRANCH=release-8.0 MACHINE=qemux86-64 make image
Posted 19 February 2021 - 13:01
I didn't get any progress on build my own
I have now got an installation of OpenPLi-PC working well in Ubuntu 18 but
1. I have still not got green add plugins or any update links in the menu. I do have an internet connection working with YouTube downloading fine. Is this a configuration file problem?
2. I have a remote which records keypresses in ir-keytable but not in lircd on my SkyDVB S952 V3 card
Any pointers appreciated.
Jem
Posted 19 February 2021 - 22:08
The green button for add plugins has been removed since almost all e2pc plugins have been slightly modified.
You can looking for keyboard map in rcxlib.cpp. e2pc working with lirc or keyboard only. Ir-keytable signals are processed by the kernel, but whether it is possible to convert them to keyboard and whether your dvb card is supported I don't know.
Posted 21 February 2021 - 14:52
Posted 21 February 2021 - 17:44
You wrote that you are a beginner. Think for yourself that you have installed a full-fledged operating system with its own network manager. Should you skip the network settings in a program written for receivers?
You can control enigma2 from your mobile using OpenWebInterface.
Posted 24 February 2021 - 14:12
I think I have followed the instructions so welcome your further advice
1. installed Ubuntu 18.04 LTS with network working
2. Used INSTALL_ALL script which detected and preinstalled network configuration
3. Accepted network configuration at first screen with gateway of router 192.168.1.1 and then accepted name server 127.0.0.53 then received message "your internet connection is working"
4. proceeded to start up wizard which asks to check internet connection, accepted then message "your receiver does not have an internet connection"
5. Tried name server 8.8.8.8 and DHCP neither passed start up wizard internet check
As I say internet connection from box does seem to work, at least for YouTube
Jem
Posted 25 February 2021 - 09:27
Should you skip the network settings in a program written for receivers?
You don't need to run the Network Setup Wizard at all. Skip it with Esc.
Posted 5 March 2021 - 14:55
DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB
Vertex 4K60 4:4:4 600MHz
Posted 5 March 2021 - 14:58
I am allergic to anything Debian (long story), I build on CentOS7 + DevToolsets voor gcc9.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 17 March 2021 - 19:39
Hi,
Does the application crash if you clicked on Setup System Customize?
Sorry, it was my fault.
I used share folder from previous build.
The file /share/enigma2/setup.xml was causing the crash.
@1455, thanks again for looking into this.
Edited by roxette, 17 March 2021 - 19:39.
0 members, 19 guests, 0 anonymous users