GDPR-2 the module itself is not a problem. But the firmware for qca9377 ends up in /usr/lib/kernel-overlays/base/lib/firmware/firmware/. It took me 20 minutes to realize the problem is that as mentioned earlier the packag.mk creates $INSTALL/usr/lib/kernel-overlays/base/lib/firmware so that the cp -PR copies the folder named firmware from the deb and not only its content into $INSTALL/usr/lib/kernel-overlays/base/lib/firmware/. That means the module can't load any needed firmware. The symlink stuff works fine.
Posts by Nokogiri
-
-
GDPR-2 there is a problem with the firmware for qca9377 they get copied to /usr/lib/kernel-overlays/base/lib/firmware/firmware/.
So right now no wifi with that chip.
Codemakeinstall_target() { mkdir -p $INSTALL/usr/lib/kernel-overlays/base/lib/firmware cp -PR lib/firmware $INSTALL/usr/lib/kernel-overlays/base/lib/firmware cp -P usr/share/doc/qca-firmware/copyright $INSTALL/usr/lib/kernel-overlays/base/lib/firmware/LICENSE.qca }
The mkdir should not include firmware as that is the only difference between your package.mk and that from kszaq.
And I noticed rebootfromnand only does a regular reboot.
-
When I play the H.264 1080p/24.000 sample file (from Samples - Official Kodi Wiki) , the codecinfo overlay it says it is running at 23.976 fps.
Same for the H.264 1080p/60.000 sample file, it is showing as running at 59.94 instead of 60. All the other samples play correctly.
It's the same for me but i never noticed it since most of my movies are 23.976 or 25.000 or 50.000 fps. But I also found a 1080p/30.000 file where codecinfo shows 29.970fps. After enabling the debug info I noticed that the framerate seems to be correct.
The same files actually show the same behavior on android and kodi on the same box.
-
I have no Idea how an update could break something like a Flirc, as it is nothing more than a usb-keyboard for the os.
And mine still works, no matter what device or what os.
-
Your .mount scripts has to be in /storage/.config/system.d/ where the sample files already are.
Most of the rootfs is read-only as it is only a squashfs image inside the FAT32 Partition.
-
DS-1 Settings -> System -> Power saving and there you can choose the shutdown function. Either Shutdown, which is default, or Suspend.
If you set it to suspend your box will suspend when you push the power button on your remote.
-
chewitt the usb id you added doesn't work for me with a T4U v2. If I'm not wrong you added the VendorID for Belkin and not for TP-Link.
What works for me is {USB_DEVICE(0x2357, 0x010d),.driver_info = RTL8812}
and your addition is {USB_DEVICE(0x050D, 0x010d),.driver_info = RTL8812} -
escalade In your latest build emulationstation is broken becaus of
Codeemulationstation: symbol lookup error: /usr/lib/libfreeimage.so.3: undefined symbol: png_init_filter_functions_neon
And I had to add dtparam=audio=on to config.txt to get sound with retroarch.
Besides those two issues it's working quite well. -
I have a quit big problem with your build/sources as i can't access the libreelec addons repository.
Tested it with official 7.90.002, Irusak's build where it works but with your build and selfbuild from your sources it says it can't connect to repo with the folling error in kodi.logCode04:05:18 50.644604 T:1755956128 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403 04:05:18 50.644848 T:1755956128 ERROR: CCurlFile::Open failed with code 403 for http://addons.libreelec.tv/8.0/RPi2/arm/addons.xml.gz.md5 04:05:18 50.645016 T:1755956128 ERROR: Open - failed to open source <http://addons.libreelec.tv/8.0/RPi2/arm/addons.xml.gz.md5> 04:05:18 50.645130 T:1755956128 ERROR: CRepositoryUpdateJob[repository.libreelec.tv] failed read checksum for directory 'http://addons.libreelec.tv/8.0/RPi2/arm/addons.xml.gz' 04:05:22 55.156284 T:1962332160 ERROR: GetDirectory - Error getting addons://repository.libreelec.tv/ 04:05:22 55.156841 T:1962332160 ERROR: CGUIMediaWindow::GetDirectory(addons://repository.libreelec.tv/) failed