-
Notifications
You must be signed in to change notification settings - Fork 46
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
module_force_load amdgpu not working with xz files #127
Comments
I just ran Could you please provide more information about the error? How to reproduce it and what exactly the error is. |
Thanks. Now I see it. Here is the exact debug log info:
Looking into it.. |
I pushed a fix for Once it is verified I'll patch the official |
Starting from recently Arch Linux compresses the firmware files with xz [1]. Make sure we check for $firmware.xz files as well. [1] https://archlinux.org/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/ Closes #127
seems to be working thx |
Thanks for the confirmation. I am going to patch |
@bgkillas if you have a chance, could you please verify booster-0.7-2 package from [testing] repo? |
anatol/booster#127 https://archlinux.org/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/ git-svn-id: file:///srv/repos/svn-packages/svn@434906 eb2447ed-0c53-47e4-bac8-5bc4a241df78
anatol/booster#127 https://archlinux.org/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/ git-svn-id: file:///srv/repos/svn-packages/svn@434906 eb2447ed-0c53-47e4-bac8-5bc4a241df78
oh your a trusted user cool that makes this alot nicer yes it does work |
Starting from recently Arch Linux compresses the firmware files with xz [1]. Make sure we check for $firmware.xz files as well. [1] https://archlinux.org/news/linux-firmware-202201190c6a7b3-2-requires-kernel-53-and-package-splitting/ Closes #127
on arch linux they transitioned to xz compresses linux firmware and now module_force_load: amdgpu fails running booster -debug seems to indicate it is looking for the non xz files and my system then fails to boot
The text was updated successfully, but these errors were encountered: