Re: I/O problems with SD card

2008-11-24 Thread Evgeny Karyakin
2008/11/24 Nikita V. Youshchenko [EMAIL PROTECTED]:
Yes, I know that, but I'm unable to connect to the phone through
 DFU protocol because Neo don't offer itself as a device supporting
 DFU.

 Have you tried to connect usb cable AFTER freerunner started NOR u-boot?

   I haven't; will do that later at home since I have neither phone
nor Linux box here at work... Thanks for the hint.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I realy like them

2008-11-24 Thread Minh Ha Duong
Le dimanche 23 novembre 2008, Dale Maggee a écrit :
 drac2000 wrote:
  http://wiki.openmoko.org/wiki/Jokes
  :-p

 Just for the record, these were contributed by various people here:
 http://www.mail-archive.com/community@lists.openmoko.org/msg33921.html

And everybody is welcome to add to the list, wiki-spirit. Next week I plan to 
move the link from News and events to the New to openmoko ? box on the 
homepage, so that it remains there permanently.

Minh

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I/O problems with SD card

2008-11-24 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| 2008/11/24 Nikita V. Youshchenko [EMAIL PROTECTED]:
|Yes, I know that, but I'm unable to connect to the phone through
| DFU protocol because Neo don't offer itself as a device supporting
| DFU.
| Have you tried to connect usb cable AFTER freerunner started NOR u-boot?
|
|I haven't; will do that later at home since I have neither phone
| nor Linux box here at work... Thanks for the hint.

My early problems with DFU disappeared after I took this approach in a
script, it seems it can announce under two different PIDs (this one is
for updating U-Boot):

#!/bin/bash
dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
if [ $? -eq 1 ] ; then
dfu-util -a 1 -d 0x1d50:0x5120 -D u-boot.udfu
dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
fi

- -Andy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkkqbFgACgkQOjLpvpq7dMp+CACeLhIe8mB/48vnksV/ThM75V7V
m2oAnRdtakyxkEgnDiDyDYRpHbLwTnJs
=U+2O
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Debian] apt-get upgrade made the FR die...

2008-11-24 Thread Paul
Hello arne
 am i right in assuming that you
 a) are running debian from sd card and
 b) have /boot as separate fat partition

Looks like I have to go this way. The info on the Debian page to set the 
1st partition of the SD to EXT2 and updating uBoot requires some 
fso-util packages on the local desktop, but they don't seem available 
for Mandriva.

The fun never ends!! :-)

Paul

-- 
Love yourself first and everything falls into line.
-Lucille Ball

http://www.nlpagan.net
Running on Mandriva Linux 2008 and Ubuntu 8.10


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I/O problems with SD card

2008-11-24 Thread Paul Fertser
Hi,

Evgeny Karyakin [EMAIL PROTECTED] writes:
 2008/11/24 Andy Green [EMAIL PROTECTED]:
 I'm not sure what's happening to you, but your dmesg traffic would be
 pretty normal if you were entering and then leaving U-Boot... the
 connection would indeed timeout (-110) when we leave U-Boot and load the
 kernel / crash or whatever.

 If you hold down the AUX / corner key when you power up, you should come
 up in NOR U-Boot with a menu on the LCM.  If that's true, you should
 have 30s to do the DFU you want to do before it times out.

Yes, I know that, but I'm unable to connect to the phone through
 DFU protocol because Neo don't offer itself as a device supporting
 DFU. I have Neo plugged in to desktop throught USB cable. AUX+POW
 gives me NOR boot menu and at the same time Neo must be visible to
 desktop as DFU-capable device within next 30 seconds, but it's not.

It might be a silly suggestion but please double-check the usb cable
used, try to connect directly to the motherboard (avoid front-panel
connectors and usb hubs). May be you should try another PC.

By no means (as you have no dboard) you could have damaged the NOR
bootloader by dfu-util. It should just work. The battery must be
charged before the flashing (you can even use any full-charged Nokia
battery). Try removing the battery for some time (to ensure clean
boot), then boot directly into the NOR uBoot, connect to PC and try to
flash. If it doesn't work, use another cable/usb port/pc.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[EMAIL PROTECTED]


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I/O problems with SD card

2008-11-24 Thread Evgeny Karyakin
2008/11/24 Andy Green [EMAIL PROTECTED]:
 My early problems with DFU disappeared after I took this approach in a
 script, it seems it can announce under two different PIDs (this one is
 for updating U-Boot):

 #!/bin/bash
 dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
 if [ $? -eq 1 ] ; then
 dfu-util -a 1 -d 0x1d50:0x5120 -D u-boot.udfu
 dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
 fi

   I'll try this as well, thanks, although listing of any connected
DFU devices with dfu-util -l outputs nothing, which means desktop
doesn't see Freerunner at all. I'll try Nikita's advice on connecting
USB cable after starting NOR u-boot.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I/O problems with SD card

2008-11-24 Thread Evgeny Karyakin
2008/11/24 Paul Fertser [EMAIL PROTECTED]:
 It might be a silly suggestion but please double-check the usb cable
 used, try to connect directly to the motherboard (avoid front-panel
 connectors and usb hubs). May be you should try another PC.

 By no means (as you have no dboard) you could have damaged the NOR
 bootloader by dfu-util. It should just work. The battery must be
 charged before the flashing (you can even use any full-charged Nokia
 battery). Try removing the battery for some time (to ensure clean
 boot), then boot directly into the NOR uBoot, connect to PC and try to
 flash. If it doesn't work, use another cable/usb port/pc.

   This might also be the cause of it, I'll check, thanks.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I/O problems with SD card

2008-11-24 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| 2008/11/24 Andy Green [EMAIL PROTECTED]:
| My early problems with DFU disappeared after I took this approach in a
| script, it seems it can announce under two different PIDs (this one is
| for updating U-Boot):

|I'll try this as well, thanks, although listing of any connected
| DFU devices with dfu-util -l outputs nothing, which means desktop

It means there was nothing seen with the VID/PID it was looking for, but
the script tries both that can be told by U-Boot.

- -Andy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkkqdPoACgkQOjLpvpq7dMqyfACgjNNzXXxOGEXGr3meyZSYlIIL
izEAmQG7bJoAuU6nFYybGnuSMjfDSGhR
=FOPj
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO] First steps

2008-11-24 Thread Carl Lobo
Hi All,

 Addressbook : Is there a way to import a former qtopia sqlite file ? I
 read some discussions inconclusive about it, is there some advances ?


 I don't have anything for you on these.


Well I got a little impatient and did a quick and dirty patch for
zhone to read the contacts from the qtopia file instead of the sim
(actually i tried doing both but it didn't work). You need to copy
your qtopia_db.sqlite from /home/root/Applications/Qtopia/ to
/home/root (or change the path in the diff).
Hope it helps.

Regards,
Carl


zhone.diff
Description: Binary data
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO] First steps

2008-11-24 Thread Carl Lobo
i checked again and it works (you get both sim and address book
contacts but you can only add/edit/delete sim contacts). uncomment the
line that says combined = res + result.

On Mon, Nov 24, 2008 at 3:15 PM, Carl Lobo [EMAIL PROTECTED] wrote:
 Hi All,

 Addressbook : Is there a way to import a former qtopia sqlite file ? I
 read some discussions inconclusive about it, is there some advances ?


 I don't have anything for you on these.


 Well I got a little impatient and did a quick and dirty patch for
 zhone to read the contacts from the qtopia file instead of the sim
 (actually i tried doing both but it didn't work). You need to copy
 your qtopia_db.sqlite from /home/root/Applications/Qtopia/ to
 /home/root (or change the path in the diff).
 Hope it helps.

 Regards,
 Carl


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Zhone doesn't show my contacts and messages after restart

2008-11-24 Thread Paul Fertser
Hi,

I understand that Zhone is not a fully functional phone application
and it is not supposed to be. But i think that fixing this bug is not
too hard for those who know framework and python well :)

I think i know what happens. If i restart Zhone without restarting
frameworkd it never receives ReadyStatus signal from
org.freesmartphone.GSM.SIM because sim was ready long ago it
started. Therefore it doesn't even try to read the contacts list and
the messagebooks. I'm sorry i can't come with a proper fix but i hope
this description is useful enough to fix the bug easily.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[EMAIL PROTECTED]


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-24 Thread William Kenworthy
Just tried this a dozen times.  It always hangs at 

Bootloader: (reset target)

I log into the second termial as stated, issue s3c24xx-gpio b7=1

and wait ...wait ...wait ...

Used the reccomended rootfs etc.

Gone back to 2008.9 and see if gsm is still there ... it is!

BillK


On Tue, 2008-11-18 at 20:07 +0100, Marco Trevisan (Treviño) wrote:
 This is just to notify the community users who don't read the devel
 list: Joerg, Dieter and Werner set up some tools to upgrade the firmware
 of the GSM Modem of the Frerunner (TI Calypso) to a newer image [1].
 
 If you're affected by the infamous #666 - No SIM found - bug, you could
 try to upgrade your phone's firmware using the tools provided by OM guys
 to the moko10 (beta2) version [2].
 
 Look at the wiki [3] for more help and keep us (and the Devs) informed!
 
 [1] http://n2.nabble.com/Calypso-firmware-update-tp1503771p1513061.html
 [2] They're closed, but it's not an OM fault, and I think we should
 thank them for this too.
 [3] http://wiki.openmoko.org/wiki/GSM/Flashing
 
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Problems with making local repository

2008-11-24 Thread Leonti Bielski
Hello!
I use OE environment and I would like to use ipk files it produces to
install on my FR using opkg.
My problem is that OE doesn't include all of the compiled packages to
Packages,gz.
So after reading some ipkg instructions I run:
ipkg-make-index dir_with_ipks
But it gives me errot like:
tar: *control: Not found in archive
tar: Error exit delayed from previous errors
tar: Pattern matching characters used in file names. Please,
tar: use --wildcards to enable pattern matching, or --no-wildcards to
tar: suppress this warning.

Does anyone know how to solve this?

Leonti

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problems with making local repository

2008-11-24 Thread Leonti Bielski
I found the solution - you just have to change line nr. 155 in file
ipkg.py from ipkg-utils to:
control = os.popen(ar p +fn+ control.tar.gz | tar
xfzO - --wildcards '*control',r)
I think it was a problem with tar version - ipkg-utils are from year 2005.

Leonti

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Debian -FSO -GPS] No Fix

2008-11-24 Thread Antony King

I'm using FSO 4.1 , and have a similar problem. Enabling debug on framework 
gives messages that suggest it is sending NMEA data when frameworkd is 
expexting UBX data. There's a curious message in the logs - 'exception 
0x8040 was trapped' .The GPS clearly has power. Here's some of the log:


Nov 24 14:44:45 om-gta02 user.info 2008.11.24 14:44:45 ogpsdINFO 
enabling
Nov 24 14:44:45 om-gta02 user.debug 2008.11.24 14:44:45 ogpsdDEBUG
(writing '1' 
to 
'/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron')
Nov 24 14:44:45 om-gta02 user.debug 2008.11.24 14:44:45 ogpsdDEBUG
Sending UBX packet of type CFG-SBAS: {'usage': 7, 'scanmode': 0, 'mode': 
1, 'maxsbas': 3}
Nov 24 14:44:45 om-gta02 user.debug 2008.11.24 14:44:45 ogpsdDEBUG
Sending UBX packet of type CFG-PRT: []

followed by some almenac data and then this interesting snippet:


Nov 24 14:44:48 om-gta02 user.debug 2008.11.24 14:44:48 ogpsdDEBUG
Discarded data not UBX '$GPTXT,01,01,02,u-blox '
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX 'ag - www.u-blox.com*50\r\n'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '$GPTXT,01,01,02,ANTARIS ATR062x HW 
80040001*26\r\n$GPTXT,01,01,02,ROM CORE   5.00Jan 09 20'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '06 12:00:00*76\r\n'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '$GPTXT,01,01,02,'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX 'LIC 1EBF'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '-BD07-E8'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '3D-6BE1-'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '0F7A*50\r'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '\n$GPTXT,'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '01,01,00'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX ',Excepti'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX 'on 0x800'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX '00040 was trappe'
Nov 24 14:44:49 om-gta02 user.debug 2008.11.24 14:44:49 ogpsdDEBUG
Discarded data not UBX 'd !*7E\r\n'



On Saturday 22 November 2008 09:24:55 Davide Scaini wrote:
 I have the same problem... updated debian and now sephora is not working
 and no gps fix... very annoying
 d

 On Thu, Nov 20, 2008 at 11:06 AM, Sascha Wessel [EMAIL PROTECTED] wrote:
  Hi,
 
  On Wed, Nov 19, 2008 at 11:56:33PM -0800, Fragggy wrote:
   I think so.
  
   cat
 
  /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps
 .0/pwron
 
   shows a 1
  
   I have put the Freerunner next to a window over Night and logt the
   output
 
  of
 
   /dev/ttySAC1.
   After a few minutes I got Messages like this:
  
   $GPRMC,073904.00,A,5127.73160,N,00651.01957,E,0.229,279.62,201108,,,A*6
  6 $GPVTG,279.62,T,,M,0.229,N,0.424,K,A*3E
   $GPGGA,073904.00,5127.73160,N,00651.01957,E,1,09,0.92,26.1,M,47.5,M,,*6
  E $GPGSA,A,3,05,04,09,29,12,30,02,14,321.49,0.92,1.17*07
   $GPGSV,3,1,11,05,78,276,25,17,03,039,,04,21,068,32,09,48,135,28*7A
   $GPGSV,3,2,11,29,19,200,27,12,83,044,28,30,50,263,37,02,18,113,29*78
   $GPGSV,3,3,11,14,42,290,33,32,05,344,33,31,04
  
  
   but still no fix this morning.
 
  Restart and then please do not read/write from/to /dev/ttySAC1.
  For further informations, search the ml archives...
 
  Greetings,
  Sascha
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community



-- 

Antony King - 01908 268 901
Systems Consultant
SolutionTrax Technologies - http://www.solutiontrax.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Zhone doesn't show my contacts and messages after restart

2008-11-24 Thread Marcel
Am Monday 24 November 2008 13:33:54 schrieb Paul Fertser:
 Hi,

 I understand that Zhone is not a fully functional phone application
 and it is not supposed to be. But i think that fixing this bug is not
 too hard for those who know framework and python well :)
[...]

I noticed the same problem.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Zhone doesn't show my contacts and messages after restart

2008-11-24 Thread arne anka
 I understand that Zhone is not a fully functional phone application
 and it is not supposed to be. But i think that fixing this bug is not
 too hard for those who know framework and python well :)
 [...]

 I noticed the same problem.


i noticed that zhone now does not know about auth anymore.
before, zhone asked the framework whether the auth already took place and  
exposed the pin gui, if not.
with ms4 zhone invariably requests auth.

as a workaround it might feasible to start zhone with
-s pin_edit
which should open the pin gui immediately and thus allow for satisfying  
zhone.










 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] state of enlightment and illume packaging

