You are not logged in.
Pages: 1
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
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/falseWhilst 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
Pages: 1