|
1) install the kernel-sources from SUSE [already done BEFORE the patches] 2) in /usr/src/linux do "make cloneconfig" 3) in the files /usr/src/linux/.config replace the line "CONFIG_MOUSE_PS2=y" by "CONFIG_MOUSE_PS2=m" 4) compile and install the kernel (make; make modules_install; make install) 5) in the file /etc/sysconfig/kernel" add the value "psmouse" to the variable MODULES_LOADED_ON_BOOT 6) to the file /etc/init.d/halt.local add the line "rmmod psmouse" (Source: [1]) |
|
On: echo 0 > /proc/acpi/fan/C350/state Off: echo 3 > /proc/acpi/fan/C350/state |