Re: consulta de OS_Builder

2011-06-03 Thread Henry Vélez Molina
El 1 de junio de 2011 12:43, Kevin Mauricio Benavides Castro 
webmaster.ac@gmail.com escribió:

 saludos a todos

 estoy haciendo algunas personalizaciones con el procedimiento de OS_Builder
 la cual al finalizar todo el proceso

 instalo la imagen resultante en una XO-1  con

 copy-nand u:\osxx.img


Hay un *método viejo* que se puede utilizar para lo mismo, puedes ensayarlo,
a veces funciona muy bien. Cuando lo he utilizado la XO bootea
perfectamente.

probe-usb copy-nand disk:\os*NNN*.img

Lo mejor que se puede hacer para que en una máquina con developer-key no se
pida ninguna clase de .sig es desabilitar la seguridad de Bitfrost.
Esto se puede hacer entranto al propmt del OFW y escribiendo: *
disable-security*. Esto se hace 2 veces. La primera el XO se reiniciará y la
segunda verás como se borran los archivos de seguridad. A partir de ahí, no
hay que volverse a preocupar por ese tema. Si la quieres habilitar, en el
prompt escribes: *enable-security*.

Espero que funcione.

Saludos.


 donde la primera vez me funciona muy bien

 pero ahora cuando desconecto la USB y la enciendo nuevamente me el
 siguiente mensaje

 error boot faild 

 pero si coloco nuevamente la USB perfectamente me carga sugar

 a que de puede deber este problema

 --
 Abrazoss..

 One Laptop Per Child - http://wiki.laptop.org/go/User:Kevin.benavides

 --
 Voluntary sugarlabs
 Implementation of SOAS
 http://wiki.sugarlabs.org/go/User:Kevin.benavides

 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Get serial number or XO name from command line or python

2011-05-27 Thread Henry Vélez Molina
Hi.

2011/5/27 LASKE, Lionel (C2S) lla...@c2s.fr



 Hi all,



 Is there a simple way to get the XO serial number and/or the XO name from
 the command line and/or from a python script ?


Also you could use this script:

_ _ _
#!/usr/bin/python -tt

import subprocess

getserial = subprocess.Popen(['cat /ofw/serial-number'], shell=True,
stdout=subprocess.PIPE)

for line in getserial.stdout:
print(line.decode().strip())
_ _ _

there is an easier way with subprocess.call. But with this script you can
catch the output and to use it, almost, as you wish.
I hope it helps you.

Regards



 Lionel.

 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Procedimiento para hacer un NandBlaster

2010-01-26 Thread Henry Vélez Molina
Hola Kevin.

http://wiki.laptop.org/go/Multicast_NAND_FLASH_Update

Para la usb descarga  los archivos fs.zip y ###.img y presionado las 4
teclas del game pad prendés la XO y las soltás cuando salga un letrero que
empieza con release. Para las actividades podés descargar este pack
http://wiki.laptop.org/images/6/62/G1G1_Activity_Pack_1.zip y lo
descomprimis en la misma usb y lo único que hay qie hacer es conectar la usb
y prender la xo. En este link hay más actvidades
http://wiki.laptop.org/go/Activities se guardan en la carpeta bundles que
está en la usb y listo.

Si las máquinas requieren una llave de activación, cuando hagas el upgrade
estas llaves se perderán.

Espero te sirva.

Saludos.


El 23 de octubre de 2009 11:54, Kevin Mauricio Benavides Castro 
kmbc141...@gmail.com escribió:


 Hola como estas martín he una pregunta el procedimiento de como hacer un
 nand blaster se me olvido ?? no se porque :-)
 pero que archivos necesito para prepara una usb

 ahora con las maquinas del mined que ya tienen firma Nicaragua y estan
 activadas estas están con el software de sugar 767 y ellos quieren
 actualizar sus maquinas a la 802 si ellos bajan la imagen de sitio de olpc y
 la actualizan off-onli habra algun problemas con las llaves???


 Sldos




 --
 Kevin Mauricio Benavides Castro
 Fundación Zamora Terán
 www.fundacionzt.org
 Technical Support-Nicaragua OLPC
 -
 www.fedoraproject.org
 Fedora Project Developer
 Linux User: #12356


 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Server-devel] Transparent proxy

