Re: Bitbaking Ruby 1.9

2008-08-09 Thread rakshat hooja
On Sat, Aug 9, 2008 at 8:49 AM, sparky mat [EMAIL PROTECTED] wrote:

 Ruby 1.9 seems to compile and run fine. Currently, I am compiling  it on
 my phone.

 I am not familiar with OpenEmbedded or Bitbake. Can someone add Ruby 1.8.6
 and Ruby 1.9 to the repository? Possibly, we can remove Ruby 1.8.5 from the
 repository since Ruby 1.8.6 is a grammar-compatible upgrade to 1.8.5 with
 significant improvements IIRC.

 Alternatively, if someone can guide me, I can add these myself. I mean,
 add the bitbake recipe so that the build host will compile and upload its
 ipk file to the GTA01/02 repository.


 One issue I faced when compiling was that 'ar' on the phone is supplied by
 Busybox and doesn't provide the features the compilation required. I
 symlinked arm-angstrom-linuxeabi-ar to 'ar'and things worked fine.


Please put this in a wiki page.

Rakshat



-- 
--
Please use Firefox as your web browser. Its protects you from spyware and is
also a very feature rich browser.
www.firefox.com
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: 2008.8 - unable to unmount SD card because it's in use

2008-08-09 Thread Craig Woodward
Qpe was the culprit for me... I had to kill the xserver to unmount and reformat 
my new card. :)  


 Dylan Semler [EMAIL PROTECTED] wrote: 

=
On a freshly booted 2008.8 Freerunner, I can't unmount the SD card because
it says it's busy.  Anyone know what is accessing the card?

-- 
Dylan

Type faster. Use Dvorak:
http://dvzine.org


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


Re: USB Networking troubles

2008-08-09 Thread Zack Mollusc
michael cole wrote:
 Andrew,

 I'll make the netmask changes you suggest.

 Further to my comments above re: the USB networking page @ openmoko.
 My issue could have been avoided if the networking page made clear
 that the Freerunner--Desktop connection is on a different network than
 the LAN the desktop uses to access the Internet. Likewise a
 troubleshooting note when one cannot ping past the desktop machine.
 The document, as it is now written, focuses on just the
 Freerunner--Desktop connection and makes an assumption that the LAN is
 not 192.168.0.X Your description placing the task of setting up USB
 networking in the context of the whole LAN makes clear how the
 FR--Desktop network is situated. It probably seems obvious for most of
 the users here.

 Perhaps someone with editing rights to the networking page can add a
 couple of lines to make clear the need for distinct networks in
 specifying the setup. Also, it would help to extend the worked example
 to show (at each stage) what output one should see from route -n  on
 each machine. This is also a point to check in troubleshooting cases
 where one can ping the desktop but no other machines on the LAN.

 Once again I appreciate the time everyone has taken to help.

 Thanks,

 Michael

 On Fri, Aug 8, 2008 at 8:40 AM, Andrew C. Dingman
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:

 On Fri, 2008-08-08 at 06:32 -0400, michael cole wrote:
  First thanks to all for replying.
 
  These changes worked.

 Glad it helped. I hope the IP routing mini-lecture made clear *why* :)

  So on my Freerunner /etc/network/interfaces includes:
 
  # Ethernet/RNDIS gadget (g_ether)
  # ... or on host side, usbnet and random hwaddr
  auto usb0
  iface usb0 inet static
address 192.168.2.202 http://192.168.2.202
netmask 255.255.255.0 http://255.255.255.0
network 192.168.2.0 http://192.168.2.0
gateway 192.168.2.200 http://192.168.2.200
  # orig:
  # up echo nameserver 192.168.0.200 http://192.168.0.200
 /etc/resolv.conf
  # using home (nimiq.net http://nimiq.net)
