Created attachment 307900 [details] `journalctl --boot` output On AMD Ryzen AI 9 HX 370 w/ Radeon 890M, seeing this error on kernel logs: amdgpu 0000:65:00.0: Direct firmware load for amdgpu/isp_4_1_0.bin failed with error -2 Steps to Reproduce: 1. Boot Looks like the Graphics is working okay, `lspci` gives this, 65:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Strix [Radeon 880M / 890M] (rev c1) Subsystem: ASUSTeK Computer Inc. Device 37f8 Flags: bus master, fast devsel, latency 0, IRQ 73, IOMMU group 18 Memory at 7a10000000 (64-bit, prefetchable) [size=256M] Memory at dd200000 (64-bit, prefetchable) [size=2M] I/O ports at e000 [size=256] Memory at dd700000 (32-bit, non-prefetchable) [size=512K] Capabilities: [48] Vendor Specific Information: Len=08 <?> Capabilities: [50] Power Management version 3 Capabilities: [64] Express Legacy Endpoint, IntMsgNum 0 Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [c0] MSI-X: Enable+ Count=4 Masked- Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [270] Secondary PCI Express Capabilities: [2a0] Access Control Services Capabilities: [2b0] Address Translation Service (ATS) Capabilities: [2c0] Page Request Interface (PRI) Capabilities: [2d0] Process Address Space ID (PASID) Capabilities: [410] Physical Layer 16.0 GT/s <?> Capabilities: [450] Lane Margining at the Receiver Kernel driver in use: amdgpu Kernel modules: amdgpu In that case, wondering why this error show up? Is the firmware file 'isp_4_1_0.bin' not necessary? Kernel: 6.13.8 Distro: fedora 41 Device: Asus P16 H7606WV Desktop: gnome Xorg or wayland: wayland
It's an optional firmware. Only needed for some hardware. Please see this commit: https://github.com/torvalds/linux/commit/ea5d49349894a7a74ce8dba242e3a487d24b6c0e You can include that to make the message quieter
Thanks for the clarification and quick reply.