Re: [Fwd: Virtaal on ARM]

2011-11-15 Thread Kevin Gordon
On Tue, Nov 15, 2011 at 2:48 AM, Chris Leonard cjlhomeaddr...@gmail.comwrote:

 On Tue, Nov 15, 2011 at 7:03 AM, Dwayne Bailey dwa...@translate.org.za
 wrote:
 
  On 2011-11-15 01:34, Chris Leonard wrote:
 
  On Mon, Nov 14, 2011 at 3:50 PM, Martin Langhoff
  martin.langh...@gmail.com  wrote:
 
  On Mon, Nov 14, 2011 at 2:57 PM, Chris Leonard
 cjlhomeaddr...@gmail.com
   wrote:
 
  In previous interations of XO-1 builds, getting Virtaal on the Gnome
  boot
  was a simple sudo yum install virtaal.  Unfortunately, when I tried
  this
  on an XO-1.75 with 883, I got errors (detailed far below).  I sent the
  errors to the Virtaal devs and got back the reply in-lined below.
 
  How about:
  sudo yum --enablerepo=fedora-updates install virtaal
 
  Could you try:
 
  sudo yum --enablerepo=updates install virtaal
 
  Although I would assume updates are on by default.
 

 Same issues

 [olpc@xo-c5-b9-b6 ~]$ sudo yum --enablerepo=updates install virtaal
 updates/metalink | 3.1 kB 00:00
 Setting up Install Process
 Resolving Dependencies
 -- Running transaction check
 --- Package virtaal.noarch 0:0.6.1-8.fc14 set to be installed
 -- Processing Dependency: translate-toolkit = 1.5.1 for package:
 virtaal-0.6.1-8.fc14.noarch
 -- Processing Dependency: python-Levenshtein for package:
 virtaal-0.6.1-8.fc14.noarch
 -- Processing Dependency: libtranslate for package:
 virtaal-0.6.1-8.fc14.noarch
 -- Processing Dependency: gnome-python2-gtkspell for package:
 virtaal-0.6.1-8.fc14.noarch
 -- Processing Dependency: python-psycopg2 for package:
 virtaal-0.6.1-8.fc14.noarch
 -- Running transaction check
 --- Package gnome-python2-gtkspell.armv5tel 0:2.25.3-34.fc14.1 set to
 be installed
 -- Processing Dependency: gnome-python2-extras = 2.25.3-34.fc14.1 for
 package: gnome-python2-gtkspell-2.25.3-34.fc14.1.armv5tel
 --- Package libtranslate.armv5tel 0:0.99-23.fc13 set to be installed
 --- Package python-Levenshtein.armv5tel 0:0.10.1-12.fc14 set to be
 installed
 --- Package python-psycopg2.armv5tel 0:2.2.2-2.fc14 set to be installed
 -- Processing Dependency: libpq.so.5 for package:
 python-psycopg2-2.2.2-2.fc14.armv5tel
 --- Package translate-toolkit.noarch 0:1.9.0-1.fc14 set to be installed
 -- Processing Dependency: aeidon for package:
 translate-toolkit-1.9.0-1.fc14.noarch
 -- Processing Dependency: python-enchant for package:
 translate-toolkit-1.9.0-1.fc14.noarch
 -- Processing Dependency: python-vobject for package:
 translate-toolkit-1.9.0-1.fc14.noarch
 -- Running transaction check
 --- Package gnome-python2-extras.armv5tel 0:2.25.3-34.fc14.1 set to
 be installed
 --- Package postgresql-libs.armv5tel 0:8.4.5-1.fc14 set to be installed
 --- Package python-enchant.armv5tel 0:1.3.1-7.fc14 set to be installed
 --- Package python-vobject.noarch 0:0.8.1c-3.fc14 set to be installed
 --- Package translate-toolkit.noarch 0:1.9.0-1.fc14 set to be installed
 -- Processing Dependency: aeidon for package:
 translate-toolkit-1.9.0-1.fc14.noarch
 -- Finished Dependency Resolution
 Error: Package: translate-toolkit-1.9.0-1.fc14.noarch (updates)
   Requires: aeidon
  You could try using --skip-broken to work around the problem
 ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
 mesa-libGL-7.9-6.fc14.armv5tel has missing requires of
 mesa-dri-drivers(armv5tel-32) = ('0', '7.9', '6.fc14')