2009-12-03 Thread Henry Vélez Molina
Thanks.

It is working
El 2 de diciembre de 2009 05:41, Martin Langhoff
martin.langh...@gmail.comescribió:

 2009/12/1 Henry Vélez Molina henry.lap...@gmail.com:
  make: Nothing to be done for `squid/squid-xs.conf'.

 Sorry - I missed the obvious:

  make -f xs-config.make squid/squid-xs.conf

 cheers,


 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Transparent proxy

2009-12-01 Thread Henry Vélez Molina
it does not work

*make: Nothing to be done for `squid/squid-xs.conf'.*

thanks

El 1 de diciembre de 2009 04:01, Martin Langhoff
martin.langh...@gmail.comescribió:

 2009/11/30 Henry Vélez Molina henry.lap...@gmail.com:
  Whe I made make -f xs-config.make squid-xs.conf
  this was the message

 Try:

  cd /etc
  make squid/squid-xs.conf

 cheers,



 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Transparent proxy

2009-11-27 Thread Henry Vélez Molina
Hi everyone.

We are working with the XS-0.6 version and for the moment all is working
well.
We want to disable the transparent proxy, for security,  and put it as an
intermediary proxy in a different port.

Thankyou for your help.

-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


[Server-devel] Transparent proxy

2009-11-27 Thread Henry Vélez Molina
Hi everyone.

We are working with the XS-0.6 version and for the moment all is working
well.
We want to disable the transparent proxy, for security,  and put it as an
intermediary proxy in a different port.

Thankyou for your help.

-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS upgrade

2009-10-09 Thread Henry Vélez Molina
Thanks. I will work with 6.0 version from scratch can I manage moodle from
any computer? or it is only for the XOs

El 4 de octubre de 2009 10:40, Martin Langhoff
martin.langh...@gmail.comescribió:

 CC'ing the list again - let's keep it on list so otehrs can help too...

 2009/10/2 Henry Vélez Molina henry.lap...@gmail.com:
  Error: Database connection failed.

 Hmm. Can you tell me the output of these again?

   chkconfig --list pgsql-xs



   chkconfig --list postgresql

 (First one should say 'on' on levels 3,4,5, second should be 'off' on all).

 And just to understand this better... what does this cmd say?

  /etc/init.d/pgsql-xs status

  This one was after the upgrade, and ejabberd does not work, is running
 but I
  can not see it in any computer.

 It is normal that you cannot see the web UI for ejabberd anymore. Here
 are some commands to try to see whether it is working correctly:


 http://wiki.laptop.org/go/XS_Techniques_and_Configuration#Presence_Service_.28ejabberd.29_Troubleshooting

 cheers,


 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
server-de...@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] server ecurity

2009-09-19 Thread Henry Vélez Molina
Hi everyone

Our server is working very good with 0.5.2 version. But now, we have a big
network in  the neighborhood that is coming to the children´s houses through
each access point. For that reason we need to have a big security on the
server to prevent access to unknown users to internet.


What could be the best solution for this?
is there any way to get this with a transparent  way for the XOs?
maybe through Squid and ejabberd?

Thanks for your help.




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Graphci card

2009-07-21 Thread Henry Vélez Molina
Hello

we have an incompatibility betwen the graphic card and the installer of the
XS server. For this reason we need to get another GPU that works with
anaconda and we want to know which GPU can we buy.

Thanks.

-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
server-de...@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Questions

2009-05-19 Thread Henry Vélez Molina
Guys, thanks for your answers, I going to try them

