Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting kernel log spam that makes the tty unusable #37

Open
badly-drawn-wizards opened this issue Jul 5, 2024 · 5 comments
Open

Getting kernel log spam that makes the tty unusable #37

badly-drawn-wizards opened this issue Jul 5, 2024 · 5 comments

Comments

@badly-drawn-wizards
Copy link

badly-drawn-wizards commented Jul 5, 2024

[   73.680019] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_phy_register_write wait cr write done failed!

is spammed on the tty on boot, making it impossible to see what I am doing.

I am using a Orange Pi 5 Plus with UEFI. I followed the instructions in the UEFI.md.

I can temporarily block it with sudo dmesg -n 1, but I want to find out what's going on.

@n0rad
Copy link
Contributor

n0rad commented Aug 11, 2024

Same here using UEFI with an orangepi5plus, even when using the pre-built image in releases 🤔

@cessationoftime
Copy link
Contributor

cessationoftime commented Sep 25, 2024

I had this same problem on orange5piplus and UEFI. I used sudo dmesg -n 1 to eliminate the spam. Then I built the image locally and applied the new image to my nvme SSD and resized the root partition with parted to take up the rest of the SSD and put the device tree in /boot/dtb/base. I believe building it locally on the orangepi5plus solved the problem. So I think the problem results from using emulation for the image build.

@gnull
Copy link
Contributor

gnull commented Oct 20, 2024

I built mine on OPI5 Plus itself and I still get the errors.

@tpwrules
Copy link

tpwrules commented Nov 1, 2024

Does HDMI work for you? Are you using GRUB or systemd-boot?

@n0rad
Copy link
Contributor

n0rad commented Nov 2, 2024

On my side HDMI is working, even with DVI that used to not be working in the past. and I'm on systemd-boot.

I saw the comment in the other issue but it does not match what I see.
Also I'm not using the flake of this repository directly anymore but a copy instead, and I remember that not applying the kernel params here makes the kernel displaying nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants