Re: ACPI: SBS in linux-2.6.18-rc1 - Works for me!
From: Johan Vromans
Date: Thu Jul 13 2006 - 04:19:30 EST
Berthold Cogel <cogel@xxxxxxxxxxxxxxxx> 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/