Re: Carrier in Belgium

2010-10-22 Thread Christophe M
Hi !

I'm from Belgian but live in spain ...
There is 3 main gsm operator in Belgium :

- Proximus (Vodafone group)
- Mobistar (france telecome)
- Base

- Proximus is the most powerfull and used by entreprise but the cost of the
calls is hight
- Mobistar was my choice, work fine with freerunner, less cost than
Proximus good network
- Base has a badder network than the others and is less used

Than you have virtual operators. A friend of me is using simyo and is happy
with it, it's really cheaper than others, don't know if it works with FR.

Christophe



2010/10/22 Ed Kapitein e...@kapitein.org

 Hi Atilla,

 I use t-mobile in holland and have good experience with them for GRPS
 and normal GSM calls.
 I had also a good experience in the USA with t-mobile, also with both
 GPRS and GSM calls.

 So you could give them a try.

 Kind regards,
 Ed

 PS
 i am in no way associated with t-mobile :-)

 On Thu, 2010-10-21 at 23:36 +0200, Atilla Filiz wrote:
  (sorry for the duplicate)
  Hi list
  I am moving to Belgium in a couple of weeks and will buy a(probably
  prepaid) line from there. Can anyone tell which company plays well
  with FR hardware? I had problems with Vodafone NL before(GSM OK but no
  GPRS) also with Globul BG and I don't want this to happen again.
 
 
  --
  Atilla
  ___
  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




-- 
-
*
*
Not sent from an iBad
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QT and dbus - no such signal

2010-01-08 Thread Christophe M
 Hi,

 I am about to write my own little GPS application in Qt and try to connect
 to FixStatusChanged signal from Gypsy but have the following problem

 Code snippet:
 ...
 deviceInterface = new QDBusInterface(org.freedesktop.Gypsy,
 /org/freedesktop/Gypsy/default, org.freedesktop.Gypsy.Device,
 QDBusConnection::systemBus(),this);
 ...
 connect(deviceInterface, SIGNAL(FixStatusChanged(int)), this,
 SIGNAL(fixChanged(int)));

 I want to pass the signal on to use it somewhere else in my application...

 now when starting my application I get:

 Object::connect: No such signal
 org::freedesktop::Gypsy::Device::FixStatusChanged(int)

 but  mdbus -s org.freedesktop.Gypsy /org/freedesktop/Gypsy
 lists:
 [SIGNAL]org.freedesktop.Gypsy.Device.FixStatusChanged( i:fixstatus )

 Do you have any idea what is going wrong?

 You can find the full code here:


 http://git.senfdax.de/?p=qgpslog;a=blob;f=src/gypsy.cpp;h=27014f72b3705c6439e10d9130c8c03f8cd9bfdf;hb=HEAD

 Thanks for any help.

 Cheers,
  Christian



Hi!
Quick response, I don't have a lot of time, here is an example of connection
to fso in Qt :

m_db_ressourceManager = new QDBusInterface(org.freesmartphone.ogpsd,
/org/freedesktop/Gypsy,, QDBusConnection::systemBus());

connect 
(m_db_ressourceManager,SIGNAL(FixStatusChanged(int)),this,SLOT(fixStatusChanged(int)));


Try :

new QDBusInterface(org.

 freedesktop.Gypsy, /org/freedesktop/Gypsy/default, ,
 QDBusConnection::systemBus());


Then connect to the signal.

Many dbus examples are in the Qalee tree :
http://think-free83.homelinux.org/project/qalee/trunk/
And on the wiki there is some informations : http://www.qalee.org

-- 
--

Openmoko phone gui :

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


Re: Navigation

2009-12-10 Thread Christophe M


 If you already have the vector data you doesn't need the bitmap data
 anymore because you can render the displayed map directly from these
 data. That is what navit already does and therefor a combination of
 vector and bitmap data makes no sense. It would make the data redundant
 and more complicated.


Personnaly I don't find it redundant.
- If you use a 2D map, it's easier to draw a bitmap rather than a vector. It
consume less cpu so less battery. Due to my experience, I find navit really
slower than tangogps
- There is more maps in bitmaps than in vector format, I think about
google's ones, I'm using thats maps but I would appreciate routing, with a
combination of bitmap and vector you can see the map in png and get routing
informations from vector one, less cpu, advantage of both vector and
bitmaps. You can even show the calculated itinary on top of the bitmap ...


-- 
--

