Problem with g++ compilation

2008-11-04 Thread lakshmikanth

HI

A sample file test.C compilation attempt with g++ :
*
[EMAIL PROTECTED]:~/kanth/c_prgs# cat test.C

#include
main()
{
int x;
cout<<"Testing G++"< 
>> There are a few *-symlinks packages you'll want.  I believe it's
>> gcc-symlinks.  Just do "opkg list | grep symlink" and install the
>> relevant ones.
> 
> 
> .. and don't forget the -dev packages too ..
> 
> ;
> --
> Jay Vaughan
> 
> 
> 
> 
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/gcc-cant-find-cc1%2C-g%2B%2B-cant-find-crt1.o-tp664447p1459059.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: 8Gb SD card and sd_max_clk

2008-11-04 Thread Seth Rothenberg
PS - I got the SD card out using the above suggestion
of the SIM card...

and I found a neat storage space for a spare SD...
on top of the SIM.   (wrapped in non-conducting material :-)

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


android

2008-11-04 Thread luca pisani
ssh??

Bye Luca

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: pythm and python-mokoui

2008-11-04 Thread Marco Trevisan (Treviño)
Robin Paulson wrote:
> i've been trying to use pythm recently, but get an unsatisfied
> dependency when i install it, and afterwards it won't run
> 
> i installed
> 
> http://downloads.tuxfamily.org/3v1deb/openmoko/python-mokoui2_0.1.0+svnr4342_armv4t.ipk
> 
> which appears to do nothing - pythm still won't run, and reinstalling
> it still gives the same error message about missing dependencies
> 
> "pythm: unsatisfied recommendation for python-mokoui"
> 
> what's happening here; is python-mokoui2 the same as python-mokoui? or
> is there a different package?

It's the same. Btw the pythm author set the dependency wrongly to
python-mokoui instead of python-mokoui2...

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: 8Gb SD card and sd_max_clk

2008-11-04 Thread Seth Rothenberg
>> A picture like that?
>> http://wiki.openmoko.org/wiki/Image:FR_SIM_SD_open.jpg

Thanks.   I needed a bit more...like

>>>Another trick is Joerg's sticky tape mod. See
>>>http://people.openmoko.org/joerg/sdcard-handle/ for photos.

Best of all...

> A trick i use is removing the SIM and insert it between the sd and the
> plastic and then use it as a lever.

Good tip!   Done.   I just need to remember where I put the new one

> My nails are not so long to pop the thing out.
Just the week I decided to groom...


Thanks everyone.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: broken screen: how to auto-turn FR into bluetooth/USB GPS?

2008-11-04 Thread Alastair Johnson
[EMAIL PROTECTED] wrote:
> I have found on the wiki some instructions to do this, at
> http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS , but I am not sure they
> aren't obsolete (same page says "gpsd is obsolete"...) and also given the

Someone has got hold of the wrong end of the stick on this. I'm updating 
the wiki.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: pythm and python-mokoui

2008-11-04 Thread arne anka
> NameError: name 'init' is not defined

isn't that the famous init vs _init error?
search the archives and, maybe, the wiki, there were a lot of posts about  
a change of that kind a while ago.

searching google for "NameError: name 'init' is not defined", btw,  
produced immediately
> http://lists.openmoko.org/nabble.html#nabble-td795727

"Edit the file /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py
and change the call to init() to _init()"

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: broken screen: how to auto-turn FR into bluetooth/USB GPS?

2008-11-04 Thread Timo Juhani Lindfors
[EMAIL PROTECTED] writes:
> - I am using Mandriva and FR more out of political decisions than geek
> competence: consider I am indeed quite a newbie, and the more step-by-step
> your advice will be, the better it'll be to get me out of despair ;-)

I am not sure how detailed instructions I can give but the following
should work:

1) install debian
2) apt-get remove fso-frameworkd udev zhone fso-gpsd zhone-session
3) apt-get install gpsd and configure it to use "/dev/ttySAC1"
4) add something like
echo 1 > 
/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron
to /etc/rc.local so that GPS gets power
5) read http://www.gentoo.org/doc/en/bluetooth-guide.xml and configure
   bluetooth networking
6) if you can ping your phone over bluetooth networking you should be
   able to also access the gpsd (tcp port 2947).

I have personally used tcp/ip over bluetooth under debian on the
freerunner so the above steps should work although they might be bit
inaccurate.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Issuing AT commands

