Re: opkg install is not working

2009-10-06 Thread Yorick Moko
On Mon, Oct 5, 2009 at 6:22 PM, Mikhail Umorin mike...@gmail.com wrote:

 On Monday 05 October 2009 03:50:36 Yorick Moko wrote:
  the build.shr-project.org server was down
 

 Well the problem now is that  there are no packages to upgrade  (opkg quits
 without any messages) and there has been nothing to upgrade for more that a
 week. It's just hard to imagine that there has been no changes to any of
 the
 apps I have installed for such a long time. It used to be several packages
 a
 day. But is this really the case?

 there is an e-mail about that somewhere on some list

what it breaks down to is:
there's going to be a ton of new stuff (X-stuff, opimd and I think new
elementary...)
you can find it here: http://build.shr-project.org/tests/mrmoku/

there are still a few problems so they haven't synced it yet with the
unstable branch


don't worry,
lot's of new stuff to play with comming up
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: opkg install is not working

2009-10-05 Thread Yorick Moko
the build.shr-project.org server was down

On Mon, Oct 5, 2009 at 2:03 AM, Mikhail Umorin mike...@gmail.com wrote:

 abatrour wrote:

 
 
 
  kikiran wrote:
 
 
 
  François-Léonard Gilbert wrote:
 
  Did you do the USB networking procedure in the Wiki?   If so, did you
  setup
  network forwarding on your PC?
 
  The problem may also be that all the HTTP addresses contain double
  slashes
  (ex.:   .../ipk//all/...) you could check the opkg setup files for
  errors.
 
  François
 
  On Wed, Sep 23, 2009 at 11:49 AM, abatrour abatr...@gmail.com wrote:
 
 
 
  kikiran wrote:
  
   i had installed full gta02 shr distribution
   but i am trying to updateopkg update
  
   then coming like this
   Downloading
  http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz
   Downloading
   http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz
   Downloading
   http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz
   Downloading
   http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz
   Collected errors:
* Failed to download
   http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz.
   error detail: Couldn't resolve host name
* Failed to download
   http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz.
   error detail: Couldn't resolve host name
* Failed to download
   http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz.
   error detail: Couldn't resolve host name
* Failed to download
   http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz
 .
   error detail: Couldn't resolve host name
  
  
   please help me
  
   thanks
  
 
  How do you have it connected to the internet? Can you run ifconfig for
  me?
 
 
  ___
  support mailing list
  support@lists.openmoko.org
  https://lists.openmoko.org/mailman/listinfo/support
 
 
 
 
 
 
 
 
  hi,
  thank u for your early reply
  we are using proxy server for internet connection and we have done like
  this
  linux-qgp3:~/Desktop # ifconfig -a
  eth0  Link encap:Ethernet  HWaddr 00:0F:FE:ED:FB:30
inet addr:172.16.99.255  Bcast:172.16.103.255
  Mask:255.255.248.0
inet6 addr: fe80::20f:feff:feed:fb30/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:83381 errors:0 dropped:0 overruns:0 frame:0
TX packets:40133 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:79823487 (76.1 Mb)  TX bytes:3657268 (3.4 Mb)
Memory:f018-f01a
 
  freerunne Link encap:Ethernet  HWaddr 00:1F:11:01:76:F8
BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
  loLink encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)
 
  linux-qgp3:~/Desktop #
  linux-qgp3:~/Desktop # ifconfig freerunner 192.168.0.200 netmask
  255.255.255.0 up
  linux-qgp3:~/Desktop # route add -host 192.168.0.202 dev freerunner
  linux-qgp3:~/Desktop # iptables -
  Bad argument `-'
  Try `iptables -h' or 'iptables --help' for more information.
  linux-qgp3:~/Desktop # iptables -A POSTROUTING -t nat -j MASQUERADE -s
  192.168.0.0/24
  linux-qgp3:~/Desktop # sysctl -w net.ipv4.ip_forward=1
  net.ipv4.ip_forward = 1
  linux-qgp3:~/Desktop # ip addr add 192.168.0.200/24 dev freerunner
  RTNETLINK answers: File exists
  linux-qgp3:~/Desktop # sysctl net.ipv4.conf.eth2.proxy_arp=1
  /proc/sys/net/ipv4/conf/eth2/proxy_arp: No such file or directory
  linux-qgp3:~/Desktop # sysctl net.ipv4.conf.freerunner.proxy_arp=1
  net.ipv4.conf.freerunner.proxy_arp = 1
  linux-qgp3:~/Desktop # ip link set freerunner up
  linux-qgp3:~/Desktop # ifconfig freerunner up
  linux-qgp3:~/Desktop # ssh r...@192.168.0.202
  r...@192.168.0.202's password:
  r...@om-gta02 ~ $ op
  openssl  ophonekitd   opkg opkg-key
  openvt   opimd-notes  opkg-cl
  r...@om-gta02 ~ $ opkg update
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz
  Collected errors:
   * Failed to download
  http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz.
  error detail: Couldn't resolve host name
   * Failed to download
  

