[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54010: bug#53712: Guix System hangs after boot with linux-libre 5.15
From: |
Ludovic Courtès |
Subject: |
bug#54010: bug#53712: Guix System hangs after boot with linux-libre 5.15.17 |
Date: |
Thu, 17 Feb 2022 10:12:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Leo Famulari <leo@famulari.name> skribis:
> On Tue, Feb 15, 2022 at 03:56:27PM +0100, Ludovic Courtès wrote:
>> 2022 has left me without a working Linux-libre kernel.
>>
>> Breakage occurred sometime between:
>>
>> • 92faad0adb93b8349bfd7c67911d3d95f0505eb2
>> (Jan. 3rd; Linux-libre 5.15.12)
>>
>> • 43dd34c7777a212c99a97da7a2c237158faa9a1b
>> (Jan. 31st; Linux-libre 5.15.17)
>
> Isn't this #53712?
It is!
> I recommend trying the workaround described there, which is to blacklist
> the iwlwifi kernel module, if you are not using it but have iwlwifi
> hardware:
>
> https://issues.guix.gnu.org/53712#13
I confirm that 5.15.23-gnu works for me with:
(kernel-arguments
'(; https://issues.guix.gnu.org/53712#12
"modprobe.blacklist=usbmouse,usbkbd,iwlwifi"
"quiet"))
Thank you!
Ludo’.