2008-11-04 Thread Timo Juhani Lindfors
"Leonti Bielski" <[EMAIL PROTECTED]> writes:
> life. All I can do is close terminal window :(
Try

socat - file:/dev/ttySAC0,crtscts,crnl,b115200


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: broken screen: how to auto-turn FR into bluetooth/USB GPS?

2008-11-04 Thread William Kenworthy
Thought about replacing the screen? - others have apparently done so.
There were a few emails on the subject at one time.  Also, the earlier
neo used the same screen, so a dead neo might be a donor if you can
source one.


BillK

On Tue, 2008-11-04 at 10:54 +0100, [EMAIL PROTECTED] wrote:
> Last week I lived an atrocious adventure: a small crease appeared on my
> Freerunner screen, and within days it turned into an enormous break... Now
> the sensitive part of the screen is almost uneffective, which in other
> words means the (three weeks old) FR is unusable...
> 
> Until I am rich again, one path I see to still get something out of it is
> to have it turned into an "ordinary" GPS that would connect either via
> bluetooth or USB to a small laptop, where an openstreetmap-related viewer
> would run.
> 
> I have found on the wiki some instructions to do this, at
> http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS , but I am not sure they
> aren't obsolete (same page says "gpsd is obsolete"...) and also given the
> evolution of my touchscreen I need some automatic process that in
> principle would not need the screen at all.
> 
> Is there a simple way (script?) to
> - automatically turn on bluetooth upon startup (and turn off GSM as we are
> at it)
> - automatically start GPS and configure it to "answer bluetooth" as such?
> 
> Or the same through USB, which may be even better (I wouldn't have to pair
> the laptop)?
> 
> Knowing that
> - the laptop would be linux-based (Mandriva)
> - on the Freerunner I currently have the latest FDOM distribution (but I
> could reflash to whatever you suggest)
> - I am using Mandriva and FR more out of political decisions than geek
> competence: consider I am indeed quite a newbie, and the more step-by-step
> your advice will be, the better it'll be to get me out of despair ;-)
> 
> TIA!
> Hervé
> 
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
-- 
William Kenworthy <[EMAIL PROTECTED]>
Home in Perth!


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: pythm and python-mokoui

2008-11-04 Thread Robin Paulson
2008/11/4 Robin Paulson <[EMAIL PROTECTED]>:
> or is there some other problem i've not seen?

update: when i run pythm-bin from the command-line, i get this error:

Traceback (most recent call last):
  File "/usr/bin/pythm-bin", line 8, in main
from pythm import startPythm
  File "/usr/lib/python2.5/site-packages/pythm/__init__.py", line 1, in 
from pythm import *
  File "/usr/lib/python2.5/site-packages/pythm/pythm.py", line 1, in 
import gtkgui
  File "/usr/lib/python2.5/site-packages/pythm/gtkgui/__init__.py",
line 1, in 
from pythmgtk import *
  File "/usr/lib/python2.5/site-packages/pythm/gtkgui/pythmgtk.py",
line 3, in 
import gtk
  File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py",
line 82, in 
init()
NameError: name 'init' is not defined

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


pythm and python-mokoui

2008-11-04 Thread Robin Paulson
i've been trying to use pythm recently, but get an unsatisfied
dependency when i install it, and afterwards it won't run

i installed

http://downloads.tuxfamily.org/3v1deb/openmoko/python-mokoui2_0.1.0+svnr4342_armv4t.ipk

which appears to do nothing - pythm still won't run, and reinstalling
it still gives the same error message about missing dependencies

"pythm: unsatisfied recommendation for python-mokoui"

what's happening here; is python-mokoui2 the same as python-mokoui? or
is there a different package?

or is there some other problem i've not seen?

thanks

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


broken screen: how to auto-turn FR into bluetooth/USB GPS?

2008-11-04 Thread Herve5 . freerunner
Last week I lived an atrocious adventure: a small crease appeared on my
Freerunner screen, and within days it turned into an enormous break... Now
the sensitive part of the screen is almost uneffective, which in other
words means the (three weeks old) FR is unusable...

Until I am rich again, one path I see to still get something out of it is
to have it turned into an "ordinary" GPS that would connect either via
bluetooth or USB to a small laptop, where an openstreetmap-related viewer
would run.

I have found on the wiki some instructions to do this, at
http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS , but I am not sure they
aren't obsolete (same page says "gpsd is obsolete"...) and also given the
evolution of my touchscreen I need some automatic process that in
principle would not need the screen at all.

Is there a simple way (script?) to
- automatically turn on bluetooth upon startup (and turn off GSM as we are
at it)
- automatically start GPS and configure it to "answer bluetooth" as such?

Or the same through USB, which may be even better (I wouldn't have to pair
the laptop)?

Knowing that
- the laptop would be linux-based (Mandriva)
- on the Freerunner I currently have the latest FDOM distribution (but I
could reflash to whatever you suggest)
- I am using Mandriva and FR more out of political decisions than geek
competence: consider I am indeed quite a newbie, and the more step-by-step
your advice will be, the better it'll be to get me out of despair ;-)

TIA!
Hervé


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: 8Gb SD card and sd_max_clk

2008-11-04 Thread Alastair Johnson
Another trick is Joerg's sticky tape mod. See 
http://people.openmoko.org/joerg/sdcard-handle/ for photos.

Jose Luis Garduno wrote:
> A trick i use is removing the SIM and insert it between the sd and the 
> plastic and then use it as a lever.
> My nails are not so long to pop the thing out.
> 
> Jose
> 
> On Tue, Nov 4, 2008 at 5:12 AM, Simon Comeau Martel <[EMAIL PROTECTED] 
> > wrote:
> 
> 
> Seth Rothenberg wrote:
> 
>  > I looked at online docs and they didn't help.
>  > Even simply a picture with it open would help,
>  > as I can't remember what it looked like.
> 
> A picture like that?
> 
> http://wiki.openmoko.org/wiki/Image:FR_SIM_SD_open.jpg
> 
> Form:
> http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support