Re: getting started with wlan

2010-03-23 Thread Timo Juhani Lindfors
Kai-Martin k...@familieknaak.de writes:
 Ok, why not.
 I am only half fluent with the necessesary commands. On my
 laptop I used to call  wpa_supplicant with some fancy config file.
 The wlan device to talk to seems to be eth0, right?

Yes but you can change that to more logical wlan with udev.

 Most of the time when I check with ifconfig, there is no decice eth0.
 Presumably this is, because the wlan chip is xswitched off.
 How do I manually switch the wlan chip on and off?

Depends on what manually means :-) In debian I do

om wifi power 1

With FSO you are probably supposed to request the WiFi resource.

 PS: The search utility in the wiki seems to be broken. The term
 Wifi could not be not be found, even though there is a page
 called like that.

It needs javascript.

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


Re: getting started with wlan

2010-03-23 Thread Neil Jerram
On 21 March 2010 03:21, Kai-Martin k...@familieknaak.de wrote:

 The wlan device to talk to seems to be eth0, right?

Correct.

 Most of the time when I check with ifconfig, there is no decice eth0.
 Presumably this is, because the wlan chip is xswitched off.

Yes.

 How do I manually switch the wlan chip on and off?

In the SHR UI, I'm not sure - but I would guess that there is a switch
somewhere in the Settings app.

At the D-Bus API level, it's a RequestResource call for the WiFi device:

mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage
org.freesmartphone.Usage.RequestResource WiFi

 How do I make sure, die wlan device is not shut off again by some
 power saving application?

Sorry, don't know that one.

Regards,
   Neil

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


[QTMoko]: Handwriting recognition and graffiti-like writing?

2010-03-23 Thread Russell Hay
Guys, quick one for y'all.. Has anyone out there successfully trained (or
patched) the handwriting recognition in QTMoko to recognise the old
Palm-style graffiti (preferrably Graffiti version 1!)

I'll try training it today, but if someones actually patched the code I'd
love to hear about it.

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


Re: [QTMOKO] Dead UI

2010-03-23 Thread Tha_Man


Russell Hay wrote:
 
 to confirm user experience, I flashed the no-debug kernel initially and
 experienced a similar issue - no GSM, and no response from the initial
 menu.
 I reflashed with the debug kernel and I have a working QTMoko phone again
 :-)
 
 Russ
 
 
 On 20 March 2010 19:54, Radek Polak pson...@seznam.cz wrote:
 
 Risto H. Kurppa wrote:

  qtmoko starts normally
  When I touch the touch screen, the screen light comes on, but no menu
  or icon reacts.
  AUX  POWER work as expected.
 [...]
 

I'm having the exact same issue: I've never successfully booted the nodebug
kernel, but the debug kernel gives the same problem *sometimes* as well. I
get a 'no network' notification and only the AUX and POWER buttons
respond... Usually a reboot (with the debug kernel) solves the issue for me,
but it's far from ideal.
I'm running v19 from NAND btw, so I always boot from uboot.
-- 
View this message in context: 
http://n2.nabble.com/QTMOKO-Dead-UI-tp4765718p4772746.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


Re: getting started with wlan

2010-03-23 Thread Paul Fertser
Kai-Martin k...@familieknaak.de writes:
 Sorry cant help with wifi - I find that mokoconnect and similar gui's
 are too flaky - manual is more reliable.

 Ok, why not.
 I am only half fluent with the necessesary commands. On my
 laptop I used to call  wpa_supplicant with some fancy config file.
 The wlan device to talk to seems to be eth0, right?

Exactly. Just add an appropriate section to wpa_supplicant.conf, it
works for all networks.

To understand power management, read FSO_Resources wiki page, to
search the wiki without JS shit, just google ``site:wiki.openmoko.org
wifi''.

Most probably you'll need an additional delay before wpa_supplicant,
just like with BT.

HTH

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: getting started with wlan

2010-03-23 Thread Richy
What works best for me is the following:

edit /etc/network/interfaces

iface eth0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
down wpa_action eth0 down

iface homeNet inet dhcp

/etc/wpa_supplicant/wpa_supplicant.conf looks like this:

ctrl_interface=/var/run/wpa_supplicant
update_config=1

network={
ssid=...
scan_ssid=1
id_str=homeNet
psk=...
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
}


Once I turn on wifi in SHR-Settings-Connectivity it automatically
connects. Works very well.

On Sun, Mar 21, 2010 at 04:21, Kai-Martin k...@familieknaak.de wrote:
 On 03/21/2010 03:00:52 AM, William Kenworthy wrote:

 Just a point ... why modules?

 Because the manual suggested to load the modules in the same section
 as the image of the kernel and of the image of the root file system.


 you only need the module step if you are changing from the
 matching kernel so need to change them.

 I'll add an explaining comment to the wiki manual.


 Sorry cant help with wifi - I find that mokoconnect and similar gui's
 are too flaky - manual is more reliable.

 Ok, why not.
 I am only half fluent with the necessesary commands. On my
 laptop I used to call  wpa_supplicant with some fancy config file.
 The wlan device to talk to seems to be eth0, right?

 Most of the time when I check with ifconfig, there is no decice eth0.
 Presumably this is, because the wlan chip is xswitched off.
 How do I manually switch the wlan chip on and off?
 How do I make sure, die wlan device is not shut off again by some
 power saving application?

 I just found the wiki page on wlan connectivity:
        http://wiki.openmoko.org/wiki/Wifi
 However, the commands there assume a working eth0 device.
 So I have to deal with that first.

 ---(kaimartin)---

 PS: The search utility in the wiki seems to be broken. The term
 Wifi could not be not be found, even though there is a page
 called like that.

 --
 Kai-Martin Knaak
 Email: k...@familieknaak.de
 Öffentlicher PGP-Schlüssel:
 http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53


 ___
 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: getting started with wlan

