You are not logged in.

#1 2012-02-09 13:23:46

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,366

Shutdown issue - kernel crash

During shutdown the kernel is crashing every single time. Nothing in the log file - so I took a pic and posted here --> http://imagebin.org/198054

Does anyone have any idea what's causing this. The only references I can find are in connection with the network interface, but bringing the interface down manually doesn't cause any problems and bringing it down manually before shutdown doesn;t stop the crash.

This is with kernel 3.2.5-1, 3.2.4-1 does the same thing.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

/ is the root of all problems.

Offline

#2 2012-02-09 14:32:26

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,366

Re: Shutdown issue - kernel crash

OK - I've made some progress here. It seems that the problem is oss, and specifically, oss_hdaudio (which is unused here). I've tried blacklisting the module (along with my webcam mic) but it still gets loaded, Now I've tried forcing it to not be loaded at all:

$ cat /etc/modprobe.d/blacklist-oss.conf 
install oss_hdaudio /bin/false
install oss_usb /bin/false

Whilst this cures the crash on shutdown problem, it's still producing errors at boot complaining that it can't load the module "Operation not permitted". Is there a way to have oss ignore these completely, as though they don't exist?


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

/ is the root of all problems.

Offline

Board footer

Powered by FluxBB