You are not logged in.
Pages: 1
I am getting lockups with the beyond kernel when hibernating. I think the culprit might be ndiswrapper but I am not sure, here is a list of behaviors:
FREEZE: console, with ndiswrapper module loaded
NO FREEZE: console
NO FREEZE: console with ndiswrapper loaded
FREEZE: X and ndiswrapper loaded
The behavior is certainly not consistent. What information can I provide to help debug the issue?
Offline
I would suggest, in your hibernate script to restart ndiswrapper and unload the ndiswrapper modules. If this solves the issue in any circumstance you have find the culprit and solved th issue. For an hibernation script where it si very eas, do the following (you can use it for suspension-to-RAM, suspension-to-disk-vanilla-method and suspension-to-disk-suspend2-method):
pacman -S hibernate-script
It is in the community repo, you need to have it in your pacman.conf.
Mortuus in anima, curam gero cutis
Offline
Well, I unloaded ndiswrapper on hibernate, and have hibernated a few times without a problem, so I guess I can just chalk it up to that.
To do this, I edited the /etc/hibernate/hibernate.conf and added the following line:
UnloadModules ndiswrapper
Thanks.
Offline
Pages: 1