Openmoko phone gui :

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


Re: Dbus through network? Re: Digital Media Controler for DLNA

2009-11-27 Thread Christophe M
 Cristophe you finally succeed in using dbus trough network? that's
awesome!! :)
Yes, I'm working on that ! I'm able to call remote methode, remote methodes
with arguments and very soon remote methodes that return some values ..
There is just connection to remote signals and build in security missing ...

 yes I have read about gabriel project before(two monts or so) was not
 updated since early 2008 now seems than a new maintainer has picked up
 the baton but not new commits yet.
 gabriels aproach is more secure but lacks a direct way to play with as
 Cristoph proposal :) and lazy as I am I will love to play with qalee
 integrated remote dbus :), I have to take a look to boxee(boxee.tv) to
 see if it has a dbus interfaces to play with too :)
 I didn't know about this project before, but I think they are different.
What I want to do I to propose a simple access to the remote bus with build
in encryption and interface filter. I don't want to share an entire bus ..
Shs approch is less hacking but could be harder to get it working. My
project will be : Launch a daemon on the pc with a file with exported
methode and a password as argument (or setted via dbus), launch a daemon
with a password as argument (or setted via dbus) on the phone (or what ever
you want)
and access the remote bus via a single methode, you'll know that you are
calling a methode on a remote machine ...
I just want it to be simple, to use and to implement

I know that dbus is able directly to be used on network but that's not easy
to get it working, that's not documented and that's not secure ...


 ?? gabriel *is* the direct way! you *are* on the remote dbus :) and
 above all it run very nice with the freerunner too.
 I'm using it to develop veeery fast on my pc using FSO on the freerunner.

 Oh, there is another solution (unmaintained due to few requests) to
 control a remote Linux Box iniecting lowlevel uinput events (emulating
 keyboard and mouse, it runs on text vt too), or executing remote
 commands (like dbus-send, etc.) :

 http://wiki.openmoko.org/wiki/NIDE/NIDED


You can use the keyboard that come with the last release of qalee and my
daemons for it ;) (the keyboard is based on dbus and is divided on two part
(see svn, documentation soon))



 and will be integrated in an upcoming Qt DE too.

 That's only to say I'm sad that peoples did not join a common project.


To join a project, you have to know about it ;) But I think that those
differents approch can coexist, they are different to use.
If you don't like mine, I don't care, you are not obliged to use it, for me
and other peoples it's utile as it is. That's free software :)
( For example I can say the same about Enlightenment ... I don't like it,
their were kde, gnome, ... why people are developing for it instead of
developing for other DE ? But I don't care, you have the choice to use what
you want and develop for what you want ... )




 --
 --

 Openmoko phone gui :

 http://www.qalee.org


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


Re: Digital Media Controler for DLNA

2009-11-26 Thread Christophe M
Hi !
I developing something like a remote controller for pc on the freerunner
It's based on dbus, so any dbus application will be controllable from a
remote host ...
My test application is an amarok remote controller ...
It's not finished yet and it will be integrated into Qalee but you can grab
the code and play with it right now.  Play, stop, vol up, ... works,
I'm developing the part to grab informations from the pc and show it on the
phone ...
Ho, it's based on Qt ;)

View this wikipage :
http://think-free.homelinux.org/wiki/index.php/DBusNetwork_Server_and_Client
And stay tuned on the blog page for a stable release


2009/11/26 jack_2...@gmx.net

 Hey everybody,

 got my Freerunner for over a year now and I am quite happy that it never
 really works how I wont it to so I can fiddle with it... ;-)

 anyway, did anybody ever try to write an app to control Media Clients? As I
 understand it it would be called a 'Digital Media Controller' which could
 act as a remote control for Media Clients that use the DLNA standard.
 However I am not sure if that would be programmed through Upnp tools (GUPNP
 API) or something different. Unfortunately I never came around to program
 more than some shell scripts and use a bit of awk so I wouldn't really know
 where to start to code an app like that.
 Anyhow would be wicked to have an app to control my Musicpal with my
 Freerunner.

 If you look on the net there are only Logitec, TEAC, Sonos and now also
 Raumfeld but all that stuff is horribly expensive.

 hopefully somebody already thought about this.

 by the way, thanks for the work everybody, unfortunately I am only a user
 and of not much help apart from testing your stuff... :-D

 cheers Jack
 --
 Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
 http://portal.gmx.net/de/go/dsl02

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




