Re: 10.1.3 release date

2010-12-22 Thread Andrew van der Stock
Sridhar et al,

I'm in Australia (Geelong to be precise), and have three XO-1's. I don't know 
if I can be of any use in testing for you, but if I can, please let me know. 

Sridhar, I think I have you on Adium if you need to live chat at any stage. 

thanks,
Andrew

On 16/12/2010, at 10:43 PM, Simon Schampijer wrote:

 On 12/16/2010 07:18 AM, Martin Langhoff wrote:
 We are working hard hard on it. It's a bit delayed because getting
 rotate running well has been much more complex than expected -- Jon
 Nettleton and James Cameron have just now -- 5 minutes ago -- found
 the root cause of a glitch that was holding us up.
 
 So we are on the final stretch - won't promise a date yet, but you're
 welcome to make your test builds from our 10.1.3 repos, so you can be
 checking in parallel that there are no conflicts / issues and then
 spin your build soon after we release.
 
 Your test reports will also be welcome!
 
 cheers -
 
 
 m
 
 Hi Sridhar,
 
 would be great if you could contribute to these testing efforts [1]. We 
 are particularly interested in possible regressions at this stage and 
 testing of the new Features etc.
 
 I am also working on the release notes in the next days, so you know 
 what to expect [2].
 
 Thanks,
Simon
 
 [1] http://wiki.laptop.org/go/10.1.3/Testing
 [2] http://wiki.laptop.org/go/Release_notes/10.1.3
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel

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


Re: compiling linuxwacom on 10.1.3 on XO-1

2010-12-22 Thread Chris Marshall
By applying the patch from ticket #10297
I am in the process of compiling the xo-1
kernel rpm on my XO-1 (thanks to much help
from James Cameron steering me in the
right direction).

I think all I will need to build/compile the
linuxwacom driver is an updated kernel-devel
package with the fixes from the patch.

Is there an easy way to build the kernel-devel
once the new kernel is built?

Thanks,
Chris

 Original Message 
From: - Tue Dec 21 16:22:36 2010
To: devel@lists.laptop.org
Subject: compiling linuxwacom on 10.1.3 on XO-1

I've been trying to get Colors! and the Wacom
Bamboo tablet working for my 2 nieces for Christmas.

I've been trying to build the driversr from the
latest linuxwacom sources at:

http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.8-10.tar.bz2

Following the mini-HOWTO from

http://linuxwacom.sourceforge.net/index.php/minihowto

I've been able to get /./configure --enable-wacom'
to complete.  However, when I 'make' the build fails
in the wacom kernel driver module section with errors
like this:

