You are not logged in.
The fact that this process is in an "Uniterruptible Sleep" state suggests that il is waiting for some hardware operation to complete before it can proceed. This could be due to a driver bug or a problem with the devic itselfDue to the new update. my sound card prevents shutdown, reboot,... of my computer. Blacklisting my sound card didn't change anything. As well as doing: ```sudo modprobe -r snd_hda_intel```.
My audio controller is the : Realtek ALC3204.
Thank you for your answers.
Offline
The fact that this process is in an "Uniterruptible Sleep" state
Which process is "this process"?
Due to the new update
Which "new update" of what?
Blacklisting my sound card didn't change anything.
If proper and effective blacklist of snd_hda_intel doesn't prevent the problem, what makes you believe the module is what blocks the shutdown?
https://wiki.archlinux.org/title/Kernel … mmand_line
Also
As well as doing:
sudo modprobe -r snd_hda_intel
Does the module properly get removed? Or is there any error? Or does modprobe block?
In general, please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Please post your complete system journal for the boot:
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.stOnline