AT%N0187 openmoko echo patch?

2008-09-01 Thread Dietmar Friede
Hi,

where is the AT%N command documented?
Are there more magic AT-commands?
What does the value 0187 mean?

Dietmar Friede

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


Re: Mokomakefile

2008-08-31 Thread Dietmar Friede
On Sunday 31 August 2008, Michael Kluge wrote:

 Which branch from asu? dev? stable?
All 3: stable, testing and dev
( org.openmoko.asu.stable, org.openmoko.asu.testing, org.openmoko.asu.dev)

 I is not a question how long it takes. For me a couple of packages are
 broken in asu.stable. At least pixman and xtrans (or something like
 this) do not compile.
Did you try again?:
make setup  make update  make openmoko-qtopia-x11-image
Did you look through the error messages?
Did you try to fix the problems?

Did you follow the Build issues part of the page?
Be aware that you overwrite your changes in Makefile, when making
make update-makefile .

What are the error messages?

 It worked well for me for the 2007.04 stack.
If you miss a source (i.e not able to connect) copy it from 2007.04,
Load it from one of the source repositories on openmoko or oe.

MfG

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


Re: Mokomakefile

2008-08-30 Thread Dietmar Friede
On Saturday 30 August 2008, Michael Kluge wrote:
 At the risk ob beeing called a parrot I want to ask the same question
 again:

 Is anyone able to build a 2008.08 image with Mokomakefile?
Yes, I am building all of the images. It is slow. The first time you have to
start the make over and over again until your are done...
But thats all in the wiki page.

So you might need a day or two.

Do not use the parallel modus. It only breaks the make earlier.
Some times you simply have to wait until  sources get available.

If you got your build(s). The daily update is simple and rather fast.

The meaning of the different images is obviously a moving target.

Dietmar Friede

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


Re: wifi

2008-07-22 Thread Dietmar Friede
On Sunday 20 July 2008, Charles Hill wrote:
 After two days of fighting with WPA2-PSK and getting nowhere, I figured
 something out.

 My WAP doesn't broadcast the SSID.  Normally, this isn't a problem as I
 specify the SSID in the wpa_supplicant.conf file.  But when I turned ON
 broadcast of SSID, I connected immediately and it even properly updated my
 resolv.conf file.


I used the following wpa_supplicant.conf and had no problems to connect
to a hidden SSID:

[EMAIL PROTECTED]:~# cat /etc/wpa_supplicant/wpa_supplicant.conf
# WPA-PSK/TKIP

ctrl_interface=/var/run/wpa_supplicant
ap_scan=2

network={
ssid=HIDDEN
scan_ssid=0
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk=what ever
}

[EMAIL PROTECTED]:~# 
wpa_supplicant -ieth0 -c/etc/wpa_supplicant/wpa_supplicant.conf -B ; ifup 
eth0
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
udhcpc (v1.11.1) started
run-parts: /etc/udhcpc.d/00avahi-autoipd exited with code 1
Sending discover...
Sending discover...
Sending select for 192.168.1.9...
Lease of 192.168.1.9 obtained, lease time 268435455
run-parts: /etc/udhcpc.d/00avahi-autoipd exited with code 1
adding dns 192.168.1.21

Dietmar Friede
PS.: The FR is really great. Good work!!!

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