2008-11-24 Thread mallikarjun arjun
On Mon, Nov 24, 2008 at 3:25 AM, The Rasterman Carsten Haitzler 
[EMAIL PROTECTED] wrote:

 On Sun, 23 Nov 2008 21:38:05 + Neil Jerram 
 [EMAIL PROTECTED]
 babbled:

  2008/11/23 Bernd Prünster [EMAIL PROTECTED]:
  
   do you really care about segv ? this si not a debian issue, e17 is
 still in
   development, but the recovery option is flawless (just my experience,
 but
   ALWAYS worked and it doesn't take more that a few seconds, so you can
 still
   answer a call if this happens!)
 
  I care if what I'm getting is the expected behaviour, or is atypical;
  with the related points being
  - is there something that I am doing wrong to cause this?
  - should I be spending time to collect and report more diagnostics?

 it's atypical. trust me. i do NOT like segv's! if i see them, i hunt them
 down
 with vengeance. the problem is reproducing them and getting a sensible
 backtrace and possibly getting it to do the same in valgrind so i can
 pinpoint
 the real source of the segv (which often is not the actual segv point but
 earlier when something stomps over memory it shouldn't).

 e is trying to accomplish a whole lot of things at once. be small and lean,
 efficient and yet still provide a whole host of features and be sexy
 without
 requiring incredibly high-end hardware. this all takes a lot of effort and
 delicate balancing act. right now we're making long-term decisions on the
 base
 of things to build on in the future and why it takes so long to be stable
 and
 release. the feedback i get from many users is our unstable svn dev is
 more
 stable than most releases of most software - which is good. but i take
 bugs
 seriously. some i know are just haven't gotten to that subsystem yet in
 terms
 of debugging/fixing/cleaning, so they just wait until i do, other are
 what on
 earth was that? bugs.


Hello guys, can any one of u tell me how to install e17 on debian???
because i did not find any package when i typed apt-get install
enlightenment


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fast screen rotate app

2008-11-24 Thread Tilman Baumann
Moritz Bitsch wrote:
 Hi,
 
 I've built a small binary package. It can be get from here:
 https://turmspitze.org/files/rotate_0.0.1_armv4t.ipk
 
 A Source package can be get from here:
 https://turmspitze.org/files/rotate-0.0.1.tar.gz

I have just installed your package.

The prefix /usr/ is missed on all files.

opkg files rotate
Package rotate (0.0.1) is installed on root and has the following files:
/share/pixmaps/rotate.png
/share/applications/rotate.desktop
/share/license/rotate/COPYING
/bin/rotate

That should be all /usr/...

And it depends against libx11 which is at least on my distro (shr 
testing) caled libx11-6.

And the .desktop file has misses the Icon field. (Icon=rotate)
And your .Rotate name hack looks really ugly in my desktop. I would 
rather have a alphabetical order instead of this. ;)
If the odering of icons turns out to be a problem, we might need some 
Categoeries hack in the desktop launcher.

PS: Hi moritz *g*

-- 
Drucken Sie diese Mail bitte nur auf Recyclingpapier aus.
Please print this mail only on recycled paper.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] state of enlightment and illume packaging

2008-11-24 Thread Tilman Baumann
mallikarjun arjun wrote:
 
 
 On Mon, Nov 24, 2008 at 3:25 AM, The Rasterman Carsten Haitzler 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 

 
 
 Hello guys, can any one of u tell me how to install e17 on debian???
 because i did not find any package when i typed apt-get install 
 enlightenment

e17 is unstable, that is why it is not in debian right now.
I have recently installed it from source, which turned out quit nicely. 
No big deal, when you have figured out where the sources are on the 
enlightenment site.

Maybe there are some unofficial debian sources somewhere, i did not 
bother searching for one because i needed sources anyway.


-- 
Drucken Sie diese Mail bitte nur auf Recyclingpapier aus.
Please print this mail only on recycled paper.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fast screen rotate app

2008-11-24 Thread Carlo Minucci
Tilman Baumann ha scritto:
 Moritz Bitsch wrote:


hi
i have made a similar application, can you test on SHR for me? :)
you can download from http://minucci.net/file/opkg/ruotami_0.2_all.opk

thank you

see you

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] state of enlightment and illume packaging

2008-11-24 Thread Davide Scaini
yes you can, you just need to read the top of this discussion... there is a
deb provided from some private repos
d
On 11/24/08, mallikarjun arjun [EMAIL PROTECTED] wrote:



 On Mon, Nov 24, 2008 at 3:25 AM, The Rasterman Carsten Haitzler 
 [EMAIL PROTECTED] wrote:

 On Sun, 23 Nov 2008 21:38:05 + Neil Jerram 
 [EMAIL PROTECTED]
 babbled:

  2008/11/23 Bernd Prünster [EMAIL PROTECTED]:
  
   do you really care about segv ? this si not a debian issue, e17 is
 still in
   development, but the recovery option is flawless (just my experience,
 but
   ALWAYS worked and it doesn't take more that a few seconds, so you can
 still
   answer a call if this happens!)
 
  I care if what I'm getting is the expected behaviour, or is atypical;
  with the related points being
  - is there something that I am doing wrong to cause this?
  - should I be spending time to collect and report more diagnostics?

 it's atypical. trust me. i do NOT like segv's! if i see them, i hunt them
 down
 with vengeance. the problem is reproducing them and getting a sensible
 backtrace and possibly getting it to do the same in valgrind so i can
 pinpoint
 the real source of the segv (which often is not the actual segv point but
 earlier when something stomps over memory it shouldn't).

 e is trying to accomplish a whole lot of things at once. be small and
 lean,
 efficient and yet still provide a whole host of features and be sexy
 without
 requiring incredibly high-end hardware. this all takes a lot of effort and
 delicate balancing act. right now we're making long-term decisions on the
 base
 of things to build on in the future and why it takes so long to be
 stable and
 release. the feedback i get from many users is our unstable svn dev is
 more
 stable than most releases of most software - which is good. but i take
 bugs
 seriously. some i know are just haven't gotten to that subsystem yet in
 terms
 of debugging/fixing/cleaning, so they just wait until i do, other are
 what on
 earth was that? bugs.


 Hello guys, can any one of u tell me how to install e17 on debian???
 because i did not find any package when i typed apt-get install
 enlightenment


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Is there any kind of network manager?

2008-11-24 Thread Arigead
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joel Newkirk wrote:
 On Sat, 22 Nov 2008 02:58:48 +0100, Marco Trevisan (Treviño)
 [EMAIL PROTECTED] wrote:
 Alastair Johnson wrote:
 Or you could follow 
   Joel Newkirk's simple lightweight configuration described at 
 http://jthinks.com/better-freerunner-networking
 About this... Have you tried it?
 Does it fix the most common network issues?

 Thanks...
 
 It's more of an 'anti-network-manager' - it's strictly intended as sane
 defaults that let networking run more smoothly when various interfaces come
 and go.  GPRS configuration/activation/deactivation is outside its scope,
 same for WiFi. It utilizes resolvconf, and supports local DNS caching if
 desired.  It consists of a few alterations and additions to ppp, udhcpc,
 resolvconf, udev and general network config.  Manual network config needs
 to work with resolvconf and observe appropriate route metrics, nothing
 more.  (wifi 20, USB 30, GPRS 40)
 
 What it's intended to do:
 
 Prioritize default routes and DNS so that traffic will always use WiFi if
 it's available, USBnet if there's no wifi but we're tethered, and gprs if
 there's no usb.  Doesn't matter if more than one interface is up, they
 don't change each other's DNS or gateway settings or anything.  (It also
 should deal with usb-attached ethernet or wifi, prioritized between onboard
 wifi and usb, but it knows nothing of VPN or Bluetooth - enfolding
 Bluetooth and 3G/other usb-based devices is pretty simple, VPN potentially
 less so)
 
 
 Frameworkd already offers gprs up/down support, wifi is on the schedule. 
 Once network status/control is more solid under frameworkd I suspect a
 network manager may be rather straightforward to code.  Edje GUI with a
 fairly thin middle layer talking to dbus.  Until then, I've installed my
 netfix-j2.tar.gz fixes (plus resolvconf when not preinstalled - the tarball
 includes missing files from resolvconf) on 2008.x, FSO, Raster, and SHR,
 set up a desktop icon on each to toggle GPRS, another to toggle wifi
 (ifup/ifdown in a simple script, with my prewritten wpa_supplicant.conf
 that talks to my home WPA, work WPA, jobsites, and open public wifi in that
 priority) and it 'just works'.
 
 My opinion is that the only network manager-ish features we actually need
 on the FreeRunner are status information, configuration and toggling of
 GPRS and VPNs, and as full-featured wifi detecting/tracking/remembering as
 we can get.  (I want to be able to query a list of previously-seen usable
 wifi within 1/4 mile, for instance)  I tend to think purpose-built instead
 of off-the-shelf for this.
 
 j

Been thinking about this subject recently as I started messing with GPRS
 connections on FSO. Network management on the FR is one thing, but
adding a connected device is a mental mess, (for me anyhow). If I'm
connected, via a USB cable, to an eeePC then sometimes I want the eeePC
to be my router and forward from the FR to the world via its Network
connection and sometimes I want to use the FR as a Router and forward
traffic from the eeePC. Have to reconfigure both devices when you switch
between the two modes of opperation. Not sure how you'd automate this
without creating a security issue.

I shall for the time being minimise my messing ;-)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJKtGKXlbjSJ5n4BARAiXsAKCyw2eVJn2n3GHwTk3viHgS9NGILgCeNdFz
H4RYCO1YPAG2yUbuKld3zJQ=
=gxmN
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fast screen rotate app

