Auckland Testing Summary 2 March 2013

2013-03-02 Thread Tom Parker

Auckland Testing Summary 2 March 2013
Who: John, Hans, Oliver, Tabitha, Tom

Testing 3.1.0 build 30 on XO-1.75 and build 32 on XO-4

In Physics on XO-1.75 the top couple of cm of the screen is white. The 
exact line where this happens moves around. This has been reported 
before. This doesn’t happen in the same way on the XO-4, with a 
complicated enough display, the whole screen flickers every few seconds. 
The more complicated the display the worse it gets, to the point where 
it becomes unusable (3/4 of the screen is permanently white with only a 
few objects on the screen). Also the mouse pointer is very badly 
corrupted. This looks like http://dev.laptop.org/ticket/11922


Browse hung immediately on logging in to a Zimbra webmail. The mouse 
pointer stopped responding to the page (it is supposed to change shape 
over links and so forth), and the display stopped updating. It does not 
respond to stop from the frame menu and it does not consume cpu. This 
happened 3 times in a row. We reported this as 
http://bugs.sugarlabs.org/ticket/3775 a long time ago. This time we 
reproduced on XO-4. Unfortunately I am unable to find a working free 
zimbra instance to produce a test case with.


Quickly tapping the XO figure in the middle of the activity ring and 
then on the white space next to it and then back on the XO figure 
eventually caused the touch screen to stop working and also the mouse 
pointer to never re-appear. The keyboard still works and it seems 
everything else still works, but mouse/touchscreen interaction was 
impossible. There was nothing interesting in the logs. I am also able to 
reproduce http://bugs.sugarlabs.org/ticket/2184 without breaking 
everything using this method.


We had physics exhaust all the memory in the system on XO-1.75. The 
system became laggy and started reading a lot from the disk and 
eventually the OOM killer killed physics. Creating a scene with an 
unclosed freehand object spinning with a motor seems to trigger this 
memory leak, it seems to leak more than 1MB or so per minute with this 
scene. Physics seems to pause when it is not the visible activity and 
the memory leaking stops too. This happened on both XO-1.75 and XO-4. 
Raised http://bugs.sugarlabs.org/ticket/4455


Write works well, but inserting an image is strange. On one laptop the 
insert image window appeared behind write, giving the impression that 
the clicking on the button does nothing. We opened log and during that 
process the missing insert image screens appeared. This only happened 
once but during this event we opened many instances of the insert image 
window with them all appearing behind Write. It took quite some time to 
close them all.


Distance doesn’t work, this activity should be removed if it cannot be 
fixed. This was previously reported more than a year ago in 
http://dev.laptop.org/ticket/11596


Scratch works, and loud? sensor works too! Yay. Is there a way to access 
the built in accelerometer and light sensor? The Sensor block appears to 
only work with external hardware.


There are no references on the Science page in WikipediaEN (there are 
lots on the real wikipedia). There is a heading for references but no 
references under it. Interestingly there are references on the Money page.


Measure starts with too much gain on XO-1.75, but has good gain on XO-4. 
The trigger works, but occurs at a multiple of the actual trigger value. 
We reported this a long time ago, but I can’t find a ticket. Will raise 
one next time if I don’t find it before then.


A two year old is reliably able to break things by pressing the rotate 
button. He lost the moon (the rest of Moon’s display was still there) 
and he caused issues for TamTamMini.


Read  Get Books works.

Calculate activity works.

Tab tested on XO-1.75 memorize, measure (basic), maze, implode, tamtam 
mini, help (still no keybd shortcut image), ruler, clock, record, moon, 
stopwatch, simplegraph (also know as chart - can we  pick one name?), 
portfolio, labyrinth.


paint greyscale button doesnt work on this laptop but does on another, 
both laptops have log file incorrectly(?) named “oficina” not “paint”.


power-logs.tar.bz2
Description: application/bzip
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: trouble making actrd with dracut

2013-03-02 Thread Rogelio Mita
openssl-dev???

