Adding a Canadian NTP server just results in you performing time checks against a geographically closer server instead of a randomly assigned NTP server. It makes no difference to the NTP response (all NTP servers provide UTC). To change the timezone offset from UTC; configure the timezone in Kodi Settings > Interface Settings > Regional .. or something like that.
Posts by chewitt
-
-
^ the driver is already enabled in our kernel configuration, so assuming it's MT7601U and not MT7610U (which is not supported) it's probably a case of the current driver not knowing about the USB vendor/model ID's of your dongle.
SSH in over Ethernet and run "lsusb" and share the output, then we can suggest some ideas.
-
Virtual was rolled into Generic starting with 8.2.0 so you can use libreelec-generic.x86_64-8.2.5.ova
-
OS mounts using systemd have nothing to do with Kodi SMB client configuration in user.conf .. which isn't used at all when accessing the now-local folder at /storage/timecapsule (only when Kodi accesses an SMB share over the network). The same configuration can be done from the GUI btw, if you set max/min to SMB1 and select the "legacy security" option.
I suspect you just forgot to enable the mount before, which has now been done.
-
You have to reboot the whole OS not just restart Kodi. What does "systemctl status storage-timecapsule.mount" show?
-
LE uses alsa for Kodi audio by default but there is also basic/limited pulse support to allow for routing audio to a bluetooth speaker which needs pulse. To get pulse effects working you'd have to custom compile the distro image with extra packages and assuming you get past that hurdle you'll need to figure out how to configure effects from the console. The slightly condescending but usually true "rule of thumb" on major changes is "if you have to ask how it's done you don't have the skills to do it" .. so if this is an essential feature you'd probably be better off using Ubuntu as the base OS for your HTPC build as Kodi on Ubuntu uses pulse by default and there are pre-build packages for pulse effects so installing things is simple.
NB: Kodi almost had what you're looking for with ADSP add-ons, but sadly the work on ADSP (which has been ongoing since Kodi v16) has stalled in the last year due to the sole developer not having the time to work on it. Recent core changes broke ADSP code paths and code was recently removed until a future date when things are in a more complete state.
-
LE installation simply creates two partitions; 512MB and 100% of remaining space. We install the syslinux bootloader with a conf file but we don't actually care which bootloader is used, so if you prefer grub (or grub is the only one that works on your box) go use it. Ubuntu uses grub so that might be a good idea. You simply need to set boot= and disk= in boot params to indicate which partition contains the KERNEL and SYSTEM files, and which one should be used as /storage.
-
It's also /storage/.config/system.d not /storage/.configfiles/system.d
-
There is no reason to create a .mount file in /storage/.config/sysctl.d
-
LibreELEC 6.0.3 is not supported anymore, so you are very much on your own.
LibreELEC 6.0 doesn't exist, we forked and started our releases at 7.0. Anything before then is someone else's problem
-
I want to use my old unused htpc as nas/media server for my s905 & s912 boxes overn LAN.
Unfortunately my mobo is old and doesnt seem to support WOL. It does however resume from USB (mouse, keyboard or ir receiver).
With this in mind, if I purchased a USB lan adapter for htpc, will I be able to use resume then (ie wake up PC as WOL)?
No. The USB network adapter is not a keyboard.
-
You need to ask that question to Kodi developers in their forum.
-
I would advise against nvidia purchases. Long-term LE/Kodi support for nVidia GPU's is questionable due to nVidia (again) choosing to set their own 'standard' instead of following the one used by literally everyone else. I'll be writing a blog post about them soon.
-
It's not possible. Kodi currently builds the 'playlist' of images at start and the list is not refreshed or added-to unless you stop and restart the slideshow. The whole 'photos' side of Kodi is a little under-developed, so code submissions to improve it are welcome.
-
lorenzo53 in 2014 when OpenELEC discontinued i386 images there were only ~1500 users. That number will be much smaller today, and there is no plan for LibreELEC to reverse the decision.
-
UsePrivilegeSeparation=yes makes sense in a conventional distro where you have multiple users and it is desirable to limit the code that runs with root privileges. In LE everything already runs as root, so setting it achieves nothing.
If you want to experiment you set additional boot time args in /storage/.cache/services/sshd.conf, e.g. include an option to use an alternate config file /etc/sshd_config .. from fuzzy memory it's "-F /path/to/file" ??
-
If you want to mount to /storage/timecapsule the systemd mount file MUST be named storage-timecapsule.mount, the hyphen/dash in the filename is important. You said you created "storage.timecapsule.mount" .. which won't work.
-
It depends on what you define as "standard add-ons" ??