2010-03-23 Thread Kai-Martin
On 03/21/2010 06:57:34 AM, Paul Fertser wrote:

 Exactly. Just add an appropriate section to wpa_supplicant.conf, it
 works for all networks.

Assembling bits and pieces from many sites, I got wifi to work -- manually
with commands through ssh and still with wake-up issues.

This is what I did:

1) Dump the testing install of shr and flash the latest unstable and rootfs
instead. I figured, I had not much to loose. Whith enlightment constantly
crashing and wlan not working out of the box, I thought I'd give the bleeding
edge stuiff a try. In addidtion many aspects of the testing GUI do not
match the description in the online manual. So I reflashed with the latest
unstable uImage plus latest kernel. Et voila: A much smoother interface with
illum rather than enlightment and no crashes of the desktop.
Mokonnect still couldn't find any network, though. So I hadn't gained anything
on that issue.

2) Modify the sample wpa_supplicant.conf given in
http://wiki.openmoko.org/wiki/Wifi
I just gave my local ssid and added my secret wpa key.

3) Connect to the freerunner with ssh via usb from the dektop. The first two
commands are needed to set up the interface on my desktop (Debian/squeze):
sudo ip address add 192.168.0.200/24 dev  eth2
sudo ip link set dev eth2 up
ssh r...@192.168.0.202

4) On freerunner, create an empty /etc/wpa_supplicant/wpa_supplicant.conf
$ touch /etc/wpa_supplicant/
edit the file with vi:
$ vi  /etc/wpa_supplicant/wpa_supplicant.conf
press i to insert and copy-paste the proper contents from the desktop.
This sure can be done in a more elegant way with sftp. But what the heck.

5) Bind the eth0 interface, so it is visible to other processes:
$ echo s3c2440-sdi  /sys/bus/platform/drivers/s3c2440-sdi/bind

6) Check whether eth0 really appeared:
$ ifconfig

7) Scan for wifi nets
$ iwlist eth0 scan

8) Bring the eth0 interface up:
$ ifconfig eth0 up

9) Start wpa_supplicant with fsoraw. This registers the use of the chip
with the power saving framework. A stand-alone call of wpa_supplicant
would suffer from power-down of the wifi chip.
$ fsoraw -r WiFi -- wpa_supplicant -i eth0 -c  
/etc/wpa_supplicant/wpa_supplicant.conf 
The ampersand () at the end of the line puts the execution in the
background of the ssh terminal . It let me use the terminal for further
commands. On the ssh terminal there is four times a warning followed by
some more
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:12:17:cc:f9:a2 (SSID='linksys' freq=2462  
MHz)
Associated with 00:12:17:cc:f9:a2
WPA: Key negotiation completed with 00:12:17:cc:f9:a2 [PTK=TKIP  
GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:12:17:cc:f9:a2 completed  
(auth) [id=1 id_str=]
This is good news -- wlan is up and running!

10) Issue a command to get proper IP numbers from the wlan server:
$ udhcpc
udhcpc (v1.15.3) started
Sending discover...
Sending select for 192.168.10.113...
Sending select for 192.168.10.113...
Lease of 192.168.10.113 obtained, lease time 86400
adding dns 81.14.243.9
adding dns 81.14.244.9

11) To test for internet connectivity with a ping to a reliable server:
$ ping heise.de
PING heise.de (193.99.144.80): 56 data bytes
64 bytes from 193.99.144.80: seq=0 ttl=248 time=54.180 ms
64 bytes from 193.99.144.80: seq=1 ttl=248 time=56.079 ms
64 bytes from 193.99.144.80: seq=2 ttl=248 time=186.172 ms
...
Now I was able to browse the web with midori :-)

However, I still have issues with loss of connection on suspend and/or idle.
The connection does not come up properly on wake-up. It looks like wpa
key negotiation is automatically restarted, but udhcpc is not.
Consequently,there is wlan on wake-up, but no working web until I call
udhcpc manually. How would I fix this? I guess, there is a way to add
to the fso framework. Any quick hint?

Of course, this eleven point check list is just a proof of principle
and not ready for regular use. My goal is to wrap all this into a
script and start it with a button on the illum desktop. This must
have been done by others before. Any pointers to tricks and pitfalls?


 to search the wiki without JS shit,
   ^^^
You mean, it works for browsers, other than epiphany? Checking with
iceweasel -- works!

