You're not mad. It should work.
Posts by chewitt
-
-
So the LED now comes on with u-boot, and there might be a flash but it remains on after Kodi runs now? (previous images it would go off).
-
It sounds like u-boot turns the LED on (blue) but then when the kernel boots it's turned off. Hopefully this just means the GPIO polarity is reversed and this image should fix that? https://chewitt.libreelec.tv/testing/LibreE…arm-10.85.0.tar
-
Can you be specific/clear. Does the LED work, or not? .. Does the keyboard work if you connect it after boot?
-
RPi4 wins because it generates less heat and lower electricity bills. Occupying less space and probably being more reliable in the long-term due to the massively larger number of users fixing issues in the codebase are bonus credit.
-
If you configured NFS shares in Kodi, it's acting as a simple client (the same as SMB). If you want to locally mount the storage and then access media in a remote share via a local mount point, have a look at the systemd .mount examples in /storage/.config/system.d/ and create one for your NFS share. Note that anything in the library will need to be re-scrapes since it's now local media not remote as before.
-
I've been looking around in the kernel and I see mentions of RTL8189 on a bunch of allwinner boards, but digging deeper I can only see the USB driver, not SDIO, so WiFi will need the out of tree vendor driver. I avoid adding those in my images as they break all the time and in the mid-term once we switch over to iwd instead of wpa_supplicant none of them will work anyway.
The row of up/down/left/right buttons on the remote looks a little superflous with the round up/down/left/right/ok present too, so I wouldn't fret about those. I've marked them missing in the keymap and they can always be backfilled if someone else shares them later. I'm confident the codes for the 1/2/3 key in the embedded keymap are correct as the last two digits on other keys you captured and the amremote codes I can see elsewhere match.
Thanks for confirming the LED guesswork
If you update to https://chewitt.libreelec.tv/testing/LibreE…arm-10.85.0.tar I've reverted some patches which I think are the cause of the USB keyboard issue; please confirm back if that resolves the issue or not?
-
crazyturk Update to https://chewitt.libreelec.tv/testing/LibreE…arm-10.85.0.tar - I've reverted some patches which I think are the cause of the USB issue; please confirm back if that resolves the issue or not?
-
Have a play with https://chewitt.libreelec.tv/testing/LibreE…85.0-box.img.gz .. there's a slim chance the LED and WiFi chip might work now. As usual .. "dmesg | paste" and share.
-
You can disable auto-update (and manually downgrade to an earlier image with Kodi 19.3) in the LE settings add-on. I'm not aware of any major changes that would impact on networking. If you want assistance with VPN issues you'll need to provide some factual/technical info and logs that describe/demonstrates what and where the problem is - your unpuncutated rambling description isn't much of a clue, sorry.
-
Stats show 52 active installs; no nightlies or dev builds, and all are running LE 8.2 or LE 9.x builds. And yes, one shows up as an RPi3
-
If you flip back to an image from https://test.libreelec.tv/ or the Python38 folder in my share those images are Linux 5.17.x - and the current ones in my share are Linux 5.18-rc2. If the keyboard works in the older image there's either a defconfig change or something hinky with one of the patch series I've picked into the 5.18 branch; which narrows the scope.
Thanks for confirming the remote works. I'll have a poke at WiFi things over the weekend.
-
The most common cause of "SSH refusal" is old versions of PuTTY on Windows (ciphers changed, no longer compatible) but that's rarely the issue with macOS/Linux clients. Did you enable "disable password auth" in LE settings?
-
CE should be functionally more complete than LE, but whatever boots and works out best for you is the one to use
I posted an updated 'box' image to my file share. WiFi might need some more juju/tweaking to get working and I'm not sure what the issue with keyboard could be. In theory the IR remote should now work? .. and hopefully the BT stuff no longer shows up in dmesg. Please update and share "dmesg | paste" again.
-
I don't think you can do this in LE, but it may be possible in the Raspberry Pi OS which supports multi-display output.
-
Linux support is all about what chipset is used in the card, and whether that chipset has (PCI) drivers available. You need to start by telling us what the chipset is .. else we can only guess and then the answer is "maybe it works, maybe it doesn't"
.. the other option is to boot LE from a USB stick and see for yourself.
-
The obvious Q is .. do you actually have 4K60 media (other than test media)? .. If the answer is 'no' then don't worry about something that you don't need. Most people do not need 4K60 modes. NB: Some TVs only support 4K60 on specific ports .. no idea about the C1 but it might be worth experimenting with different ports and seeing if needs to be enabled in menus on the TV side.
-
^ run the above commands over SSH to put the IR receiver in raw/test mode, then press remote keys one at a time starting top-left and going across then top-down on the factory remote until you have all keys recorded. It would be super helpful if you copy/pasted the keys into a text file and appended notes on what the keys look like; most are obvious, some might need a description. From this I can create a keymap that should get the remote working out of box. NB: I can see the older amremote keyfile in some remote keymap repos, but this document codes for more keys than the remotes I see in vendor pics have, and the codes generated by the upstream kernel are likely different, so best to get them fresh in the right format.
I'll make a guess at the LED setting. I suspect it's orange-red in off/standby and blue when on?
The dts is still inheriting something to do with Broadcom SDIO chips from somewhere, hence it's not probing for the Realtek WiFi chip. I will have a look and see what I can find.
NB: I don't see any mention of BT on the vendor specs, so is this a USB device that you added?