up echo nameserver 207.235.125.4 http://207.235.125.4
 /etc/resolv.conf
 
  on the desktop  /etc/network/interfaces includes:
  allow-hotplug usb0
  iface usb0 inet static
  address 192.168.2.200 http://192.168.2.200
  netmask 255.255.255.192 http://255.255.255.192
  post-up iptables -A POSTROUTING -t nat -j MASQUERADE -s
 192.168.2.192/26 http://192.168.2.192/26
  post-up echo 1  /proc/sys/net/ipv4/ip_forward
  post-up iptables -P FORWARD ACCEPT
  pre-down iptables -D POSTROUTING -t nat -j MASQUERADE -s
  192.168.2.192/26 http://192.168.2.192/26

 Almost right, and in fact this configuration won't break in practice
 because you can't plug additional devices into your USB network.
 However, the FreeRunner and the desktop really *should* agree
 about the
 netmask. You have the FreeRunner thinking its local network
 includes 256
 addresses (192.168.2.0-255), and the desktop thinking that the network
 it and the FreeRunner live in includes only 64 (192.168.2.192-255). If
 you choose to fix this on the desktop by using the 255.255.255.0
 http://255.255.255.0
 netmask, you'll also want to fix the masquerade rule to specify
 192.168.2.192/24 http://192.168.2.192/24, as the /n part
 indicates a netmask with binary 1 in
 the n most significant bits. (255.255.255.0 http://255.255.255.0
 == binary IP 
   . 255.255.255.192
 http://255.255.255.192 == binary  
  1100)

 If you want to play with this stuff a bit more, you might be
 interested
 in a tool called 'gip' that you can install on your desktop with
 'apt-get install gip'. It lets you enter IPs and netmasks in any
 of the
 normal forms and shows you the resulting network sizes and binary,
 hexadecimal, and decimal representations of the results.
 --


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




 -- 
 Michael Cole
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
   
I put a line in yesterday pointing out that the networks need to be
distinctly different, but it seems to have gone again :-)


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


Re: Why is /etc/resolv.conf on tmpfs?

2008-08-09 Thread arne anka
 Is there some really good reason for this, or can I just wipe out the
 symlink and make it a file in /etc?  I'm tired of having to put my
 nameserver in there every time I fire up the phone.

you might do the same as 2007.2 does: add to /etc/network/interfaces in  
the usb0 stanza

echo nameserver yournameserverip  /etc/resolv.conf

if usb is up'd the resolve.conf will be populated with that ip.
any other kind of networking (wlan, gprs, not sure about bt) will get it's  
resolv.conf populated by dhcp, i think.



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


Re: Todays 2008.08 Bug list [[ sorry - offtopic now ]]

2008-08-09 Thread arne anka
 I am sorry but am I the only one who got 4 copies of the same email?

no, you aren't. it happens rather often these last days, tough mostly  
there are 3 copies.
i believe you have a trac account -- could you file a bug about that and  
add the headers of the 4 copies?

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


Re: USB Networking troubles

2008-08-09 Thread michael cole
I put a line in yesterday pointing out that the networks need to be
 distinctly different, but it seems to have gone again :-)

 Ah, the joys of community editing.
A pointer to this thread (specifically your description of the larger
network picture and what the USB setup needs to accomplish) would also be
useful for someone trying to sort out networking issues.

Michael


-- 
Michael Cole
[EMAIL PROTECTED]
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Why is /etc/resolv.conf on tmpfs?

2008-08-09 Thread Esben Stien
Dirk Bergstrom [EMAIL PROTECTED] writes:

 I thought that resolv.conf was getting wiped out at every boot

It is and it should be. Use resolveconf.

/etc/resolvconf/resolv.conf.d/head is the header file for the dynamic
generation. Leave this alone.

/etc/resolvconf/resolv.conf.d/base is the meat of the file, or the
middle. Define your nameservers here using this syntax: nameserver
xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the ip of your nameserver.

/etc/resolvconf/resolv.conf.d/tail is the ending of this file. Leave
this one alone too.

/etc/resolvconf/resolv.conf.d/original is the original configuration
of the file. These isn't anything you have to do for this file.

After you have applied your changes, but before you restart your
network service, run this command:

sudo resolvconf -u

This will run the script and update your /etc/resolv.conf file. This
apparently should happen every time the machine boots.

-- 
Esben Stien is [EMAIL PROTECTED] s  a 
 http://www. s tn m
  irc://irc.  b  -  i  .   e/%23contact
   sip:b0ef@   e e 
   jid:b0ef@n n

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


Mofi crash on om2008.8

2008-08-09 Thread Sjors Provoost
Hi there,

I am trying to use Mofi [0] to access my wireless network. I've tried
both the stable 0.2 and preview 0.3 version, installed from the ipk
file.

