You are not logged in.

#1 2023-12-18 21:00:09

ptchinster
Member
Registered: 2008-12-27
Posts: 47

System hangs every reboot?

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

#2 2023-12-18 21:28:22

loqs
Member
Registered: 2014-03-06
Posts: 18,928

Re: System hangs every reboot?

I think the device IDs are the HDMI Audio part of:

v80862807r00100000a01 Intel Lynx Point HDMI
v10DE0042r00100100a01 GeForce 8800 GT 512

Offline

#3 2023-12-18 22:18:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: System hangs every reboot?

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

Board footer

Powered by FluxBB