Re: Bounty for Navit delopment - Free freerunner - anyone?

2009-06-08 Thread Yorick Moko
I suggest you all try the new navit
(http://download.navit-project.org/navit/openmoko/svn/navit-svn-2308_armv4t.opk)
it has a few improvements which MAKE IT USABLE WITH OSM (seems like it
was already usable with mapguide reiseplanner):
*added a 20 MB cache for the FR
*there was a bug until a few days ago which made the navigation to
recalculate at every update (mostly with OSM)

time to calculate route is now acceptable and re-calculating also!



On Wed, May 27, 2009 at 4:41 PM, Tilman Baumanntil...@baumann.name wrote:
 Hello navit community.

 This idea was brought up at the openmoko mailinglists.
 I just wanted to ask you guys if this makes sense to you before we proceed.

 So far this is only a brain fart of me, but if it is worthwhile I would
 try to push this in the openmoko community.

 Would it help if the openmoko community sponsors a freerunner to someone
 who can optimise navit for this device?
 Navit is by far the most promising and most important app for openmoko,
 but unfortunately it is very slow and not perfectly prepared to the whole
 situations.
 For example I believe it still uses the gpsd emulation instead of the
 gypsy api and so on...

 The whole thread is there (Best graphics performance?)
 http://lists.openmoko.org/pipermail/support/2009-May/thread.html#5440


 PS: Please kepp both lists in CC ;-)

 Tilman Baumann wrote:

 arne anka wrote:
 Don't ask me what to do, I'm not a computer scientist. But I'm sure it
 would be possible.


 well, maybe we all should chip in and give the navit author a
 freerunner,
 to spur his motivation :-)

 If that is the fix, count me in as a supporter.
 A FR optimised build would be really great. Not just from performance
 prospective, but also the right default config for example.

 Maybe we canuse one of these services that allow you to set bounties for
 opensource developments...

 --
 MFG
  Tilman Baumann


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



 --
 MFG
  Tilman Baumann


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


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


Re: Best graphics performance?

2009-05-27 Thread Yorick Moko
yup, i'm also struggling with navit,
but navigation worked for me 60% of the drive;
sometimes it would just lock up and take up to more than a minute to
become responsive again; i think it was due to REcalculation of the
route (navit thinks for a moment that i'm not on the highway, but on
that little road beside it)

it's very clear that atm the FR doesn't have the horsepower it needs
to run navit

btw: that was a test with navit from more than a month ago i think,
maybe the new versions improved
(i also used a custom skin, so that could also stress the FR even more)

y

On Wed, May 27, 2009 at 7:16 AM,  jeffrey.ratcli...@gmail.com wrote:
 On May 26, 2009 10:42pm, Sten Kvamme s...@kvamme.se wrote:
 What distro will give the best graphics performance?

 I've been wondering about this, specifically because Navit seems really slow
 on SHR or Debian. I'm using a OSM of Germany, although I'd like to have the
 whole of Europe covered if it were usable. With just Germany, the FR
 struggles to keep up with the car on the motorway. At lower speeds, it just
 about manages it. Navigation is a completely impossible, as the extra load
 means the graphics just can't keep up.

 Anybody else struggling with Navit?

 Regards

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



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


Re: Best graphics performance?

2009-05-27 Thread Yorick Moko
On Wed, May 27, 2009 at 10:45 AM, Sebastian Spaeth sebast...@sspaeth.de wrote:
 Yorick Moko wrote:
 it's very clear that atm the FR doesn't have the horsepower it needs
 to run navit

 Hehe, do you want to imply that the FR will gain more horsepower over
 time? Highly unlikely :). Optimizing navit and reducing other apps RAM
 usage will of course help, but I doubt that the distros will make the
 hardware much faster ;P

:)
no i mean't it doesn't have the hp to run the current version of navit
i would really like to see navit become usable...

had anyone tried  a navigation program under android (andnav?) on the fr?
might be interesting to port it maybe if it works well...

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


Re: Best graphics performance?

2009-05-27 Thread Yorick Moko
On Wed, May 27, 2009 at 2:45 PM, arne anka openm...@ginguppin.de wrote:
 Don't ask me what to do, I'm not a computer scientist. But I'm sure it
 would be possible.


 well, maybe we all should chip in and give the navit author a freerunner,
 to spur his motivation :-)

not a bad idea
but first maybe look around if there are not more promissing programs?

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


Re: [SHR testing] opkg error

2009-04-23 Thread Yorick Moko
don't know about the localedate thingy,

but try
opkg remove -force-depends e-wm-menu
opkg install e-wm-menu-shr


y

On Thu, Apr 23, 2009 at 10:22 PM, Jeffrey Ratcliffe
jeffrey.ratcli...@gmail.com wrote:
 I'm getting the following errors after opkg update;opkg upgrade:

 Collected errors:
  * ERROR: The following packages conflict with e-wm-menu-shr:
         *  e-wm-menu *
  * ERROR: Cannot satisfy the following dependencies for task-shr-minimal-x:
         *  glibc-binary-localedata-en-gb *

 What can I do to fix them?

 Regards

 Jeff

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


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