When I click on the Wifi Mofi icon, after a few seconds I get a really
fancy looking but not very useful error message:
Wifi Mofi has quit running unexpectedly. There was no error message.
This error log will be saved as /home/root/Wifi Mofi.log

Unfortunately this file does not exist, so I can't attach it.

If I go to Settings - Wifi then I see a list of wireless networks,
including my (open) home network. If I click on my home network, it
blinks green, but nothing happens.

I have a Freerunner with the new om2008.8 on it.

Kind regards,

Sjors

[0] http://wiki.openmoko.org/wiki/Mofi

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


Re: Compiling C on the phone

2008-08-09 Thread Jay Vaughan


 Is there a package or packages I can install to get everything I  
 need to
 build python C extentions on the phone?  Is there a way to build  
 them on
 my linux machine that doesn't require building the entire openmoko
 distribution first?


You need binutils too ..

;
--
Jay Vaughan





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


dfu-util on 64-bit?

2008-08-09 Thread Quentin Hartman
I have been trying to flash my Freerunner for days, everytime failing,
everytime getting cryptic errors that I have not been able find
online. I just got access to a 32-bit machine, and it is working!

So, it seems that dfu-util does not work on 64-bit (at least not
64-bit Ubuntu Hardy).

If you are seeing dfu-util fail with a -62 error, it is likely
failing because you are running 64-bit

-- 
-Regards-

-Quentin Hartman-

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


Re: dfu-util on 64-bit?

2008-08-09 Thread arne anka
 So, it seems that dfu-util does not work on 64-bit (at least not
 64-bit Ubuntu Hardy).

debian repositories include dfu-util, even for amd64 -- it's rather  
unlikely ubuntu wont.
i was able to flash u-boot successfully with it.

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


Re: Todays 2008.08 Bug list [[ sorry - offtopic now ]]

2008-08-09 Thread Yaroslav Halchenko
apparently it is an issue well known for a while ;-)
http://admin-trac.openmoko.org/trac/ticket/1372


On Sat, 09 Aug 2008, arne anka wrote:

  I am sorry but am I the only one who got 4 copies of the same email?

 no, you aren't. it happens rather often these last days, tough mostly  
 there are 3 copies.
 i believe you have a trac account -- could you file a bug about that and  
 add the headers of the 4 copies?

 ___
 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


Re: 2008.8 : Can receive calls but cannot call

2008-08-09 Thread rakshat hooja
On Sat, Aug 9, 2008 at 6:37 PM, Vikas Saurabh [EMAIL PROTECTED]wrote:

 Is this so non-critical only (+1)'s are coming and no one even cares to
 explain what and how it broke

 The functionality was working fine with 2007.2 and earlier (non released
 version) of ASU from Aug 6.

 --Vikas


I am sure there will be explanations but give the OM guys a break. They have
just done a major release and its a Saturday! File a trac report and wait
till Monday's build and see it the problems are fixed and explanations
given. 2008.8 official release is still very much a work in progress anf
from my experience the builds about 4-7 days after a mojor release tend to
solve a lot of teathing problems.

See http://zecke.blogspot.com/2008/08/releasing-software-to-wild.html  - a
blog post on 2008.8 by Holger zecke
Freytherhttp://zecke.blogspot.com/2008/08/releasing-software-to-wild.htmlwho
has been working on qtopia on x11 for OM

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


Re: dfu-util on 64-bit?

2008-08-09 Thread Quentin Hartman
On Sat, Aug 9, 2008 at 8:11 AM, Arne Zachlod [EMAIL PROTECTED] wrote:

 i use dfu-util with 64 bit Hardy and it works great! try this version:

 http://downloads.openmoko.org/releases/Om2008.4/dfu-util

Strange, I just tried that version on two different machines and it's
still failing the same way.

-- 
-Regards-

-Quentin Hartman-

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


Re: 2008.8 : Can receive calls but cannot call

2008-08-09 Thread Vikas Saurabh
I totally understand the pressure of a release and requirement for a lean
period after it.

All I want right is a dirty workaround so that I can pick up my freerunner
again to callI had to dig back my old phone to live on the weeked. I
guess more involved community members might also help.

I don't even know what to look forany logs ...i wud be more than happy
to try to debug it on my end...

--Vikas