---)kaimartin(---
-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53

___
Openmoko community mailing list
community@lists.openmoko.org

Re: [QTMOKO] Started to write FAQ

2010-03-23 Thread Tha_Man

Great work! Since I'm quite new to QtMoko I was hoping to find some other
answers as well, like where to put pictures and music files to make the
builtin apps see them automatically. I guess that's more QtE related, but is
there anywhere I can find that kind of information or am I overlooking
something?
-- 
View this message in context: 
http://n2.nabble.com/QTMOKO-Started-to-write-FAQ-tp4754986p4772776.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


shr-launcher updated

2010-03-23 Thread c_c

Hi,
  Here's an updated release of shr-launcher 
http://n2.nabble.com/file/n4773808/shr-launcher_local-r0.4_armv4t.ipk
shr-launcher_local-r0.4_armv4t.ipk 

Changes :-

1. moved to edj file for layout
2. date - time display has its background making it easier to see on all
backgrounds
3. clicking on the date time display shows the current month calendar
4. improved sms app to show reply bubble only when reply button is pressed
5. cleanups

  I need help with the edj file. Perhaps someone can take a look at it to
improve it.
  The contacts app needs more work before its fully compatible with the
newer opim.

  As always, feedback is welcome.
Thanks. 
-- 
View this message in context: 
http://n2.nabble.com/shr-launcher-updated-tp4773819p4773819.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


Re: getting started with wlan

2010-03-23 Thread Kai-Martin
On 03/21/2010 06:57:34 AM, Paul Fertser wrote:

 Exactly. Just add an appropriate section to wpa_supplicant.conf, it
 works for all networks.

Assembling bits and pieces from many sites, I got wifi to work -- manually
with commands through ssh and still with wake-up issues.

This is what I did:

1) Dump the testing install of shr and flash the latest unstable and rootfs
instead. I figured, I had not much to loose. Whith enlightment constantly
crashing and wlan not working out of the box, I thought I'd give the bleeding
edge stuiff a try. In addidtion many aspects of the testing GUI do not
match the description in the online manual. So I reflashed with the latest
unstable uImage plus latest kernel. Et voila: A much smoother interface with
illum rather than enlightment and no crashes of the desktop.
Mokonnect still couldn't find any network, though. So I hadn't gained anything
on that issue.

2) Modify the sample wpa_supplicant.conf given in
http://wiki.openmoko.org/wiki/Wifi
I just gave my local ssid and added my secret wpa key.

3) Connect to the freerunner with ssh via usb from the dektop. The first two
commands are needed to set up the interface on my desktop (Debian/squeze):
sudo ip address add 192.168.0.200/24 dev  eth2
sudo ip link set dev eth2 up
ssh r...@192.168.0.202

4) On freerunner, create an empty /etc/wpa_supplicant/wpa_supplicant.conf
$ touch /etc/wpa_supplicant/
edit the file with vi:
$ vi  /etc/wpa_supplicant/wpa_supplicant.conf
press i to insert and copy-paste the proper contents from the desktop.
This sure can be done in a more elegant way with sftp. But what the heck.

5) Bind the eth0 interface, so it is visible to other processes:
$ echo s3c2440-sdi  /sys/bus/platform/drivers/s3c2440-sdi/bind

6) Check whether eth0 really appeared:
$ ifconfig

7) Scan for wifi nets
$ iwlist eth0 scan

8) Bring the eth0 interface up:
$ ifconfig eth0 up

9) Start wpa_supplicant with fsoraw. This registers the use of the chip
with the power saving framework. A stand-alone call of wpa_supplicant
would suffer from power-down of the wifi chip.
$ fsoraw -r WiFi -- wpa_supplicant -i eth0 -c  
/etc/wpa_supplicant/wpa_supplicant.conf 
The ampersand () at the end of the line puts the execution in the
background of the ssh terminal . It let me use the terminal for further
commands. On the ssh terminal there is four times a warning followed by
some more
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:12:17:cc:f9:a2 (SSID='linksys' freq=2462  
MHz)
Associated with 00:12:17:cc:f9:a2
WPA: Key negotiation completed with 00:12:17:cc:f9:a2 [PTK=TKIP  
GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:12:17:cc:f9:a2 completed  
(auth) [id=1 id_str=]
This is good news -- wlan is up and running!

10) Issue a command to get proper IP numbers from the wlan server:
$ udhcpc
udhcpc (v1.15.3) started
Sending discover...
Sending select for 192.168.10.113...
Sending select for 192.168.10.113...
Lease of 192.168.10.113 obtained, lease time 86400
adding dns 81.14.243.9
adding dns 81.14.244.9

11) To test for internet connectivity with a ping to a reliable server:
$ ping heise.de
PING heise.de (193.99.144.80): 56 data bytes
64 bytes from 193.99.144.80: seq=0 ttl=248 time=54.180 ms
64 bytes from 193.99.144.80: seq=1 ttl=248 time=56.079 ms
64 bytes from 193.99.144.80: seq=2 ttl=248 time=186.172 ms
...
Now I was able to browse the web with midori :-)

However, I still have issues with loss of connection on suspend and/or idle.
The connection does not come up properly on wake-up. It looks like wpa
key negotiation is automatically restarted, but udhcpc is not.
Consequently,there is wlan on wake-up, but no working web until I call
udhcpc manually. How would I fix this? I guess, there is a way to add
to the fso framework. Any quick hint?

Of course, this eleven point check list is just a proof of principle
and not ready for regular use. My goal is to wrap all this into a
script and start it with a button on the illum desktop. This must
have been done by others before. Any pointers to tricks and pitfalls?


 to search the wiki without JS shit,
   ^^^