2009/5/9 Albert Cahalan acaha...@gmail.com

 Martin Langhoff writes:
  2009/5/9 david david at leeming-consulting.com:

  They have better luck (maybe my fingers are sweaty more than most)
  and I have noticed students often wrapping cloth around their
  finger to use the touch pad. It remains a real problem, but people
  do get by.
 
  The devel@ list archive has similar reports from the Nepal team.
  IIRC, many kids there had a small piece of cloth to sweep the pad
  of moisture and dust. Those reports were an important factor in the
  switch to a new touchpad, so as Daniel suggests, do request a sample
  one at least.

 The old laptops can perform better than the new ones if you do this:

 1. make the resistive/pressure mode be relative instead of absolute
 2. make the resistive/pressure mode be the only mode

 Maybe this needs to be a config option in Sugar.

 The new touchpads might be less awful in bad conditions, but nothing
 is ever going to make a capacitative touch pad work really well in
 bad conditions. The technology is simply not suited to mud, snot,
 cheese sauce, sweat, and so on. It's designed for adults in cool dry
 office environments.
  ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Server-devel] Questions

2009-05-19 Thread Henry Vélez Molina
Guys, thanks for your answers, I going to try them

2009/5/9 Albert Cahalan acaha...@gmail.com

 Martin Langhoff writes:
  2009/5/9 david david at leeming-consulting.com:

  They have better luck (maybe my fingers are sweaty more than most)
  and I have noticed students often wrapping cloth around their
  finger to use the touch pad. It remains a real problem, but people
  do get by.
 
  The devel@ list archive has similar reports from the Nepal team.
  IIRC, many kids there had a small piece of cloth to sweep the pad
  of moisture and dust. Those reports were an important factor in the
  switch to a new touchpad, so as Daniel suggests, do request a sample
  one at least.

 The old laptops can perform better than the new ones if you do this:

 1. make the resistive/pressure mode be relative instead of absolute
 2. make the resistive/pressure mode be the only mode

 Maybe this needs to be a config option in Sugar.

 The new touchpads might be less awful in bad conditions, but nothing
 is ever going to make a capacitative touch pad work really well in
 bad conditions. The technology is simply not suited to mud, snot,
 cheese sauce, sweat, and so on. It's designed for adults in cool dry
 office environments.
  ___
 Devel mailing list
 de...@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS 05

2009-01-21 Thread Henry Vélez Molina

 Do you even get any kind of UI or does the install shut down with
 install exited abnormally [1/1]?

Could you be more specific?


 Can you confirm that you have the OLPCXS-0.5.1-dev03-i386.iso, please

yes we have it









-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: XS 05

2009-01-16 Thread Henry Vélez Molina
Hi to all.

Thanks Martin for you answer.

We have been trying to install the server via the Kickstart, but that
happens when anaconda  to start  can not do it and the screen turns off. We
tried the solution that is in the wiki-press tab and add text and nothing
happens. One of the ways that we return to the terminal is pressing
Ctrl+Alt+2, then Ctrl+Alt+1.

Could be the GPU problem?
What can be do in these cases?
Is there another way to start the installation?

Greetings


2009/1/14 Martin Langhoff martin.langh...@gmail.com

 On Wed, Jan 14, 2009 at 12:06 PM, Henry Vélez Molina
 henry.lap...@gmail.com wrote:
  We have been working on the server and we do the upgrade to version
  05, but we have some difficulties.
 
  Olpc-scripts folder is not in the path / etc / sysconfig /.
 
  Ejabberd service does not exist. Ie service ejabberd start prints
  that the service do not exists.

 That is *very* strange. Two suggestions

  - I think that when the install starts it offers a menu (very early,
 when the installer is booting). That menu has clouds in the
 background, and the pre-selected option is installed with kickstart.
 Maybe you changed the option to install? The correct option to use
 is the one that mentions kickstart...





  - 0.5 has some problems that will drive you crazy - those are fixed
 in 0.5.1 . Skip 0.5 and go for 0.5.1-dev3 which I'm planning to
 'bless' today or tomorrow as the official 0.5.1 :-)

 cheers,



 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


XS 05

2009-01-14 Thread Henry Vélez Molina
Hello to all.

We have been working on the server and we do the upgrade to version
05, but we have some difficulties.

Olpc-scripts folder is not in the path / etc / sysconfig /.

Ejabberd service does not exist. Ie service ejabberd start prints
that the service do not exists.