On Sat, Aug 9, 2008 at 9:05 PM, rakshat hooja [EMAIL PROTECTED] wrote:



 On Sat, Aug 9, 2008 at 6:37 PM, Vikas Saurabh [EMAIL PROTECTED]wrote:

 Is this so non-critical only (+1)'s are coming and no one even cares to
 explain what and how it broke

 The functionality was working fine with 2007.2 and earlier (non released
 version) of ASU from Aug 6.

 --Vikas


 I am sure there will be explanations but give the OM guys a break. They
 have just done a major release and its a Saturday! File a trac report and
 wait till Monday's build and see it the problems are fixed and explanations
 given. 2008.8 official release is still very much a work in progress anf
 from my experience the builds about 4-7 days after a mojor release tend to
 solve a lot of teathing problems.

 See http://zecke.blogspot.com/2008/08/releasing-software-to-wild.html  - a
 blog post on 2008.8 by Holger zecke 
 Freytherhttp://zecke.blogspot.com/2008/08/releasing-software-to-wild.htmlwho
  has been working on qtopia on x11 for OM

 Rakshat




 ___
 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: Why is /etc/resolv.conf on tmpfs?

2008-08-09 Thread Esben Stien
Esben Stien [EMAIL PROTECTED] writes:

 These isn't 

Clearly this was a copy and paste as I don't write that bad Engrish;). 

-- 
Esben Stien is [EMAIL PROTECTED] s  a 
 http://www. s tn m
  irc://irc.  b  -  i  .   e/%23contact
   sip:b0ef@   e e 
   jid:b0ef@n n

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


Re: dfu-util on 64-bit?

2008-08-09 Thread Timo Jyrinki
2008/8/9 Quentin Hartman [EMAIL PROTECTED]:
 So, it seems that dfu-util does not work on 64-bit (at least not
 64-bit Ubuntu Hardy).

Works here without problems. I did have one faulty USB wire though.
And dfu-util needs root/sudo rights. I do have some i386 compatibility
libs installed, dunno if it helps.

-Timo

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


Om-2008.8: Cannot make or receive calls

2008-08-09 Thread Tim Coggins
Using the released Om-2008.8 image I cannot make or receive phone
calls. When the phone boots I am asked to enter a PIN. This appears to
be accepted and I can send and receive SMS messages.

However when I try and make a call it fails with the message No phone
call is possible. Reason GSM Phone is not registered. No network. No
connection information is displayed on the bar at the top. Everything
worked with 2007.2.

Has anyone got any suggestions?

Thanks,
Tim

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


Re: Why is /etc/resolv.conf on tmpfs?

2008-08-09 Thread arne anka
 Clearly this was a copy and paste as I don't write that bad Engrish;).

ok, we wont ask what lingo engrish is ...



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


Re: Om-2008.8: Cannot make or receive calls

2008-08-09 Thread Quentin Hartman
On Sat, Aug 9, 2008 at 11:17 AM, Tim Coggins [EMAIL PROTECTED] wrote:
 Using the released Om-2008.8 image I cannot make or receive phone
 calls. When the phone boots I am asked to enter a PIN. This appears to
 be accepted and I can send and receive SMS messages.

 However when I try and make a call it fails with the message No phone
 call is possible. Reason GSM Phone is not registered. No network. No
 connection information is displayed on the bar at the top. Everything
 worked with 2007.2.

I'm seeing the same behavior...

-- 
-Regards-

-Quentin Hartman-

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


Re: Is anyone working on Ruby 1.9 for GTA01/02 ?

2008-08-09 Thread Michael 'Mickey' Lauer
Am Freitag 08 August 2008 20:08:38 schrieb sparky mat:
 On Fri, Aug 8, 2008 at 11:24 PM, Jim Morris [EMAIL PROTECTED] wrote:
  sparky mat wrote:
   I was wondering if anyone was working on porting Ruby 1.9(.0-3) for
   GTA01/02.
 
  Now I have mokomakefile working, I was going to port 1,8,6 although 1.8.5
  is available as an ipkg
  but is missing essential libraries.

 I just felt that 1.9 would make more sense given that on the mobile,
 interpreting would be quite a bit slower. If you can help me get started, I
 will try and port 1.9.0-3.

Please start with the 1.8.x recipe in OE and update our patches accordingly.

-- 
:M:

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


Re: Bitbaking Ruby 1.9

2008-08-09 Thread Michael 'Mickey' Lauer
Am Samstag 09 August 2008 05:19:50 schrieb sparky mat:
 Ruby 1.9 seems to compile and run fine. Currently, I am compiling  it on my
 phone.

 I am not familiar with OpenEmbedded or Bitbake. Can someone add Ruby 1.8.6
 and Ruby 1.9 to the repository? Possibly, we can remove Ruby 1.8.5 from the
 repository since Ruby 1.8.6 is a grammar-compatible upgrade to 1.8.5 with
 significant improvements IIRC.

 Alternatively, if someone can guide me, I can add these myself. I mean, add
 the bitbake recipe so that the build host will compile and upload its ipk
 file to the GTA01/02 repository.

Please submit recipes and/or updated patches to the OE bugtracker.

Thanks,

:M:

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


Re: USB Networking troubles

2008-08-09 Thread Olivier Berger
michael cole [EMAIL PROTECTED] writes:


 Perhaps someone with editing rights to the networking page can add a couple
 of lines to make clear the need for distinct networks in specifying the
 setup.

Why not change that yourself... it's a wiki. You too can get these
edit rights (unless registration gets broken) ;-)

Best regards,
-- 
Olivier BERGER 
(OpenPGP: 1024D/B4C5F37F)
http://www.olivierberger.com/weblog/

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


Re: Todays 2008.08 Bug list

2008-08-09 Thread Olivier Berger
Craig Woodward [EMAIL PROTECTED] writes:

 Ok, so here are just a few things I've found working with the current image 
 today:


Ever heard of a bug tracker ?

https://docs.openmoko.org/trac/report

then, maybe https://docs.openmoko.org/trac/login

and then only : https://docs.openmoko.org/trac/newticket

Best regards,
-- 
Olivier BERGER 
(OpenPGP: 1024D/B4C5F37F)
http://www.olivierberger.com/weblog/

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


Re: 2008.8 screen blanks permanently on suspend

2008-08-09 Thread Steven **
I think I just saw this.  I'd say it's a bug.  Did you file a bug report?

-Steven

On Fri, Aug 8, 2008 at 8:35 PM, William Kenworthy [EMAIL PROTECTED] wrote:
 I have had the FR go into blank screen a number of times and refuse to
 wakeup.  Its not suspended as usb networking still works.  Trying to
 restart the xserver hangs.  If I press the power button briefly, nothing
 happens.  Same if I hold it for a second or two.  At ~ 10 seconds it
 will shutdown - sometimes.

 Is this a bug or is there some other way to get the screen back without
 a time consuming reboot.

 BillK



 --
 William Kenworthy [EMAIL PROTECTED]
 Home in Perth!

 ___
 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


QTOPIA wifi setup for wpa2

2008-08-09 Thread Jim Morris
Hi,

I have been playing with the GUI for setting up wifi in the latest trolltechs 
Qtopia build.

It sees my network, but there seems no way to setup wpa2 or enter a password. 
Am I missing 
something, or has that not been implemented yet?

(BTW I can set it up manually using the wpa_supplicant config etc.)

Thanks
Jim

-- 
Jim Morris, http://blog.wolfman.com

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


Re: QTOPIA wifi setup for wpa2

2008-08-09 Thread Lorn Potter
Jim Morris wrote:
 Hi,
 
 I have been playing with the GUI for setting up wifi in the latest trolltechs 
 Qtopia build.
 
 It sees my network, but there seems no way to setup wpa2 or enter a password. 
 Am I missing 
 something, or has that not been implemented yet?

It isn't very intuitive.
Once you have done WLAN detection-Options-Add new networks (scans for 
networks) select the network you want.
You have to go back into the main internet settings window and select 
Options-Properties-Wireless Encryption-select the network you want to 
connect to. From there you can configure which encryption and 
password/phrase.



 
 (BTW I can set it up manually using the wpa_supplicant config etc.)
 
 Thanks
 Jim
 


-- 
Lorn 'ljp' Potter
Software Engineer, Systems Group, Trolltech, a Nokia company

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


Re: Why is /etc/resolv.conf on tmpfs?

2008-08-09 Thread Matt