You mean, it works for browsers, other than epiphany? Checking with
iceweasel -- works!

---)kaimartin(---
-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53

___
Openmoko community mailing list
community@lists.openmoko.org

Re: wakeup-on-wlan works!

2010-03-23 Thread niubee_007

Hi, Timo,
Can I ask you more details aon wakeup on wlan?

I installed debian on my FR last week and I am still not be able to make WOW
work.

Could you tell me what happens when you ping your FR from another PC after
FR is suspended?
does the screen turn on? or only the wakeup pin is pulled up?

Thanks again.

Best Regards
Ningkun

On Fri, Mar 12, 2010 at 5:28 PM, Timo Juhani Lindfors [via Openmoko Public
Mailinglists] 
ml-node+4721248-724856288-463...@n2.nabble.comml-node%2b4721248-724856288-463...@n2.nabble.com
 wrote:

 niubee_007 [hidden 
 email]http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4721248i=0
 writes:
  I googled wakeup-on-wlan for SHR  and found this link
  http://shr-project.org/trac/ticket/305

 I have been trying to get wake on wlan work on debian for a long
 time. Using andy-tracking a3587e4ed77974ad on gta02v5. That

  echo 1 /sys/module/s3cmci/parameters/persist

 finally did the trick and I can finally make the phone wake up on
 wlan! Thanks a lot for pointing me to this ticket. (I really wish we
 had distro independent documentation for kernel /sys parameters...)

 Anyways, here's what I did:


 # turn wlan off
 sudo ifdown wlan
 om wifi power 0
 sleep 5


 # check that the wakeup pin is high
 #
 http://docs.openmoko.org/trac/browser/trunk/doc/hardware/GTA02v2/gpio.txt?rev=2587format=txt
 # GPF5I   EINT5   WLAN_GPIO1  wlan wakeup GPIO
 sudo bin/gpio | grep ^F -A1


 # turn wlan on
 om wifi power 1
 sudo ifup wlan=private_c22

 # check that the wakeup pin is low
 sudo bin/gpio | grep ^F -A1

 # set the magic parameter mentioned in
 http://shr-project.org/trac/ticket/305
 sudo sh -c 'echo 0  /sys/module/s3cmci/parameters/persist'

  set other equally magic parameters
  mentioned on http://wiki.openmoko.org/wiki/Wmiconfig
  and documented in wmiconfig and ar6000 sources
 sudo wmiconfig -i wlan --power maxperf
 sudo wmiconfig -i wlan --setwowmode enable # enable wow function
 sudo wmiconfig -i wlan --addwowpattern 0 1 33 01 ff # add packet filter
 pattern, this is the ICMP filter pattern

  tell ar6k to pull wakeup pin high on matching packet
  DO NOT ping the phone between this and apm command
  If the pin gets pulled high already before apm command
  no wakeup can occur.
 sudo wmiconfig -i wlan --sethostmode asleep # to tell ar6k what host's
 current is

  suspend the system
 sudo apm -s

  ping the device from other computer and witness that it wakes up
  since wakeup pin is pulled up:
 sudo bin/gpio | grep ^F -A1


 sudo wmiconfig -i wlan --sethostmode awake # The firmware of ar6k will pull
 low the GPIO1 pin




 ___
 Openmoko community mailing list
 [hidden 
 email]http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4721248i=1
 http://lists.openmoko.org/mailman/listinfo/community


 --
  View message @
 http://n2.nabble.com/SHR-does-wakeup-on-wlan-work-on-SHR-tp4720975p4721248.html
 To unsubscribe from [SHR]does wakeup-on-wlan work on SHR?, click here (link 
 removed) =.




-- 
View this message in context: 
http://n2.nabble.com/SHR-does-wakeup-on-wlan-work-on-SHR-tp4720975p4776088.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


Re: wakeup-on-wlan works!

2010-03-23 Thread niubee_007

Hi, Timo,
Can I ask you more details on wakeup-on-wlan?

Could you tell me what happened when you ping your FR from another PC after
FR is suspended?
did the screen turn on? or only the wakeup pin is pulled up?

I followed your procedure but when I ping my FR from another PC, FR's LCD is
off and ping get no reponse unless I press power button to wakeup it
manully.

Thanks again.

Best Regards

-- 
View this message in context: 
http://n2.nabble.com/SHR-does-wakeup-on-wlan-work-on-SHR-tp4720975p4776431.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


Re: wakeup-on-wlan works!

2010-03-23 Thread niubee_007

Hi, Timo,
Can I ask you more details on wakeup-on-wlan?

Could you tell me what happened when you ping your FR from another PC after
FR is suspended?
did the screen turn on? or only the wakeup pin is pulled up?

I followed your procedure but when I ping my FR from another PC, FR's LCD is
off and ping get no reponse unless I press power button to wakeup it
manully.

Thanks again.

Best Regards 
-- 
View this message in context: 
http://n2.nabble.com/SHR-does-wakeup-on-wlan-work-on-SHR-tp4720975p4776695.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


Re: 3D in EFL (Rolling dices on OpenMoko)

2010-03-23 Thread Xavier Cremaschi
EFL can use opengl for its rendering (not on openmoko, because it seems 
we don't have an opengl-es driver). What do you mean by 3d ? Can I 
modelize cube, sphere, and do some projective geometry ?

In elementary I cannot find an equivalent of an opengl context 
(QGLWidget in qt4), if someone has an idea ?



Le 09/03/2010 02:04, Steven Le Roux a écrit :
 EFL does 3D too :)

 On Mon, Mar 8, 2010 at 10:47 PM, Xavier Cremaschi
 omega.xav...@gmail.com mailto:omega.xav...@gmail.com wrote:

 On 08/03/2010 19:43, Davide Scaini wrote:
   give a try asking to mokomaze developer... I think he should give you
   lots of answers... maybe :)
   d

 Thanks, very good idea indeed ! Mokomaze can be a perfect model, I will
 read the source :)


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




 --
 Steven Le Roux
 Jabber-ID : ste...@jabber.fr mailto:ste...@jabber.fr
 0x39494CCB ste...@le-roux.info mailto:ste...@le-roux.info
 2FF7 226B 552E 4709 03F0  6281 72D7 A010 3949 4CCB



 ___
 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: [QTMOKO] Dead UI

