Power Management/lang-es: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 740: Line 740:
<div id="Battery Subsystem"/>
<div id="Battery Subsystem"/>
==Subsistema de la Batería==
==Subsistema de la Batería==
La carga de la bateria es controlada por el controlador embebido, las dos quimicas delas baterias (NIMH LiFePo) estan soportadas por el firmware. El actual estado de la carga esta refeljado en el display[[Sugar Instructions#Home Mode|Home Mode]]. Tambien esta disponible en [[Develop|developer's activity]].
La carga de la batería es controlada por el controlador embebido, las dos químicas de las baterías (NIMH LiFePo) están soportadas por el firmware. El actual estado de la carga esta reflejado en el display [[Sugar Instructions#Home Mode|Home Mode]]. También esta disponible en [[Develop|developer's activity]].

Linux reflela la informacion de la batería en el directorio ''/sys/class/battery/psu-0''. Los archivos en este directorio incluyen:
* ''capacity_percentage'' - porcentaje de batería faltarte
* ''current'' - la corriente siendo substraída/añadida a la batería
* ''device'' - link hacia ''../../../../devices/platform/olpc-battery.0''
* ''name'' - ''OLPC battery''
* ''power''
** ''modaliasas'' - ''olpc-battery''
** ''power''
** ''psu_0''
** ''psu_1''
** ''subsystem'' - link hacia ''../../../bus/platform''
** ''uevent''
* ''status'' - e.g. ''present discharging'' o ''present charging discharging''
* ''status-cap'' - capabilities e.g. ''present low full charging discharging overtemp critical''
* ''subsystem'' - link hacia ''../../../../class/battery''
* ''technology'' - ''unknown''?? (see [http://dev.laptop.org/ticket/1408 bug #1408])
* ''temp1'' - en millivolts
* ''temp1-name'' - ''battery''
* ''temp2'' - en millivolts
* ''temp2_name'' - ''ambient''
* ''type'' - ''battery''
* ''uevent''
* ''voltage'' - voltage de entrada

Linux refleja la información de la linea de entrada en el directorio ''/sys/class/battery/psu-1''. Los archivos encontrados en este directorio incluyen:

* ''name'' - ''OLPC AC''
* ''power''
** ''wakeup''
* ''status'' - ''on-line'' o ''off-line''
* ''status_cap'' capacidades ''on-line'' ?? (vea [http://dev.laptop.org/ticket/1409 bug #1409])
* ''subsystem'' link hacia ''../../../../class/battery''
* ''type'' - ''ac''
* ''uevent''

Note que Linux esta en el proceso de revisar su interfaz de baterías y que esta interfaz cambiara para aceptar esa revisión. Tambien necesitamos convertir el driver de la batería desde las lecturas indexadas hacia los recientemente definidos comandos CE. [http://dev.laptop.org/ticket/1430 Trac #1430] Seguirá este trabajo.

{{ Translated text |
{{ Translated text |
Battery charging is controlled by the embedded controller. Both NiMH and LiFePo battery chemistries are supported by the firmware. The current state of battery charge is reflected in the [[Sugar Instructions#Home Mode|Home Mode]] display. It is also available in the [[Develop|developer's activity]].
Battery charging is controlled by the embedded controller. Both NiMH and LiFePo battery chemistries are supported by the firmware. The current state of battery charge is reflected in the [[Sugar Instructions#Home Mode|Home Mode]] display. It is also available in the [[Develop|developer's activity]].

Revision as of 22:24, 20 May 2007

Administración de Energía

  Esta página está supervisada por el equipo de OLPC.
  Traducción de Power Management original  
  english | español | 日本語 | 한국어   +/- cambios  
This is an on-going translation

XO-1 Especificación de Software