Esben Stien wrote:
 Dirk Bergstrom [EMAIL PROTECTED] writes:

   
 I thought that resolv.conf was getting wiped out at every boot
 

 It is and it should be. Use resolveconf.

 /etc/resolvconf/resolv.conf.d/head is the header file for the dynamic
 generation. Leave this alone.

 /etc/resolvconf/resolv.conf.d/base is the meat of the file, or the
 middle. Define your nameservers here using this syntax: nameserver
 xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the ip of your nameserver.

 /etc/resolvconf/resolv.conf.d/tail is the ending of this file. Leave
 this one alone too.

 /etc/resolvconf/resolv.conf.d/original is the original configuration
 of the file. These isn't anything you have to do for this file.

 After you have applied your changes, but before you restart your
 network service, run this command:

 sudo resolvconf -u

 This will run the script and update your /etc/resolv.conf file. This
 apparently should happen every time the machine boots.

   
Thanks Ebsen, as soon a this post appears in the archive I'll link the 
wiki to it.
At the momewnt the wiki suggests replacing the symlink with a file.

http://wiki.openmoko.org/wiki/Om_2008.8#Known_Issues



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


Re: Bitbaking Ruby 1.9

2008-08-09 Thread sparky mat



 Please submit recipes and/or updated patches to the OE bugtracker.

 Thanks,


I am not sure if this is possible. It seems the  compilation creates a
'miniruby' executable, which generates/compiles the rest of the code base. I
am not sure how that can be done on a build host. I am compiling it directly
on the phone as of now.
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: QTOPIA wifi setup for wpa2

2008-08-09 Thread Jim Morris
Lorn Potter wrote:
 Jim Morris wrote:
 Hi,

 I have been playing with the GUI for setting up wifi in the latest 
 trolltechs Qtopia build.

 It sees my network, but there seems no way to setup wpa2 or enter a 
 password. Am I missing something, or has that not been implemented yet?
 
 It isn't very intuitive.
 Once you have done WLAN detection-Options-Add new networks (scans for 
 networks) select the network you want.
 You have to go back into the main internet settings window and select 
 Options-Properties-Wireless Encryption-select the network you want to 
 connect to. From there you can configure which encryption and 
 password/phrase.
 


Thanks I'll give that a try.

BTW did you know that qtopia (actually the entire thing) locks solid (crashes) 
when I try to delete 
an internet setting.. I can't even ssh into the thing via USB to see why it 
crashed.

Internet settings - click on one of the data networks - click the options 
menu = click delete - 
HANG.

-- 
Jim Morris, http://blog.wolfman.com

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


Re: QTOPIA wifi setup for wpa2

2008-08-09 Thread Jim Morris
Jim Morris wrote:
 Lorn Potter wrote:
 Jim Morris wrote:
 Hi,

 I have been playing with the GUI for setting up wifi in the latest 
 trolltechs Qtopia build.

 It sees my network, but there seems no way to setup wpa2 or enter a 
 password. Am I missing something, or has that not been implemented yet?
 It isn't very intuitive.
 Once you have done WLAN detection-Options-Add new networks (scans for 
 networks) select the network you want.
 You have to go back into the main internet settings window and select 
 Options-Properties-Wireless Encryption-select the network you want to 
 connect to. From there you can configure which encryption and 
 password/phrase.


 
 Thanks I'll give that a try.
 
 BTW did you know that qtopia (actually the entire thing) locks solid 
 (crashes) when I try to delete 
 an internet setting.. I can't even ssh into the thing via USB to see why it 
 crashed.
 
 Internet settings - click on one of the data networks - click the options 
 menu = click delete - 
 HANG.
 

HOLD ON I think my libs are out of sync, I need to do an opkg upgrade I think, 
if the latest qtopia 
is expecting 2008.8 libs.

I'll do opkg upgrade and try again. I was seeing some odd message in the logs 
about libs and versions.

The problem stems from the fact I used the script you suggested to upgrade 
qtopia rather than 
reflash the rootfs, but this leaves the kernel and libs out of sync.

I'll report back in a sec...

-- 
Jim Morris, http://blog.wolfman.com

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


Re: Bitbaking Ruby 1.9

2008-08-09 Thread Michael 'Mickey' Lauer
Am Sonntag 10 August 2008 04:58:03 schrieb sparky mat:
  Please submit recipes and/or updated patches to the OE bugtracker.
 
  Thanks,

 I am not sure if this is possible. It seems the  compilation creates a
 'miniruby' executable, which generates/compiles the rest of the code base.
 I am not sure how that can be done on a build host.