2013/3/1 Esteban Bordón ebor...@plan.ceibal.edu.uy

 I'm having a problem trying to import httplib:

 ImportError: No module named hashlib



 2013/2/26 Daniel Drake d...@laptop.org

 On Tue, Feb 26, 2013 at 11:41 AM, Esteban Bordón
 ebor...@plan.ceibal.edu.uy wrote:
  Hi all,
 
  I'm trying to make a new actrd in XO 1.75-F18 and I'm having some
 errors:
 
  bash-4.2# dracut --force --conf /etc/dracut-olpc-actrd.conf actrd.img
  dracut-install: ERROR: installing
  '/usr/lib/python2.7/lib-dynload/_md5module.so'
  E: /usr/lib/dracut/dracut-install -D /var/tmp/initramfs.2kIhBe
  /usr/lib/python2.7/lib-dynload/_md5module.so
  dracut-install: ERROR: installing
  '/usr/lib/python2.7/lib-dynload/Python-2.7.2-py2.7.egg-info'
  E: /usr/lib/dracut/dracut-install -D /var/tmp/initramfs.2kIhBe
  /usr/lib/python2.7/lib-dynload/Python-2.7.2-py2.7.egg-info
  dracut-install: ERROR: installing
  '/usr/lib/python2.7/lib-dynload/_sha256module.so'
  E: /usr/lib/dracut/dracut-install -D /var/tmp/initramfs.2kIhBe
  /usr/lib/python2.7/lib-dynload/_sha256module.so
  dracut-install: ERROR: installing
  '/usr/lib/python2.7/lib-dynload/_sha512module.so'
  E: /usr/lib/dracut/dracut-install -D /var/tmp/initramfs.2kIhBe
  /usr/lib/python2.7/lib-dynload/_sha512module.so
  dracut-install: ERROR: installing
  '/usr/lib/python2.7/lib-dynload/_shamodule.so'
  E: /usr/lib/dracut/dracut-install -D /var/tmp/initramfs.2kIhBe
  /usr/lib/python2.7/lib-dynload/_shamodule.so
  WARNING: could not open
 
 /var/tmp/initramfs.2kIhBe/lib/modules/3.0.19_xo1.75-20121216.0813.olpc.1765a82/modules.order:
  No such file or directory
  WARNING: could not open
 
 /var/tmp/initramfs.2kIhBe/lib/modules/3.0.19_xo1.75-20121216.0813.olpc.1765a82/modules.builtin:
  No such file or directory

 I expect these errors aren't really important, and that it produces an
 initramfs for you anyway. What is the problem you are seeing?

 Daniel



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




-- 
Roger

Activity Central http://activitycentral.com/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


[Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread tkkang
I followed the procedures here 
(http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Hacking#Installing)
 and manage get to the part where I was advice to take a coffee break (ejjaberd 
starting, etc).

After a long wait I get the following info:

systemctl start ejabberd-xs-service
Job failed. See system journal and 'systemctl status' for detail

I checked log and it say specified file is not readable 
/etc/ejabberd/ejabberd.pem 

What should I do to continue ... things went smooth until I hit this.

For the time being I could login into the system via an AP and get internet 
access. So something is still working with a 1/2 an installation!






---
T.K. Kang

Tel: (+852) 37430982
Mob: (+82) 61282324
Fax: (+852) 21254152

Web: http://www.nurturingeducation.com 
E-mail: tkk...@nurturingeducation.com



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread Anna
On Sat, Mar 2, 2013 at 9:53 AM, tkk...@nurturingasia.com wrote:

 I followed the procedures here (
 http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Hacking#Installing)
 and manage get to the part where I was advice to take a coffee break
 (ejjaberd starting, etc).

 After a long wait I get the following info:

 systemctl start ejabberd-xs-service
 Job failed. See system journal and 'systemctl status' for detail


I always get that message about ejabberd failing to start during the
installation process.  It times out, then the installation process moves on.

Did the install continue after you got that message?  It should have done
some other stuff, then after another little while, it should have told you
to reboot.

Anna Schoolfield
Birmingham
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread tkkang
Thanks for the reply and support!

No.. I tried a number of time and it NEVER got me to the end where it ask me to 
reboot with a message of a successful installation. Drop me there with 
instruction to manuall start ejjaberd. 
 
For the time being when I reboot .. at least it works with my the AP and 
provide successful internet connection to other XOs - that is an achievement 
indeed thanks to the hardwork of many! Hence can't http://schoolserver to get a 
response, etc.

Must I use an external AP or there is more magic if the XO wirless can function 
as this ?




-Original Message-
From: Anna [mailto:ascho...@gmail.com]
Sent: Sunday, March 3, 2013 12:14 AM
To: tkk...@nurturingasia.com
Cc: server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

On Sat, Mar 2, 2013 at 9:53 AM, tkk...@nurturingasia.com wrote:

 I followed the procedures here (
 http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Hacking#Installing)
 and manage get to the part where I was advice to take a coffee break
 (ejjaberd starting, etc).

 After a long wait I get the following info:

 systemctl start ejabberd-xs-service
 Job failed. See system journal and 'systemctl status' for detail


I always get that message about ejabberd failing to start during the
installation process.  It times out, then the installation process moves on.

Did the install continue after you got that message?  It should have done
some other stuff, then after another little while, it should have told you
to reboot.

Anna Schoolfield
Birmingham



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread Anna
Just to clarify, you're on a 1.75 running 12.1.0?  And before you started
doing anything in the instructions, did you plug in a USB wifi dongle
connected to a powered up AP?

My usual process for getting ready to install is:

1.  Flash 12.1.0 on a 1.75
2.  It reboots itself, I set the buddy name
3.  In NH, I connect to my home wifi
4.  Turn off power management in the Sugar Control Panel
5.  Plug in the ethernet cable that connects the usb wifi dongle to the AP
6.  Plug the AP's power into the wall outlet
7.  Insert the usb wifi dongle into the 1.75
8.  Open the terminal activity and start following the install instructions

On Sat, Mar 2, 2013 at 10:23 AM, tkk...@nurturingasia.com wrote:


 Must I use an external AP or there is more magic if the XO wirless can
 function as this ?


As far as I know, the XO's wifi chip doesn't support AP mode, so
unfortunately no.

Anna Schoolfield
Birmingham
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread tkkang
Yes it is a 12.1.0 (build 10) as I cannot flash the new build 21 since the 
image I have is customised.

For the 1st installation I did not have the USB-Ethernet-AP connection plugin.

Maybe I should use another XO to start all over again!

Thanks for the detail step by step. Hope I have better luck the next time.

Does Moodle, registration, etc work as usual with a complete install?


Cheers
-Original Message-
From: Anna [mailto:ascho...@gmail.com]
Sent: Sunday, March 3, 2013 12:42 AM
To: tkk...@nurturingasia.com
Cc: server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

Just to clarify, you're on a 1.75 running 12.1.0?  And before you started
doing anything in the instructions, did you plug in a USB wifi dongle
connected to a powered up AP?

My usual process for getting ready to install is:

1.  Flash 12.1.0 on a 1.75
2.  It reboots itself, I set the buddy name
3.  In NH, I connect to my home wifi
4.  Turn off power management in the Sugar Control Panel
5.  Plug in the ethernet cable that connects the usb wifi dongle to the AP
6.  Plug the AP's power into the wall outlet
7.  Insert the usb wifi dongle into the 1.75
8.  Open the terminal activity and start following the install instructions

On Sat, Mar 2, 2013 at 10:23 AM, tkk...@nurturingasia.com wrote:


 Must I use an external AP or there is more magic if the XO wirless can
 function as this ?


As far as I know, the XO's wifi chip doesn't support AP mode, so
unfortunately no.

Anna Schoolfield
Birmingham



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread Anna
We are just about to push some fixes and changes, so if you're not
impatient to try this out, I'd suggest waiting a couple of days or so.
Stay tuned for some news!

On Sat, Mar 2, 2013 at 11:31 AM, tkk...@nurturingasia.com wrote:


 Does Moodle, registration, etc work as usual with a complete install?


No Moodle, but the basic set of XS services listed here should work:
http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Test_Plan

Anna Schoolfield
Birmingham
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread Jerry Vonau
On Sat, 2013-03-02 at 17:31 +, tkk...@nurturingasia.com wrote:
 Yes it is a 12.1.0 (build 10) as I cannot flash the new build 21 since the 
 image I have is customised.
 

Is your 1.75 locked?

 For the 1st installation I did not have the USB-Ethernet-AP connection plugin.
 

Your best bet is to have all your interfaces plugging in before booting
the XO, otherwise when we detect the number of interfaces we will miss
installing some components that is vital to using the XS as a router. We
prompt if we detect less than what is required for a router, but I
prefer to have the interfaces appear in the same order as what the
kernel will find if just rebooted. This is more of an issue when your
using 2 usb based interfaces and not using the XO's internal wifi.

 Maybe I should use another XO to start all over again!
 

I would prefer if you could use 12.1.0-21 as a starting point as that is
what we are testing with. If you can't do that, please ensure your
network adaptor is inserted before booting then run the install.


 Thanks for the detail step by step. Hope I have better luck the next time.
 

see:

http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Hacking 
Installing.


 Does Moodle, registration, etc work as usual with a complete install?
 
 

Moodle is left uninstalled, but can be added later if wanted/needed,
instructions to follow.

Thanks for the valuable feedback, 

Jerry


 Cheers
 -Original Message-
 From: Anna [mailto:ascho...@gmail.com]
 Sent: Sunday, March 3, 2013 12:42 AM
 To: tkk...@nurturingasia.com
 Cc: server-devel@lists.laptop.org
 Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion
 
 Just to clarify, you're on a 1.75 running 12.1.0?  And before you started
 doing anything in the instructions, did you plug in a USB wifi dongle
 connected to a powered up AP?
 
 My usual process for getting ready to install is:
 
 1.  Flash 12.1.0 on a 1.75
 2.  It reboots itself, I set the buddy name
 3.  In NH, I connect to my home wifi
 4.  Turn off power management in the Sugar Control Panel
 5.  Plug in the ethernet cable that connects the usb wifi dongle to the AP
 6.  Plug the AP's power into the wall outlet
 7.  Insert the usb wifi dongle into the 1.75
 8.  Open the terminal activity and start following the install instructions
 
 On Sat, Mar 2, 2013 at 10:23 AM, tkk...@nurturingasia.com wrote:
 
 
  Must I use an external AP or there is more magic if the XO wirless can
  function as this ?
 
 
 As far as I know, the XO's wifi chip doesn't support AP mode, so
 unfortunately no.
 
 Anna Schoolfield
 Birmingham
 
 
 
 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread Tim Moody
Initially, at least, the expected configuration is that the internal wifi is 
used for external access (wan) and the ap is attached to a usb ethernet 
device for interanl access (lan).


-Original Message- 
From: tkk...@nurturingasia.com

Sent: Saturday, March 02, 2013 8:23 PM
To: Jerry Vonau
Cc: server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

Great getting support for the list.

No it is a brand new XO 1.75 which have not been unlocked. Is that a must?

What is the typical setup ? As the XO internal Wifi can be turned into a 
WiFi I will need a external AP connected to my USBEthernet plug. To get 
internet access I will then need another USBEthernet plugin with connection 
for wired internet access. It will so nice that the XO internal wifi can act 
as a AP making less need for external AP!


Looking forward to future addition. The ability for the XO to server as a 
webs erver while providing connection for other XOs is really a great 
start - esp for small deployments!


Great weekend to all.


-Original Message-
From: Jerry Vonau [mailto:jvo...@shaw.ca]
Sent: Sunday, March 3, 2013 05:08 AM
To: tkk...@nurturingasia.com
Cc: 'Anna', server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

On Sat, 2013-03-02 at 17:31 +, tkk...@nurturingasia.com wrote:
Yes it is a 12.1.0 (build 10) as I cannot flash the new build 21 since 
the image I have is customised.




Is your 1.75 locked?

For the 1st installation I did not have the USB-Ethernet-AP connection 
plugin.




Your best bet is to have all your interfaces plugging in before booting
the XO, otherwise when we detect the number of interfaces we will miss
installing some components that is vital to using the XS as a router. We
prompt if we detect less than what is required for a router, but I
prefer to have the interfaces appear in the same order as what the
kernel will find if just rebooted. This is more of an issue when your
using 2 usb based interfaces and not using the XO's internal wifi.


Maybe I should use another XO to start all over again!



I would prefer if you could use 12.1.0-21 as a starting point as that is
what we are testing with. If you can't do that, please ensure your
network adaptor is inserted before booting then run the install.


Thanks for the detail step by step. Hope I have better luck the next 
time.




see:

http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Hacking
Installing.



Does Moodle, registration, etc work as usual with a complete install?




Moodle is left uninstalled, but can be added later if wanted/needed,
instructions to follow.

Thanks for the valuable feedback,

Jerry



Cheers
-Original Message-
From: Anna [mailto:ascho...@gmail.com]
Sent: Sunday, March 3, 2013 12:42 AM
To: tkk...@nurturingasia.com
Cc: server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

Just to clarify, you're on a 1.75 running 12.1.0?  And before you 
started

doing anything in the instructions, did you plug in a USB wifi dongle
connected to a powered up AP?

My usual process for getting ready to install is:

1.  Flash 12.1.0 on a 1.75
2.  It reboots itself, I set the buddy name
3.  In NH, I connect to my home wifi
4.  Turn off power management in the Sugar Control Panel
5.  Plug in the ethernet cable that connects the usb wifi dongle to the 
AP

6.  Plug the AP's power into the wall outlet
7.  Insert the usb wifi dongle into the 1.75
8.  Open the terminal activity and start following the install 
instructions


On Sat, Mar 2, 2013 at 10:23 AM, tkk...@nurturingasia.com wrote:


 Must I use an external AP or there is more magic if the XO wirless can
 function as this ?


As far as I know, the XO's wifi chip doesn't support AP mode, so
unfortunately no.

Anna Schoolfield
Birmingham



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel







___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel 


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Community Edition: XO 1.75 installtion

2013-03-02 Thread tkkang
Just registered for developer key for the XO. See if I could run XS-setup again 
with the XO unlock. Pity I have no way of flashing to the latest 12.1.0 build 
21.

Without ejabberd running or http runnig at least I am able to support 10 XO via 
a external AP and a wired WAN from another USBEthernet. The power source for 
the external AP is powered by the XO USB and hence no external power supply is 
needed for it to server as a school server. That is cool.

Will update on progress but I will be back to the XS7 for a coming deployment.

Cheers

-Original Message-
From: Tim Moody [mailto:timmo...@sympatico.ca]
Sent: Sunday, March 3, 2013 09:34 AM
To: tkk...@nurturingasia.com
Cc: server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

Initially, at least, the expected configuration is that the internal wifi is 
used for external access (wan) and the ap is attached to a usb ethernet 
device for interanl access (lan).

-Original Message- 
From: tkk...@nurturingasia.com
Sent: Saturday, March 02, 2013 8:23 PM
To: Jerry Vonau
Cc: server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

Great getting support for the list.

No it is a brand new XO 1.75 which have not been unlocked. Is that a must?

What is the typical setup ? As the XO internal Wifi can be turned into a 
WiFi I will need a external AP connected to my USBEthernet plug. To get 
internet access I will then need another USBEthernet plugin with connection 
for wired internet access. It will so nice that the XO internal wifi can act 
as a AP making less need for external AP!

Looking forward to future addition. The ability for the XO to server as a 
webs erver while providing connection for other XOs is really a great 
start - esp for small deployments!

Great weekend to all.

-Original Message-
From: Jerry Vonau [mailto:jvo...@shaw.ca]
Sent: Sunday, March 3, 2013 05:08 AM
To: tkk...@nurturingasia.com
Cc: 'Anna', server-devel@lists.laptop.org
Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion

On Sat, 2013-03-02 at 17:31 +, tkk...@nurturingasia.com wrote:
 Yes it is a 12.1.0 (build 10) as I cannot flash the new build 21 since 
 the image I have is customised.


Is your 1.75 locked?

 For the 1st installation I did not have the USB-Ethernet-AP connection 
 plugin.


Your best bet is to have all your interfaces plugging in before booting
the XO, otherwise when we detect the number of interfaces we will miss
installing some components that is vital to using the XS as a router. We
prompt if we detect less than what is required for a router, but I
prefer to have the interfaces appear in the same order as what the
kernel will find if just rebooted. This is more of an issue when your
using 2 usb based interfaces and not using the XO's internal wifi.

 Maybe I should use another XO to start all over again!


I would prefer if you could use 12.1.0-21 as a starting point as that is
what we are testing with. If you can't do that, please ensure your
network adaptor is inserted before booting then run the install.


 Thanks for the detail step by step. Hope I have better luck the next 
 time.


see:

http://wiki.laptop.org/go/User:Holt/XS_Community_Edition/0.2/Hacking
Installing.


 Does Moodle, registration, etc work as usual with a complete install?



Moodle is left uninstalled, but can be added later if wanted/needed,
instructions to follow.

Thanks for the valuable feedback,

Jerry


 Cheers
 -Original Message-
 From: Anna [mailto:ascho...@gmail.com]
 Sent: Sunday, March 3, 2013 12:42 AM
 To: tkk...@nurturingasia.com
 Cc: server-devel@lists.laptop.org
 Subject: Re: [Server-devel] XS Community Edition: XO 1.75 installtion
 
 Just to clarify, you're on a 1.75 running 12.1.0?  And before you 
 started
 doing anything in the instructions, did you plug in a USB wifi dongle
 connected to a powered up AP?
 
 My usual process for getting ready to install is:
 
 1.  Flash 12.1.0 on a 1.75
 2.  It reboots itself, I set the buddy name
 3.  In NH, I connect to my home wifi
 4.  Turn off power management in the Sugar Control Panel
 5.  Plug in the ethernet cable that connects the usb wifi dongle to the 
 AP
 6.  Plug the AP's power into the wall outlet
 7.  Insert the usb wifi dongle into the 1.75
 8.  Open the terminal activity and start following the install 
 instructions
 
 On Sat, Mar 2, 2013 at 10:23 AM, tkk...@nurturingasia.com wrote:
 
 
  Must I use an external AP or there is more magic if the XO wirless can
  function as this ?
 
 
 As far as I know, the XO's wifi chip doesn't support AP mode, so
 unfortunately no.
 
 Anna Schoolfield
 Birmingham
 


 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel





___
Server-devel mailing list
Server-devel@lists.laptop.org