make[2]: Leaving directory `/home/olpc/linuxwacom-0.8.8-10/src/xdrv'
Making all in 2.6.30
make[2]: Entering directory `/home/olpc/linuxwacom-0.8.8-10/src/2.6.30'
Building linuxwacom drivers for 2.6 kernel.
***Note: Drivers not enabled as modules in your kernel config but requested 
through configure are NOT built
make -C /lib/modules/2.6.31_xo1-20101119.1249.1.olpc.3781c4e5eac361a/build 
M=/home/olpc/linuxwacom-0.8.8-10/src/2.6.30
make[3]: Entering directory 
`/usr/src/kernels/2.6.31_xo1-20101119.1249.1..olpc.3781c4e5eac361a-i586'
  LD  /home/olpc/linuxwacom-0.8.8-10/src/2.6.30/built-in.o
  CC [M]  /home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.o
In file included from 
/home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.h:12,
 from 
/home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.c:15:
include/linux/types.h:4:23: error: asm/types.h: No such file or directory
In file included from include/linux/types.h:14,
 from 
/home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.h:12,
 from 
/home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.c:15:
include/linux/posix_types.h:47:29: error: asm/posix_types.h: No such file 
or directory
In file included from 
/home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.h:12,
 from 
/home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.c:15:
include/linux/types.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘__kernel_dev_t’
include/linux/types.h:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘dev_t’
include/linux/types.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘ino_t’
include/linux/types.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘mode_t’
and many more lines of same...

Any help would be greatly appreciated as I was
hoping to give my nieces the 10.1.3 upgrade and
the working (again) wacom table for drawing (I
had it working with 802).

Thanks in advance,
Chris

P.S. The activity thread I started with is at
   http://lists.sugarlabs.org/archive/sugar-devel/2010-December/029215.html
   and forward...

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


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1170 / Virus Database: 426/3328 - Release Date: 12/20/10



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


Re: compiling linuxwacom on 10.1.3 on XO-1

2010-12-22 Thread Jon Nettleton
On Wed, Dec 22, 2010 at 8:38 AM, Chris Marshall
jns-cmarsh...@comcast.net wrote:
 By applying the patch from ticket #10297
 I am in the process of compiling the xo-1
 kernel rpm on my XO-1 (thanks to much help
 from James Cameron steering me in the
 right direction).

 I think all I will need to build/compile the
 linuxwacom driver is an updated kernel-devel
 package with the fixes from the patch.

 Is there an easy way to build the kernel-devel
 once the new kernel is built?


The kernel-devel package will be built at the same time.  The fix for
your problem has been applied to our git repo and a new kernel rpm is
building.  It should be available for download shortly.

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


Re: Re: 10.1.3 release date

2010-12-22 Thread forster
Andrew

The Melbourne XO Club meets monthly to do testing, hacking and general 
activities around the OLPC. Next meeting is in February.

When: 12-4pm - Saturday 18 February 2011

Where: The Hub, 17 Waterview Walk, Docklands Melbourne

Map: see http://luv.asn.au/meetings/map#hub

It would be great to see you there. Alternatively you can get information on 
the latest images and Activities for testing at 
http://lists.laptop.org/listinfo/testing

Tony

 Sridhar et al,
 
 I'm in Australia (Geelong to be precise), and have three XO-1's. I don't know 
 if I can be of any use in testing for you, but if I can, please let me know. 
 
 Sridhar, I think I have you on Adium if you need to live chat at any stage. 
 
 thanks,
 Andrew
 
 On 16/12/2010, at 10:43 PM, Simon Schampijer wrote:
 
  On 12/16/2010 07:18 AM, Martin Langhoff wrote:
  We are working hard hard on it. It's a bit delayed because getting
  rotate running well has been much more complex than expected -- Jon
  Nettleton and James Cameron have just now -- 5 minutes ago -- found
  the root cause of a glitch that was holding us up.
  
  So we are on the final stretch - won't promise a date yet, but you're
  welcome to make your test builds from our 10.1.3 repos, so you can be
  checking in parallel that there are no conflicts / issues and then
  spin your build soon after we release.
  
  Your test reports will also be welcome!
  
  cheers -
  
  
  m
  
  Hi Sridhar,
  
  would be great if you could contribute to these testing efforts [1]. We 
  are particularly interested in possible regressions at this stage and 
  testing of the new Features etc.
  
  I am also working on the release notes in the next days, so you know 
  what to expect [2].
  
  Thanks,
 Simon
  
  [1] http://wiki.laptop.org/go/10.1.3/Testing
  [2] http://wiki.laptop.org/go/Release_notes/10.1.3
  ___
  Devel mailing list
  Devel@lists.laptop.org
  http://lists.laptop.org/listinfo/devel
 
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel
 
 _
 This mail has been virus scanned by Australia On Line
 see http://www.australiaonline.net.au/mailscanning

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


Re: compiling linuxwacom on 10.1.3 on XO-1

2010-12-22 Thread Chris Marshall
On 12/22/2010 12:52 PM, Jon Nettleton wrote:
 On Wed, Dec 22, 2010 at 8:38 AM, Chris Marshall
 jns-cmarsh...@comcast.net  wrote:
 By applying the patch from ticket #10297
 I am in the process of compiling the xo-1
 kernel rpm on my XO-1 (thanks to much help
 from James Cameron steering me in the
 right direction).

 I think all I will need to build/compile the
 linuxwacom driver is an updated kernel-devel
 package with the fixes from the patch.

 Is there an easy way to build the kernel-devel
 once the new kernel is built?


 The kernel-devel package will be built at the same time.  The fix for
 your problem has been applied to our git repo and a new kernel rpm is
 building.  It should be available for download shortly.

Thanks for the heads up.  Indeed the new kernel-devel
from the git commit was available before my kernel
build on the XO-1 completed.  I was able to install
the rpm, point the linuxwacom configure to the
correct path and the driver built.

I've loaded wacom.ko successfully and can move the
mouse with the pen.  Now on to fixing the XInput
configuration issues.

Thanks again,
Chris
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Re: 10.1.3 release date

2010-12-22 Thread forster
oops
sat 19th

 Is that the 19th of Feb? 18th is a Friday.
 
 thanks,
 Andrew
 
 On 23/12/2010, at 7:25 AM, fors...@ozonline.com.au wrote:
 
  Andrew
  
  The Melbourne XO Club meets monthly to do testing, hacking and general 
  activities around the OLPC. Next meeting is in February.
  
  When: 12-4pm - Saturday 18 February 2011
  
  Where: The Hub, 17 Waterview Walk, Docklands Melbourne
  
  Map: see http://luv.asn.au/meetings/map#hub
  
  It would be great to see you there. Alternatively you can get information 
  on the latest images and Activities for testing at 
  http://lists.laptop.org/listinfo/testing
  
  Tony
 
 
 _
 This mail has been virus scanned by Australia On Line
 see http://www.australiaonline.net.au/mailscanning

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


Record activity performance

2010-12-22 Thread Sridhar Dhanapalan
I'm not sure if this should go to olpc devel or sugar devel, so I'm
just sending it here for now.

Record-86 is much better than it used to be, but we're still seeing
some problems with recording and playback on 10.1.2 on our XO-1.5s.

Firstly, I tried Record after having used the XO with various
activities (Musicpainter, Image Thumbnail, etc.) and closed them
(leaving nothing else running). Recording in Low for 2 min appeared to
work, but playback gave no sound, and it paused after about 10
seconds.

Restarting the XO, I ran Record again. Playback of the video was fine.
Then I recorded a 2 min video in High quality. Fast movement, etc.
seemed okay until the final ~30 seconds. At this point, the screen
updated very slowly. I reduced the image complexity so that it was
able to catch up by the end.

Playing back the High quality video gave me what I had seen on the
screen when recording, i.e. it was fine until about 30 secs remaining.
Then the frame rate slowed to a crawl. Audio continued to be smooth
despite the video. The video was fine by the final few seconds, in
sync with the audio.

We're tracking this here: https://dev.laptop.org.au/issues/86

Does anyone have any ideas on what can be done to address this?

Cheers,
Sridhar


Sridhar Dhanapalan
Technical Manager
One Laptop per Child Australia
M: +61 425 239 701
E: srid...@laptop.org.au
A: G.P.O. Box 731
     Sydney, NSW 2001
W: www.laptop.org.au
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Record activity performance

2010-12-22 Thread James Cameron
On Thu, Dec 23, 2010 at 04:53:26PM +1100, Sridhar Dhanapalan wrote:
 I'm not sure if this should go to olpc devel or sugar devel, so I'm
 just sending it here for now.
 
 Record-86 is much better than it used to be, but we're still seeing
 some problems with recording and playback on 10.1.2 on our XO-1.5s.
 
 Firstly, I tried Record after having used the XO with various
 activities (Musicpainter, Image Thumbnail, etc.) and closed them
 (leaving nothing else running). Recording in Low for 2 min appeared to
 work, but playback gave no sound, and it paused after about 10
 seconds.

That's interesting.  I've not heard about that.  What version of those
activities?  Where do you get Musicpainter from?  I can't see it at
activities.sugarlabs.org.  Nor can I see anything called Thumbnail.

If these activities change the mixer controls at all then this may lead
to the no sound symptom you describe.

 Restarting the XO, I ran Record again. Playback of the video was fine.
 Then I recorded a 2 min video in High quality. Fast movement, etc.
 seemed okay until the final ~30 seconds. At this point, the screen
 updated very slowly. I reduced the image complexity so that it was
 able to catch up by the end.
 
 Playing back the High quality video gave me what I had seen on the
 screen when recording, i.e. it was fine until about 30 secs remaining.
 Then the frame rate slowed to a crawl. Audio continued to be smooth
 despite the video. The video was fine by the final few seconds, in
 sync with the audio.
 
 We're tracking this here: https://dev.laptop.org.au/issues/86
 
 Does anyone have any ideas on what can be done to address this?

Everything else you said above, apart from the no sound symptom,
matches what we placed in the release notes for 10.1.2.

http://wiki.laptop.org/go/Release_notes/10.1.2#Record_activity_video_recording_may_pause

What class SD card are you using?

Since the version of Record has not changed between 10.1.2 and 10.1.3,
it is expected that the same problem will affect 10.1.3.

It sounds like High quality may need removing temporarily if this
problem isn't fixed.

-- 
James Cameron
http://quozl.linux.org.au/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Server-devel] Connecting the a Schoolserver via SSH

2010-12-22 Thread Martin Langhoff
On Tue, Dec 21, 2010 at 6:09 PM, Dr. Gerald Ardito
gerald.ard...@gmail.com wrote:
 I was testing the server with about 12 XOs today. They all connected fine
 and had internet connections. But the performance seemed slow. It took
 several seconds for pages to load at times.

Gerald,

you need to diagnose where the problems are. They may be at more than one layer.

 = Is there wifi interference?

- Do you see other APs in the same frequency, or in overlapping
frequencies? You need about 4 channels of separation -- for example,
put your AP in channel 11 -- and make sure there are no other APs
using ch 7, 8 9 or 10. We recommend you use only channels 1, 6 and 11.

- Can a small number of XOs ping the AP with relatively stable low
latency? (ensure there is no other traffic with that AP at the same
time) If there are no APs in overlapping channels, there may still be
cordless phones using the 2.4GHz band, microwave ovens...

 = Is DNS fast or slow? Use the command time dig somedomain.org,
testing for the FQDN of the XS itself, plus regional domains, plus
int'l domains.

 = Is HTTP slow? Use `curl -o /dev/null http://schoolserver/ ` , which
will give you timings, to see if the XS homepage is slow to fetch. Try
the same with http://google.com/ for an external URL.

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
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel