Posts by mglae
-
-
Check Settings->Addons->My Addons->Program Addons.
Or install from zip.
-
thedogg is right: "I have read thar FLIRC is visible as a keyboard", use
instead of remote
-
-
I saw the old PIN on 'pvrparental.pin', 478963, before altering the file as suggested tried once more and didn't work?!?!?!? Bug maybe.
Looks like an already edited file. The PIN is not stored as plain value.
-
Stop kodi: systemctl stop kodi
Reset parental settings in /storage/.kodi/userdata/guisettings.xml to default:
Code<setting id="pvrparental.duration" default="true">300</setting> <setting id="pvrparental.enabled" default="true">false</setting> <setting id="pvrparental.pin" default="true"></setting>
Start kodi again: systemctl start kodi
-
Kodi Leia is checking updates on startup and then every 24 hours.
The RPI is booting so fast that network is not yet configured when Kodi starts and repos cannot be accessed.
Enable the "Wait on network" option in LE settings addon to have network on Kodi start.
-
-
Realtek RTL8761B - LinuxReviews
Should work with nightlies.
-
IMO the crash is a result of memory corruption or other programming error and not low memory.
-
Open the Addon Settings Sidebar and choose Check for updates.
After deleting Textures13.db the thumbnails will be recreated.
-
Still the __throw_length_error() errors from Thread 1 in kodi or do you have noticed in the meantime any OOM condition logged in system or from any process?
-
Three dots? Do you see . and ..? Is this the output of ls -a /storage/nsa?
Use systemctl status storage-nsa.mount and journalctl -u storage-nsa.mount to see systemd messages. mount is showing all succesfil mounts from system.
And simple but important: is there anything stored below /i-data/e6510fdf/nfs/KodiShare on the NAS?
-
NFS is not SMB, use What=192.168.1.14:/Volume1.
-
IMO the repo info is just outdated. When ignoring icon load errors and looking on addons there is a try to download youtube 6.6.0. In the repo currently 6.8.6, 6.8.7 and 6.8.8 are available.
Go to Addon Setting sidebar and manually update the repos. If this fails again, post a debug log.
On success enable or increase the "Wait on network" option in LE settings addon.
BTW: the Textures13.db database is corrupt and should be deleted.
-
I was vague on purpose...
In /storage/.cache/connman you do see a directory for every configured wifi network as "wifi_SSID_MAC". The configuration is stored in the settings file.
Changing i.e. password is simple but if changing the SSID a new directory has to be created.
Important: if changing from the running system connman has to be stopped before.
You should test every step in your environment with your identical box before.
-
Network configuration is below /storage/.cache/connman
-