-- 
--

Openmoko phone gui :

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


Re: Symptoms of failed #1024 fix

2009-11-01 Thread Christophe M
 Hi,

 you performed a #1024 bug and can no longer access to modem? You get in
 /var/log/frameworkd.log:

 2009.11.01 17:25:06.733 ogsmd.modem.abstract ERRORcould not open
 channel MISC, retrying in 2 seconds
 2009.11.01 17:25:06.743 ogsmd.modems.ti_calypso INFO Requesting new
 channel from 'fso-abyss'
 2009.11.01 17:26:08.523 ogsmd.modem.abstract ERRORcould not open
 channel UNSOL, retrying in 2 seconds
 2009.11.01 17:26:08.533 ogsmd.modems.ti_calypso INFO Requesting new
 channel from 'fso-abyss'
 2009.11.01 17:26:21.733 ogsmd.modem.abstract ERRORcould not open
 channel CALL, retrying in 2 seconds
 2009.11.01 17:26:21.743 ogsmd.modems.ti_calypso INFO Requesting new
 channel from 'fso-abyss'

 This happened to me too on every boot of SHR. I just want to confirm that
 these symptoms mean that the soldering was not properly done so that no
 capacitor is used instead of the 10uF or 22uF one. I will ask the engineer
 who  performed this task for me to do it again to get a proper phone.

 I also want to mention that I did not observed other problems. The device
 boots fine, the touchscreen and USB works, ... GPS failed for me but maybe
 I
 did not properly plugged the antenna.

 Some programs such as Cellhunter stop now with:
 An exit code of 1 was returned from /usr/bin/cellhunter.py

 So even if the capacitor cannot properly solded again I have a fine
 device :-)

 Jens



Hi !
I have the same error while I'm on roaming but I haven't done the 1024 fix
so I'm not sure it's related ...

-- 
--

Openmoko phone gui :

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


Re: [wikireader]Suggestions for next steps on software

2009-10-30 Thread Christophe M

 .. but I initially expected Wikireader to have GPS
 onboard and simply tell you about your surroundings.
 There are 1000s of GPS annotated entries on
 Wikipedia ? I see all those 'W' links in Google maps.
 A perfect travelguide. WikiTravelMate.


Hi !
I'm starting a project like this next week for the freerunner ;)
Stay tuned ;)



 $2c,
 *-pike

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




-- 
--

Openmoko phone gui :

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


Re: Centralization of graphical awesomeness

2009-10-27 Thread Christophe M
Hi guys !
I don't want to feed the troll but lets compare what's comparable ...
You compare Qt framebuffer with E over Xorg ... In one case you have a Xorg
who is running in the other it's directly accessed ...
To compare, let's take ( for example :) ) Qalee  it run a Qt over Xorg with
transparency, ...
When developing it I've made some tests, everything that's move on the
screen is slooow and it's even more slow when we have transparency
effect applied. So during the development I've banned scrolling and  thinks
that are moving. The feedback I received is that it's more fast than other
thinks ( except Qtmoko, no X ).
I personally think the problem is not the toolkit ( but no, I don't like E
), I think Qt can do the same thinks (or more?) as fast as Enlightenment
It's the way it's developed. We have an hardware that is slow for some
reason ( graphic drivers ?, hardware problem?, ... ), we have to work with
it ( and think how get can improve it ), so don't take an application that
work on other hardware and push it as it on the phone and complain it's
slow, if you like E, just remove thinks that doesn't work on the freerunner
... or use Qalee :)

Christophe

-- 
--

Openmoko phone gui :

http://www.qalee.org
( Last alpha before first stable core release coming soon )
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: FOSDEM2010

2009-10-26 Thread Christophe M
Hi !
I think I can be there and help for anythink and, why not, present Qalee.
David, do you want to move there ?

Christophe

2009/10/26 Pieter Colpaert freep...@gmail.com

 Dear list,

 Saturday 6 and Sunday 7 February 2010 there is another FOSDEM. We
 (openmoko-community) haven't been to FOSDEM lately (correct me if I'm
 wrong) and that got to change. What about having our own devroom and
 give a sign to the world this community has not died since all what
 happened lately. So my question is:
 Who would like to come and represent openmoko?
 Any thoughts on FOSDEM?

 Pieter


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




-- 
--

Openmoko phone gui :

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


[Litephone] : crash

2009-10-22 Thread Christophe M
I'm trying to get litephone working on debians sid ...
I have random crash, well more random success as it crash more than it works
...
Any idea ?


frameworkd log 
:==

2009.10.22 17:38:58.358 opimdWARNING  SIM-Contacts-FSO:
Could not request SIM phonebook from ogsmd :
org.freedesktop.DBus.Error.NoReply: 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.

2009.10.22 17:38:58.369 opimdINFO SIM-Contacts-FSO:
Waiting for SIM being ready...
2009.10.22 17:38:58.416 opimdWARNING  SIM-Messages-FSO:
Could not request SIM messagebook from ogsmd
(org.freedesktop.DBus.Error.NoReply: 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.)

2009.10.22 17:38:58.427 opimdINFO SIM-Messages-FSO:
Waiting for SIM being ready...
2009.10.22 17:38:58.443 oeventsd.action  INFO method SetBrightness
responded: ()
2009.10.22 17:38:58.492 opimdWARNING  SIM-Contacts-FSO:
Could not request SIM phonebook from ogsmd :
org.freedesktop.DBus.Error.NoReply: 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.

2009.10.22 17:38:58.503 opimdINFO SIM-Contacts-FSO:
Waiting for SIM being ready...
no elements in queue: starting idle task.

_processElement()

got an element from the queue

2009.10.22 17:39:04.81 frameworkd.resource  INFO setting resource status
for GSM from enabled to disabling
2009.10.22 17:39:05.66 frameworkd.resource  INFO setting resource status
for GSM from disabling to disabled
2009.10.22 17:39:05.252 ousaged  INFO Disabled GSM in 1.3
seconds
2009.10.22 17:39:05.268 ousaged  INFO Releasing GSM for
vanished user :1.35
2009.10.22 17:39:06.6 otimed   INFO offsets: n=1
mean=0.00 sd=0.00



litephone log :
==

Warning: DBus error:  org.freedesktop.DBus.Error.NoReply   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.
Warning: Got error org.freesmartphone.GSM.SIM.GetAuthCodeRequired error:
org.freedesktop.DBus.Error.NoReply 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.
Fatal: src/qabstractdbuslib.cpp: 60: bool getBool(const QDBusMessage):
check failed: m.arguments().size() == 1
Aborted
r...@debian-gta02:~#



-- 
--

Openmoko phone gui :

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


Re: Litephone 0.1

2009-09-10 Thread Christophe M


 Can we look at the source code?
 ;-)




git clone git://git.litephone.org/litephone


-- 
--

Openmoko phone gui :

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


Re: TCP connection over GPRS between Openmoko and Notebook

