Bug 2375857
| Summary: | Nouveau not working due to missing firmware | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | José Expósito <jexposit> |
| Component: | linux-firmware | Assignee: | David Woodhouse <dwmw2> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 42 | CC: | dwmw2, jforbes, jwboyer, kernel-maint, pbrobinson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-07-02 08:31:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
What is the need info for? You've just filed the report. Hey Peter,
The need info is your commit linked in the bug report description:
> @pbrobinson could it be a side effect of:
> https://src.fedoraproject.org/rpms/linux-firmware/c/1f8fe19ec3e2fdc775ff11886671cdb71264ba54
I think it can be creating the issue.
*** This bug has been marked as a duplicate of bug 2375308 *** |
The Nouveau kernel driver fails to load due to missing firmware. After enabling the debug output: $ sudo cat /sys/module/nouveau/parameters/debug debug This is the error: $ sudo dmesg | grep nouveau [ 2.001276] nouveau 0000:24:00.0: enabling device (0000 -> 0003) [ 2.001374] nouveau 0000:24:00.0: NVIDIA AD107 (197000a1) [ 2.001435] nouveau 0000:24:00.0: gsp: firmware "nvidia/ad107/gsp/gsp-535.113.01.bin" unavailable [ 2.001438] nouveau 0000:24:00.0: gsp ctor failed: -2 [ 2.001442] nouveau 0000:24:00.0: probe with driver nouveau failed with error -2 As the error points out, that firmware is not present. Instead, I have this directory: "/usr/lib/firmware/nvidia/ad107.rpmmoved". @pbrobinson could it be a side effect of: https://src.fedoraproject.org/rpms/linux-firmware/c/1f8fe19ec3e2fdc775ff11886671cdb71264ba54 Hardware: NVIDIA GeForce RTX 4060 Similar to this issue, but since I use Fedora 42, I created a new one: https://bugzilla.redhat.com/show_bug.cgi?id=2375308 Reproducible: Always