What can be done in this case?

Greetings

-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Error lease

2008-11-06 Thread Henry Vélez Molina
Hola a todos.

Hemos tenido problemas con la activación de algunas máquinas.
Sucede que se han venido desactivando sin previo aviso, las razones aun no
las tenemos seguras,
y cuando queremos volver a activarlas con las llaves anteriormente usadas
para el mismo propósito, y que habían
funcionado, ya no quieren funcionar.
Al analizar la usb, la XO indica con un signo de interrogación que no
encuentra la llave, pero cuando analizamos el archivo lease.sig,
notamos que el código serial está allí como todos  los demás. Esto no sucede
con con todas las laptops que acceden al mismo archivo para buscar la llave.


¿Conocen la razón por la cual las XO no encuentran la llave si ésta está en
el archivo lease.sig?
¿hay un límite determinado para utilizar la misma llave de activación en las
XO?
¿Conocen algunas de las causas de la desactivación repentina? = creemos que
puede ser un mal uso de la laptop, o las variaciones bruscas de la corriente
eléctrica en esta localidad.

Les agradecemos de antemano su ayuda.

Saludos


Hello everybody.

We've had problems with the activation of some machines.
It happens that have been off without notice, the reasons we have not yet
safe,
and when we want to re-activate them with the keys previously used for the
same purpose, and that they had
worked, they do not want to work right now.
analyzing the usb, the XO shows a sign of interrogation that do not find the
key, but when we look at the file lease.sig,
we noticed that the serial code is there as everyone else. This does not
happen with all the laptops that access the same file to find the key.

Do you know why the XO can not find the key if it is in the file lease.sig?
Is there a limit to use the same activation key on the XO?
Do you know some of the causes of the sudden deactivation? = we think that
could be for misuse of the laptop, or the sharp variations in electrical
current in this location.

We thank you in advance for your help.

Greetings


-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sur] Error lease

2008-11-06 Thread Henry Vélez Molina
El 6 de noviembre de 2008 13:37, Martin Langhoff
[EMAIL PROTECTED]escribió:

 2008/11/6 Esteban Bordon [EMAIL PROTECTED]:
  quizá puede ser porque las claves de activación tienen una fecha de
  vencimiento, las claves son válidas por cierto período de tiempo y luego
 de
  ese período la XO se desactiva. Te deberían dar las claves nuevamente.

 Correcto. Hay otra causa posible, tambien relacionada al tiempo - a
 veces los XO tienen problemas con la bateria del reloj y pierden la
 fecha/hora. Esta pagina explica el problema
 http://wiki.laptop.org/go/Fix_Clock

Gracias Esteban Y Martin.
Pero, ¿Como se podría explicar que algunas Xo no identifiquen las llaves y
otras si, si se encuentran en el mismo archivo?


 abrazos,



 m
 --
  [EMAIL PROTECTED]
  [EMAIL PROTECTED] -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff




-- 
Henry Vélez Molina
Administrador de red OLPC
Fundación MArina Orth
Tel :341 23 59
Móvil: 312 769 0169
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: XS server

2008-10-23 Thread Henry Vélez Molina

 If you cna wait a few days for  the final release of 0.5, then yes.

ok

Thanks






___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


XS server

2008-10-22 Thread Henry Vélez Molina
Hello everybody.

We have been doing tests with the XS-server, to know if it is properly
configured.
We have some difficulties and some doubts.
From any PC or XO can access the administration panel ejbabberd, but if you
try to make the automatic registered since the XO, tells us that he has not
found the server.
Verifying from the Terminal activity, we note that doing the ping
schoolserver , he print ous: uknown host.


 We believe that the problem is the Access Point. But oddly enough, through
the Web  we can access the administration panel of ejabberd's XS and that
the XO can not access it automatically. Running ifconfig (XO) and ipconfig
(Windows) received notice that the ip is the administrative panel of the
Access Point and not the Server. Perhaps this is the reason why the XO is
not registered automatically.
When connected through the LAN XS with a standard PC, ipconfig prints the ip
of the server and the DNS correct. If we use a client jabberd, you can
create accounts and use the services of the server automatically.

 Our AP is:

*Model 4401 AP+4 Wireless-G Access Point/Router/4-port
Switch/Repeater/Ethernet-to-Wireless
Bridgehttp://www.zoom.com/graphics/datasheets/networking/0998_4401_AP4.pdf
*** = http://www.zoom.com/products/glan_overview.html

We would like to know that comercial Access Point , has been tested with the
XS and you known they work.
Do we need something else to set?

 As for the Activity Server and Server Activation
Is it possible to deploy at the moment?

 thank you for your help.

 Greetings
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sur] XO

2008-09-04 Thread Henry Vélez Molina
Hola.

Como vamos Claudia, un gusto también verte por aquí. Ojalá nos podamos
ayudar con esto.

Gracias por las respuestas Germán.

Mira, estoy casi seguro que lo que decís del punto 5 es una de las razones
de los errores 4 (junto con lo de Esteban) y 5. El problema es que cuando
soluciono el 4, este persiste. ¿se te ocurre alguna solución?

Esteban también muchas gracias por las respuestas.




 1. Mousepad rebelde. Se mueve bien, pero al soltarlo cambia su posición.
 Por obvias razones no permite el control de la XO.


 Se soluciona presionando las 4 teclas de las esquinas en el teclado
 (marco+esc+-+fn). Manteniendo los 3 primeros presionados y por ultimo tocar
 fn.

Lo voy a probar.




  3. No reconoce el cargador. Al iniciar la máquina se muestra un mensaje
 en donde se dice que le cargador no está presente.

 Eso pasa cuando el cargador está conectado?

si

 Puede pasar que quieras hacer un update del firmware y para eso es
 necesario que la laptop esté conectada a corriente.

Este error se presenta cuando se prende la laptop para trabajo normal.
Tampoco se soluciona cambiando el cargador.




 4. Se desconfigura la fecha y bloquea la XO porque la lease no es válida.
 Esto se soluciona activando nuevamente la XO y modificando la fecha. Pero
 aun no conocemos la causa concreta de este error.


 Hubo una partida de laptops que salió con la ranura de la pila mas grande
 que la pila misma, por lo que se sale y se resetea el reloj del sistema.


si esto es así, ¿Como lo solucionamos?.

Saludos y muchas gracias.



___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sur] XO

2008-09-04 Thread Henry Vélez Molina
Que más hombre Rafa.

Gracias por la ayuda.

---
Me preocupan estas cosas. No deberían de estar pasando. Entiendo lo que
pueda presentarse a nivel se software,
pero a nivel de Hardware es mucho más delicado. Esto está perjudicando el
desarrollo escolar de los niños, que son la razón de ser de OLPC.

Me gustaría escuchar sus opiniones.

Saludos

Henry.





___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


XO

2008-09-03 Thread Henry Vélez Molina
Hola a todos.
Les comento que hemos venido trabajando con las laptops desde hace 3 meses
y hemos encontrados algunas anomalías técnicas.

Quisiera saber si esto se les ha presentado y si conocen las posibles causas
o soluciones.

1. Mousepad rebelde. Se mueve bien, pero al soltarlo cambia su posición. Por
obvias razones no permite el control de la XO.
2. Deja de detectar la batería. Esto se soluciona cambiando la batería. Pero
no conocemos la causa de este error.
3. No reconoce el cargador. Al iniciar la máquina se muestra un mensaje en
donde se dice que le cargador no está presente.
4. Se desconfigura la fecha y bloquea la XO porque la lease no es válida.
Esto se soluciona activando nuevamente la XO y modificando la fecha. Pero
aun no conocemos la causa concreta de este error.
5. La XO no bootea. Se inicia la imagen del boot-anim, y no avanza más. Si
se formatea, el error desaparece. Causa aun no conocida.

Gracias por su cooperación.
Estamos en contacto para trabajarle a esto.

Saludos.

Henry Vélez Molina
Director Tecnológico (OLPC)
Fundación Marina Orth
www.fundacionmarinaorth.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel