public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* ACPI: SBS in linux-2.6.18-rc1 - Works for me!
@ 2006-07-13  7:57 Berthold Cogel
  2006-07-13  8:20 ` Johan Vromans
  2006-07-13  8:30 ` Luca Capello
  0 siblings, 2 replies; 4+ messages in thread
From: Berthold Cogel @ 2006-07-13  7:57 UTC (permalink / raw)
  To: linux-acpi, linux-kernel

Hello!

I've tested linux-2.6.18-rc1 with Smart Battery System enabled. It works 
for my Acer Extensa 3002 WLMi. No compile errors or bugs at first sight.

Perhaps there should be some logic in the configuration to disable the 
ac and battery modules. They are not needed if SBS is active.

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.


Regards,
Berthold

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ACPI: SBS in linux-2.6.18-rc1 - Works for me!
  2006-07-13  7:57 ACPI: SBS in linux-2.6.18-rc1 - Works for me! Berthold Cogel
@ 2006-07-13  8:20 ` Johan Vromans
  2006-07-13  8:30 ` Luca Capello
  1 sibling, 0 replies; 4+ messages in thread
From: Johan Vromans @ 2006-07-13  8:20 UTC (permalink / raw)
  To: Berthold Cogel; +Cc: linux-acpi, linux-kernel

Berthold Cogel <cogel@rrz.uni-koeln.de> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ACPI: SBS in linux-2.6.18-rc1 - Works for me!
  2006-07-13  7:57 ACPI: SBS in linux-2.6.18-rc1 - Works for me! Berthold Cogel
  2006-07-13  8:20 ` Johan Vromans
@ 2006-07-13  8:30 ` Luca Capello
  2006-07-14 10:26   ` Berthold Cogel
  1 sibling, 1 reply; 4+ messages in thread
From: Luca Capello @ 2006-07-13  8:30 UTC (permalink / raw)
  To: linux-acpi

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

Hello!

On Thu, 13 Jul 2006 09:57:32 +0200, Berthold Cogel wrote:
> Perhaps there should be some logic in the configuration to disable
> the ac and battery modules. They are not needed if SBS is active.
>
> 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.

If you use the acpid to manage your ACPI events, please take a look at
/etc/default/acpid:

 # Specify modules to load on acpid's startup
 # MODULES may be uncommented to load "none", contain the string "all"
 # to load all acpi related modules or simply a space seperated list
 # of modules to be probed.
 MODULES="all"

BTW, even if I don't know anything about SBS, I guess it automatically
loads i2c-ec as it depends on it.

Thx, bye,
Gismo / Luca

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ACPI: SBS in linux-2.6.18-rc1 - Works for me!
  2006-07-13  8:30 ` Luca Capello
@ 2006-07-14 10:26   ` Berthold Cogel
  0 siblings, 0 replies; 4+ messages in thread
From: Berthold Cogel @ 2006-07-14 10:26 UTC (permalink / raw)
  To: Luca Capello; +Cc: linux-acpi

Luca Capello wrote:
> 
>  # Specify modules to load on acpid's startup
>  # MODULES may be uncommented to load "none", contain the string "all"
>  # to load all acpi related modules or simply a space seperated list
>  # of modules to be probed.
>  MODULES="all"
> 

This is it. Thanks for the hint.

Regards,
Berthold

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-14 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13  7:57 ACPI: SBS in linux-2.6.18-rc1 - Works for me! Berthold Cogel
2006-07-13  8:20 ` Johan Vromans
2006-07-13  8:30 ` Luca Capello
2006-07-14 10:26   ` Berthold Cogel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox