Re: NWA Development and Sources?

2010-03-17 Thread D . Gassen
Sorry for the late answer... I was trying some stuff...

On Mar 11, 2010, at 19:22 , Nicola Mfb wrote:

 [...]
 I really like the concept of it (love it, actually) but not being able to 
 connect to WEP secured networks is not that great. I cannot find any 
 sources for it.
 
 Are you able to connect to your WEP network using wpa_supplicant
 manually? in that case NWA should work or it needs a trivial fix.
 
 I do get
 
 AppletController Cannot set network options
 Did not receive correct message arguments.
 Unaccepted options: QMap((key_mgmt, QVariant(QString, WEP) ) ( 
 priority ,  QVariant(QString, 0) ) ( ssid ,  QVariant(QString, 
 bishop) ) ( wep_key0 ,  QVariant(QString, **) 
 ) ( wep_key1 ,  QVariant(QString, ) ) ( wep_key2 ,  QVariant(QString, 
 ) ) ( wep_key3 ,  QVariant(QString, ) ) ( wep_tx_keyidx ,  
 QVariant(QString, 0) ) )
 AppletController cannot add network QVariant(QString, GWN) QVariant(, )
 
 Thats a dbus error reply from wpa_supplicant.
 Just guessing (I cannot check now) try to remove empty wep keys from
 .nwa.conf, or in general remove from it pair values in Unaccepted
 options that are not present in your wpa_supplicant.conf.

Ok, I tried the following:

1. Removed the attributes wep_key1, wep_key2 and wep_key3 in .nwa.conf

2. Set the attributes wep_key1, wep_key2 and wep_key3 to the same value as 
wep_key0 in .nwa.conf

3. Moved my /etc/wpa_supplicant/wpa_supplicant.conf out of the way

None of these, unfortunately, did make any difference.

Could it maybe be because I give the key as a hex string (26 characters)? Do I 
have to prefix it with something to indicate it's a hex string? (I tried 
0x... but that didn't work either)

Btw, is there *any* documentation on the dbus interface of wpa supplicant? The 
only thing I could find was this statement:

 The wpa_supplicant dbus interface isn't particularly well documented [...]

 [...]
 
 I do actually have problems with the ar6000 driver if I do *not* blacklist 
 it (in /etc/modprobe.d/blacklist). I do see kernel panics in the syslog and 
 Wifi usually does not work (fsoraw fails to aquire the WiFi resource and I 
 don't get the eth0 interface). I *seem* to have less problems if I load the 
 driver later manually.
 
 I am running andy-tracking 3db70757d6fabb17 with my own config (DEBUG 
 options disabled) but I have the same results with the current kernel from 
 SHR-U. Is that aforementioned patch included?
 
 Not yet.

Paul's patch did make a big difference in the stability of the driver, however, 
I also needed
Hm, blacklisting didn't help. The driver stopped working for me later that day. 
It seems that Paul's patch made the driver more stable once it's working (have 
yet to see a PANIC).

The problem that I encountered with the ar6000 driver seems to be described 
here:

 http://docs.openmoko.org/trac/ticket/2327

and when I added the suggested patch the driver loaded pretty well.

Dirk



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


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


NWA Development and Sources?

2010-03-11 Thread D. Gassen
Hi all,

Does anybody know if NWA is still being developed? According to the page on the 
OpenMoko Wiki (http://wiki.openmoko.org/wiki/NWA) it seems that it was more 
like a proof of concept.

Was it replaced by something else?

I really like the concept of it (love it, actually) but not being able to 
connect to WEP secured networks is not that great. I cannot find any sources 
for it. The Subversion host mentioned in the binary package 
(svn://svn.noko.dnsalias.org/;module=nwa;proto=https) seems to be non-existant 
(I don't get a reply from svn.noko.dnsalias.org) and the homepage

 http://sourceforge.net/apps/mediawiki/noko/index.php?title=Main_Page

(if that's the one) doesn't mention nwa at all.

Thanks for any pointers,
Dirk
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: NWA Development and Sources?

2010-03-11 Thread D. Gassen

On Mar 11, 2010, at 17:11 , Nicola Mfb wrote:

 On Thu, Mar 11, 2010 at 10:14 PM, D. Gassen dirk.gas...@web.de wrote:
 Hi all,
 
 Does anybody know if NWA is still being developed? According to the page on 
 the OpenMoko Wiki (http://wiki.openmoko.org/wiki/NWA) it seems that it was 
 more like a proof of concept.
 
 Yes, it was born to make brainstorming, that's the reason sources were
 not released. Anyway I got no partecipation in that nor in wiki
 Discussion Board in several months, I guess becouse it's QT based.
 Developing was stopped due to lack of interest and kernel problems,
 but now Paul Ferster patched ar6000 module, and Ben reported that NWA
 now seems to be rock solid. Please try the patch and report on trac any 
 issues, this should
 accelerate the upstream landing.

Do you have a URL handy by any chance?

 NWA is now one of the neophysis wifi manager candidate, so I'm going
 in the next weeks to improve and clean it and finally release sources,
 so please be patient.
 
 Was it replaced by something else?
 
 I really like the concept of it (love it, actually) but not being able to 
 connect to WEP secured networks is not that great. I cannot find any 
 sources for it.
 
 Are you able to connect to your WEP network using wpa_supplicant
 manually? in that case NWA should work or it needs a trivial fix.

I do get

 AppletController Cannot set network options
 Did not receive correct message arguments. 
 Unaccepted options: QMap((key_mgmt, QVariant(QString, WEP) ) ( priority 
 ,  QVariant(QString, 0) ) ( ssid ,  QVariant(QString, bishop) ) ( 
 wep_key0 ,  QVariant(QString, **) ) ( wep_key1 
 ,  QVariant(QString, ) ) ( wep_key2 ,  QVariant(QString, ) ) ( 
 wep_key3 ,  QVariant(QString, ) ) ( wep_tx_keyidx ,  QVariant(QString, 
 0) ) )  
 AppletController cannot add network QVariant(QString, GWN) QVariant(, )


for both WEP networks that I have defined in .nwa.conf. However, this might be 
caused by the middleware since today for one time only nwa *was* able to 
associated with bishop.

The WPA-PSK network at home works flawlessly. I have the same networks 
configured in /etc/wpa_supplicant/wpa_supplicant.conf and I can associate with 
the WEP networks without problems:

 r...@freerunner:~# fsoraw -r WiFi -- /usr/sbin/wpa_supplicant  
 -c/etc/wpa_supplicant/wpa_supplicant.conf -ieth0
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 CTRL-EVENT-SCAN-RESULTS 
 Trying to associate with 00:19:aa:14:d9:60 (SSID='bishop' freq=2452 MHz)
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 Associated with 00:19:aa:14:d9:60
 CTRL-EVENT-CONNECTED - Connection to 00:19:aa:14:d9:60 completed (auth) [id=3 
 id_str=]



I do actually have problems with the ar6000 driver if I do *not* blacklist it 
(in /etc/modprobe.d/blacklist). I do see kernel panics in the syslog and Wifi 
usually does not work (fsoraw fails to aquire the WiFi resource and I don't get 
the eth0 interface). I *seem* to have less problems if I load the driver later 
manually.

I am running andy-tracking 3db70757d6fabb17 with my own config (DEBUG options 
disabled) but I have the same results with the current kernel from SHR-U. Is 
that aforementioned patch included?

Dirk


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


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


Re: elm_browser and https

2010-01-21 Thread D. Gassen
 
 @ Rui Miguel Silva Seabra
 specially if you add keyword organization instead of merely hierarchichal
 
  Can you amplify what you're looking for? I haven't thought much about the
 bookmark management actually.

Well, I'm not Rui ;-) but I've also wished for some time now that browsers 
would switch to a bookmark system where I can tag a link with a varying number 
of tags.

E.g., I'd like to tag a German News site like www.zdf.de with German and 
News and for example www.bbc.co.uk with English and News. So far I can 
only put them together in a folder News or I can group them by language. If I 
could have a whole set of tags and tag each link individually I could then 
maybe have intelligent groups that would look for links with certain tags, 
e.g. english news sites require a link to have the tag English and News.

If you're familiar with Aperture on the Mac (or Lightroom should have a similar 
concept) then you'd probably know what I mean.

Currently I have a lot of bookmarks in folders and sometimes I wish a bookmark 
could have two different categories at the same time. I currently end up 
sometimes with bookmarking the same page twice in two different folders. Having 
tagging capabilities would help me to organize my gazillion of bookmarks better.

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


Re: elm_browser and https

2010-01-21 Thread D. Gassen

Am Jan 21, 2010 um 13:02  schrieb c_c:

 @ Rui Miguel Silva Seabra
 specially if you add keyword organization instead of merely hierarchichal
 
  Can you amplify what you're looking for? I haven't thought much about the
 bookmark management actually.

I would also wish to see a separate bookmark manager that can be tied into a 
browser. I sometimes use multiple browsers and each has its own bookmarks. If 
we had something like a button in each browser that would start the bookmark 
manager and then that manager would have its own UI and could tell the browser 
to go to a certain link then the same bookmark manager could be used by *all* 
browsers. Plus I could exchange the bookmark manager if it would follow a 
standard interface and the browser could concentrate on what it does best 
(browsing the internet) whereas the bookmark manager could do what it does best 
(managing bookmarks).

I guess that could be done using dbus, maybe?

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


Re: [debian/fso] how to enable wlan again?

2010-01-16 Thread D. Gassen

Am Jan 16, 2010 um 11:23  schrieb arne anka:

 after upgrading to timo's improved kernel a few days ago, i'd like to test  
 wlan again -- but can't recall the exact steps.
 doing

 
 qdbus --system org.freesmartphone.ousaged /org/freesmartphone/Usage  
 org.freesmartphone.Usage.SetResourcePolicy WiFi enabled
 
 does not change anything apparently and
 
 qdbus --system org.freesmartphone.ousaged /org/freesmartphone/Usage  
 org.freesmartphone.Usage.GetResourceState Wifi
 
 returns
 
 Error: org.freesmartphone.Usage.ResourceUnknown
 Resource Wifi had never been registered


Maybe you're experiencing this bug:

 http://kerneltrap.org/mailarchive/openmoko-kernel/2010/1/13/6702443

However, I had exactly the same problem consistently with a kernel without the 
Timo's improvements until about two days ago (although I have not seen a kernel 
upgrade at that time).
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Quick e-mail poll: Still using your Freerunner?

2009-12-29 Thread D. Gassen

Risto H. Kurppa wrote:

 Do you use FR as your daily/primary phone?
YES!

 Do you use FR as your primary PDA?
YES!

 What distribution you run most of the time?
SHR-U Current (I have a working SHR on NAND that I don't update and whenever 
the update breaks the one on the SD I can switch to NAND until the on the SD 
card works again).

 
 If you don't use FR as your daily phone/PDA, what phone did you change
 over to, and why?
Switch? No way!

Dirk ;-)
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[SHR-U/all?] Midori and Wap

2009-09-22 Thread D. Gassen
Hi all,

Since I recently upgraded Midori from 0.0.x to 0.1.x that is now  
regularly updated in the SHR-U feeds Midori doesn't want to display  
WAP pages anymore (mime type: text/vnd.wap.wml, example: http://www.bofa.mobi 
) but rather offers to download the file. This used to work in 0.0.x.

Is that actually a problem with the new version of Midori? If so, is  
there some config file that could be tweaked? (I couldn't find one) Or  
does Midori need to be recompiled with some option?

Dirk

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


Re: [SHR-u] Abyss or gsm0710muxd? (Was: Re: [SHR] opkg upgrade (10 Aug 2009))

2009-08-13 Thread D. Gassen
I think it was added to the image at some point in time. Don't know  
why it wasn't installed automatically but it was mentioned on this  
(another?) mailing list at some time and I installed it manually.

I always try to avoid to reflash. I've got SHR working to my liking,  
I've got a couple of custom apps and I have the stupid habit of not  
writing down what I changed. I even didn't reflash when it was  
announced that you had to (I think that was when unstable became  
testing). I usually fix problems by reinstalling or removing and  
reinstalling packages.

Dirk

On 13.08.2009, at 06:33, David Fokkema wrote:

 On Wed, 2009-08-12 at 13:56 -0400, D. Gassen wrote:
 I had the same problem but I solved that (for me) by reinstalling a
 couple of packages:

 opkg install -force-reinstall libgsm0710mux0 libfsotransport0 \
   libfsoframework0 libfsobasics0 fso-abyss fsousaged \
  libgsm0710mux-config frameworkd frameworkd-config-shr \
  libframeworkd-phonegui-efl0 \
  shr-contacts shr-messages shr-dialer ophonekitd

 (I hope I got them all, I didn't use one command but several)

 After that the phone connected properly to the GSM network, was able
 to read all my contacts and I could make and receive calls again.

 That's funny. I don't have fso-abyss on my phone. Apparently, it is a
 new GSM muxer implementation by Mickey to replace fso-gsm0710muxd,  
 which
 _is_ installed on my phone. I'm running SHR-unstable from July 31st  
 (or
 a few days before that). Did something change in the latest images?
 Isn't SHR using nice metapackages to move people to the new daemon on
 upgrade? Or did you just custom install fso-abyss?

 David


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


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


Re: [SHR] opkg upgrade (10 Aug 2009)

2009-08-12 Thread D. Gassen
I had the same problem but I solved that (for me) by reinstalling a  
couple of packages:

opkg install -force-reinstall libgsm0710mux0 libfsotransport0 \
 libfsoframework0 libfsobasics0 fso-abyss fsousaged \
libgsm0710mux-config frameworkd frameworkd-config-shr \
libframeworkd-phonegui-efl0 \
shr-contacts shr-messages shr-dialer ophonekitd

(I hope I got them all, I didn't use one command but several)

After that the phone connected properly to the GSM network, was able  
to read all my contacts and I could make and receive calls again.

Dirk

On 12.08.2009, at 13:28, Konstantin wrote:

 Davide Scaini wrote:
 today upgrade fixed the thing for me...
 d


 Unfortuneately, GSM still doesn't work for me after the upgrade.
 The alternate image (SHR stable) I am using via NAND works okay,  
 though.
 /var/log/ophonekitd.log just says
 GSM not available, try again in 5s
 a few times, then a few
 idle notifier state handler called, id 1
 with verious ids, and the SIM entry dialog never pops up. :(
 Anyone else with that problem?

 Regards,
 Konstantin

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


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


Re: This stupid phone is unbelievable COOL!!!! 8)

2009-07-22 Thread D. Gassen
And then there is synergy. It's really cool to move the mouse pointer  
from my laptop over to the Freerunner and then control the Freerunner  
with both the mouse and the keyboard from my laptop.


Dirk

On 22.07.2009, at 14:27, Yorick Moko wrote:


you can also run x11vnc

On Wed, Jul 22, 2009 at 2:40 PM, Davide Scaini dsca...@gmail.com  
wrote:
...something gives me the impression that you are new to this list,  
please tag the subject of your posts... for example:

[shr-u] questions
or
[om2008] tricks
or
[noise] today i had a nightmare

welcome
d


On Wed, Jul 22, 2009 at 2:35 PM, li...@kitepilot.com wrote:
So I do:

kitepi...@beechjet:~$ ssh -fCX r...@192.168.0.202 /usr/bin/midori

And I have the browser running in my desktop monitor.
Only *TRUE* geeks can appreciate that!   ;-)
ET

PS: Never mind the potential to control the device and squeeze
functionality.
I certainly, starting difficulties and all, don't regret my decision  
to

ditch the Iphone in favor of the Freerunner.
And I am just getting started!8)

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


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


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


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


Re: [OM2009t4] No libgps?

2009-05-29 Thread D. Gassen
Seems that SHR actually does have the package libgps17. Otherwise try  
installing libgs or libgps16.

Dirk

Am 29.05.2009 um 11:16 schrieb Christ van Willegen:

 Hi,

 first of all, Om2009 is looking good! It's a whole step forward
 towards a useable daily phone IMHO.

 I tried running Navit, bit it complained about a missing libgps.so.16.
 I tried my old trick of linking the so.17 to the so.16, but apparently
 there is no libgps installed by default...

 Did I miss any tricks, or do I need to install additional software?

 Christ van Willegen
 -- 
 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

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


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


Re: Navit skins...

2009-04-06 Thread D. Gassen

Am 06.04.2009 um 02:49 schrieb Marco Trevisan (TreviƱo):

 Hello, some days ago I saw this nice skin for Navit [1] on scap.
 Please, could the author share it? :P

 Anyway, how can these skins be written?

Maybe you want to check out [1], [2] and [3].

I stumbled accross these pages by searching for Mineque on the  
documentation wiki (they had a screenshot of a skin called Mineque on  
their main page).

I was quite amazed about the possibilities of this software :-)

 And... How can be enabled the 3d-view? Should I change something in my
 navit.xml to get it working with latest svn version?

On [1] they mention a cegui (not supported anymore) that can be  
started in 3D mode by specifying:

 gui type=cegui tilt=400 view_mode=3D skin=Mineque /
I haven't tried if it works with any other GUI's but maybe it's worth  
giving it a try?

Dirk

[1] http://wiki.navit-project.org/index.php/Configuring_Navit
[2] http://wiki.navit-project.org/index.php/Skinning_the_SDL_GUI
[3] http://wiki.navit-project.org/index.php/OSD
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] Cannot get ophonekitd to use SIM

2009-02-23 Thread D. Gassen
Could it be that there's still some timing issue with ophonekitd?

I have updated ophonekitd to

 r...@om-gta02 ~ $ opkg list_installed ophonekitd
 ophonekitd - 0.0.1+gitr577+7e705882c099f353cf6ce535c222b7fee56b48b8- 
 r15 -

which seems to be latest as of right now.

However, depending on my location it seems that ophonekitd succeeds to  
register with the network or not. It finally seems to be able to  
connect to the network since the network is displayed in the top bar  
of illume and I can make calls with the dialer. But reading the SIM's  
contacts and phone log failed and the contact list is empty and the  
phone log app tends to crash.

In my apartment I seem to have a weak GSM signal and then ophonekitd  
has the trouble described above.

In the office I have better reception and there ophonekitd behaves  
nicely and I've got a working phone (including phonebook, etc.)

Here's the log of ophonekitd when it's failing:

 ** (process:1788): DEBUG: request_resource_callback()
 ** (process:1788): DEBUG: call ogsmd_device_set_antenna_power()
 ** (process:1788): DEBUG: sim_ready_status_callback(status=0)
 ** (process:1788): DEBUG: ophonekitd_sim_ready_status_handler()
 ** (process:1788): DEBUG: ophonekitd_sim_auth_status_handler()
 ** (process:1788): DEBUG: sim auth ready
 ** (process:1788): DEBUG: power_up_antenna_callback()
 ** (process:1788): DEBUG: register_to_network_callback()
 ** (process:1788): DEBUG: Registering to network failed: TODO  
 org.freesmartphone.GSM.Device -2
 ** (process:1788): DEBUG: ophonekitd_sim_ready_status_handler()
 ** (process:1788): DEBUG: sim ready
 ** (process:1788): DEBUG: get_messagebook_info_callback()
 ** (process:1788): DEBUG: MessageBookInfo failed: Did not receive a  
 reply. Possible causes include: the remote application did not send  
 a reply, the message bus security policy blocked the reply, the  
 reply timeout expired, or the network connection was broken. dbus -2

Is it normal that it tries to register with the network and *then*  
reports sim ready?

At the same time (I think just before the message Registering to  
network failed) I get the following errors in frameworkd.log:

 2009.02.24 00:16:05 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: got 12 bytes from: '\r\n 
 +CREG: 2\r\n'
 2009.02.24 00:16:10 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: sending 11 bytes: 'AT 
 +CSMS=1\r\n'
 2009.02.24 00:16:10 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: got 19 bytes from: '\r\n 
 +CMS ERROR: 314\r\n'
 2009.02.24 00:16:10 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: COMPLETED 'AT+CSMS=1'  
 = ['+CMS ERROR: 314']
 2009.02.24 00:16:10 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: sending 19 bytes: 'AT 
 +CNMI=2,1,2,1,1\r\n'
 2009.02.24 00:16:10 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: got 19 bytes from: '\r\n 
 +CMS ERROR: 314\r\n'
 2009.02.24 00:16:10 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: COMPLETED 'AT 
 +CNMI=2,1,2,1,1' = ['+CMS ERROR: 314']
 2009.02.24 00:16:14 ogsmd.channel DEBUG 
 UnsolicitedResponseChannel via /dev/pts/3: got 16 bytes from:  
 '%CSTAT: PHB, 0\r\n'

(I left out the lines with _readyToRead: watch timeout = None on  
purpose for better readability)

The modem firmware should still be  
gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-moko10.m0.

 * The Digital Pioneer digitalpion...@gmail.com [090223 19:11]:
 I thought it was ophonekitd's job to do stuff like that. What do I  
 run? And
 why on earth would I have to manually enable GSM on a phone? Heheheh
 you don't... its exactly what ophonekitd does. We fixed some stuff in
 the startup sequence of ophonekitd lately... you might want to try to
 update  upgrade.

 mrmoku

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


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


Re: [FSO] official local.conf

2008-11-13 Thread D. Gassen
I also have trouble with openmoko-terminal2. It seems that there is a  
package missing. If you run from the command line:



DISPLAY=:0 openmoko-terminal2


then you will see that it complains about:

(openmoko-terminal2:1535): Vte-WARNING **: can not run /usr/libexec/ 
gnome-pty-helper


and indeed /usr/libexec/gnome-pty-helper doesn't exist. Unfortunately,  
I don't know which package provides this.


BTW, clicking on New will emit that warning again and openmoko- 
terminal2 will quit (without further error message).


Have you tried logging in via ssh and provide no password? (press  
Enter when it asks for a password). AFAIK there is no password for  
root when you get a freshly built image.


Dirk

On 13.11.2008, at 09:00, Previdi Roberto wrote:

hello, i tried for some weeks to build and install the fso-testing- 
image from the fso-makefile with the procedure described in the  
wiki, but i always had some problems

(
  for example
  i couldn't use the terminal
the terminal application loaded, but no shell appeared in it
  so i couldn't change the root password,
  so i couldn't log in with ssh,
  so i couldn't know why it doesn't work...
  or
  the sound card wasn't recognized by the kernel
)

I always thought that it should have gone that way, being the  
testing version. but yesterday i downloaded and flashed the prebuilt  
image from http://downloads.openmoko.org/framework/milestone3/ and i  
have got many more functionality.


anybody can explain this difference? where are the configuration  
files for the openembedded build environment (local.conf) used by  
the automatic builders?


roby

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


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