2008-11-24 Thread Tilman Baumann
Carlo Minucci wrote:
 Tilman Baumann ha scritto:
 Moritz Bitsch wrote:
 
 
 hi
 i have made a similar application, can you test on SHR for me? :)
 you can download from http://minucci.net/file/opkg/ruotami_0.2_all.opk
 
 thank you

Sure. But I like to point out that I'm rather biased towards mortz's 
app, because he is my colleague and his app is only a hand full of C.
So i woud probably always dig his version.

I looked at your app. Here is what i found:

1. Problem
Not all Categories in .desktop files are shown. Which distro shows which 
Categories seems to be a moving target.
I changed your categories to
Categories=Utilities;Applications;
and the icon shows up in my launcher.
I don't know if these Categoreis are documented somewhere but this is at 
least what makes it work on SHR.

2. Problem
Your program is not Neo 1973 compatible.
[EMAIL PROTECTED] ~ $ ruotami.py
Traceback (most recent call last):
   File /usr/bin/ruotami.py, line 16, in module
 fb = open(/sys/class/backlight/pcf50633-bl/actual_brightness, r)
IOError: [Errno 2] No such file or directory: 
'/sys/class/backlight/pcf50633-bl/actual_brightness'

I guess framework has a interface which you could use here. That would 
be the only right thing to do on FSO and SHR. (Both using frameworkd)
You could ask the FSO guys what to do here.
I would have tested your app with the right backlight path 
(/sys/class/backlight/gta01-bl/actual_brightness), if it would have been 
a single variable in your script.
But it is all over the place. No thanks... ;)

3. The real problem
And I have t say, I find your idea of manipulating the .desktop file 
absolutely revolting. Sorry.
It seems to depend on being sliped by ruotami in the first place to get 
a grip on the current rotation.

I like the idea of blanking the screen while rotating. But this needs to 
be done in some other way.

Sorry, zero points for style. ;)


-- 
Drucken Sie diese Mail bitte nur auf Recyclingpapier aus.
Please print this mail only on recycled paper.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Problem installing mokoko and pidgin

2008-11-24 Thread mallikarjun arjun
Hello guys,

I am using om-2008.9.  When i try installing some packages it gives these
errors.

opkg install mokoko.

Configuring libid3tag0
Collected errors:
 * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
directory
 * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
directory
 * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
directory
 * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
directory
 * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
directory
 * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
directory
 * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
directory
 * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
directory
 * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
directory
 * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
directory
 * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
directory
 * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
directory
 * Package libgobject-2.0-0 wants to install file
/usr/lib/libgobject-2.0.so.0
But that file is already provided by package  * libglib-2.0-0
[EMAIL PROTECTED]:~#
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] state of enlightment and illume packaging

2008-11-24 Thread mallikarjun arjun
On Mon, Nov 24, 2008 at 9:21 PM, Tilman Baumann [EMAIL PROTECTED] wrote:

 mallikarjun arjun wrote:
 
 
  On Mon, Nov 24, 2008 at 3:25 AM, The Rasterman Carsten Haitzler
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 

 
 
  Hello guys, can any one of u tell me how to install e17 on debian???
  because i did not find any package when i typed apt-get install
  enlightenment

 e17 is unstable, that is why it is not in debian right now.
 I have recently installed it from source, which turned out quit nicely.
 No big deal, when you have figured out where the sources are on the
 enlightenment site.

 Maybe there are some unofficial debian sources somewhere, i did not
 bother searching for one because i needed sources anyway.


Ok thanks i found the deb file.



 --
 Drucken Sie diese Mail bitte nur auf Recyclingpapier aus.
 Please print this mail only on recycled paper.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[GENTOO] updates?

2008-11-24 Thread Nicola Mfb
Hi!
Are there some news about gentoo for freerunner?

It would be nice if mantainers would produce a ready to go stage4 tarball
for fast and simple deploying.

Nicola
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fast screen rotate app

2008-11-24 Thread Moritz Bitsch
Hi,

thanks for testing.

I've fixed the build script and the desktop file. All files are now
with PREFIX=/usr.

I also fixed the stupid dependency error.

A updated ipkg and tgz can be get from here:
https://turmspitze.org/files/

On Mon, 24 Nov 2008 16:47:26 +0100
Tilman Baumann [EMAIL PROTECTED] wrote:

 Moritz Bitsch wrote:
  Hi,
  
  I've built a small binary package. It can be get from here:
  https://turmspitze.org/files/rotate_0.0.1_armv4t.ipk
  
  A Source package can be get from here:
  https://turmspitze.org/files/rotate-0.0.1.tar.gz
 
 I have just installed your package.
 
 The prefix /usr/ is missed on all files.
 
 opkg files rotate
 Package rotate (0.0.1) is installed on root and has the following
 files: /share/pixmaps/rotate.png
 /share/applications/rotate.desktop
 /share/license/rotate/COPYING
 /bin/rotate
 
 That should be all /usr/...
 
 And it depends against libx11 which is at least on my distro (shr 
 testing) caled libx11-6.
 
 And the .desktop file has misses the Icon field. (Icon=rotate)
 And your .Rotate name hack looks really ugly in my desktop. I would 
 rather have a alphabetical order instead of this. ;)
 If the odering of icons turns out to be a problem, we might need some 
 Categoeries hack in the desktop launcher.
 
 PS: Hi moritz *g*
 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Where can I get the last reasonably stable SHR-Version?

2008-11-24 Thread Joerg Lippmann
Hi!

I've tried SHR just after the last milestone-release and it worked quite well. 
At least a lot better than the most recent version I pulled yesterday where I 
have no GPS anymore and the power-management ignores tapping on the screen, so 
that NEO falls asleep while I'm typing... This version is useless for me. 

But the trac-server only has few newer versions, not the one of the milestone 
release. Where can I get the latter?

Thanks for any help!

[EMAIL PROTECTED]
-- 
We will bring freedom and Leberwurst to the Welt, ob sie will oder nicht.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Where can I get the last reasonably stable SHR-Version?

2008-11-24 Thread Leonti Bielski
Where did you find any milestone-release?
http://shr.bearstech.com/trac/ clear says:
SHR has not been released yet. There are only preview images so far.

Leonti

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Zhone doesn't show my contacts and messages after restart

2008-11-24 Thread Michael 'Mickey' Lauer
Am Monday 24 November 2008 13:33:54 schrieb Paul Fertser:
 I think i know what happens. If i restart Zhone without restarting
 frameworkd it never receives ReadyStatus signal from
 org.freesmartphone.GSM.SIM because sim was ready long ago it
 started.

