Berthold Cogel <[EMAIL PROTECTED]> writes:

> I've tested linux-2.6.18-rc1 with Smart Battery System enabled. It
> works for my Acer Extensa 3002 WLMi.

That's good to hear!

> Is it possible to load sbs and i2c-ec automatically together with the
> other ACPI modules? On my Debian system I had to load the modules via
> /etc/modules.conf.

I use a similar approach (for the 'old style' SBS) in /etc/rc.local:

  /sbin/modprobe -r battery
  /sbin/modprobe -r ac
  /sbin/modprobe i2c-acpi-ec
  /sbin/modprobe acpi-sbs

W.r.t. enabling/disabling ac&battery when sbs is selected: I'm not so
sure if that would be a good idea. You build a kernel with modules,
and at some later stage it is selected which modules will be actually
be used.

-- Johan

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to