Can you disable x2APCI at BIOS?
Posts by Da Flex
-
-
Post
RE: [RPi] No Audio on 3,5mm Jack
For those looking for useful instructions - allow me to demonstrate how to actually answer a question.
The enabling of the audio output on the 3.5mm audio jack can be done by doing the following:
Open an ssh session into the pi, signing in as root and the root password set when setting up the pi (I use putty in windows to do this)
enter:
mount -o remount,rw /flash
This sets it so you can edit the config file.
to edit the config file, use the command:
nano /flash/config.txt
edit the file by adding in…JonnyGatorsAugust 15, 2024 at 1:34 AM -
I just got my RPi5 and can also confirm on LE 12.0.1 and denon AVR - no image on default 4K resolution. Sound present. Had to connect to TV directly, change to FullHD, and reconnect to AVR. Now ok. Kind regards.
In case of RPi5 2GB, read here:
Thread[RPi5 2GB] Not Rendering LE 12.0.1
With the keyboard I can navigate somewhere, by guessing how the interface will look like. But there was no chance to connect this thing to the network for debugging.How to reproduce
Steps to reproduce the behavior:- Flashing microSD card with Raspberry Pi Imager(on mac) or LibreELEC USB-SD Creator(on Windows).
- Plugging pi 5 to external monitor(with HDMI0), placing microSD card and power cable.
- Waiting to finish resizing a volume with automatic rebooting after 15 secs.
- See not fully rendered screen.
stalkoAugust 28, 2024 at 8:15 PM -
Our devs are talking about it internally. The two CEC adapters are clearly a bug. They will fix it on nightly builds.
-
That log says, Panasonic TV was detected, but the AVR was not. I don't know why, because it's connected between.
What happens when using separate HDMI connectors for A/V:
- HTPC HDMI-0 --> TV
- HTPC HDMI-1 --> AVR
I guess some AVR "remember" HDMI devices sometimes, and do "default routing". So it might help to use different HDMI input/output connectors, or switch it off for a day (in case of stand-by) to delete memory. Maybe LE 12.0.1 sets a different device ID for HTPC.
-
Do you want me to run that command on my htpc with a hdmi cable directly connected to my tv?
Yes, that's what I mean.
-
Not possible.
PS: You can install an RC app (Yatse etc.) on your Android phone, and control your LE box from there.
PPS: Seems like Yatse can connect to Android Auto, and supports voice commands. You probably need Plex:
Android Auto - browse the foldersI wanted to try your app with AA and also thanks to the connection with the Plex servers It’s really great !! I noticed, however, that from the category…community.yatse.tv -
On LE 12.0.1 Generic-legacy...
- connect NUC -> TV
- run getedid create
- connect NUC -> AVR -> TV
-
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
-
I think blueribb did such an update, and it solved his issue. Wait for him.
-
Can i export and then later import all my settings ?
Yes, that works with LE backup function.
when i run "getedid create" nothing happens, the system seems to freeze.
Seems like there is really no connection to display available.
- Try other HDMI connectors on NUC and TV.
- Try another HDMI cable. It should be conform to HDMI 2.0 or 2.1 (4K ready).
- You NUC probably uses an LSPCon chip to convert from DP to HDMI. LSPCon issues are usually unsolvable by us.
-
-
Thanks. Please install Generic-legacy 12.0.1 from scratch. Something is wrong here.
-
But I expect there's a typo in the blog post? "linux: update to 6.6.46"
...
Linux himinbjorg 6.6.45 #1 SMP Sun Aug 18 11:47:32 UTC 2024 aarch64 GNU/LinuxI don't think it's a typo. Some kernel patches are only available for specific hardware.
-
X11 starts, but no display found:
Code
Display MoreAug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: Starting Xorg server with: "/usr/bin/Xorg -nolisten tcp vt01 -s 0 -noreset -allowMouseOpenFail -config /etc/X11/xorg-nvidia.conf -ignoreABI" Aug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: X.Org X Server 1.21.1.11 Aug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: X Protocol Version 11, Revision 0 Aug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: Current Operating System: Linux i3Kodi 6.6.46 #1 SMP Sat Aug 17 23:18:59 UTC 2024 x86_64 Aug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=F954-70A2 disk=UUID=405fd78a-35db-48ee-ab41-69347182211a quiet Aug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: Aug 27 21:59:37.644540 i3Kodi xorg-launch[1326]: Current version of pixman: 0.43.4 Aug 27 21:59:37.644755 i3Kodi xorg-launch[1326]: Before reporting problems, check https://libreelec.tv/ Aug 27 21:59:37.644755 i3Kodi xorg-launch[1326]: to make sure that you have the latest version. Aug 27 21:59:37.644755 i3Kodi xorg-launch[1326]: Markers: (--) probed, (**) from config file, (==) default setting, Aug 27 21:59:37.644755 i3Kodi xorg-launch[1326]: (++) from command line, (!!) notice, (II) informational, Aug 27 21:59:37.644755 i3Kodi xorg-launch[1326]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown. Aug 27 21:59:37.644755 i3Kodi xorg-launch[1326]: (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 27 21:59:37 2024 Aug 27 21:59:37.644962 i3Kodi xorg-launch[1326]: (++) Using config file: "/etc/X11/xorg-nvidia.conf" Aug 27 21:59:37.644962 i3Kodi xorg-launch[1326]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"Try this on SSH:
-