This should no longer be a problem as nowadays, if the last GSM user vanishes 
from the bus, the GSM resource (hence the modem) gets shutdown completely.

-- 
:M:

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


us network and Uuntu 8.10 - is there a better way?

2008-11-24 Thread Torfinn Ingolfsen
Hello,

I recently upgraded my laptop to Xubuntu 8.10, and now I run into the
issues described in USB Networking[1] on the wiki:
- editing /etc/network/interfaces doesn't work
- Network Manager setup (with /etc/udev/rules.d/80-freerunner.rules
and /usr/local/sbin/freerunner-usb-add.sh) doesn't work.

Manual setup still works, but it is cumbersome.
Is there a better way?

References:
1) http://wiki.openmoko.org/wiki/USB_Networking
-- 
Regards,
Torfinn Ingolfsen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-24 Thread Torfinn Ingolfsen
FYI - the upgrade worked as described in the wiki, on mye Neo
Frerunner. Good job!
(No, I don't know if I was the victim of any GSM bugs).
-- 
Regards,
Torfinn Ingolfsen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: us network and Uuntu 8.10 - is there a better way?

2008-11-24 Thread Joerg Lippmann
Am Montag 24 November 2008 schrieb Torfinn Ingolfsen:
 Hello,

 I recently upgraded my laptop to Xubuntu 8.10, and now I run into the
 issues described in USB Networking[1] on the wiki:
 - editing /etc/network/interfaces doesn't work
 - Network Manager setup (with /etc/udev/rules.d/80-freerunner.rules
 and /usr/local/sbin/freerunner-usb-add.sh) doesn't work.

 Manual setup still works, but it is cumbersome.
 Is there a better way?

Hmm, I have also Intrepid and I use the following lines at the end of my 
/etc/network/interfaces: (instructions from the very wiki)

iface usb0 inet static
address 192.168.0.200
netmask 255.255.255.0
network 192.168.0.0
up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 
up echo 1  /proc/sys/net/ipv4/ip_forward 
up iptables -P FORWARD ACCEPT 
down iptables -D POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 

After plugging in the NEO, just 

sudo ifup usb0

does the job quite fine. You may have to change /etc/resolv.conf on the NEO 
manually.

When you re-insert the NEO, just issue

sudo ifdown usb0  ifup usb0

Hope it helps
-- 
[EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Zhone doesn't show my contacts and messages after restart

2008-11-24 Thread Paul Fertser
Hi,

Michael 'Mickey' Lauer [EMAIL PROTECTED] writes:
 Am Monday 24 November 2008 13:33:54 schrieb Paul Fertser:
 I think i know what happens. If i restart Zhone without restarting
 frameworkd it never receives ReadyStatus signal from
 org.freesmartphone.GSM.SIM because sim was ready long ago it
 started.

 This should no longer be a problem as nowadays, if the last GSM user vanishes 
 from the bus, the GSM resource (hence the modem) gets shutdown completely.

Yes, moreover after any network status change Zhone will try to reread
the contacts and messages lists. But the problem is that
org.freesmartphone.GSM.SIM.GetSimReady return 0 after Zhone
restart. According to log the modem doesn't send a %CSTAT status,
though it was resetted by ATZ and answered OK on AT%CSTAT=1 request.

I can send a log that shows that after a minute after ATZ the modem
still didn't send a %CSTAT report. It didn't send it later as well (or
else the icons in Zhone would have become highlighted).

As the exact documentation on %CSTAT is unavailable (thank you, TI), i
looked it up in Enfora's. It says that the %CSTAT codes will be
delivered only after power on. If it is really the case with calypso
it is no surprise that we never get SimReady signal as we don't
power-cycle the modem (ATZ seems to be not equivalent, and we can't do
$RESET). So it seems that %CSTAT should be avoided altogether...

Hope this helps.

Good luck!
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[EMAIL PROTECTED]


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: us network and Uuntu 8.10 - is there a better way?

2008-11-24 Thread Torfinn Ingolfsen
Hello,

On Mon, Nov 24, 2008 at 9:07 PM, Joerg Lippmann [EMAIL PROTECTED] wrote:

I have 'auto usb0' first, then the rest of the lines are the same as yours

 iface usb0 inet static
 address 192.168.0.200
 netmask 255.255.255.0
 network 192.168.0.0
 up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 
 up echo 1  /proc/sys/net/ipv4/ip_forward 
 up iptables -P FORWARD ACCEPT 
 down iptables -D POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 


 After plugging in the NEO, just

sudo ifup usb0

Hmm, after I did a 'sudo idown usb0' first it works:
[EMAIL PROTECTED]:~$ sudo ifup usb0
 * Stopping NTP server ntpd
[EMAIL PROTECTED]:~$...done.
 * Starting NTP server ntpd
   ...done.

(the ntpd part looks scary)

Hmm, when I replug my Freerunner, this is what happens:
[EMAIL PROTECTED]:~$ ifconfig usb0
usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
  inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 B)  TX bytes:1152 (1.1 KB)

[EMAIL PROTECTED]:~$ sudo ifup usb0
ifup: interface usb0 already configured
[EMAIL PROTECTED]:~$ ifconfig usb0
usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
  inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 B)  TX bytes:1152 (1.1 KB)

Huh? where did that IPv6 address come from?


 does the job quite fine. You may have to change /etc/resolv.conf on the NEO
 manually.

 When you re-insert the NEO, just issue

sudo ifdown usb0  ifup usb0

I still don't know why the Freerunner gets a IPv6 address, but the above works:
[EMAIL PROTECTED]:~$ sudo ifdown usb0
RTNETLINK answers: No such process
[EMAIL PROTECTED]:~$ sudo ifup usb0
 * Stopping NTP server ntpd
[EMAIL PROTECTED]:~$...done.
 * Starting NTP server ntpd
   ...done.

[EMAIL PROTECTED]:~$ ifconfig usb0
usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
  inet addr:192.168.0.200  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 B)  TX bytes:5558 (5.5 KB)


 Hope it helps

It did - many thanks!
-- 
Regards,
Torfinn Ingolfsen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[debian] how to avoid wsod?

2008-11-24 Thread joakim
up until recently I never ever experienced White Screen Of Death(wsod)
on my debain openmoko.

Suddenly I get it all the time with Debian, probably after recent
upgrades.

I've read that wsod happens after suspend. How do I completely disable
suspend in debian? 

-- 
Joakim Verona


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem installing mokoko and pidgin

2008-11-24 Thread ivvmm
mallikarjun arjun wrote:
 Hello guys,
 
 I am using om-2008.9.  When i try installing some packages it gives these
 errors.
 
 opkg install mokoko.
 
 Configuring libid3tag0
 Collected errors:
  * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
 directory
  * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
 directory
  * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
 directory
  * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
 directory
  * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
 directory
  * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
 directory
  * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
 directory
  * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
 directory
  * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
 directory
  * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
 directory
  * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
 directory
  * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file or
 directory
  * Package libgobject-2.0-0 wants to install file
 /usr/lib/libgobject-2.0.so.0
 But that file is already provided by package  * libglib-2.0-0
 [EMAIL PROTECTED]:~#


I have the same on FDOM. So it seems like we are not able to use Pidgin
in 20081023. Help wanted on this :)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: I/O problems with SD card

2008-11-24 Thread Evgeniy Karyakin
Yes, I know that, but I'm unable to connect to the phone through
 DFU protocol because Neo don't offer itself as a device supporting
 DFU.
 
 Have you tried to connect usb cable AFTER freerunner started NOR u-boot?
...
 My early problems with DFU disappeared after I took this approach in a
 script, it seems it can announce under two different PIDs (this one is
 for updating U-Boot):
 
 #!/bin/bash
 dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
 if [ $? -eq 1 ] ; then
 dfu-util -a 1 -d 0x1d50:0x5120 -D u-boot.udfu
 dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu
 fi