Re: saveenv not saving bootloader environment

2008-12-25 Thread Yorick Moko
Have you checked you are not booting into NOR instead of NAND?

On Thu, Dec 25, 2008 at 6:00 AM, Robert Damphousse rjdam...@gmail.com wrote:
 I am having a problem where my changes to the bootloader environment are not
 actually saved.  When I run saveenv it claims to erase the Nand but never
 says Writing to Nand..., like so:

   GTA02v5 # setenv robert robert
   GTA02v5 # saveenv
   Saving Environment to NAND...
   Erasing Nand...GTA02v5 #

 Upon a reboot of the device, my environment changes are not there.  Has
 anyone else had this problem?

 best,
 robert

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



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


Re: SHR - Cannot receive SMS

2008-12-16 Thread Yorick Moko
paul: save your logs and post them on their trac;
or join #openmoko-cdevel on IRC and ask it to someone like Ainulindale

On Tue, Dec 16, 2008 at 8:07 PM, Paul pault...@gmail.com wrote:
 Anyone know how I would go about finding out why my SMS hangs on
 receiving an SMS?

 When it happens I can't even read my messages.

 --
 Paul
 Email - pault...@gmail.com

 There were moments when he looked on evil simply as a mode through
 which he could realize his conception of the beautiful.
 Oscar Wilde - The Picture of Dorian Gray

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


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


Re: Sad Story

2008-12-12 Thread Yorick Moko
NINJA-PIRATES!

