Re: GSM moko11-beta firmware: show of hands

2009-02-23 Thread Werner Almesberger
Klaus Kurzmann wrote: > so for far moko11 is working great. No problems with it. In the > beginning it even made some bug in SHR show up (which is fixed now) Ah, this is interesting. So when people who are running and old version of SHR upgrade to moko11, what problem will they have to expect ? A

Re: GSM moko11-beta firmware: show of hands

2009-02-23 Thread Klaus Kurzmann
* Werner Almesberger [090224 08:18]: > Hi all, > we're considering to make moko11 "official" and we'd like to know > how our beta-test has gone so far. > So far, we've received a number of reports indicating that moko11 > did indeed solve the problems it's supposed to address (i.e., lost > wakeu

Re: paroli suspend

2009-02-23 Thread Guillaume Chereau
I have some similar problems. Is there a way to totally disable suspend ? Regards, guillaume On Mon, 2009-02-23 at 21:30 -0700, Angus Ainslie wrote: > On Tue, 2009-02-24 at 12:15 +0800, sushama wrote: > > Hi Mirko/Angus, > > > > I flashed the paroli image today and it worked fine but when I try

Re: paroli suspend

2009-02-23 Thread Ali
On Tue, 2009-02-24 at 12:35 +0800, sushama wrote: > I flashed fso-paroli-image and tried to do an opkg update/install paroli > > Regards, > Sushama I did that too, but when I upgrade paroli, it hangs on the preinst script. This is installing paroli;0.2.1+gitr14 +95cde8bde8b13ec975c8de5

Re: paroli suspend

2009-02-23 Thread sushama
On Tuesday 24 February 2009 12:30:37 Angus Ainslie wrote: > On Tue, 2009-02-24 at 12:15 +0800, sushama wrote: > > Hi Mirko/Angus, > > > > I flashed the paroli image today and it worked fine but when I try to do > > an Opkg update the phone goes into suspend .This interrupts the opkg I > > guess.

paroli suspend

2009-02-23 Thread Angus Ainslie
On Tue, 2009-02-24 at 12:15 +0800, sushama wrote: > Hi Mirko/Angus, > > I flashed the paroli image today and it worked fine but when I try to do an > Opkg > update the phone goes into suspend .This interrupts the opkg I guess. > > Is there any way we can turn this off for the meanwhile until w

[no subject]

2009-02-23 Thread sushama
Hi Mirko/Angus, I flashed the paroli image today and it worked fine but when I try to do an Opkg update the phone goes into suspend .This interrupts the opkg I guess. Is there any way we can turn this off for the meanwhile until we have a settings option in paroli to turn ON/OFF the suspend o

GSM moko11-beta firmware: show of hands

2009-02-23 Thread Werner Almesberger
Hi all, we're considering to make moko11 "official" and we'd like to know how our beta-test has gone so far. So far, we've received a number of reports indicating that moko11 did indeed solve the problems it's supposed to address (i.e., lost wakeups and flow control.) We'd now also like to know

Re: Xorg / Glamo ?

2009-02-23 Thread Timo Juhani Lindfors
Lars-Peter Clausen writes: > "DisplaySize 100 100" > to your xorg.conf Monitor section and try again. I see the same output with both DisplaySize 100 100 and DisplaySize 200 200 and also when I don't specify it at all. When I run "Xorg" with no arguments the screen is divided into four areas:

Openmoko Bug #2240: removing/reloading g_ether not working

2009-02-23 Thread Openmoko Public Trac
#2240: removing/reloading g_ether not working -+-- Reporter: frankmpunkt | Owner: openmoko-devel Type: defect | Status: new Priority: high | Milestone:

Re: Xorg / Glamo ?

2009-02-23 Thread Timo Juhani Lindfors
Lars-Peter Clausen writes: > login screen is so large. Could you please add > "DisplaySize 100 100" > to your xorg.conf Monitor section and try again. I have no Monitor section in my xorg conf, it is very minimal :-) Can you send me some known-to-work xorg.conf?

Re: Re: Issues with Ubuntu package names and Toolchain?

2009-02-23 Thread pyf
That's works. I create the /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/etc/opkg.conf that contains the repositories on SHR servers. pyf wrote: > > > Hi, > > I have the same problem.I run opkg-target after change the owner, but the > command opkg-target install libmokoui2-dev gconf-dbu

Re: LDAP client libraries available?

2009-02-23 Thread Paul Fertser
Hi, "Michael Pilgermann" writes: > As part of this; I want to develop a syncronisation option for OM > (SQLite) You're a bit late. OM used Qtopia to store PIM for the second half of the 2008 but for now this project is abandoned. What coming is FSO (http://freesmartphone.org) and opimd. Opimd w

Re: Unstable paroli images

2009-02-23 Thread Mirko Lindner
Hi, I kept on playing around and I believe we can solve our problems by changing the xWindowmanager script (/etc/X11/Xsession.d/90xXWindowManager) i changed it to: #!/bin/sh if [ -x $HOME/.Xsession ]; then exec $HOME/.Xsession else exec /usr/bin/x-window-manager & exec /usr/bin/p

Re: LDAP client libraries available?

2009-02-23 Thread Michael Pilgermann
thx for your quick reply. > You don't say which distro you're using, I am currently using OM 2008.12. ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel

Re: LDAP client libraries available?

2009-02-23 Thread Al Johnson
On Monday 23 February 2009, Michael Pilgermann wrote: > Dear all, > I am contributing to a program for PIM syncronisation (PISI - > http://projects.openmoko.org/projects/pisi/) - a small tools written in > Python. As part of this; I want to develop a syncronisation option for OM > (SQLite) with ext

LDAP client libraries available?

2009-02-23 Thread Michael Pilgermann
Dear all, I am contributing to a program for PIM syncronisation (PISI - http://projects.openmoko.org/projects/pisi/) - a small tools written in Python. As part of this; I want to develop a syncronisation option for OM (SQLite) with external ressources - first of all with LDAP servers. A python mo

Re: Re: Issues with Ubuntu package names and Toolchain?

2009-02-23 Thread pyf
Hi, I have the same problem.I run opkg-target after change the owner, but the command opkg-target install libmokoui2-dev gconf-dbus-dev return An error ocurred, return value: -1209105024. Kevin Dixon wrote: > > Thanks Brad, changing the owner worked for me. > > Maybe this is an issue with o

Re: Xorg / Glamo ?

2009-02-23 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Juhani Lindfors wrote: > Thanks, did I understand the older commit messages correctly: with > xorg 1.5 I don't need to patch the X server anymore? If that is the > case I can use experimental packages since I don't need to > recompile them. Yep

Re: are USB interrupt transfers possible with s3c2410_udc?

2009-02-23 Thread Timo Juhani Lindfors
Arnaud Patard (Rtp) writes: > There are others gadget driver using interrupt endpoints so with them > you should be able to tell if the problem comes from your gadget driver > or from some bugs in the udc driver (I've never tested interrupt > endpoint before so you may be just unlucky and have hit

Re: are USB interrupt transfers possible with s3c2410_udc?

2009-02-23 Thread Rtp
Timo Juhani Lindfors writes: Hi, > Arnaud Patard (Rtp) writes: >> update other fields in the structure accordingly) like in the *not* >> *tested* appended patch. I didn't even build tested it :) >> If it works for you, I'll try to submit it for next merge window. > > Whoa, thanks a lot! Catting