Just take a look at how we did it with ruby 1.8.x in OE. The canonical way to 
deal with something like that is add a foo-native package to OE and fix the 
foo package to call the native tool instead.

-- 
:M:

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


Re: QTOPIA wifi setup for wpa2

2008-08-09 Thread Jim Morris
Ok reflashed the 888 qtopia (the update didn't take properly)

It doesn't crash anymore when I delete an internet profile.

However getting to the properties page for the selected wireless is not working 
as it says wlan 
pending, and there is no properties menu selection.


Jim Morris wrote:
 Jim Morris wrote:
 Lorn Potter wrote:
 Jim Morris wrote:
 Hi,

 I have been playing with the GUI for setting up wifi in the latest 
 trolltechs Qtopia build.

 It sees my network, but there seems no way to setup wpa2 or enter a 
 password. Am I missing something, or has that not been implemented yet?
 It isn't very intuitive.
 Once you have done WLAN detection-Options-Add new networks (scans 
 for networks) select the network you want.
 You have to go back into the main internet settings window and select 
 Options-Properties-Wireless Encryption-select the network you want 
 to connect to. From there you can configure which encryption and 
 password/phrase.



 Thanks I'll give that a try.

 BTW did you know that qtopia (actually the entire thing) locks solid 
 (crashes) when I try to delete an internet setting.. I can't even ssh 
 into the thing via USB to see why it crashed.

 Internet settings - click on one of the data networks - click the 
 options menu = click delete - HANG.

 
 HOLD ON I think my libs are out of sync, I need to do an opkg upgrade I 
 think, if the latest qtopia is expecting 2008.8 libs.
 
 I'll do opkg upgrade and try again. I was seeing some odd message in the 
 logs about libs and versions.
 
 The problem stems from the fact I used the script you suggested to 
 upgrade qtopia rather than reflash the rootfs, but this leaves the 
 kernel and libs out of sync.
 
 I'll report back in a sec...
 


-- 
Jim Morris, http://blog.wolfman.com

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


Re: QTOPIA wifi setup for wpa2

2008-08-09 Thread Jim Morris
FYI

I have looked into how Qtopia is using WPA_SUPPLICANT and I don't think that 
technique will work.

I can get a WPA connection only if I put this in the /etc/networks/interfaces 
file.

iface eth0 inet dhcp
   wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

The technique of running wpa_supplicant from the command line never worked for 
me, and that seems to 
be the technique used by the script.

I hope I am wrong, but playing with it just now I never got it to connect, 
whereas doing a simple 
ifup eth0 with the above setting in interfaces does work right now.

Thanks
Jim

Jim Morris wrote:
 Ok reflashed the 888 qtopia (the update didn't take properly)
 
 It doesn't crash anymore when I delete an internet profile.
 
 However getting to the properties page for the selected wireless is not 
 working as it says wlan 
 pending, and there is no properties menu selection.
 
 
 Jim Morris wrote:
 Jim Morris wrote:
 Lorn Potter wrote:
 Jim Morris wrote:
 Hi,

 I have been playing with the GUI for setting up wifi in the latest 
 trolltechs Qtopia build.

 It sees my network, but there seems no way to setup wpa2 or enter a 
 password. Am I missing something, or has that not been implemented yet?
 It isn't very intuitive.
 Once you have done WLAN detection-Options-Add new networks (scans 
 for networks) select the network you want.
 You have to go back into the main internet settings window and select 
 Options-Properties-Wireless Encryption-select the network you want 
 to connect to. From there you can configure which encryption and 
 password/phrase.


 Thanks I'll give that a try.

 BTW did you know that qtopia (actually the entire thing) locks solid 
 (crashes) when I try to delete an internet setting.. I can't even ssh 
 into the thing via USB to see why it crashed.

 Internet settings - click on one of the data networks - click the 
 options menu = click delete - HANG.

 HOLD ON I think my libs are out of sync, I need to do an opkg upgrade I 
 think, if the latest qtopia is expecting 2008.8 libs.

 I'll do opkg upgrade and try again. I was seeing some odd message in the 
 logs about libs and versions.

 The problem stems from the fact I used the script you suggested to 
 upgrade qtopia rather than reflash the rootfs, but this leaves the 
 kernel and libs out of sync.

 I'll report back in a sec...

 
 


-- 
Jim Morris, http://blog.wolfman.com

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