On Fri, Dec 12, 2008 at 7:54 PM, Karthik Kumar karthikku...@gmail.com wrote:
 I clearly don't blame the developers here myself. I blame Openmoko's
 selfish management (probably it's board of directors or C*Os) for
 this. I am sure that a developer who talks back against this will just
 get fired/have to face bad consequences.

 What would be the best way to 'convince' or 'force' the management to
 change their decisions? Does anyone know a lawyer?

 -Karthik

 On Fri, Dec 12, 2008 at 11:23 PM, Paul pault...@gmail.com wrote:
 My experience, as I'm sure with many other people, with my freerunner
 has been frustrating most of the time.  To say, its all on the user is
 wrong.  Granted the community could be better, however, its hard to
 contribute when everything is so fragmented.

 For instance, about the echo problem, one of the developers for
 OpenMoko stated Since there are different hw versions out there (a5,
 a6, a7), it's impossible to provide one alsa state file that suits all
 models.  Wait a sec.  If the developers know the issues, What's
 preventing the if statement that would prevent hundreds of hours of
 tweaking, testing, and frustration for the community?

 Let's be honest here FIC is making a pretty penny off of OpenMoko,
 using very old hardware selling at a premium price (2.5g not even
 EDGE).  Yet we are OK with that.  What the community DOES expect is
 basic support, for starters a phone that makes calls without echoing,
 doesn't drop connection and sends and receives text messages reliably
 as the Number 1 priority.  If I'm not mistaken, the majority of the
 working code in OpenMoko is from Trolltech.  In addition FSO has a
 very nice distro and the Freerunner isn't even its main device.  Yet
 more than 1 year AFTER the release of the 1974, we still have MAJOR
 issues from a basic install of Om.  Then we read stuff like this.

 OM is moving more focus to gta03 now, so my current resource for
 qtopia is fairly limited.

 It becomes evident that FIC and Openmoko cares less about creating
 reliably working software then it does about moving products.  (not
 blaming the developers here, they get pressure) Follow the next link
 and I think I've made my case.

 http://www.cafepress.com/openmoko_inc

 Now with that said, I will be posting online my howtos including
 scripts to make a kinda stable variant of FDOM soon.  Been too busy
 reflashing my phone.

 On Fri, Dec 12, 2008 at 1:28 AM, Karthik Kumar karthikku...@gmail.com 
 wrote:
 You should have fixed the GTA02 months back, when you released it.
 Instead, you people are working on GTA03/Neo Whatever. It proves that
 you don't care about the community, You just care about the bunch of
 people who might want to buy your upcoming phones, who sponsor your own
 selfish causes and suffer while you are working on GTA04.

 --
 Paul
 Email - pault...@gmail.com

 There were moments when he looked on evil simply as a mode through
 which he could realize his conception of the beautiful.
 Oscar Wilde - The Picture of Dorian Gray

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


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


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


Re: qt extended - no ring

2008-11-30 Thread Yorick Moko
there are more problems: no wake on alarm, bluetooth (which used to
work doesn't work anymore), no terminal app...

hypnotize made an improved version of it: http://other.lastnetwork.net/OpenMoko/

y

On Sun, Nov 30, 2008 at 4:27 AM, Dale Maggee [EMAIL PROTECTED] wrote:
 Hi,

 Today I flashed qt extended 4.4.2 to my FreeRunner. It seems very nice,
 but there are two problems, one minor, one more major:

 1.  it doesn't make any noise when a call or message comes in. It
 vibrates, but it doesn't ring.

 If I answer the call, it works fine - I can hear the caller etc, it's
 just the ring / message tone which doesn't seem to be playing.

 2. It doesn't seem to mark sms messages as 'read' - when a new message
 arrives it says 6 messages have arrived, not 1. The only way around
 this seems to be deleting the messages as I read them, which I'd rather
 not do.

 Any suggestions?

 Regards,
 -Dale

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


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


Re: 4.4.2 quick feedback, was: Re: QT Extended version 4.4.2 release is out!

2008-11-02 Thread Yorick Moko
to sum up the issues after a few minutes playing around:

*how can i add audio files to the mediaplayer? there is no way to
browse (I think it is possible by editing a file, but a simple
filebrowser can't be that hard, no?)

*the default sound settings are bad: the other party can hardly hear
me, and vice versa
and the speaker volume is already at maximum

*no way to manually suspend (withouth using the terminal) adding a
button in the shutdown menu seems sane to me

*solving the bouncing calypso bug by NEVER entering deep sleep and
burning away the battery during suspend does not seem a very good
fix

*no sound on incomming call/sms, only vibration

*what does usb connections do?? it seems like it was always in the
settings menu, but never did anything

*no bluetooth


are there any fixes for this (for the bluetooth i know someone made
another rootfs)

y

On Sun, Nov 2, 2008 at 8:08 PM, Yorick Moko [EMAIL PROTECTED] wrote:
 On Fri, Oct 31, 2008 at 1:05 PM, Petr Vanek [EMAIL PROTECTED] wrote:

 - no ring sound on incoming calls (but works during call)


 How can i re-enable ring on incomming call/SMS? Did anybody find the
 cause/the sollution?


 thanks!
 y


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


Re: Updating the FreeRunner

2008-09-04 Thread Yorick Moko
On Thu, Sep 4, 2008 at 10:03 PM, Juan Lucas Dominguez Rubio
[EMAIL PROTECTED] wrote:
 Hello. I'm trying to update the operating system and the Jalimo VM in my
 FreeRunner, but have problems:

 http://gvsigmobileonopenmoko.wordpress.com/files/2008/09/scshot-00.png

 Any ideas?

 Cheers,
 Lucas


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



edit your /etc/resolv.conf file
information about it is on the wiki

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


Re: diversity apps

2008-09-01 Thread Yorick Moko
On Mon, Sep 1, 2008 at 11:18 PM, e hanks [EMAIL PROTECTED] wrote:
 I installed Diversity Nav and Diversity Wifi. Both work. Except IIRC DN
 needed 'Locations' to be run before I could get a map. Some AP's were listed
 on the map including my own. Unfortunately, while my GPS loc was accurate
 the my AP was shown to be a block away when I was only 10m from it.


my 2008.8-upgrade is fully upgraded and diversity wifi never sees any
wireless AP's. When going to settings -- wifi the AP's are visible.
Mofi also sees the AP's
Diversity nav displays the AP's, but it displays them all on top of
eachother; pressing join or information gives nothing and pressing
zoom zooms out...
The AP's are also not shown on the right place

http://diversity.projects.openmoko.org/ is not very informative..

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


Re: Xmoto on freerunner?

2008-08-28 Thread Yorick Moko
On Thu, Aug 28, 2008 at 7:25 PM, Christophe Badoit [EMAIL PROTECTED] wrote:
 Thomas Bertani a écrit :


 2008/8/28 Christophe Badoit [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

 There is an ugly mode for xmoto, which only display the edges of the
 elements, it's quite fast (but, yes, ugly).


 I know that this mode exists, it is usable?

 If you mean playable, yes it is !
 It looks like an ooold game, that's it :)

 --
 Christophe Badoit



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


bah, ld is good :)
hopefully someone ports it to 2007.2/2008.8 and makes an ipk :)

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


Re: Illume keyboard Disappeared

2008-08-27 Thread Yorick Moko
On Wed, Aug 27, 2008 at 2:14 AM, Joel Newkirk [EMAIL PROTECTED] wrote:
 On Wed, 27 Aug 2008 09:28:55 +1000, Carsten Haitzler (The Rasterman)
 [EMAIL PROTECTED] wrote:
 On Tue, 26 Aug 2008 16:00:08 -0400 Alex Fitzpatrick
 Clearly
 someone controlling such decisions at Openmoko is insufficiently aware of
 the general loathing within the community toward that keyboard.


How the hell can they be unaware after a hundred mails all saying the same?
I have not read one mail from a user that said he found this keyboard
useful in the state it is right now. Everybody who has the phone at
this stage NEEDS to enter funky words in his terminal.

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


Re: Mofi issue on 2008.8 stable

2008-08-27 Thread Yorick Moko
On Wed, Aug 27, 2008 at 6:56 AM, Lisa [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Tried to start Mofi (v2) and get this
 Traceback (most recent call last):
 ~  File /usr/lib/mofi/mofi_gui.py, line 30, in module
 ~import gtk
 ~  File /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py, line
 82, in module
 ~init()
 NameError: name 'init' is not defined

 ~ Any ideas on how to fix this?
 ~ Thanks,
 ~   Lisa
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.4-svn0 (GNU/Linux)
 Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

 iD8DBQFItN6Z1sOMhsR36UsRAjOIAJ4y7o3jzAISwsRYQ+8Tuo2vwoQ+CACgmrgg
 KQaEvtHa7YYqHaMDuzbFetI=
 =2px+
 -END PGP SIGNATURE-

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


1 why not try mofi 0.3??
2. it's a know error: in
/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py, line 82,
change init to _init.

I don't know if a bug report is in order or not

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


Re: Sales?

2008-08-21 Thread Yorick Moko
On Thu, Aug 21, 2008 at 9:42 AM, e hanks [EMAIL PROTECTED] wrote:
 I've been using mine with Qtopia for weeks. As a cellphone it works really
 well and I get at least 36 hours of standby. If it had a browser I'd be in
 hog heaven since I have wifi that works oem.

 There is a demand for 'open-source hardware' so building more or better is a
 no brainer...

 Thanks

 radtek

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



Don't you have the problem that people on the other side hear a buzz
when you talk to them? That is the one bug that prevents me from using
it as a phone...

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


Re: Sales?

2008-08-21 Thread Yorick Moko
I (and others on IRC) do have this problem (with every distribution)
do you have a v5 or a v6?

On Thu, Aug 21, 2008 at 3:23 PM, Charles Hill [EMAIL PROTECTED] wrote:
 Buzz?  The only time I had that issue was with a poor connection on the
 headset.  I've used it daily for weeks now and no one has mentioned
 anything.

  Charles


 On Thu, Aug 21, 2008 at 4:10 AM, Yorick Moko [EMAIL PROTECTED] wrote:

 On Thu, Aug 21, 2008 at 9:42 AM, e hanks [EMAIL PROTECTED] wrote:
  I've been using mine with Qtopia for weeks. As a cellphone it works
  really
  well and I get at least 36 hours of standby. If it had a browser I'd be
  in
  hog heaven since I have wifi that works oem.
 
  There is a demand for 'open-source hardware' so building more or better
  is a
  no brainer...
 
  Thanks
 
  radtek
 
  ___
  support mailing list
  support@lists.openmoko.org
  https://lists.openmoko.org/mailman/listinfo/support
 
 

 Don't you have the problem that people on the other side hear a buzz
 when you talk to them? That is the one bug that prevents me from using
 it as a phone...

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


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



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


Re: Sales?

2008-08-21 Thread Yorick Moko
On Thu, Aug 21, 2008 at 4:12 PM, arne anka [EMAIL PROTECTED] wrote:
 I (and others on IRC) do have this problem (with every distribution)
 do you have a v5 or a v6?

 afaik it boiled down to happen consistently and location independent on
 1800 networks only (as opposed to 850/900/1900, where it seems to be
 dependent on network conditions).
 i think, jOERG wrote something like that a while ago and in
 freeyourphone.de somewhere.

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


Joerg said on IRC that desoldering the headset receptacle resolves the
problem... sadly this is not very easy(understatement)

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


Re: Sales?

2008-08-21 Thread Yorick Moko
On Thu, Aug 21, 2008 at 10:16 PM, arne anka [EMAIL PROTECTED] wrote:
 Joerg said on IRC that desoldering the headset receptacle resolves the
 problem... sadly this is not very easy(understatement)

 commiting suicide for fear of death?

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


there *could* be a sollution when inserting a dummy jack and
shortcircuiting it, but joerg had no conclusive data on that
when I get hold of a useless 2.5jack I will try it (could be a while,
the one supplied by openmoko is the only one I have and I use it to
listen to mp3's)

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


Re: loosing sound on suspend/resume (OM2008.8 + zecke testing)

2008-08-19 Thread Yorick Moko
Maybe add your experience to http://docs.openmoko.org/trac/ticket/1599 ?

On Tue, Aug 19, 2008 at 6:19 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 Not sure if I should file a ticket since it might be me silly done smth
 stupid or didn't update smth

 I installed vanilla 2008.8 + provided there kernel and some recent u-boot,
 added (so left the others which are for 2008.8 from downloads. not
 buildhost.) zecke testing feeds, opkg update/upgrade (few times) + few
 additional applications (e.g. tangogps, gestures).

 Whenever it just boots -- everything is fine -- if it goes to suspend
 (on timeout set to 10 or 30 sec in Preferences) -- on wake up there is
 no sound -- phone vibrates but doesn't ring, if I pick up the call --
 there is 100% silence on either end.

 I've checked alsa settings during proper call (prior suspend) and post
 resume -- they are identical

 dmesg and logreads and list_installed
 http://www.onerussian.com/Linux/bugs/om.nosound/debug.1/

 in 05_wokenosound you get logread and dmesg after it woke up on a call, I
 received a call but it was salient, then I dropped the call, and it went to
 suspend again, I resumed it by pressing power and changing it to don't suspend
 -- then I dumped all those files

 NB is there a way to discover full version for the running now kernel? uname 
 -a
 or /proc/version are not listing flavor (ie git shasum)

 P.S. There are few issues with zecke's feeds - many packages are listed
 but not available -- did opkg update and then doing upgrade:

 Upgrading angstrom-version on root from 1:P1-Snapshot-20080814-r1 to 
 1:P1-Snapshot-20080815-r1...
 Downloading 
 http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02/angstrom-version_P1-Snapshot-20080815-r1_om-gta02.opk
 Collected errors:
  * Failed to download 
 http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02/angstrom-version_P1-Snapshot-20080815-r1_om-gta02.opk,
  error 404
  * Failed to download angstrom-version. Perhaps you need to run 'opkg update'?

 --
  .-.
 =--   /v\  =
 Keep in touch// \\ (yoh@|www.)onerussian.com
 Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



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


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


Re: loosing sound on suspend/resume (OM2008.8 + zecke testing)

2008-08-19 Thread Yorick Moko
On Tue, Aug 19, 2008 at 6:52 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 actually I see that you had it as well -- does it remain such for you or
 you found 2008.8 specific work around?

 PS I am following up on that bug report now

 On Tue, 19 Aug 2008, Yorick Moko wrote:

 Maybe add your experience to http://docs.openmoko.org/trac/ticket/1599 ?

 On Tue, Aug 19, 2008 at 6:19 PM, Yaroslav Halchenko
 [EMAIL PROTECTED] wrote:
  Not sure if I should file a ticket since it might be me silly done smth
  stupid or didn't update smth

  I installed vanilla 2008.8 + provided there kernel and some recent u-boot,
  added (so left the others which are for 2008.8 from downloads. not
  buildhost.) zecke testing feeds, opkg update/upgrade (few times) + few
  additional applications (e.g. tangogps, gestures).

  Whenever it just boots -- everything is fine -- if it goes to suspend
  (on timeout set to 10 or 30 sec in Preferences) -- on wake up there is
  no sound -- phone vibrates but doesn't ring, if I pick up the call --
  there is 100% silence on either end.

  I've checked alsa settings during proper call (prior suspend) and post
  resume -- they are identical

  dmesg and logreads and list_installed
  http://www.onerussian.com/Linux/bugs/om.nosound/debug.1/

  in 05_wokenosound you get logread and dmesg after it woke up on a call, I
  received a call but it was salient, then I dropped the call, and it went to
  suspend again, I resumed it by pressing power and changing it to don't 
  suspend
  -- then I dumped all those files

  NB is there a way to discover full version for the running now kernel? 
  uname -a
  or /proc/version are not listing flavor (ie git shasum)

  P.S. There are few issues with zecke's feeds - many packages are listed
  but not available -- did opkg update and then doing upgrade:

  Upgrading angstrom-version on root from 1:P1-Snapshot-20080814-r1 to 
  1:P1-Snapshot-20080815-r1...
  Downloading 
  http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02/angstrom-version_P1-Snapshot-20080815-r1_om-gta02.opk
  Collected errors:
   * Failed to download 
  http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02/angstrom-version_P1-Snapshot-20080815-r1_om-gta02.opk,
   error 404
   * Failed to download angstrom-version. Perhaps you need to run 'opkg 
  update'?

  --
   .-.
  =--   /v\  =
  Keep in touch// \\ (yoh@|www.)onerussian.com
  Yaroslav Halchenko  /(   )\   ICQ#: 60653192
Linux User^^-^^[17]



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


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


 --
  .-.
 =--   /v\  =
 Keep in touch// \\ (yoh@|www.)onerussian.com
 Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



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


2008.8 corrupted my SD card and since then I haven't reinstalled it
I do have a 2008.08.13 buildhost image on my SD card but haven not
tested suspend

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


Re: NOOB having a hard time using Vista and a freerunner

2008-08-17 Thread Yorick Moko
On Sun, Aug 17, 2008 at 12:47 AM, tsmutz5 [EMAIL PROTECTED] wrote:

 Hello everyone!

 I'm having a hard time getting my freerunner connected to my Vista ultimate
 laptop.
 the NeoRndis.inf link is down, and Neo1973.inf is not being accepted by my
 os

 I also can't seem to get dfu-util to install.

 I have read all the getting started guides, and this guys page

 http://sam.curren.ws/index.cfm/2008/7/14/Using-the-Neo-FreeRunner-with-Windows-XPVista

 please forgive my inexperience, I am new to linux.


 Any help would be much appreciated

 Tyler

 --
 View this message in context: 
 http://n2.nabble.com/NOOB-having-a-hard-time-using-Vista-and-a-freerunner-tp728404p728404.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


It works on windows xp 32bit

but you can find the file NeoRndis here:
http://wiki.openmoko.org/wiki/NeoRndis.inf, give that one a go

good luck

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


Re: Customize AUX button? Needed for scummvm

2008-08-17 Thread Yorick Moko
i'm also interested in this one

On Sun, Aug 17, 2008 at 2:48 PM, Thorben Krueger
[EMAIL PROTECTED] wrote:
 Alternatively, putting a custom key into the aux menu could do the
 trick, too. How do I send a keycode to a running program? would be
 pretty neat to have that feature.

 2008/8/17 Thorben Krueger [EMAIL PROTECTED]:
 I need an application (scummvm) to rebind aux button to F5. AUX used
 to send a keyboard event, but this was removed. Would be glad for
 help.


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


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


Re: How to shutdown/turn off 2008.8

2008-08-13 Thread Yorick Moko
press and hold powerbutton

On Wed, Aug 13, 2008 at 7:15 PM, Jim Colton [EMAIL PROTECTED] wrote:

 Besides running 'shutdown -h now' in a terminal what is the scheme for
 shutting it down?

 I was assuming some sequence of the hard buttons would do it but I can't
 finger it out.

 Thanks

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



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


Re: trac site is broken?

2008-08-10 Thread Yorick Moko
file a bug on it :p

On Sun, Aug 10, 2008 at 5:03 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 Emailing here since now I can't file a bug about it

 trying to go to
 https://docs.openmoko.org/trac/ticket/1756

 and getting

 Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/api.py, 
 line 339, in send_error
'text/html')
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/chrome.py, 
 line 684, in render_template
data = self.populate_data(req, data)
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/chrome.py, 
 line 592, in populate_data
d['chrome'].update(req.chrome)
  File /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/api.py, 
 line 168, in __getattr__
value = self.callbacks[name](self)
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/chrome.py, 
 line 460, in prepare_request
for category, name, text in contributor.get_navigation_items(req):
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/ticket/web_ui.py, 
 line 133, in get_navigation_items
if 'TICKET_CREATE' in req.perm:
  File /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/api.py, 
 line 168, in __getattr__
value = self.callbacks[name](self)
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py, line 
 254, in _get_perm
return PermissionCache(self.env, self.authenticate(req))
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py, line 
 131, in authenticate
authname = authenticator.authenticate(req)
  File build/bdist.linux-i686/egg/acct_mgr/web_ui.py, line 408, in wrap
  File build/bdist.linux-i686/egg/acct_mgr/web_ui.py, line 419, in 
 authenticate
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/auth.py, line 
 71, in authenticate
authname = self._get_name_for_cookie(req, req.incookie['trac_auth'])
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/auth.py, line 
 181, in _get_name_for_cookie
db = self.env.get_db_cnx()
  File /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/env.py, 
 line 257, in get_db_cnx
return DatabaseManager(self).get_connection()
  File /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/db/api.py, 
 line 76, in get_connection
return self._cnx_pool.get_cnx(self.timeout or None)
  File /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/db/pool.py, 
 line 101, in get_cnx
cnx = self._connector.get_connection(**self._kwargs)
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/db/postgres_backend.py,
  line 46, in get_connection
cnx = PostgreSQLConnection(path, user, password, host, port, params)
  File 
 /usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/db/postgres_backend.py,
  line 134, in __init__
cnx = psycopg.connect(' '.join(dsn))
 OperationalError: could not connect to server: Connection refused
Is the server running on host localhost and accepting
TCP/IP connections on port 5432?


 so is DB down?
 --
  .-.
 =--   /v\  =
 Keep in touch// \\ (yoh@|www.)onerussian.com
 Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



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


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


Re: Unnecessary rant - Was: Re: USB networking in Ubuntu

2008-08-06 Thread Yorick Moko
maybe this can help:
disconnect cable,
restart freerunner,
when booted: connect cable
try again

worked once for me

On Wed, Aug 6, 2008 at 11:32 AM, Richard Cooke
[EMAIL PROTECTED] wrote:

 It is a shame you have alienated the support staff on this list since I
 suspect I am not on my own in having difficulty getting USB networking
 between the freerunner and Ubuntu up and running.

 I am something of a Linux noob and a complete openmoko beginner and perhaps
 as such I was a little rash in taking this thing on. I am running Ubuntu
 8.04 64 bit on an AMD64 box.

 I have spent a couple of days trawling google trying to get this going and
 late last week was successful enough to be able to upgrade my device. I
 thought at the time that maybe I should never power down my box again, but
 power it down I did.

 The problem I now have is that I am unable to get usb0 recognized as an
 interface by ifconfig.

 The command:
 ifconfig usb0 192.168.0.200

 results in
 SIOCSIFADDR: No such device
 usb0: ERROR while getting interface flags: No such device

 I have tried modprobing usbnet and cdc_ether but the problem remains.

 Help from any quarter would be much appreciated as I am at my wits' end.

 Thanks,


 Richard

 --
 View this message in context: 
 http://n2.nabble.com/USB-networking-in-Ubuntu-tp666197p675456.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


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


Re: Tango GPS application icon

2008-07-27 Thread Yorick Moko
look in the mailinlhists archives,
there is somewhere a file that specifies which categories are allowed

On Sun, Jul 27, 2008 at 1:23 PM, Torfinn Ingolfsen [EMAIL PROTECTED] wrote:
 Hello,

 On Sun, Jul 27, 2008 at 1:18 PM, Torfinn Ingolfsen [EMAIL PROTECTED] wrote:
 Categories=GTK;Application;PIM;GPS;

 Well, thi line doesn't work. Adding 'Netwok' to the Categories line
 works. Strange-
 --
 Regards,
 Torfinn

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


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


Re: Tango GPS application icon

2008-07-26 Thread Yorick Moko
On Sat, Jul 26, 2008 at 5:04 PM, sparky mat [EMAIL PROTECTED] wrote:
 I tried installing TangoGPS (I have the nightly build of ASU running) . It
 installed fine but I can't find a launcher in the application menu. How do I
 launch?


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



you need to edit the .desktop file located at /usr/share/applications
mine looks like this:
[Desktop Entry]
Name=Tango-GPS
Comment=Display map and GPS position
Encoding=UTF-8
Version=1.0
Type=Application
Exec=tangogps
Icon=diversity-nav
Terminal=false
Categories=Network;GPS;
SingleInstance=true
StartupNotify=true

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


Re: mkfs.vfat on 2007.02

2008-07-25 Thread Yorick Moko
On Fri, Jul 25, 2008 at 8:26 PM, Aaron Sowry [EMAIL PROTECTED] wrote:
 Johny Tenfinger wrote:
 On Fri, Jul 25, 2008 at 18:09, Mike Montour [EMAIL PROTECTED] wrote:

 Aaron Sowry wrote:


 However the problem as it stands currently is that there doesn't seem to
 be a package containing mkfs.vfat, or at least I can't find out what it
 is. Anyone?

 It's in dosfstools. You can bitbake it yourself with OE/MokoMakefile or
 download one that I've built from
 http://members.shaw.ca/mmontour/neo/dosfstools_2.11-r0_armv4t.ipk

 Note that the Booting from SD wiki page is out of date. The newest
 u-boot images (20080723 or newer) are able to load the kernel from
 ext2/3 so you don't need a FAT partition any more.


 I don't know why on wiki is ncurses package... ncurses has nothing to
 do with mkfs.vfat...

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

 I wondered the same thing actually... how does one subscribe themselves
 to be able to edit the wiki? I couldn't figure it out...

 Aaron

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


create an account
left upper corner of every wiki page
http://wiki.openmoko.org/index.php?title=Special:Userlogintype=signupreturnto=Main_Page

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


Re: What kind of antenna for GPS?

2008-07-23 Thread Yorick Moko
as far as I know any antenna with the right connector should work just fine

On Wed, Jul 23, 2008 at 9:55 AM, Jette Derriche [EMAIL PROTECTED] wrote:
 I would like to get a GPS antenna for my FR but I have no idea what to
 buy... any advice is greatly appreciated.

 /Jette



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


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


Re: SIM cards and Wireless

2008-07-23 Thread Yorick Moko
just download the image at
http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6
and flash the neo according the
http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner

On Wed, Jul 23, 2008 at 1:12 PM, Anschel Schaffer-Cohen
[EMAIL PROTECTED] wrote:


 I had a similar problem with my SIM.  Switching to Qtopia seemed to do
 the trick for me, but there might be a way to get it to work with the
 factory image.


 Can you send me instructions (or a link) on how to switch to Qtopia?

 --
 Anschel
 http://maddersocialist.blogspot.com
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support



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


Re: Removal of my email from Mailing list

2008-07-23 Thread Yorick Moko
but you can use the http:// equivalent

On Wed, Jul 23, 2008 at 10:12 PM, Robin Paulson [EMAIL PROTECTED] wrote:
 2008/7/23 Steven ** [EMAIL PROTECTED]:
 Do it yourself.  You might want to check out the link that is at the
 bottom of every email you get from this list...

 which still doesn't work, because of security certificate issues


 On Wed, Jul 23, 2008 at 2:44 PM, brad jones [EMAIL PROTECTED] wrote:
 Can you please remove me from any mailing lists. Thank you

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


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


Re: WiFi GUI?

2008-07-22 Thread Yorick Moko
if i recall correctly there is one in the ASU (but only for open networks)

On Tue, Jul 22, 2008 at 8:23 PM, Rene Horn [EMAIL PROTECTED] wrote:
 Is there a GUI frontend to the WiFi on the OpenMoko?  I couldn't find any in
 all my searches.  Just the command line stuff.

 Rene
 --
 [EMAIL PROTECTED], [EMAIL PROTECTED] (UW-Oshkosh email address),
 http://rhorn.kuiki.net - Pictures from me, family, and friends
 SDF Public Access UNIX System - http://sdf.lonestar.org

 Jay Leno in response to Colin Powell's deadline for an Iraqi
 constitution:
 They can take ours. After all, we aren't using it...
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support



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