Posts by heitbaum
-
-
Hi scanli what directory are you in before you run this command.
-
the problem is solved (hopefully) and new versions of the addons are pushed this morning
Confirming mine updated, and tvheadend is running

-
-
Darquebus - librespot is in the LE addons repository. I think this is what you are looking for.
-
Hi youguiz there are a couple threads with discussion on these SOCs
Search for: 3568 RK3568 3566 RK3566
There is still required some mainline kernel work to be done for video.
-
It required some changes. These have been PRed now. https://github.com/LibreELEC/LibreELEC.tv/pull/5975
It will be available in once the addon builds are done.
-
The dtb files as the compiled version of the dts files.
The dtc compiler is what is used to convert the .dts and .dtsi files into a .dtb
First couple results from google “dts dtb” …
What are looking to do?
-
Hi Grasshopper
should work fine. I build this in 18.04 and 20.04 (I do use the docker though) - as this keeps the “extras (packages) away from the build”
-
Hi joeaverage - info is here - Wsdd2 - https://github.com/LibreELEC/LibreELEC.tv/pull/5803
-
Fixed in
[le11] pcre/pcre2: fix pkg site URL by ihipop · Pull Request #5928 · LibreELEC/LibreELEC.tvftp.pcre.org is closed #5880 #5859 updated the pcre pkg URL but it doesn't use ${SOURCEFORGE_SRC} format eg:…github.comAnd
[le10] pcre/pcre2: fix pkg site URL by ihipop · Pull Request #5931 · LibreELEC/LibreELEC.tvthis is the backport patch of #5928 for libreelec-10github.com -
Hi umtauscher - LE11 nightlife’s are now all built with 5.15.5
-
Stepping back a bit: the udevil service on LE mounts the hard drives under /var/media
Any disk that does not meet the following conditions is automatically mounted - https://github.com/LibreELEC/Libr…vil-mount.rules if you do not want something automounted by udevil - then it must be excluded by one of these criteria.
Going to your question - using the docker argument: -v /var/media/data:/data would be like typing the following command in the Docker container: # mount /dev/sda1 /data
So it’s not really an nvme / sata question. More as saying - I am mounting a directory from my host operating system as a mount point in my container.
Code
Display More# journalctl -f ***** I disconnected my USB drive with a disk label of ZZ4 Nov 28 12:54:33 nuc11 kernel: usb 4-4.2.2: USB disconnect, device number 6 Nov 28 12:54:33 nuc11 systemd[1]: Stopping Udevil mount service... Nov 28 12:54:33 nuc11 systemd[1]: var-media-ZZ4.mount: Deactivated successfully. Nov 28 12:54:33 nuc11 systemd[1]: [email protected]: Deactivated successfully. Nov 28 12:54:33 nuc11 systemd[1]: Stopped Udevil mount service. ***** I connected my USB drive with a disk label of ZZ4 Nov 28 12:54:37 nuc11 kernel: usb 4-4.2.2: new SuperSpeed USB device number 7 using xhci_hcd Nov 28 12:54:37 nuc11 kernel: usb-storage 4-4.2.2:1.0: USB Mass Storage device detected Nov 28 12:54:37 nuc11 kernel: scsi host4: usb-storage 4-4.2.2:1.0 Nov 28 12:54:38 nuc11 kernel: scsi 4:0:0:0: Direct-Access WD Elements 25A1 1005 PQ: 0 ANSI: 6 Nov 28 12:54:38 nuc11 kernel: scsi 4:0:0:0: Attached scsi generic sg2 type 0 Nov 28 12:54:38 nuc11 kernel: sd 4:0:0:0: [sdc] Spinning up disk... Nov 28 12:54:44 nuc11 kernel: ......ready Nov 28 12:54:44 nuc11 kernel: sd 4:0:0:0: [sdc] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB) Nov 28 12:54:44 nuc11 kernel: sd 4:0:0:0: [sdc] Write Protect is off Nov 28 12:54:44 nuc11 kernel: sd 4:0:0:0: [sdc] Mode Sense: 53 00 10 08 Nov 28 12:54:44 nuc11 kernel: sd 4:0:0:0: [sdc] No Caching mode page found Nov 28 12:54:44 nuc11 kernel: sd 4:0:0:0: [sdc] Assuming drive cache: write through Nov 28 12:54:44 nuc11 kernel: sdc: sdc1 sdc2 Nov 28 12:54:44 nuc11 kernel: sd 4:0:0:0: [sdc] Attached SCSI disk Nov 28 12:54:45 nuc11 systemd[1]: Starting Udevil mount service... Nov 28 12:54:45 nuc11 udevil[3486724]: Mounted /dev/sdc2 at /media/ZZ4 Nov 28 12:54:45 nuc11 systemd[1]: Finished Udevil mount service. # mount | grep ZZ4 /dev/sdc2 on /var/media/ZZ4 type exfat (rw,nosuid,nodev,noexec,noatime,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro) -
-
Hi Grasshopper - https://github.com/LibreELEC/LibreELEC.tv/pull/5878 is still in the Queue for LE10, which is why you are not seeing it updated yet.
-
A bit of googling and it seemed these are the details of the chip (potentially). Next is getting a dts/dtsi… test …
- WiFi/Bluetooth - unnamed dual-band IEEE 802.11 a/b/g/n Wi-Fi/Bluetooth 4.0 marked HK5230;
- This is a 2011 IEEE 802.11 a/b/g/n Wi-Fi/Bluetooth 4.0 module - Ampak AP6330 on the BCM4330 chip.
-
If you install network-tools on LE. I’m going to guess it in upnp / mdns
-
Yes. Is the quick answer. Something similar is how I do things at the bottom.
Things to consider: overlays, symbolic links (ln) docker configuration, if it breaks it all goes bad. I have grabbed a section my autostart.sh. Please don’t use it as-is. As I use my nvme0n1p6 drive as DATA but also store my docker setups.
For running a docker container - I use
Codedocker run --workdir /var/media/DATA/home-rudi/LibreELEC.tv --privileged -v /storage:/storage -v /var/media/DATA:/var/media/DATA -it le-focal:latest bashThere is no reason if you wanted /var/media/DATA as DATA - use
-v /var/media/DATA:/DATA
My autostart changes - don’t use as-is
Code
Display Moremore .config/autostart.sh ( # mount the overlays mkdir -p /storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2 mkdir -p /var/media/DATA mount -o rw,suid,dev,exec,atime /dev/nvme0n1p6 /var/media/DATA mount -o rw,suid,dev,exec,atime /var/media/DATA/.docker/overlay2 /storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2 mkdir /var/media/ramdisk mount -t tmpfs -o size=32g tmpfs /var/media/ramdisk # docker pull oznu/homebridge:ubuntu # docker container prune # docker run --net=host --name=homebridge -v /storage/homebridge:/homebridge oznu/homebridge:ubuntu docker restart homebridge ) &