2010-03-23 Thread Risto H. Kurppa
On Sat, Mar 20, 2010 at 9:54 PM, Radek Polak pson...@seznam.cz wrote:
 Risto H. Kurppa wrote:

 qtmoko starts normally
 When I touch the touch screen, the screen light comes on, but no menu
 or icon reacts.
 AUX  POWER work as expected.

 Can you please try flashing debug kernel, so that we know it's kernel related
 or some other problem?

 As for calibrating - this should do it:

        ssh to_neo
        source /opt/qtmoko/qpe.env
        qcop service send Launcher execute(QString) calibrate

And this did the trick! THANK YOU RADEK!

So it looks that for some reason I lost the screen calibration - on-the-go..

I will add this to the FAQ, just in case someone faces the same problem..

(and I'm using the debug-kernel)

r



-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

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


[GTA02] headphone socket issues

2010-03-23 Thread Paul Wise
Hi all,

When I plug headphones all the way in to the headphone socket, only one
of the buds works, but when I don't push it all the way in I get sound
from both buds. Same thing happens in both Debian and SHR. Does anyone
else have this issue with their FreeRunner or have thoughts on the cause
or ideas for how to fix it?

[Please CC me in reply]

-- 
bye,
pabs

http://bonedaddy.net/pabs3/


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


SHR build host down?

2010-03-23 Thread Tom Walters
It seems that the build.shr-project.org is down?
If it is down is there another source for the freerunner images?

Thanks!
Tom


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


Selling Freerunner

2010-03-23 Thread pearn

Hi,

I intend to sell my Freerunner. It has the Buzz Fix rework applied. The
Freerunner comes with original packaging and has one additional battery (= 2
batteries total). I would like to get 160€ plus shipping.
I live in Germany - if you are interested please contact me and we can
clarify details.

Thanks, Bernhard 
-- 
View this message in context: 
http://n2.nabble.com/Selling-Freerunner-tp4780051p4780051.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


Re: shr-launcher updated

2010-03-23 Thread c_c

Hi,

Midyr wrote:
 
 Error: org.freesmartphone.Usage.ResourceUnknown - Resource GPS had never
 been registered
 Segmentation fault
 
  Thats a bug in my code. Seems like GPS is not getting registered as a
resource on your phone. The error message is by design, the segmentation
fault is a bug that I'll fix today. 
  Will post an updated binary today.
Thanks for the feedback.

-- 
View this message in context: 
http://n2.nabble.com/shr-launcher-updated-tp4773819p4782709.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


Re: getting started with wlan

2010-03-23 Thread Christ van Willegen
On Sun, Mar 21, 2010 at 4:21 AM, Kai-Martin k...@familieknaak.de wrote:
 I just found the wiki page on wlan connectivity:
        http://wiki.openmoko.org/wiki/Wifi
 However, the commands there assume a working eth0 device.
 So I have to deal with that first.

Here are a few scripts that I use. I've put them in my home directory,
where they are easy to start:

$ cat ./up
fsoraw -f -r WiFi -- wpa_supplicant -ieth0 -Dwext -c
/etc/wpa_supplicant/wpa_supplicant.conf 

$ cat ./a
udhcpc

$ cat ./u
#! /bin/sh

fsoraw -f -r CPU,Display -- opkg update
swapon /dev/mmcblk0p4
fsoraw -f -r CPU,Display -- opkg upgrade
swapoff /dev/mmcblk0p4

$ cat ./down
killall wpa_supplicant


Note that my 'u' script turns swap on and off. You may not have a swap
file or partition, so you may want to leave this out (although swapon
will complain if it doesn't find a swap file or partition).

These scripts kinda 'work', although e SIGABRT's for me, too, when I
turn off the WiFi, or if I let the FR suspend while WiFi is on. I'll
open tickets for those problems.

Hope this helps!

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


Re: [ANN] Bass-Rework = Headset Audio Quality Enhancement available in EU

2010-03-23 Thread Dr. H. Nikolaus Schaller
just let me follow-up that we can ship A7++ devices by end of the  
week. They are originals from factory and we have applied #1024 and  
Bass-Rework (Buzz-Rework is not required for A7 units). Please look at 
http://www.handheld-linux.com/wiki.php?page=Neo%20Freerunner

BR,
Nikolaus

Am 18.03.2010 um 14:39 schrieb Dr. H. Nikolaus Schaller:


 Am 18.03.2010 um 13:41 schrieb Xavier Cremaschi:

 Is it possible to do bass-fix and 1024-fix on a device which had
 already
 been to Munchen to be buzz-fixed, or does it involve too many
 soldering
 operation to be reliable ?

 yes, no problem.

 All three reworks are done in very different areas of the device (Buzz
 is done at the Microphone; #1024 within the tin-can under the WLAN
 module and the Bass-Rework under the tin-can under the Bluetooth
 module). And therefore they can be done independently - or all
 together (which saves a lot of handling and shipment cost).

 And, they use professional equipment that does the least harm to the
 board that is possible.

 BR,
 Nikolaus


 Thanks for providing this service btw.

 Regards,
 Xavier.


 ___
 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


no-cap bass fix

2010-03-23 Thread Stefano Cavallari
Yesterday night I was going to fix the poor audio response of the Freerunner.
Just before starting to solder (having opened the phone and the metallic 
plate) I discovered the caps I got were the wrong ones.
So I looked at the scheme for an alternative solution, and I decided to try to 
replace the audio caps with 0R, thus losing DC blocking.
The plan was to measure the DC component and if low enough, leave it as it.
If not, putting the DC filter in the minijack adapter.
So I did that, and it seem to work. I tried first with a multimeter. It reads 
0.2 V DC, but I have to confirm it with an oscilloscope.
I tried the audio with very cheap headphones first (I was afraid of burning 
them), then with decent ones. It seems to work way better!
Now I just need a better adapter cable (mine need to be inserted middle way, 
it's not the right one), and then I have usable audio :)
-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


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


Re: Openmoko list?

2010-03-23 Thread neo
Maybe it would be better to ask the admins of the ml



- original Nachricht 

Betreff: Openmoko list?
Gesendet: Di, 23. Mrz 2010
Von: Iain B. Findletonifindle...@videotron.ca

 Suddenly I get nothing from this mailing list. Has something happened?
 
 Iain f.
 
 

--- original Nachricht Ende 


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


Re: wakeup-on-wlan works!

2010-03-23 Thread niubee_007

Hi, Timo,
Can I ask you more details on wakeup-on-wlan?

Could you tell me what happened when you ping your FR from another PC after
FR is suspended?
did the screen turn on? or only the wakeup pin is pulled up?

I followed your procedure but when I ping my FR from another PC, FR's LCD is
off and ping get no reponse unless I press power button to wakeup it
manully.

Thanks again.

Best Regards 
-- 
View this message in context: 
http://n2.nabble.com/SHR-does-wakeup-on-wlan-work-on-SHR-tp4720975p4776889.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


Re: getting started with wlan

2010-03-23 Thread Al Johnson
On Sunday 21 March 2010, Kai-Martin wrote:
 On 03/21/2010 03:00:52 AM, William Kenworthy wrote:
  Just a point ... why modules?
 
 Because the manual suggested to load the modules in the same section
 as the image of the kernel and of the image of the root file system.
 
  you only need the module step if you are changing from the
  matching kernel so need to change them.
 
 I'll add an explaining comment to the wiki manual.
 
  Sorry cant help with wifi - I find that mokoconnect and similar gui's
  are too flaky - manual is more reliable.
 
 Ok, why not.
 I am only half fluent with the necessesary commands. On my
 laptop I used to call  wpa_supplicant with some fancy config file.
 The wlan device to talk to seems to be eth0, right?
 
 Most of the time when I check with ifconfig, there is no decice eth0.
 Presumably this is, because the wlan chip is xswitched off.
 How do I manually switch the wlan chip on and off?
 How do I make sure, die wlan device is not shut off again by some
 power saving application?

In SHR WiFi is powered on and off through FSO's Resource handling.This is 
usually set to 'auto' so it will be powered up if an app requests the WiFi 
resource, and shut down when nothing is requesting it. You can force it to 
'enabled' or 'disabled' if needed. You can do this with the Settings app under 
Connectivity, or direct through dbus with mdbus2, dbus-send or similar.

 I just found the wiki page on wlan connectivity:
   http://wiki.openmoko.org/wiki/Wifi
 However, the commands there assume a working eth0 device.
 So I have to deal with that first.

See above. I saw 'linksys' in your scan results. Mokonnect never sees my 
wrt54g, and I have to use 'wmiconfig -i eth0 --power maxperf' to get a 
reliable connection when setting up with wpa_supplicant.

 ---(kaimartin)---
 
 PS: The search utility in the wiki seems to be broken. The term
 Wifi could not be not be found, even though there is a page
 called like that.

The internal search engine is bordering on useless, which is why search is set 
up to use google by default instead. If you use NoScript, RequestPolicy or 
similar to block the google search then it falls back to the useless internal 
engine.

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


Re: [GTA02] headphone socket issues

2010-03-23 Thread Paul Fertser
Paul Wise pa...@bonedaddy.net writes:
 When I plug headphones all the way in to the headphone socket, only one
 of the buds works, but when I don't push it all the way in I get sound
 from both buds. Same thing happens in both Debian and SHR. Does anyone
 else have this issue with their FreeRunner or have thoughts on the cause
 or ideas for how to fix it?

Hey, this looks very much like you used an ordinary 2.5-3.5mm plug
converter which doesn't work due to wrong pinout. Just use correct
wiring for the converter (check the wiki), it should work out of the
box.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: getting started with wlan

2010-03-23 Thread Paul Fertser
Kai-Martin k...@familieknaak.de writes:
 Exactly. Just add an appropriate section to wpa_supplicant.conf, it
 works for all networks.

 Assembling bits and pieces from many sites, I got wifi to work -- manually
 with commands through ssh and still with wake-up issues.

Add this one to your knowledge base too :) it has some clarifications
and also a solution to your dhcp issue (btw, you do not need to use
the bind command manually, FSO does that for you automatically, and
you do not need to scan manually, wpa_supplicant does that):

http://www.mail-archive.com/community@lists.openmoko.org/msg58146.html

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: 3D in EFL (Rolling dices on OpenMoko)

2010-03-23 Thread The Rasterman
On Mon, 22 Mar 2010 10:00:56 +0100
Xavier Cremaschi omega.xav...@gmail.comsaid:

 EFL can use opengl for its rendering (not on openmoko, because it seems 
 we don't have an opengl-es driver). What do you mean by 3d ? Can I 
 modelize cube, sphere, and do some projective geometry ?
 
 In elementary I cannot find an equivalent of an opengl context 
 (QGLWidget in qt4), if someone has an idea ?

see evas_map stuff - u can apply a map (a (texture)map). you define 4 points
in space (3d), 4 texture u,v co-ordinates (that map the given object geometry
to these 4 points - just like opengl). you cat rotate these points around the
3 axes (x, y and z) by  number of degrees and you now can apply a perspective
transform + lighting to this map (the 4 points). see expedite or elementary -
they use this. the elm flip widget does just this to flip in 3d between
a front and back side of a card. expedite crates its spinning cubes this way.

it's not intended for full 3d - like making complex 3d apps/games. it's meant
for 3d effects in 2d ui's. like spinning, rotating and flipping. it can be used
a bit more extensively to do single geometric stuff like cubes - it could do
spheres given enough faces made out of multiple objects, but that's pushing it.
it could do simple 3d needed for things like mapping/navigation apps.

but no - there is no qglwidget thing in evas - this imho is throwing in the
towel and just do it all in opengl which is a very different api concept to
evas - it means you NEEED opengl or it just doesnt work. evas provides its map
feature with or without opengl present. it works (fast) in software as well as
opengl. it's an always-on and always-working feature.

 Le 09/03/2010 02:04, Steven Le Roux a écrit :
  EFL does 3D too :)
 
  On Mon, Mar 8, 2010 at 10:47 PM, Xavier Cremaschi
  omega.xav...@gmail.com mailto:omega.xav...@gmail.com wrote:
 
  On 08/03/2010 19:43, Davide Scaini wrote:
give a try asking to mokomaze developer... I think he should give you
lots of answers... maybe :)
d
 
  Thanks, very good idea indeed ! Mokomaze can be a perfect model, I will
  read the source :)
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org mailto:community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 
  --
  Steven Le Roux
  Jabber-ID : ste...@jabber.fr mailto:ste...@jabber.fr
  0x39494CCB ste...@le-roux.info mailto:ste...@le-roux.info
  2FF7 226B 552E 4709 03F0  6281 72D7 A010 3949 4CCB
 
 
 
  ___
  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


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


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


sim card detection

2010-03-23 Thread Kai-Martin

My freerunner seems to have an issue with my sim card after boot. More 
often than not the phone seems to be ignorant to the sim card. Consequently, 
it doesn't attach to the GSM net, SMS messages on the card are not readable 
and it can't receive calls. But sometimes, the card is detected fine about 
three minutes after boot. If so, it the sim card stays known to the system 
after wake-up from suspend. 

I looked very closely on the way I attach the card into is socket. But this 
seems ok with no margin of error. I also made sure, the pins are clean and 
shiny. So electrical contact should not be flaky. 

Is the freerunner particularly fussy on the type of sim card? I read about 
problems with 3G cards. But mine is a pretty old O2 card -- bought in 2005. 

There is a suspicion, though. If I remember correctly, all the successful 
boots were done with a cable attached -- either USB from my desktop, or the 
connection to the charger. Could this be a hint? Maybe the system power is 
raised above some critical value to make the communication work? Is this a 
known issue? 

BTW, if there is no sim card detected, the application Settings-Phone hangs 
indefinitely on start-up. I'd consider this a bug where would I report on it? 

---)kaimartin(---
-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53


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


Re: sim card detection

2010-03-23 Thread Chuck Norris
Kai-Martin пишет:
 My freerunner seems to have an issue with my sim card after boot. More 
 often than not the phone seems to be ignorant to the sim card. Consequently, 
 it doesn't attach to the GSM net, SMS messages on the card are not readable 
 and it can't receive calls. But sometimes, the card is detected fine about 
 three minutes after boot. If so, it the sim card stays known to the system 
 after wake-up from suspend. 

 I looked very closely on the way I attach the card into is socket. But this 
 seems ok with no margin of error. I also made sure, the pins are clean and 
 shiny. So electrical contact should not be flaky. 

 Is the freerunner particularly fussy on the type of sim card? I read about 
 problems with 3G cards. But mine is a pretty old O2 card -- bought in 2005. 

 There is a suspicion, though. If I remember correctly, all the successful 
 boots were done with a cable attached -- either USB from my desktop, or the 
 connection to the charger. Could this be a hint? Maybe the system power is 
 raised above some critical value to make the communication work? Is this a 
 known issue? 

 BTW, if there is no sim card detected, the application Settings-Phone hangs 
 indefinitely on start-up. I'd consider this a bug where would I report on it? 

 ---)kaimartin(---
   
I have pretty same issue. And with switching to shr-u from shr-t issue
becomes stronger. But hackable:1 installed on sd turns on GSM very
quickly. So, to get GSM working under shr I do

/etc/init.d/frameworkd restart

and if it doesn't help I try

boot hackable - wait GSM - boot shr

often it helps.

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


Re: getting started with wlan

2010-03-23 Thread Kai-Martin
On 03/22/2010 01:40:06 PM, Al Johnson wrote:

 In SHR WiFi is powered on and off through FSO's Resource handling.This is
 usually set to 'auto' so it will be powered up if an app requests the WiFi
 resource, and shut down when nothing is requesting it.

Does wmiconfig -i eth0 --power maxperf interfere with this setting?


 Connectivity, or direct through dbus with mdbus2, dbus-send or similar.

How would I do this? ( I miss man pages on my freerunner ;-)


 See above. I saw 'linksys' in your scan results. Mokonnect never sees my
 wrt54g,

Same here.
I wonder, why mokonnect can't see my wlan while iwlist reliably does.


 and I have to use 'wmiconfig -i eth0 --power maxperf' to get a
 reliable connection when setting up with wpa_supplicant.

Great tip! 
With maxperf wlan connection is finally solid :-)
I reckon, this also means increased power consumption. Is there an option to 
get back to normal, too? Or more broadly: Where can I look up the features I 
can adjust with wmiconfig? (Did I mention, I miss access to man pages?)

---)kaimartin(---
-- 
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53


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


Re: sim card detection

2010-03-23 Thread Kai-Martin

On 03/24/2010 04:19:10 AM, Kai-Martin wrote:


Is the freerunner particularly fussy on the type of sim card? I read about
problems with 3G cards. But mine is a pretty old O2 card -- bought in 2005.


Because I saw reccommendations to update the firmware in case of sim card
problems: I just checked with mdbus2. The firmware of my freerunner is
already at version Moko11. So there seems to be no point in an update.

---)kaimartin(---
--
Kai-Martin Knaak
Email: k...@familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53


pgprBFjw6pyqo.pgp
Description: PGP signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [GTA02] headphone socket issues

2010-03-23 Thread Paul Wise
On Wed, 2010-03-24 at 03:08 +0300, Paul Fertser wrote:

 Hey, this looks very much like you used an ordinary 2.5-3.5mm plug
 converter which doesn't work due to wrong pinout. Just use correct
 wiring for the converter (check the wiki), it should work out of the
 box.

I did use a plug converter in this case. Which wiki page can I find the
correct converter wiring information on? I guess I'll need to butcher
the current converter and rewire it?

Earlier I used Nokia headphones with a 2.5mm plug and had the same
one-bud sound issue. At that time I hadn't yet figured out the
workaround of pulling it out a little bit, I'll test that later today.

-- 
bye,
pabs

http://bonedaddy.net/pabs3/


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


Problem with Messages Dialer and Contacts app

2010-03-23 Thread Chuck Norris
After this morning update Messages and Contacts shows white screen.
Dialer shows white screen and bottom half  of  Contactlist string in
left upper corner. Before checking phone apps I tried to delete
/etc/freesmartphone/opim/pim.db to empty contacts and resync. Later I've
restored pim.db. It doesn't help. Why is it so?

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


Re: [QTMOKO] Started to write FAQ

2010-03-23 Thread Radek Polak
On Sunday 21 March 2010 14:33:25 Tha_Man wrote:

 Great work! Since I'm quite new to QtMoko I was hoping to find some other
 answers as well, like where to put pictures and music files to make the
 builtin apps see them automatically. I guess that's more QtE related, but
 is there anywhere I can find that kind of information or am I overlooking
 something?

I have just added it to FAQ:

http://qtmoko.org/wiki/FAQ#How_to_transfer_media_from_my_PC.3F

It now reads:

Easiest way is to use bluetooth to send files to your phone. But you can also 
transfer files manually. QtMoko searches documents in following dirs:

/media/card/Documents/audio/ogg/
/media/card/Documents/audio/x-wav/
/media/card/Documents/image/jpeg/
/media/card/Documents/image/png/

MP3 files should go to x-wav folder. If you don't have SD card you can use 
folders in /home/root instead of /media/sdcard


Regards

Radek

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


Re: [GTA02] headphone socket issues

2010-03-23 Thread Radek Polak
On Wednesday 24 March 2010 05:28:53 Paul Wise wrote:

 Earlier I used Nokia headphones with a 2.5mm plug and had the same
 one-bud sound issue. At that time I hadn't yet figured out the
 workaround of pulling it out a little bit, I'll test that later today.

The connector is probably different because original earpieces packed with 
freerunner have also button that can be pressed to generate pause/play event. 
I experienced exactly the same with converter - now i have ordered bluetooth 
headphones and hoping that they will work :-)

Regards

Radek

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