Lost my AUX button?

2009-05-06 Thread digger vermont
Hello All,

I can't find my Freerunner's AUX button.  At least after booting that
is.  I haven't noticed any problem using it to flash.  But otherwise it
doesn't seem to respond anymore.  I've tried with OM-testing,
SHR-testing, and also fso-ms5.1.  At the moment I have fso-ms5.1
flashed. and testing with the command line

mdbus -s -l org.freesmartphone.odeviced
or
mdbus -s -l org.freesmartphone.odeviced /org/freesmartphone/Device/Input

I can see events including the POWER button but I don't get anything
pressing the AUX button.  It seems odd given that I can use it to boot
into the nand menu.  Anything else I can try?  With only two buttons to
work with I don't want to give it up.  I'm hoping its not a hardware
problem.

Thanks,
digger


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


Re: NetworkManager in Intrepid breaks my FreeRunner's Internet connection

2008-10-13 Thread digger vermont
On Mon, 2008-10-13 at 07:14 +0200, Jeffrey Ratcliffe wrote:
 2008/10/13 digger vermont [EMAIL PROTECTED]:
  Recently something changed with NetworkManager in Intrepid, don't know
  what.  With the auto usb0 line in the interfaces file NM decided that
 
 They started using the 0.7 version of NetworkManager, which isn't
 quite finished.

...

  Any way my solution was to comment out auto usb0 and manually use
  ifup usb0 (actually sudo ifdown usb0  sudo ifup usb0 is what I
  use).
 
 Are you saying that you type sudo ifdown usb0  sudo ifup usb0
 every time you plug in your FR?
 

You have to decide where you want to spend your time.  For me it isn't
NM at the moment.  So yeah its a a drag but I type it in.

digger


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


Re: NetworkManager in Intrepid breaks my FreeRunner's Internet connection

2008-10-12 Thread digger vermont
On Sun, 2008-10-12 at 15:28 +0200, Jeffrey Ratcliffe wrote:
 I've just upgraded my Hardy desktop to Intrepid and now have network problems.
 
 This is my /etc/network/interfaces
 
 auto lo
 iface lo inet loopback
 
 auto usb0
 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 
 
 This worked fine with Hardy, but the desktop cannot see the network.
 
 If I comment out auto usb0 and everything below, I can access the rest
 of the network, but then, of course, my FreeRunner no longer has
 Internet access.
 
 Any ideas on how to get both up?
 

Recently something changed with NetworkManager in Intrepid, don't know
what.  With the auto usb0 line in the interfaces file NM decided that
it to make it the default route when I plugged it in.  I could see the
nm-applet going around and then a notification that I was connected to
the Freerunner.  Looking at connections with nm-applet there were tabs
for both the wireless and usb0 with usb0 marked as default. I kinda
remember an Ubuntu bug-report concerning the default route in NM.

Any way my solution was to comment out auto usb0 and manually use
ifup usb0 (actually sudo ifdown usb0  sudo ifup usb0 is what I
use).

digger


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


Re: Installing applications in FSO

2008-08-28 Thread digger vermont
On Thu, 2008-08-28 at 08:41 +0930, Rod Whitby wrote:
 digger vermont wrote:
  On Wed, 2008-08-27 at 18:31 +0200, Michael 'Mickey' Lauer wrote:
  Am Mittwoch 27 August 2008 18:16:53 schrieb sparky mat:
  Is it possible to install applications to FSO? (trying FSO for the
first
  time)
  Sure. To make the .desktop files appear you need to set the
category = Office 
  or change some xdg configuration file which I don't know offhand.
 
  In the same vein.  I've been tracking
  http://shr.bearstech.com/fso-testing/
  
  If I add opkg.conf files for
  http://downloads.openmoko.org/repository/testing/
  
  and do an opkg upgrade will fso get muddled up?  Should I add some
arch
  feed-name priority lines?
 
 Never mix feeds.  Period.
 
 Ask someone with OE commit privs to add whatever applications you want
 in the fso-testing feeds to simply add that application's name to
 task-openmoko-feed.bb and it will be automatically built.
 
 If you need a specific application ipk from a different feed, then
 download the ipk and install it manually, using your judgement to
 determine whether it's dependencies are going to screw your system up.
 Take a full backup of your rootfs first.
 
 -- Rod

Okay, makes sense.
digger


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


Re: gps via python, using dbus

2008-08-27 Thread digger vermont
On Wed, 2008-08-27 at 20:56 +1000, Matt wrote:
 Could someone kind and helpful post an example of python code to get gps 
 data via dbus?
 
 I had look at the code in
 /usr/share/python-support/fso-frameworkd/framework/subsystems/ogpsd but 
 I'm clearly missing something as I cannot fathom how to make it work.
 
 Thanks
 

Hi Matt,
I've the same interest and the same problem.  At FreeSmartPhone.org
there is a Tutorials[0] page with a python example for gsm.  I've also
been looking at the Zhone code.  Between them I'm trying to write
something to print out info from ogpsd to the command line.  So far I
haven't had much time to put toward it so I don't have anything to offer
up, but perhaps that is of some help.

Have fun,
digger
 
[0] http://www.freesmartphone.org/index.php/Tutorials


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


Re: Installing applications in FSO

2008-08-27 Thread digger vermont
On Wed, 2008-08-27 at 18:31 +0200, Michael 'Mickey' Lauer wrote:
 Am Mittwoch 27 August 2008 18:16:53 schrieb sparky mat:
  Is it possible to install applications to FSO? (trying FSO for the first
  time)
 
 Sure. To make the .desktop files appear you need to set the category = Office 
 or change some xdg configuration file which I don't know offhand.
 

In the same vein.  I've been tracking
http://shr.bearstech.com/fso-testing/

If I add opkg.conf files for
http://downloads.openmoko.org/repository/testing/

and do an opkg upgrade will fso get muddled up?  Should I add some arch
feed-name priority lines?

Thanks,

digger



signature.asc
Description: This is a digitally signed message part
___
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-16 Thread digger vermont
On Sat, 2008-08-16 at 15:47 -0700, tsmutz5 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
 

Sorry Tyler, having absolutely no experience with Vista I'm going to
suggest trying one of the LiveCD's with Linux.  At least until you get
things working on the Freerunner.

Have fun,
digger


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