Based on Dwayne's insight, I also found a download site that has the rpm on
its own:

http://rpm.pbone.net/index.php3/stat/4/idpl/15465790/dir/fedora_14/com/aeidon-0.17-2.fc14.noarch.rpm.html

I downloaded that rpm from the pbone.net mirror onto a blank USB stick with
volid PATRIOT

I then inserted the USB into the XO 1.75 and did a

sudo yum --localinstall --nogpgcheck /media/PATRIOT/a*.rpm

which successfully installed the aeidon package.  A subsequent

sudo yum install virtaal

then completed successfully.

Not elegant, but until aeidon gets into the OLPC arm 'branch' repos, looks
like this might at least be a workaround.  Of course, I have no idea
whether virtaal actually works here , but at least it now installs without
complaint on an XO 1.75. :-)

Cheers

KG


 ___
 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


11.3.1 build 11 released for XO-1.75

2011-11-15 Thread Martin Langhoff
The cpu0 on fire build, where runin can read cpu temp invoking black
OFW magic. Also contains assorted fixes to audio, power management, a
better s/r, and more.

Download from:

   http://build.laptop.org/11.3.1/os11/

Updated OFW to Q4C04 -- details at
http://wiki.laptop.org/go/OLPC_Firmware_q4c04

Bugs fixed:
#10954 XO-1.75 runin CPU temperature support
#11409 Headphone jack test not working in 11.3.0 on 1.75
#11177 XO-1.75 powerd does not see touchscreen as activity

Progress on:
#11395 Implement Linux Suspend/Resume on MMP2
#11397 DCON freeze not working under X
#11406 and #11412 - kernel  powerd wakeup events queue work

Activities:  translation updates on Terminal, TamTam*, Measure,
ImageViewer and Chat.

Kernel changelog:

Andres Salomon (2):
  arm: mmp2: initial pm support
  mmp2: import some TLB flushing from marvell's kernel

Daniel Drake (1):
  input: disable suspend/resume handlers for OLPC

Jon Nettleton (2):
  [pxa168fb] Use designated refresh rate for mode
  Merge branch 'arm-3.0-wip' of
ssh://dev.laptop.org/git/olpc-kernel into arm-3.0-wip

Marcus Folkesson (1):
  serial: pxa: work around for errata #20

Paul Fox (8):
  log the uselessness of invoking en/disable_irq_wake() on MMP2
  allow the dcon to remain on while sleeping
  generate a pm_wakeup when we receive an EC event
  generate a pm_wakeup when we have a lid/ebook interrupt
  generate a pm_wakeup when we get an RTC alarm interrupt
  add new OLS commands and events
  add callback support for OLS events
  create an OLS light/dark notification switch input device

Saadia Baloch (2):
  lis3lv02d.c: Fix use of 16 bit accelerometer.
  Fixed audio jack detection and setting of clock.


--- os10/xo1.75/os10.packages.txt   2011-11-10 10:58:22.0 -0500
+++ os11/xo1.75/os11.packages.txt   2011-11-15 16:36:17.0 -0500
-kernel-3.0.0_xo1.75-2009.0921.olpc.a0765cd.armv7l
+kernel-3.0.0_xo1.75-2014.1639.olpc.184b135.armv7l
-olpc-firmware-q4c02-1.unsigned.noarch
-olpc-kbdshim-20-1.fc14.armv5tel
+olpc-firmware-q4c04-1.unsigned.noarch
+olpc-kbdshim-22-1.fc14.armv5tel
-olpc-powerd-37-1.fc14.armv5tel
-olpc-powerd-dbus-37-1.fc14.armv5tel
-olpc-runin-tests-0.15.0-1.noarch
+olpc-powerd-38-1.fc14.armv5tel
+olpc-powerd-dbus-38-1.fc14.armv5tel
+olpc-runin-tests-0.16.0-1.armv7l
-xorg-x11-drv-dove-0.1.0-6.olpc.armv5tel
+xorg-x11-drv-dove-0.1.0-7.olpc.armv5tel