...
 It might be a silly suggestion but please double-check the usb cable
 used, try to connect directly to the motherboard (avoid front-panel
 connectors and usb hubs). May be you should try another PC.
 
 By no means (as you have no dboard) you could have damaged the NOR
 bootloader by dfu-util. It should just work. The battery must be
 charged before the flashing (you can even use any full-charged Nokia
 battery). Try removing the battery for some time (to ensure clean
 boot), then boot directly into the NOR uBoot, connect to PC and try to
 flash. If it doesn't work, use another cable/usb port/pc.

Thanks you all, Andy, Nikita and Paul, now I have the phone working 
again. I used all your suggestions in complex, use another USB port on 
desktop, connect Freerunner to notebook after it's in NOR boot menu 
state, and flashed the phone using -d dfu-util option. It finished 
successfully. Still don't know what caused that troubles with DFU 
recognition failures. I have to be careful in the future while doing 
low-level manipulations with Neo like environment changes.
Thanks, your help was invaluable!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[OT]Software patents end? ??:) light at the end of tunnel

2008-11-24 Thread David Reyes Samblas Martinez
Dear all,
Is a little bit offtopic but due recent mp2/mp3 fight against pirat...
sorry Sysvel, maybe is interesting to spread this little bit of hope
to the Openmoko community
Trough a local FOSS-friendly news site[1] I read there is a 180
degrees in Software pattent policy in US pattent office , it can
invalidate almost ALL Software patents aviable. Yes, seems a Fools day
joke but Slashdot also has articles about this here[2] and here[3].

I'm very excited, but is too late night for a  in depth read of legal
mambo jambo , may be someone with more legal skills can assure that
is so awesome as it seems



[1]http://www.barrapunto.org
[2]http://yro.slashdot.org/yro/08/07/24/1458215.shtml
[3]http://yro.slashdot.org/article.pl?sid=08/11/24/1713259


-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable solutions
Openmoko, Openpandora, GP2X the Wiz, Letux 400
Hey, watch out!!! There's a linux in your pocket!!!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: us network and Uuntu 8.10 - is there a better way?

2008-11-24 Thread Pander
Can you contribute the result to
http://wiki.openmoko.org/wiki/USB_Networking under a Ubuntu 8.10 header?

Torfinn Ingolfsen wrote:
 Hello,
 
 On Mon, Nov 24, 2008 at 9:07 PM, Joerg Lippmann [EMAIL PROTECTED] wrote:
 
 I have 'auto usb0' first, then the rest of the lines are the same as yours
 
 iface usb0 inet static
 address 192.168.0.200
 netmask 255.255.255.0
 network 192.168.0.0
 up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 
 up echo 1  /proc/sys/net/ipv4/ip_forward 
 up iptables -P FORWARD ACCEPT 
 down iptables -D POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 
 
 
 After plugging in the NEO, just

sudo ifup usb0
 
 Hmm, after I did a 'sudo idown usb0' first it works:
 [EMAIL PROTECTED]:~$ sudo ifup usb0
  * Stopping NTP server ntpd
 [EMAIL PROTECTED]:~$...done.
  * Starting NTP server ntpd
...done.
 
 (the ntpd part looks scary)
 
 Hmm, when I replug my Freerunner, this is what happens:
 [EMAIL PROTECTED]:~$ ifconfig usb0
 usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
   inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:1152 (1.1 KB)
 
 [EMAIL PROTECTED]:~$ sudo ifup usb0
 ifup: interface usb0 already configured
 [EMAIL PROTECTED]:~$ ifconfig usb0
 usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
   inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:1152 (1.1 KB)
 
 Huh? where did that IPv6 address come from?
 
 does the job quite fine. You may have to change /etc/resolv.conf on the NEO
 manually.

 When you re-insert the NEO, just issue

sudo ifdown usb0  ifup usb0
 
 I still don't know why the Freerunner gets a IPv6 address, but the above 
 works:
 [EMAIL PROTECTED]:~$ sudo ifdown usb0
 RTNETLINK answers: No such process
 [EMAIL PROTECTED]:~$ sudo ifup usb0
  * Stopping NTP server ntpd
 [EMAIL PROTECTED]:~$...done.
  * Starting NTP server ntpd
...done.
 
 [EMAIL PROTECTED]:~$ ifconfig usb0
 usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
   inet addr:192.168.0.200  Bcast:192.168.0.255  Mask:255.255.255.0
   inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:5558 (5.5 KB)
 
 
 Hope it helps
 
 It did - many thanks!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO] First steps

2008-11-24 Thread Al Johnson
On Sunday 23 November 2008, Joel Newkirk wrote:
 On Sat, 22 Nov 2008 11:44:49 +, Al Johnson

 [EMAIL PROTECTED] wrote:
  On Saturday 22 November 2008, julien cubizolles wrote:
--snip--
  It can wait. Just out of curiosity, is there some work being done on
  this front ?
 
  A PIM interface is on the roadmap for FSO, but I don't know if work has
  started yet. It is likely to use an existing PIM dbus API, possibly with
  extensions if required. Evolution Data Server and Akonadi spring to mind
  as
  contenders. Telepathy may have a place too, though its VoIP capabilities
  overlap somewhat with the call control interface we already have.

 I think Telepathy is a must-have, personally.

Having looked at it a bit more closely I'm inclined to agree.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problems with making local repository

2008-11-24 Thread Al Johnson
On Monday 24 November 2008, Leonti Bielski wrote:
 Hello!
 I use OE environment and I would like to use ipk files it produces to
 install on my FR using opkg.
 My problem is that OE doesn't include all of the compiled packages to
 Packages,gz.
 So after reading some ipkg instructions I run:
 ipkg-make-index dir_with_ipks
 But it gives me errot like:
 tar: *control: Not found in archive
 tar: Error exit delayed from previous errors
 tar: Pattern matching characters used in file names. Please,
 tar: use --wildcards to enable pattern matching, or --no-wildcards to
 tar: suppress this warning.

 Does anyone know how to solve this?

bitbake package-index

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-24 Thread William Kenworthy
ok, replying to myself as it may help others:

First off, when I eventually got 2008.9 registered, an SMS that was sent
some hours before came in (that perennial 2008.x problem :(  I surmise
that this was the reason I couldnt get it to flash (e.g., SMS waiting)

Next I shut down X on 2008.9 and was able to flash the gsm chip with the
following config:
Vodafone (128K) SIM inserted and registered (nothing in guide about sim
in/out)
shutdown X
no apps running that linked to the tty
did *NOT* issue power off/on commands as the guide specifies
Used guide from that point on.
Worked without problems.

I have now done 3 reboots - PIN dialog came up first time, everytime so
far ... would need a few more tries before I could put it down to luck
or cured, but three in a row has almost never happened before now.

A test sms sent to the phone after it had been suspended for ~10 minutes
woke it up but did not indicate message received or similar.  On
resuspending for a few seconds and manually unsuspending, the sms
received dialog came up.  This would indicate this problem (lost,
unannounced SMS messages) is still there, though the usual symptom is
nothing received until after a full reboot.

BillK




On Mon, 2008-11-24 at 21:44 +0900, William Kenworthy wrote:
 Just tried this a dozen times.  It always hangs at 
 
 Bootloader: (reset target)
 
 I log into the second termial as stated, issue s3c24xx-gpio b7=1
 
 and wait ...wait ...wait ...
 
 Used the reccomended rootfs etc.
 
 Gone back to 2008.9 and see if gsm is still there ... it is!
 
 BillK
 
 
 On Tue, 2008-11-18 at 20:07 +0100, Marco Trevisan (Treviño) wrote:
  This is just to notify the community users who don't read the devel
  list: Joerg, Dieter and Werner set up some tools to upgrade the firmware
  of the GSM Modem of the Frerunner (TI Calypso) to a newer image [1].
  
  If you're affected by the infamous #666 - No SIM found - bug, you could
  try to upgrade your phone's firmware using the tools provided by OM guys
  to the moko10 (beta2) version [2].
  
  Look at the wiki [3] for more help and keep us (and the Devs) informed!
  
  [1] http://n2.nabble.com/Calypso-firmware-update-tp1503771p1513061.html
  [2] They're closed, but it's not an OM fault, and I think we should
  thank them for this too.
  [3] http://wiki.openmoko.org/wiki/GSM/Flashing
  
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] how to avoid wsod?

2008-11-24 Thread Timo Juhani Lindfors
[EMAIL PROTECTED] writes:
 Suddenly I get it all the time with Debian, probably after recent
 upgrades.

Can you please downgrade? It would be imporant to figure out which
upgrade did this.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: us network and Uuntu 8.10 - is there a better way?

2008-11-24 Thread Joel Newkirk
Also be aware that the Network Manager in Ubuntu Intrepid is currently
buggy.  If you have it running, it is prone to do friendly things like
automatically add the static IP and route for eth0 to usb0 when it comes
up. Either it controls all interfaces, or it's not running, right now it
refuses to leave any interface alone and hopelessly bungles anything
statically defined in /etc/network/interfaces, ignoring the 'ignore
interface' flag and claiming all interfaces.

(yeah, same IP and route on two interfaces, and default tries to go out the
wrong interface so the desktop is effectively off the network, and it
leaves behind an empty /etc/resolv.conf - sounds like a FreeRunner :)

j

On Tue, 25 Nov 2008 01:08:14 +0100, Pander [EMAIL PROTECTED]
wrote:
 Can you contribute the result to
 http://wiki.openmoko.org/wiki/USB_Networking under a Ubuntu 8.10 header?
 
 Torfinn Ingolfsen wrote:
 Hello,

 On Mon, Nov 24, 2008 at 9:07 PM, Joerg Lippmann [EMAIL PROTECTED]
 wrote:

 I have 'auto usb0' first, then the rest of the lines are the same as
 yours

 iface usb0 inet static
 address 192.168.0.200
 netmask 255.255.255.0
 network 192.168.0.0
 up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 
 up echo 1  /proc/sys/net/ipv4/ip_forward 
 up iptables -P FORWARD ACCEPT 
 down iptables -D POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 


 After plugging in the NEO, just

sudo ifup usb0

 Hmm, after I did a 'sudo idown usb0' first it works:
 [EMAIL PROTECTED]:~$ sudo ifup usb0
  * Stopping NTP server ntpd
 [EMAIL PROTECTED]:~$...done.
  * Starting NTP server ntpd
...done.

 (the ntpd part looks scary)

 Hmm, when I replug my Freerunner, this is what happens:
 [EMAIL PROTECTED]:~$ ifconfig usb0
 usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
   inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:1152 (1.1 KB)

 [EMAIL PROTECTED]:~$ sudo ifup usb0
 ifup: interface usb0 already configured
 [EMAIL PROTECTED]:~$ ifconfig usb0
 usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
   inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:1152 (1.1 KB)

 Huh? where did that IPv6 address come from?

 does the job quite fine. You may have to change /etc/resolv.conf on the
 NEO
 manually.

 When you re-insert the NEO, just issue

sudo ifdown usb0  ifup usb0

 I still don't know why the Freerunner gets a IPv6 address, but the above
 works:
 [EMAIL PROTECTED]:~$ sudo ifdown usb0
 RTNETLINK answers: No such process
 [EMAIL PROTECTED]:~$ sudo ifup usb0
  * Stopping NTP server ntpd
 [EMAIL PROTECTED]:~$...done.
  * Starting NTP server ntpd
...done.

 [EMAIL PROTECTED]:~$ ifconfig usb0
 usb0  Link encap:Ethernet  HWaddr 00:00:22:55:bb:00
   inet addr:192.168.0.200  Bcast:192.168.0.255 
 Mask:255.255.255.0
   inet6 addr: fe80::200:22ff:fe55:bb00/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:5558 (5.5 KB)


 Hope it helps

 It did - many thanks!
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem installing mokoko and pidgin

2008-11-24 Thread mallikarjun arjun
On Tue, Nov 25, 2008 at 2:24 AM, ivvmm [EMAIL PROTECTED] wrote:

 mallikarjun arjun wrote:
  Hello guys,
 
  I am using om-2008.9.  When i try installing some packages it gives these
  errors.
 
  opkg install mokoko.
 
  Configuring libid3tag0
  Collected errors:
   * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
  directory
   * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
  directory
   * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
  directory
   * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
  directory
   * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
  directory
   * Warning: remove /usr/lib/libcurl.so.4.0.1 failed: No such file or
  directory
   * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file
 or
  directory
   * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file
 or
  directory
   * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file
 or
  directory
   * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file
 or
  directory
   * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file
 or
  directory
   * Warning: remove /usr/lib/libgcrypt.so.11.4.3 failed: No such file
 or
  directory
   * Package libgobject-2.0-0 wants to install file
  /usr/lib/libgobject-2.0.so.0
  But that file is already provided by package  * libglib-2.0-0
  [EMAIL PROTECTED]:~#


 I have the same on FDOM. So it seems like we are not able to use Pidgin
 in 20081023. Help wanted on this :)


What i feel is some library files are not able to update to latest version.
Also my phone is not booting now after a restart.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


help~After using the MokoMakefile to build the qemu, the qemu-neo1973 restart at once when it boot the kernel

2008-11-24 Thread lostdays

the image i used are testing-om-gta01-20081124.uImage.bin,
testing-om-gta01-20081124.rootfs.jffs2
gta01bv4-u-boot.bin.
I followed the Wiki.openmoko.org, firstly installed required software, then
download the mokomakefile, make qemu,make run-qemu. the qemu lauched
with the menu. But when I choose the boot menu, it failed without any error
message out when loading the kernel and return the boot menu. Any idea for
it?
My OS version is ubuntu 8.04.
Thanks 

