8

I'm upgrading the preinstalled version of Ubuntu on the Dell Vostro V130 notebook. During the upgrade, there were some errors concerning the dell-laptop kernel module.

What is this module, and what does it do?

2 Answers2

5

The driver in question can be found here:

http://lxr.linux.no/linux+v2.6.38/drivers/platform/x86/dell-laptop.c

On a quick scan of the code, it looks like it handles the rfkill switch (airplane mode), and backlight control.

0

Here's the documentation from the configuration menu that is used before compiling the kernel (parameter CONFIG_I8K, "Dell laptop support"):

This adds a driver to safely access the System Management Mode of the CPU on the Dell Inspiron 8000. The System Management Mode is used to read cpu temperature and cooling fan status and to control the fans on the I8K portables.

This driver has been tested only on the Inspiron 8000 but it may also work with other Dell laptops. You can force loading on other models by passing the parameter `force=1' to the module. Use at your own risk.

For information on utilities to make use of this driver see the I8K Linux utilities web site at: http://people.debian.org/~dz/i8k/

ignis
  • 4,247