works for me as well - not too surprising I guess ;-)
I think I have to retract my statement about non-booting F37 - turns out my GPU has faulty VRAM.
I think I have to retract my statement about non-booting F36 - turns out my GPU has faulty VRAM.
just wanted to mention that this update broke booting my F36 machine as I commented on the F37 page: FEDORA-2023-6f9eac123e
(I tried upgrading my machine to F37 before I thought of downgrading the firmware but the problem was the same so I assume downgrading the firmware should work on F36 as well.)
This update breaks booting on my AMD machine (Ryzen 2600 + RX 6600 GPU): Screen is completely blank though the machine boots. Also it does not power off/reboot when try to do that via SSH.
amdgpu 0000:28:00.0: amdgpu: STB initialized to 2048 entries
[drm] Loading DMUB firmware via PSP: version=0x02020017
[drm] use_doorbell being set to: [true]
[drm] use_doorbell being set to: [true]
[drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
amdgpu 0000:28:00.0: amdgpu: Will use PSP to load VCN firmware
[drm:psp_hw_start [amdgpu]] *ERROR* PSP load sos failed!
[drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
[drm:psp_hw_init [amdgpu]] *ERROR* PSP firmware loading failed
[drm:amdgpu_device_fw_loading [amdgpu]] *ERROR* hw_init of IP block <psp> failed -22
amdgpu 0000:28:00.0: amdgpu: amdgpu_device_ip_init failed
amdgpu 0000:28:00.0: amdgpu: Fatal error during GPU init
amdgpu 0000:28:00.0: amdgpu: amdgpu: finishing device.
amdgpu: probe of 0000:28:00.0 failed with error -22
BUG: unable to handle page fault for address: ffffb4ade06a0000
fbcon: Taking over console
#PF: supervisor write access in kernel mode
#PF: error_code(0x0002) - not-present page
PGD 100000067 P4D 100000067 PUD 1001f6067 PMD 0
Oops: 0002 [#1] PREEMPT SMP NOPTI
CPU: 10 PID: 540 Comm: systemd-udevd Not tainted 6.1.14-200.fc37.x86_64 #1
Hardware name: Micro-Star International Co., Ltd MS-7C02/B450 TOMAHAWK (MS-7C02), BIOS 1.I0 07/25/2022
RIP: 0010:vcn_v3_0_sw_fini+0x55/0xb0 [amdgpu]
I was able to fix that by downgrading amd-gpu-firmware
:
# dnf --showduplicates list amd-gpu-firmware
# dnf install amd-gpu-firmware-20220913-140.fc37.noarch
# dracut --force /boot/initramfs-6.1.14-200.fc37.x86_64.img
@forbes: Negative karma was due to AMD audio issues - as others already described this I did not want to waste everyone's time repeating the same things. Probably I should have made this clearer.
If your system does not boot anymore please check if you have the required GPU firmware installed. In F37 linux-firmware
won't include the (sizeable) GPU firmware anymore which was moved to vendor-specific packages (e.g. amd-gpu-firmware
). For some reason this change was pushed to F36 with
$ rpm -q --recommends linux-firmware
amd-gpu-firmware
intel-gpu-firmware
nvidia-gpu-firmware
So if you have install_weak_deps=False
in your /etc/dnf/dnf.conf
this means you won't have these packages by default and your system won't boot anymore.
You can fix this by installing the GPU firmware manually, e.g.:
sudo dnf install amd-gpu-firmware
See bug 2125536 for more information.
(Installing the GPU firmware won't fix the AMD audio issues though)
@stevenfalco: libheif
is not part of Fedora (likely installed from rpmfusion-free
) and the update was not coordinated between Fedora + RPM Fusion (as expected - RPM Fusion is an independent 3rd party repo. I think there is some progress to rebuild the package but you should watch RPMFusion bug 6158.
Therefore you should not give negative karma to this update.
This update has been unpushed.
missing runtime dependency on "python3-packaging"
@tomato: I don't think this is planned for the EPEL exim package (please note I'm just a random Fedora contributor, not an Exim packager) but it should be pretty easy for you to create a COPR repo for yourself. I'm currently swamped with work so I can't offer this as a volunteer for free.
works on our servers
works for me
This update broke Civilization 5 (with Steam flatpak) for me. See bug 1900187.
importing works for me now