Monday, January 15, 2007

Debugging crashing modules

Usefull commands:

cat /proc/kmsg
dmesg
depmod
modprobe
insmod
rmmod


Usefull files:

/etc/discover.conf # Automatic HW detection and module loaing (new)
/etc/modules #Mention module for auomatic loading
/etc/modprobe.d/ #Options

No comments:

Post a Comment