You are not logged in.
Pages: 1
Every time i reboot the system, 2 modprobe commands hang forever and i have to manually hard press the power button.
Next boot up i can see the processes that will hang this reboot:
ps | grep modprobe
root 381 0.0 0.0 12440 4096 ? D Dec13 0:00 /sbin/modprobe -q -- hdaudio:v80862807r00100000a01
root 382 0.0 0.0 12440 3968 ? D Dec13 0:00 /sbin/modprobe -q -- hdaudio:v10DE0042r00100100a01
...I cant kill them, kill -9 them, i have no idea why they exist or got kicked off. Any help? Is there a way to just block those hdaudio modprobes via a udev rule or something?
Last edited by ptchinster (2023-12-18 21:07:12)
Offline
I think the device IDs are the HDMI Audio part of:
v80862807r00100000a01 Intel Lynx Point HDMI
v10DE0042r00100100a01 GeForce 8800 GT 512Offline
I cant kill them, kill -9 them
See the capital "D"?
https://man.archlinux.org/man/core/proc … s.1.en#D~2
You could blacklist snd_hda_codec_hdmi, but there's probably some context for this, pointing to a bigger issue, in your system journal.
Offline
Pages: 1