--- os10/xo1.75/os10.activities.txt 2011-11-10 10:58:22.0 -0500
+++ os11/xo1.75/os11.activities.txt 2011-11-15 16:36:17.0 -0500
-Chat-71
+Chat-71.1
-ImageViewer-18
+ImageViewer-18.1
-Measure-34
+Measure-34.1
-TamTamEdit-60
-TamTamJam-60
-TamTamMini-60
-TamTamSynthLab-60
-Terminal-35
+TamTamEdit-60.1
+TamTamJam-60.1
+TamTamMini-60.1
+TamTamSynthLab-60.1
+Terminal-35.1

cheers,



m
--
 martin.langh...@gmail.com
 mar...@laptop.org -- Software Architect - OLPC
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Fwd: Virtaal on ARM]

2011-11-15 Thread Chris Leonard
On Tue, Nov 15, 2011 at 3:49 AM, Kevin Gordon kgordon...@gmail.com wrote:


 Based on Dwayne's insight, I also found a download site that has the rpm on
 its own:

 http://rpm.pbone.net/index.php3/stat/4/idpl/15465790/dir/fedora_14/com/aeidon-0.17-2.fc14.noarch.rpm.html

 I downloaded that rpm from the pbone.net mirror onto a blank USB stick with
 volid PATRIOT

 I then inserted the USB into the XO 1.75 and did a

 sudo yum --localinstall --nogpgcheck /media/PATRIOT/a*.rpm

 which successfully installed the aeidon package.  A subsequent

 sudo yum install virtaal

 then completed successfully.

 Not elegant, but until aeidon gets into the OLPC arm 'branch' repos, looks
 like this might at least be a workaround.  Of course, I have no idea whether
 virtaal actually works here , but at least it now installs without complaint
 on an XO 1.75. :-)

 Cheers


Slight variant

sudo yum install  /media/USB\ DISK/a*.rpm --nogpgcheck

worked and then Virtaal installed fine.  Thanks Kevin.  I really
wanted Virtaal on this XO 1.75 before I go to Sugar Camp LIma for the
Quechua / Aymara Translation Marathon, now I can get 2 hrs sleep and
catch my plane. :-)

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


[Server-devel] Setting for Machine to Automatically Reboot

2011-11-15 Thread HALL,Brian C


Good Day,





Iam using a dell optiplex gx 240 as my OLPC school server(XS). In a particular 
school we are rolling it out to, powercuts tend to occur regularly. Do you know 
of a BIOS setting that enables the server to automatically boot when the power 
comes back on? This would be much better instead of us having to go down to the 
school to turn on the machine manually





Thanks In advance,

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


Re: [Server-devel] Setting for Machine to Automatically Reboot

2011-11-15 Thread Reuben K. Caron
Brian,

Check it out here:

http://support.dell.com/support/edocs/systems/opgx240/en/ug/advfeat.htm#1101708

Regards,

Reuben

On Nov 15, 2011, at 10:03 AM, John Watlington wrote:

 
 Every BIOS that I've looked at has one, but they also
 have custom UIs.
 
 You need to halt the boot on that particular computer
 (press delete, or F1 ? I'm not familiar w. Dells) and wade
 through the BIOS menus looking for it.
 
 Cheers,
 wad
 
 On Nov 15, 2011, at 9:58 AM, HALL,Brian C wrote:
 
 
 Good Day,
 
 Iam using a dell optiplex gx 240 as my OLPC school server(XS). In a 
 particular school we are rolling it out to, powercuts tend to occur 
 regularly. Do you know of a BIOS setting that enables the server to 
 automatically boot when the power comes back on? This would be much better 
 instead of us having to go down to the school to turn on the machine manually
 
 
 
 
 
 Thanks In advance,
 
 Brian Hall
 
 ___
 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