2009-09-02 Thread Christophe M
That's a simple/client server communication ...You will just have to open a
port on the server side nat to route it to your server ( even if you use
openvpn, ssh, ... you'll have to do it )
A second solution, if you can't translate a port in the nat is using a third
computer reachable from anywhere wich organise the transfer, both
freerunner connect at this third machine as client and the machine make the
transmition.
Protocol is at you convenience, making a client/server in  Qt4 isn't
difficult and is well documented ( if you need help, you can contact me )

2009/9/2 Matthias Huber matthias.hu...@wollishausen.de

 Michael Tansella schrieb:
  Hi,
 
  How can I establish a communication connection (I want to transfer Text)
 from
 
  A:
  Freerunner
  GPRS Vodafone Germany Connection (IP behind NAT)
  Qt program that sends for example coordinates
 
  to
 
  B:
  Linux Notebook
  GPRS Vodafone Germany Connection (IP behind NAT)
  Qt program that processes the received Data immediately
 
  I want to implement this in a QT4 program and thought about TCP
  but how can I get a global accessable IP address.
  Does there already exist any tool that can do this?
  Do I have to use SSH, VPN, HTTP, FTP, ...? Unfortunately I don't know
 much
  about networking stuff such as NAT etc. , can you just give me a hint,
 how to
 

 i recommend you to use openvpn. i am doing this on my fr with no
 problems at all.


 --
 Matzehuber


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




-- 
--

Qalee website :

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


Qalee 0.0.3 released

2009-08-08 Thread Christophe M
Qalee 0.0.3 is out !!!See annoucement @
http://think-free.homelinux.org/wordpress/


-- 
__

http://think-free.homelinux.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: FSO Going Out of the Distro Business? - Questions

2009-08-05 Thread Christophe M
Hi ! I agree with Sebastian ... I'm building the Qalee distribution on top
of shr ...


 Well, SHR is plain FSO + UI apps. You need some UI to test framework,
 don't you? :P

(...)
 It should be very easy to build on top on SHR.


That's a pain to build a new distro on top of shr, I've spent a lot of time
in removing un-needed thinks. It would have been easier if I had a basic
image with only the minimum ...
It's a reason I've used debian in a first step ( not the only one ) but
community requested a version based on shr/fso ... I had to brack lot of
think to get a minimal image ( and I'm not sure it doesn't contain uneeded
thinks ) ...



 --
__

http://think-free.homelinux.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


wpa_supplicant work only the first time ( shr unstable, kernel : uname -r 2.6.29-rc3 )

2009-08-01 Thread Christophe M
Hi !
I can connect only one time to a wireless network, the second time
wpa_supplicant give me this error  :  ioctl[SIOCGIWRANGE]: Input/output
error
It worked fine with debian :/ ( older kernel )

Am I alone ? Know bug ? Fixed soon ?
Thanks


FULL LOG :

r...@om-gta02 ~ $ mdbus -s org.freesmartphone.ousaged
/org/freesmartphone/Usage org.freesmartphone.Usage.SetResourcePolicy Wi
Fi enabled
Using **pending_return in dbus_connection_send_with_reply_setup() without
pending_setup is deprecated and strongly discouraged


Using **pending_return in dbus_connection_send_with_reply_setup() without
pending_setup is deprecated and strongly discouraged


Using **pending_return in dbus_connection_send_with_reply_setup() without
pending_setup is deprecated and strongly discouraged


Using **pending_return in dbus_connection_send_with_reply_setup() without
pending_setup is deprecated and strongly discouraged


r...@om-gta02 ~ $ wpa_supplicant -B -Dwext -ieth0 -c
/etc/wpa_supplicant/wpa_supplicant.conf
ioctl[SIOCSIWENCODEEXT]: Operation not supported

ioctl[SIOCSIWENCODEEXT]: Operation not supported

ioctl[SIOCSIWENCODEEXT]: Operation not supported

ioctl[SIOCSIWENCODEEXT]: Operation not supported

r...@om-gta02 ~ $ iwconfig
lono wireless extensions.

usb0  no wireless extensions.

pan0  no wireless extensions.

eth0  AR6000 802.11g  ESSID:Inmunologia
  Mode:Managed  Frequency:2.472 GHz  Access Point: 00:1E:4C:28:89:78

  Bit Rate=54 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3

  Retry:on

  Encryption key:off

  Power Management:off

  Link Quality:191/94  Signal level:-160 dBm  Noise level:-96 dBm

  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0

  Tx excessive retries:0  Invalid misc:0   Missed beacon:0


r...@om-gta02 ~ $ udhcp
udhcpc  udhcpd
r...@om-gta02 ~ $ udhcpc eth0
udhcpc (v1.13.2) started
run-parts: /etc/udhcpc.d/00avahi-autoipd exited with code 1
Sending discover...
Sending select for 192.168.1.45...
Lease of 192.168.1.45 obtained, lease time 86400
run-parts: /etc/udhcpc.d/00avahi-autoipd exited with code 1
adding dns 192.168.1.1
r...@om-gta02 ~ $ ifdown eth0
ifdown: interface eth0 not configured
r...@om-gta02 ~ $ ifconfig
eth0  Link encap:Ethernet  HWaddr 00:12:CF:8E:F0:45
  inet addr:192.168.1.45  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::212:cfff:fe8e:f045/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:67 errors:0 dropped:0 overruns:0 frame:0
  TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:31057 (30.3 KiB)  TX bytes:5630 (5.4 KiB)

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:524 errors:0 dropped:0 overruns:0 frame:0
  TX packets:524 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:2386196 (2.2 MiB)  TX bytes:2386196 (2.2 MiB)

usb0  Link encap:Ethernet  HWaddr 00:1F:11:01:55:EA
  inet addr:192.168.0.202  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::21f:11ff:fe01:55ea/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:775 errors:0 dropped:0 overruns:0 frame:0
  TX packets:461 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:65647 (64.1 KiB)  TX bytes:80042 (78.1 KiB)

r...@om-gta02 ~ $ ifconfig eth0 down
r...@om-gta02 ~ $ pkill udhcpc
r...@om-gta02 ~ $ pkill wpa_supplicant
r...@om-gta02 ~ $ ifconfig
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:524 errors:0 dropped:0 overruns:0 frame:0
  TX packets:524 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:2386196 (2.2 MiB)  TX bytes:2386196 (2.2 MiB)

usb0  Link encap:Ethernet  HWaddr 00:1F:11:01:55:EA
  inet addr:192.168.0.202  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::21f:11ff:fe01:55ea/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:900 errors:0 dropped:0 overruns:0 frame:0
  TX packets:532 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:74739 (72.9 KiB)  TX bytes:89672 (87.5 KiB)

r...@om-gta02 ~ $ iwconfig
lono wireless extensions.

usb0  no wireless extensions.

pan0  no wireless extensions.

eth0  AR6000 802.11g  ESSID:
  Mode:Managed  Bit Rate=54 Mb/s   Sensitivity=0
  Encryption key:off
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  invalid crypt:0  

Re: wpa_supplicant work only the first time ( shr unstable, kernel : uname -r 2.6.29-rc3 )

2009-08-01 Thread Christophe M
Thanks for answer ..I saw this bug report :
http://docs.openmoko.org/trac/ticket/2277Seems it can be fixed with  I can
also confirm wifi works fine with 2.6.29
e03b339e05fbf46836c83d5595d4db77112b429d + wifi_ifupdown.patch. 
Is anybody know where I can find a kernel compiled with this path ?
Thanks
 http://docs.openmoko.org/trac/ticket/2277

2009/8/1 Nicola Mfb nicola@gmail.com

 On Sat, Aug 1, 2009 at 11:10 AM, Christophe Mmeumeu1...@gmail.com wrote:
  Hi !
  I can connect only one time to a wireless network, the second time
  wpa_supplicant give me this error  :  ioctl[SIOCGIWRANGE]: Input/output
  error
  It worked fine with debian :/ ( older kernel )
  Am I alone ? Know bug ? Fixed soon ?

 Yes, known bug, not fixed for 4 months, affects new kernels.

 [...]

  eth0  Link encap:Ethernet  HWaddr 00:12:CF:8E:F0:45
inet addr:192.168.1.45  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::212:cfff:fe8e:f045/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:67 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:31057 (30.3 KiB)  TX bytes:5630 (5.4 KiB)

 [...]

  eth0  AR6000 802.11g  ESSID:
Mode:Managed  Bit Rate=54 Mb/s   Sensitivity=0
Encryption key:off
Link Quality:0  Signal level:0  Noise level:0
Rx invalid nwid:0  invalid crypt:0  invalid misc:0

 Note the difference :(

Nicola




-- 
__

http://think-free.homelinux.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: testing Litephone, new phone interface

2009-07-29 Thread Christophe M
Hi guys,I'm preparing an image based on shr witch works with Qalee, just
wait some few days :)
I plan to integrate it in Qalee in the future ...


2009/7/29 KaZeR ka...@altern.org




 Helge Hafting wrote:
 
 
  I installed on shr-unstable, killed ophonekitd, ran the registration
  script and started litephone like this:
 
  $ litephone style_sheet.conf
 
 

 I believe that the style_sheet part isn't needed anymore, and instead you
 can use other parameters (like demo, etc).
 I simply ran litephone, in my case and it worked.
 --
 View this message in context:
 http://n2.nabble.com/testing-Litephone%2C-new-phone-interface-tp3336730p3349770.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.

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




-- 
__

http://think-free.homelinux.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: testing Litephone, new phone interface

2009-07-28 Thread Christophe M
Thanks david, I'll have a look at this and try to integrate it with Qalee,
maybe we'll have it in the 0.0.3 release :). I 'just' have to update the fso
stack to the new one ...
Nicola  Qalee is a environment developed for the freerunner witch integrate
a windows manager ;)


-- 
__

http://think-free.homelinux.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: testing Litephone, new phone interface

2009-07-28 Thread Christophe M
Is the source code available anywhere ?



2009/7/28 Christophe M meumeu1...@gmail.com

 Thanks david, I'll have a look at this and try to integrate it with Qalee,
 maybe we'll have it in the 0.0.3 release :).  I 'just' have to update the
 fso stack to the new one ...
 Nicola  Qalee is a environment developed for the freerunner witch
 integrate a windows manager ;)


 --
 __

 http://think-free.homelinux.org




-- 
__

http://think-free.homelinux.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community