Make qemu log is following:
[ -e build/qemu ] || \
( mkdir -p build/qemu )
[ -e build/qemu/Makefile ] || \
( . ./setup-env  cd build/qemu  \
  ${OMDIR}/openmoko/trunk/src/host/qemu-neo1973/configure \
--target-list=arm-softmmu )
[ -e build/qemu/openmoko ] || \
( . ./setup-env  cd build/qemu  mkdir openmoko  \
  for f in ${OMDIR}/openmoko/trunk/src/host/qemu-neo1973/openmoko/* ; do
\
ln -s $f openmoko/`basename $f` ; \
  done )
ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env
build/qemu/openmoko/env
[ -d stamps ] || mkdir stamps
touch stamps/qemu
( cd build/qemu  make )
make[1]: Entering directory `/home/flyingcloud/openmoko/build/qemu'
make -C arm-softmmu all
make[2]: Entering directory
`/home/flyingcloud/openmoko/build/qemu/arm-softmmu'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/flyingcloud/openmoko/build/qemu/arm-softmmu'
make[1]: Leaving directory `/home/flyingcloud/openmoko/build/qemu'
[ -e images/openmoko ] || mkdir -p images/openmoko
ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env
images/openmoko/env
( cd images  ../openmoko/trunk/src/host/qemu-neo1973/openmoko/download.sh
)
Retrieving available builds list...
Kernel is... testing-om-gta01-20081124.uImage.bin
Root filesystem is... testing-om-gta01-20081124.rootfs.jffs2
U-boot is... gta01bv4-u-boot.bin
Retrieving position

Now use openmoko/flash.sh to install OpenMoko to NAND Flash.

rm -f images/openmoko/env
[ -d stamps ] || mkdir stamps
touch stamps/images
( cd build/qemu  openmoko/flash.sh ../../images/openmoko )
/usr/bin/pngtopnm
/usr/bin/ppmtorgb3
make[1]: Entering directory `/home/flyingcloud/openmoko/build/qemu/openmoko'
make[1]: `splash.gz' is up to date.
make[1]: Leaving directory `/home/flyingcloud/openmoko/build/qemu/openmoko'
Using 'testing-om-gta01-20081124.uImage.bin' as the kernel image.
Using 'testing-om-gta01-20081124.rootfs.jffs2' as the root filesystem image.
Using 'gta01bv4-u-boot.bin' as bootloader.
make[1]: Entering directory `/home/flyingcloud/openmoko/build/qemu/openmoko'
# Making an empty/erased flash image.  Need a correct echo behavior.
echo -en \\0377\\0377\\0377\\0377\\0377\\0377\\0377\\0377  .8b
cat .8b .8b  .16b # OOB is 16 bytes
cat .16b .16b .16b .16b .16b .16b .16b .16b  .512b
cat .16b .16b .16b .16b .16b .16b .16b .16b  .512b
cat .16b .16b .16b .16b .16b .16b .16b .16b  .512b
cat .16b .16b .16b .16b .16b .16b .16b .16b  .512b
cat .512b .16b  .sec # A sector is 512 bytes of data + OOB
cat .sec .sec .sec .sec .sec .sec .sec .sec  .8sec
cat .8sec .8sec .8sec .8sec .8sec .8sec .8sec .8sec  .64sec
cat .64sec .64sec .64sec .64sec .64sec .64sec .64sec .64sec  .512sec
cat .512sec .512sec .512sec .512sec  .2ksec
cat .2ksec .2ksec .2ksec .2ksec .2ksec .2ksec .2ksec .2ksec  .16ksec
# Neo NAND is 128k sectors big
cat .16ksec .16ksec .16ksec .16ksec .16ksec .16ksec .16ksec .16ksec 
openmoko-flash.base
rm -rf .8b .16b .512b .sec .8sec .64sec .512sec .2ksec .16ksec
make[1]: Leaving directory `/home/flyingcloud/openmoko/build/qemu/openmoko'
Please wait, programming the NAND flash...
neo_gsm_switch: GSM disabled.

 
 U-Boot 1.3.2-moko12 (Nov 24 2008 - 18:46:05)
 
 I2C:   ready
 DRAM:  128 MB
 NAND:  Bad block table not found for chip 0
 Bad block table not found for chip 0
 64 MiB
 Video: 640x480x8 31kHz 59Hz
 USB:   S3C2410 USB Deviced
 mtdparts variable not set, see 'help mtdparts'
 mtdparts variable not set, see 'help mtdparts'
 mtdparts variable not set, see 'help mtdparts'
 mtdparts variable not set, see 'help mtdparts'
 mtdparts variable not set, see 'help mtdparts'
 pcf_write: charging in Qualification Mode.
pcf_write: charge voltage 4.20V.
neo_lcd_rst_switch: LCD reset.
jbt6k74_command: Display on.
neo_vib_switch: Buzz, buzz.
neo_vib_switch: Vibrator stopped.
neo_bl_switch: LCD Backlight now on.
GTA01Bv4 # 
 GTA01Bv4 #  
 GTA01Bv4 # setenv dontask y 
 GTA01Bv4 # nand createbbt 
 Create BBT and erase everything ? y/N
  Erasing at 0x0 --   0% complete. Erasing at 0xa --   1% complete.
Erasing at 0x144000 --   2% complete. Erasing at 0x1e8000 --   3% complete.
Erasing at 0x28c000 --   4% complete. Erasing at 0x33 --   5% complete.
Erasing at 0x3d4000 --   6% complete. Erasing at 0x478000 --   7% complete.
Erasing at 0x51c000 --   8% complete. Erasing at 0x5c --   9% complete.
Erasing at 0x664000 --  10% complete. Erasing at 0x708000 --  11% complete.
Erasing at 0x7ac000 --  12% complete. Erasing at 0x85 --  13% complete.
Erasing

Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-24 Thread Lally Singh
Seemingly no luck here.

T-Mobile SIM, I suppose 3G.

Still says sim missing.

-ls

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-24 Thread Joerg Reisenweber
Please could you switch to original thread on [devel]-ML.
/j

Am Di  25. November 2008 schrieb Lally Singh:
 Seemingly no luck here.
 
 T-Mobile SIM, I suppose 3G.
 
 Still says sim missing.
 
 -ls
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 




signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Re: I/O problems with SD card

2008-11-24 Thread jeffrey . ratcliffe

On Nov 23, 2008 8:12pm, Andy Green [EMAIL PROTECTED] wrote:

Recent kernels have a workaround in that starts the card at slower clock
until the first bulk transfer completed successfully when it is cranked
up to 16MHz, that seemed to make the previous problems with some cards
pretty much go away.


Presumably these recent kernels aren't in 2008.9. Is there any way of
getting them without getting testing versions of everything else?

Regards

Jeff
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


PLEASE DON'T ANSWER THIS THREAD - Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-24 Thread Joerg Reisenweber
May I request everybody answering to this topic please switch to the original 
thread on [devel]-mailinglist[1], so we can keep all the stuff ongoing 
regarding success / problems with flashing GSM-FW at one place.

Many thanks for kindly regarding this.
cheers
jOERG



Am Mi  19. November 2008 schrieb Marco Trevisan (Treviño):
 This is just to notify the community users who don't read the devel
 list: Joerg, Dieter and Werner set up some tools to upgrade the firmware
 of the GSM Modem of the Frerunner (TI Calypso) to a newer image [1].
 
 If you're affected by the infamous #666 - No SIM found - bug, you could
 try to upgrade your phone's firmware using the tools provided by OM guys
 to the moko10 (beta2) version [2].
 
 Look at the wiki [3] for more help and keep us (and the Devs) informed!
 
 [1] http://n2.nabble.com/Calypso-firmware-update-tp1503771p1513061.html
 [2] They're closed, but it's not an OM fault, and I think we should
 thank them for this too.
 [3] http://wiki.openmoko.org/wiki/GSM/Flashing
 
 -- 
 Treviño's World - Life and Linux
 http://www.3v1n0.net/
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 




signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: us network and Uuntu 8.10 - is there a better way?

2008-11-24 Thread polz
On Monday 24 November 2008 20:19:55 Torfinn Ingolfsen wrote:
 Hello,

 I recently upgraded my laptop to Xubuntu 8.10, and now I run into the
 issues described in USB Networking[1] on the wiki:
... same here
 Manual setup still works, but it is cumbersome.
 Is there a better way?

It's possible to use NetworkManager to connect to your Neo1973 or Freerunner.
I've created the files /etc/udev/rules.d/80-freeruner.rules and 
/usr/local/sbin/freerunner-usb-add.sh as described in the wiki. The phone now 
connects automatically whenever I plug it in.

I still have to run /etc/network/freerunner manually once per session in order 
to set up masquerading and DNS forwarding, but that's still much better than
having to run ifdown usb0; ifup usb0 every time the phone is plugged in.

Hope this helps.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: help~After using the MokoMakefile to build the qemu, the qemu-neo1973 restart at once when it boot the kernel

2008-11-24 Thread Oscar
I'm having the same problem, also with ubuntu 8.04.
Saludoss



On Tue, Nov 25, 2008 at 3:59 AM, lostdays [EMAIL PROTECTED] wrote:

 the image i used are testing-om-gta01-20081124.uImage.bin,
 testing-om-gta01-20081124.rootfs.jffs2
 gta01bv4-u-boot.bin.
 I followed the Wiki.openmoko.org, firstly installed required software, then
 download the mokomakefile, make qemu,make run-qemu. the qemu lauched
 with the menu. But when I choose the boot menu, it failed without any error
 message out when loading the kernel and return the boot menu. Any idea for
 it?
 My OS version is ubuntu 8.04.
 Thanks





-- 
Oscar Morante
GPG: CA7417FF

La nostalgia ya no es lo que era - Anónimo
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community