23 Jul 2006 21:19
24 Jul 2006 02:41
Re: [OLPC-devel] writing nand flash on OLPC
Marcelo Tosatti <marcelo <at> kvack.org>
2006-07-24 00:41:14 GMT
2006-07-24 00:41:14 GMT
On Sun, Jul 23, 2006 at 01:19:45PM -0600, Ronald G Minnich wrote: > Would you be able to take in an OLPC-specific .config file? The stream > kernels still will not kexec. > > Thanks By "stream kernels" I suppose you mean the Fedora ones. I have no problems at all to kexec from/to such kernels... What problem are you seeing?
24 Jul 2006 04:58
RE: [OLPC-devel] Weekly work summary [8/12]
Eric Astor <eastor1 <at> swarthmore.edu>
2006-07-24 02:58:26 GMT
2006-07-24 02:58:26 GMT
OEPC: Tools for Wikipedia article selection and export Git Tree: (web) http://dev.laptop.org/git.do?p=projects/soc-oepc (git) git://dev.laptop.org/projects/soc-oepc Status update: * Markenstein: I've made some more progress on my parser, and discovered a fundamental issue - parsing of /italics/ is shaky, as there's no good way to keep it from interfering with Linux path specifications. Suggestions for alternate italics-delimiters are welcome. (Note: we currently use *bold*, /italics/, and _underline_) I've also done further benchmarking, and begun profiling - it can parse between 150-200K characters per second on my laptop, so even if performance scales linearly with clock speed, I'd expect at least 25K characters per second on the laptop. Considering that the traditional print page holds a maximum of 5.6K characters, this will hopefully be fast enough with proper buffering. - BisonGen: Meanwhile, I found that certain important features of Markenstein are impossible to implement with BisonGen, so this path is temporarily abandoned unless we find the current parser to be unacceptably slow. * WikiFilter: I attempted to extract the parser from WikiFilter, to help in converting wikitext to Markenstein, and got reasonably far with porting and re-architecting the system - however, an alternative has emerged, which should give us access to a well-proven, full-featured wikitext parser. I noted that Magnus Manske's wiki2xml parser (written in PHP) uses a structure *very* similar to what the Martel parsing framework utilizes - and Martel could easily yield a faster parser with a smaller footprint. Next week's plans:(Continue reading)
24 Jul 2006 07:01
Re: [OLPC-devel] Weekly work summary [8/12]
Eduardo Silva <edsiper <at> gmail.com>
2006-07-24 05:01:21 GMT
2006-07-24 05:01:21 GMT
Memphis:
New Memory usage tool
Git tree (web) : http://dev.laptop.org/git.do?p=projects/soc-memphis
Git tree (git) : git://dev.laptop.org/projects/soc-memphis
Status update:
All main UI has been re-designed, now Memphis uses horizontal and vertical boxes in User Interface. Plugin support gives to every plugin a tab
and a Drawingarea (some fixed are needed). New Pop-UP Plugin API allow to display messages from plugins, a new alert plugin has been included.
I'm still studing how exmaps works, I hope to include an optional exmap plugin to Memphis.
.
Next week's plans
* Fix drawing area / plugins issues
* Continue with Exmap
cheers
Eduardo Silva
Valparaíso - Chile
New Memory usage tool
Git tree (web) : http://dev.laptop.org/git.do?p=projects/soc-memphis
Git tree (git) : git://dev.laptop.org/projects/soc-memphis
Status update:
All main UI has been re-designed, now Memphis uses horizontal and vertical boxes in User Interface. Plugin support gives to every plugin a tab
and a Drawingarea (some fixed are needed). New Pop-UP Plugin API allow to display messages from plugins, a new alert plugin has been included.
I'm still studing how exmaps works, I hope to include an optional exmap plugin to Memphis.
.
Next week's plans
* Fix drawing area / plugins issues
* Continue with Exmap
cheers
Eduardo Silva
Valparaíso - Chile
_______________________________________________ Devel mailing list Devel <at> laptop.org http://mailman.laptop.org/mailman/listinfo/devel
24 Jul 2006 07:13
RE: [OLPC-devel] Weekly work summary [8/12]
<mharriso <at> student.umass.edu>
2006-07-24 05:13:22 GMT
2006-07-24 05:13:22 GMT
eBook External Data Sources http://dev.laptop.org/git.do?p=projects/soc-eds git://dev.laptop.org/projects/soc-eds My focus has shifted slightly, and I'll be working with Project Gutenberg to hopefully make their life (and this OLPC's life) easier with their catalog system. I've been learning Django (a really nice Python web application framework, http://www.djangoproject.com/) in order to work on a web application for keeping their catalog updated. I've added "catalog.py" to my git repository, which is a little script to check PG's daily RSS feed for updates and add it to one main RSS file. It should be working, but it's set up as a cron job on my laptop to test it over a couple of new feeds. Next week: Work with PG to create the web interface to add/modify/search for entries in the PG catalog.
24 Jul 2006 13:11
Re: [OLPC-devel] Weekly work summary [8/12]
Manu Cornet <manu.cornet <at> gmail.com>
2006-07-24 11:11:51 GMT
2006-07-24 11:11:51 GMT
Hi ! Here's my weekly report for the "GTK+ Toolkit" project (git://dev.laptop.org/projects/soc-gtk) * You'll always find an up-to-date status of the project on the wiki page (which also has updated screenshots) here: http://wiki.laptop.org/go/GTK_for_OLPC * Apart from the git repository, you can also find my code here : http://www.manucornet.net/pub/olpc/ Done this week: * Hacked Xephyr to make it swizzle colors just like the DCON chip does. See screenshots on the wiki page. * Finished integrating Federico's widget profiler with my theme torturer, it now works well on all widgets and provides easy to read time measure summaries (see screenhots on the wiki as well). * Began hacking Xephyr to also let it perform antialiasing like the laptop does (in progress). * Made a detailed blog entry to let people know what I'm doing :) You can read it at http://www.manucornet.net/blog/dreamerant/?p=39 Plans for the following weeks: * Finish coding the antialiasing part. * Work on the current version of the GTK theme to enhance performance (now that I have a reliable tool to measure it). * Figure out how to build sugar on my system (Dapper -- it failed every time I tried until now). * Implement missing draw functions of the theme, aim towards Diana's mockups. Disclaimer (same as last week) : while the program itself ends on August 21st and I will do the necessary to have achieved a good deal of work at that date, I have always planned to *not* disappear on August 22nd :o) The project is really interesting, Federico is a *great* mentor (hope he still agrees to give me a piece of advice from time to time after the summer), and the laptop won't be finished at all. So plan to keep seeing me around working on these problems for the next few months :) Cheers, Manu
24 Jul 2006 15:36
Re: [OLPC-devel] writing nand flash on OLPC
Ronald G Minnich <rminnich <at> lanl.gov>
2006-07-24 13:36:07 GMT
2006-07-24 13:36:07 GMT
Marcelo Tosatti wrote: > On Sun, Jul 23, 2006 at 01:19:45PM -0600, Ronald G Minnich wrote: > >>Would you be able to take in an OLPC-specific .config file? The stream >>kernels still will not kexec. >> >>Thanks > > > By "stream kernels" I suppose you mean the Fedora ones. > > I have no problems at all to kexec from/to such kernels... > > What problem are you seeing? > the standard can't mount root on unknown-block blah blah blah. Works fine with our olpc-specific kernels, has never worked with the fedora kernels. ron
24 Jul 2006 15:47
[OLPC-devel] I need .config for olpc kernel
Daniel Olivera <daniel <at> ututo.org>
2006-07-24 13:47:43 GMT
2006-07-24 13:47:43 GMT
I have a linux-2.6.18-rc2 working fine.
But "pcm" device is not recognized and not configured.
Usin similar configuration in another pc pcm is working.
Where I can download a ".config" for kernel linux used in fedora-olpc
images?.
Thanks in advance
happy hacking!!
--
Daniel Olivera (Mate.Cosido) - UTUTO
"Al asesinato en masa los hombres lo llaman guerra"
"No digo nombre ni señas, solo digo compañeros"
Viglietti
"No soy mas libre por usar solamente software
libre. Soy mas libre porque se por que lo uso"
ICQ: 8368437 - Jabber: dolivera <at> jabber.org
IPv4/IPv6 site: www.ututo.org
Blog: daniel.ututo.org
SIP address: sip:ututo <at> iptel.org
UTUTO XS 2006 GNU System - 100% software libre
_______________________________________________ Devel mailing list Devel <at> laptop.org http://mailman.laptop.org/mailman/listinfo/devel
25 Jul 2006 15:28
Re: [OLPC-devel] I need .config for olpc kernel
<supat <at> supat.eu.org>
2006-07-25 13:28:24 GMT
2006-07-25 13:28:24 GMT
Hi, I did not work on compiling OLPC kernel any more. BUT I have opposite problem to you. The place that you get kernels always has .config you want as below: bash-3.00# tar tvfz kernel-2.6.17-1.2366.fc6.src.tgz|more drwxr-xr-x root/root 0 2006-07-13 17:19:40 ./ drwxr-xr-x root/root 0 2006-07-13 17:19:40 ./kernel-2.6.17-1.2366.fc6/ -rw-r--r-- root/root 32823 2004-09-09 06:09:55 ./kernel-2.6.17-1.2366.fc6/COPYING.modules -rw-r--r-- root/root 1611 2006-02-13 12:21:22 ./kernel-2.6.17-1.2366.fc6/Config.mk -rwxr-xr-x root/root 1033 2006-05-30 16:42:21 ./kernel-2.6.17-1.2366.fc6/built-in-where -rw-r--r-- root/root 6026 2006-07-07 12:55:46 ./kernel-2.6.17-1.2366.fc6/config-rhel-generic -rwxr-xr-x root/root 348 2006-05-30 16:42:21 ./kernel-2.6.17-1.2366.fc6/find-provides -rw-r--r-- root/root 139 2004-09-09 06:44:59 ./kernel-2.6.17-1.2366.fc6/genkey -rw-r--r-- root/root 66188 2006-07-11 12:11:33 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-i586.config -rw-r--r-- root/root 65807 2006-07-11 12:11:32 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-i686-PAE.config -rw-r--r-- root/root 65873 2006-07-11 12:11:33 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-i686-kdump.config -rw-r--r-- root/root 67361 2006-07-11 12:11:37 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-i686-xen-PAE.config -rw-r--r-- root/root 67361 2006-07-11 12:11:37 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-i686-xen.config -rw-r--r-- root/root 65807 2006-07-11 12:11:32 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-i686.config -rw-r--r-- root/root 63661 2006-07-11 12:11:37 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-ia64.config -rw-r--r-- root/root 64046 2006-07-11 12:11:36 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-ppc-smp.config -rw-r--r-- root/root 64029 2006-07-11 12:11:36 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-ppc.config -rw-r--r-- root/root 64168 2006-07-11 12:11:36 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-ppc64-kdump.config -rw-r--r-- root/root 64105 2006-07-11 12:11:36 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-ppc64.config -rw-r--r-- root/root 62950 2006-07-11 12:11:35 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-s390.config -rw-r--r-- root/root 62960 2006-07-11 12:11:35 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-s390x.config -rw-r--r-- root/root 63995 2006-07-11 12:11:34 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-x86_64-kdump.config -rw-r--r-- root/root 66468 2006-07-11 12:11:38 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-x86_64-xen.config -rw-r--r-- root/root 63931 2006-07-11 12:11:34 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.17-x86_64.config -rw-r--r-- root/root 62387 2006-07-11 11:47:20 ./kernel-2.6.17-1.2366.fc6/kernel-2.6.spec -rw-r--r-- root/root 485 2005-11-22 06:44:50 ./kernel-2.6.17-1.2366.fc6/linux-2.6-NFSD-badness.patch -rw-r--r-- root/root 6390 2005-11-08 02:45:42 ./kernel-2.6.17-1.2366.fc6/linux-2.6-NFSD-ctlbits.patch -rw-r--r-- root/root 572 2005-10-16 14:23:45 ./kernel-2.6.17-1.2366.fc6/linux-2.6-NFSD-non-null-getxattr.patch -rw-r--r-- root/root 3107 2006-03-01 21:15:50 ./kernel-2.6.17-1.2366.fc6/linux-2.6-acpi_os_acquire_object-gfp_kernel-called-with-irqs.patch -rw-r--r-- root/root 3796 2006-07-07 11:07:30 ./kernel-2.6.17-1.2366.fc6/linux-2.6-autofs-revalidate-lookup.patch -rw-r--r-- root/root 4076 2006-06-26 16:39:13 ./kernel-2.6.17-1.2366.fc6/linux-2.6-build-nonintconfig.patch -rw-r--r-- root/root 1686 2005-11-19 20:53:04 ./kernel-2.6.17-1.2366.fc6/linux-2.6-build-userspace-headers-warning.patch Please note that I d/l kernel-2.6.17-1.2366.fc6.src.tgz and got .config automatically. like ==> kernel-2.6.17-i586.config as above indication. BUT my problems is it has several hundread patches and I don't know what one to apply to get exactly rc-2 or rc-1. If s/o has enlight me will be thankful. Regards, supat On Mon, 24 Jul 2006, Daniel Olivera wrote: > I have a linux-2.6.18-rc2 working fine. > But "pcm" device is not recognized and not configured. > Usin similar configuration in another pc pcm is working. > > Where I can download a ".config" for kernel linux used in fedora-olpc > images?. > > > Thanks in advance > > happy hacking!! > -- > Daniel Olivera (Mate.Cosido) - UTUTO > "Al asesinato en masa los hombres lo llaman guerra" > "No digo nombre ni señas, solo digo compañeros" > Viglietti > "No soy mas libre por usar solamente software > libre. Soy mas libre porque se por que lo uso" > > ICQ: 8368437 - Jabber: dolivera <at> jabber.org > IPv4/IPv6 site: www.ututo.org > Blog: daniel.ututo.org > SIP address: sip:ututo <at> iptel.org > UTUTO XS 2006 GNU System - 100% software libre >
_______________________________________________ Devel mailing list Devel <at> laptop.org http://mailman.laptop.org/mailman/listinfo/devel
24 Jul 2006 16:30
Re: [OLPC-devel] I need .config for olpc kernel
Ronald G Minnich <rminnich <at> lanl.gov>
2006-07-24 14:30:46 GMT
2006-07-24 14:30:46 GMT
supat <at> supat.eu.org wrote: > BUT my problems is it has several hundread patches and I don't know what > one to apply to get exactly rc-2 or rc-1. I feel your pain. Is there a good reason NOT to use kernel.org kernels? ron
RSS Feed