Re: debian with illume

2012-03-25 Thread Timo Jyrinki
2012/3/25 arne anka :
> zhone is dead. use phoneui-apps.

...updated the openmoko wiki to reflect this.

-Timo

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


Re: openmoko.org servers

2012-03-25 Thread Timo Jyrinki
2012/3/25 Bob Ham :
>> admins are still Roh and Gismo afaik
>> "ownership" (aka payment) went to Harald Welte (see "Name Server" above)
>
> I'm a little confused.  Perhaps I'm being obtuse here but why haven't
> any of these people responded to my original email?

I'd guess Roh and Gismo are mostly acting as people that are able to
do something in case of emergency, but are working on other things.
Harald has his hands in so many important things that I'd guess he
cannot follow everything everywhere while doing all the work he's
doing, but he has initially been the one that acted to keep things
working and donated the money.

I'd appreciate, though, a complete periodical mirroring of data (and a
report and so has been done):
- mailing lists can probably be just crawled?
- wiki should be possible to save even without admin help with a
couple of scripts utilizing pages
http://wiki.openmoko.org/wiki/Special:Allpages and
http://wiki.openmoko.org/wiki/Special:Export
- git:s could obviously be pushed all to gitorious as mirrors

Those there would be a good start.

-Timo

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


Re: About infra maintenance [was: "Re: openmoko.org servers"]

2012-03-25 Thread Joerg Reisenweber
> Could you possibly provide email addresses for roh and
>whoever else is responsible for the openmoko.org servers so that
>everyone knows who to contact?

According to Roh the standard way to report any problems with openmoko 
infrastructure is via 

https://admin-trac.openmoko.org/

Alas this obviously won't work when it's exactly the machine running this trac 
that is down. So on freenode IRC you /join #openmoko-cdevel and proceed as 
suggested, and if you manage to ping me, you'll receive an answer.

I think these are two feasible ways to deal with issues regarding infra, and 
one of them will work. No need to invent your own procedure, even though you 
might think it's more effective, there are reasons it probably isn't.

Thanks for taking notice.


Best Regards
jOERG

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


Re: GTA02, FSO in debian/sid: buttons do not work, led neither

2012-03-25 Thread Rico Rommel
Hi Arne,

please try this config

aux should suspend device and LEDs light when charging with adapter

Rico[frameworkd]
# indicates this configuration version, do not change
version = 1
# the default log_level, if not specified per subsystem or module
# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
log_level = ERROR
# the global log_destination. Uncomment to enable
log_to = file
#log_to = file
#log_to = syslog
# if logging to a file, specify the destination
log_destination = /var/log/frameworkd.log
# persistance format, one of "pickle", "yaml"
persist_format = pickle
rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone

[odeviced]
# set 1 to disable a module
disable = 1

[odeviced.kernel26]
# set 1 to disable a module
disable = 1
# poll capacity once every 5 minutes
# (usually, you do not have to change this)
capacity_check_timeout = 300
# set 0 to disable FB_BLANK ioctl to blank framebuffer
# (if you have problems on Openmoko GTA02)
fb_blank = 1

[odeviced.audio]
# set 1 to disable a module
disable = 1
# set directory where the alsa audio scenarios are stored
scenario_dir = /usr/share/openmoko/scenarios
# set default scenario loaded at startup
default_scenario = stereoout

[odeviced.idlenotifier]
# set 1 to disable a module
disable = 1
# don't read from accellerometers for GTA02
ignoreinput = 2,3
# configure timeouts (in seconds) here. A value of 0
# means 'never fall into this state' (except programatically)
idle = 10
idle_dim = 20
idle_prelock = 12
lock = 2
suspend = 0

[odeviced.input]
# set 1 to disable a module
disable = 1
# don't read from accellerometers for GTA02
ignoreinput = 2,3
# format is ,,,
report1 = AUX,key,169,1
report2 = POWER,key,116,1
report3 = USB,key,356,0
report4 = HEADSET,switch,2,0

[odeviced.powercontrol-neo]
# set 1 to disable a module
disable = 1

# disable accelerometer since it uses LOADS of CPU resources
[odeviced.accelerometer]
disable = 1
accelerometer_type = gta02

[ogsmd]
# set log_level to INFO for ogsmd to avoid a bug
log_level = INFO
# set 1 to disable a module
disable = 1
# choose your modem type, available types are: ti_calypso, freescale_neptune, 
singleline, muxed4line, option, ...
modemtype = ti_calypso
# if you have a ti_calypso, you can choose the deep sleep mode. Valid values 
are: never, adaptive (default), always
ti_calypso_deep_sleep = adaptive
# if you have a ti_calypso, you can choose the dsp mode for audio enhancement. 
Valid values are:
#"short-aec": Short Echo Cancellation (max)
#"long-aec":  Long Echo Cancellation (max)
#"long-aec:6db": Long Echo Cancellation (-6db)
#"long-aec:12db": Long Echo Cancellation (-12db)
#"long-aec:18db": Long Echo Cancellation (-18db)
#"nr": Noise Reduction (max)
#"nr:6db": Noise Reduction (-6db)
#"nr:12db": Noise Reduction (-12db)
#"nr:18db": Noise Reduction (-18db)
#"aec+nr": Long Echo Cancellation (max) plus Noise Reduction (max) [default]
#"none": No audio processing.
ti_calypso_dsp_mode = aec+nr
# choose your muxer, available types are: gsm0710muxd [default], fso-abyss
#ti_calypso_muxer = fso-abyss

[ogpsd]
# set 1 to disable a module
disable = 1
# possible options are NMEADevice, UBXDevice, GTA02Device, EtenDevice
device = GTA02Device
# possible options are SerialChannel, GllinChannel, UDPChannel, FileChannel
channel = SerialChannel
# For UDPChannel the path defines the port to listen to
path = /dev/ttySAC1

[ousaged]
# set 1 to disable a module
# you need to disable ousaged if you want to use the new implementation: 
fso-usaged
disable = 1
# choose whether resources should be disabled at startup, at shutdown, always 
(default), or never.
sync_resources_with_lifecycle = always

[ousaged.generic]

[opreferencesd]
# set 1 to disable a module
disable = 0
log_level = WARNING

[opreferencesd.opreferences]

[oeventsd]
# set 1 to disable a module
disable = 0
log_level = WARNING

[oeventsd.oevents]

[onetworkd]
[onetworkd.network]

[ophoned]
disable=1
[ophoned.ophoned]

[opimd]
# set 1 to disable a module
disable = 0
#contacts_default_backend = CSV-Contacts
#messages_default_backend = SQlite-Messages
#calls_default_backend = SQLite-Calls
#dates_default_backend = SQLite-Dates
#notes_default_backend = SQLite-Notes
#tasks_default_backend = SQLite-Tasks
#contacts_merging_enabled = 1
#messages_default_folder = Unfiled
#messages_trash_folder = Trash
#sim_messages_default_folder = SMS
rootdir = 
../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim

[opimd.opimd]

[otimed]
disable = 1
# a list of time/zone sources to use or NONE
timesources = GPS,NTP
zonesources = GSM
# use an ip address here, otherwise DNS resolution will block
ntpserver = 134.169.172.1

[otimed.otimed]


rules.yaml
Description: application/yaml
###
# FSO Data Daemon Configuration File -- for SYSTEM INTEGRATORS only
##

Re: debian with illume

2012-03-25 Thread arne anka

zhone is dead. use phoneui-apps.


hi

I would like to try out debian with e17 as window manager.
Installing the timo's latest image worked nicely.
according to the debian page on openmoko.org one has now to install  
enlightenment

if one wants to use illume. but if I now want to install zhone I get the
following:

The following packages have unmet dependencies:
 zhone : Depends: python-ecore but it is not going to be installed
 Depends: python-edje but it is not going to be installed
 Depends: python-evas but it is not going to be installed
 Depends: libevas-svn-06-engines-x but it is not installable
 Depends: zhone-illume-glue but it is not going to be installed
E: Broken packages

has anyone e17 running on debian and could point me in the right  
direction (eg.

additional repositories)

best regards

robin


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


GTA02, FSO in debian/sid: buttons do not work, led neither

2012-03-25 Thread arne anka

hi,

a) both in my own installation with install.sh and timo's (j.) minimal  
installation the power button has no effect -- no suspend or even  
gracefull shutdown is initiated.
although the button press ist recognized in dmesg, no fso*log nor  
frameworkd.log shows anything (everything set to DEBUG).


in the configurations nothing about buttons is really to be found (except  
that stanza in frameworkd.conf or fsodevicd or so, don't have the device  
active right no since suspend does not work) and the options are as arcane  
and undocumented as ever ...


b) LEDs, despite being configured in rules.yaml, do not work. there's an  
occasional flashing but nothing of the expected (and configured) behaviour.


i am absolutely sure, it is not a hardware issue, but has to do with FSO.

does anybody else see those issues?

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


debian with illume

2012-03-25 Thread robin
hi 

I would like to try out debian with e17 as window manager. 
Installing the timo's latest image worked nicely. 
according to the debian page on openmoko.org one has now to install 
enlightenment
if one wants to use illume. but if I now want to install zhone I get the
following:

The following packages have unmet dependencies:
 zhone : Depends: python-ecore but it is not going to be installed
 Depends: python-edje but it is not going to be installed
 Depends: python-evas but it is not going to be installed
 Depends: libevas-svn-06-engines-x but it is not installable
 Depends: zhone-illume-glue but it is not going to be installed
E: Broken packages

has anyone e17 running on debian and could point me in the right direction (eg.
additional repositories)

best regards

robin


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


Re: flashing debian ends in kernel panic

2012-03-25 Thread arne anka
there I am left with a white topbar and a black rest of the screen  
though.


that's the expected behaviour -- it's a very basic installation (as the  
"minimal" in its name already suggests).


Could you please point me to the original mail from timo. I only found  
hisimage via the openmoko wiki recent changes.


see

http://lists.linuxtogo.org/pipermail/smartphones-userland/2012-March/003134.html


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


Re: About infra maintenance [was: "Re: openmoko.org servers"]

2012-03-25 Thread Bob Ham
On Sun, 2012-03-25 at 17:05 +0100, Joerg Reisenweber wrote:

> Anyway, best advice when any problems with OM infra hit: 
> * join #openmoko (or #openmoko-cdevel) on freenode.net, 
> * say "hello" and describe the issue, ask what can be / has been done
> and whom 
> to ping (typical post: "Hi! wiki.openmoko.org down for anybody else?")
> * WAIT until somebody answers -  this may be minutes to several
> hours. 

It's ironic that you mention #openmoko-cdevel.  Some months ago I asked
in #openmoko-cdevel when git.openmoko.org was down.  Nobody responded at
all, let alone after some hours.

I also asked in #openmoko-cdevel prior to sending my email a couple of
days ago.  Nobody knew who was maintaining the openmoko servers.  The
fact that the IP addresses were still registered with FIC was pointed
out and it was agreed that this was a problem.  Then I sent my email to
this list.

If the best advice for when there are problems with openmoko.org hosts,
is to bring the subject in #openmoko-cdevel then we really are in
trouble :-)  Could you possibly provide email addresses for roh and
whoever else is responsible for the openmoko.org servers so that
everyone knows who to contact?

Thanks,

Bob

-- 
Bob Ham 
Diaspora: r...@pod.settrans.net

for (;;) { ++pancakes; }


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: flashing debian ends in kernel panic

2012-03-25 Thread robin
Thomas Guenther  gmx.de> writes:

> 
> Am Sun, 25 Mar 2012 14:31:10 +0200
> schrieb Thomas Guenther  gmx.de>:
> 
> > Am Sun, 25 Mar 2012 12:15:00 + (UTC)
> > schrieb robin  web.de>:
> > 
> > > hi 
> > > 
> > > I tried the debian image from 
> > > http://people.debian.org/~timo/NeoFreeRunner/
> > > Debian_NeoFreeRunner_minimalrootfs_20120321.tar.xz
> > > 
> > > but it ends directly in kernel panic not syncing. No init found.
> > > 
> > > my sdcard has a first partion of vfat type and a second one where I
> > > flashed the image of ext3 type.
> > > 
> > > any ideas
> > > 
> > > br
> > > 
> > > robin
> > > 
> > > 
> > > ___
> > > Openmoko community mailing list
> > > community  lists.openmoko.org
> > > http://lists.openmoko.org/mailman/listinfo/community
> > 
> > Hi,
> > 
> > did you read the hole mail from Timo?
> [...]
> 
> Sorry, I mean 'whole mail'.
> 
> Thomas
> 

I found the solution:

cat append-GTA02 givs me
root=/dev/mmcblk0p1 rootdelay=1
so changing this to the second partions gives me a system which boots into X.
there I am left with a white topbar and a black rest of the screen though.

Could you please point me to the original mail from timo. I only found his 
image via the openmoko wiki recent changes.

thanks a lot



rootfs  /   autodefaults,errors=remount-ro,noatime  0 1
/dev/mtdblock6  /mnt/flash  jffs2   defaults,noatime,noauto 0 2
proc/proc   procdefaults0 0
tmpfs   /tmptmpfs   defaults,noatime0 0






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


About infra maintenance [was: "Re: openmoko.org servers"]

2012-03-25 Thread Joerg Reisenweber
>> admins are still Roh and Gismo afaik
>> "ownership" (aka payment) went to Harald Welte (see "Name Server" above)
>
>I'm a little confused.  Perhaps I'm being obtuse here but why haven't
>any of these people responded to my original email?
>

All the people doing admin and other tasks are volunteers from community, and 
probably Roh doesn't closely follow this ML (I myself only noticed this mail 
since pabs3 pointed me at it).

Anyway, best advice when any problems with OM infra hit: 
* join #openmoko (or #openmoko-cdevel) on freenode.net, 
* say "hello" and describe the issue, ask what can be / has been done and whom 
to ping (typical post: "Hi! wiki.openmoko.org down for anybody else?")
* WAIT until somebody answers -  this may be minutes to several hours.
 
(you'll always get my attention when you ping my nick "DocScrutinizer", though 
usually most users in this channel have an idea of what's going on and how to 
proceed, and some are even better suited to deal with infra problems than I 
am)
Roh can also be found on freenode, though I suggest not to immediately pester 
him directly but rather first ask in #openmoko-cdevel


cheers
jOERG

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


Hot device

2012-03-25 Thread Rashid
Hi

I removed the SD card, so it maybe related to this. Will try thank you :).

Btw. Radek may I ask you, if there is a release date for the qt moko version 
with the out of the box navit gps?

Kind regards
Rashid

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


Re: flashing debian ends in kernel panic

2012-03-25 Thread Thomas Guenther
Am Sun, 25 Mar 2012 14:31:10 +0200
schrieb Thomas Guenther :

> Am Sun, 25 Mar 2012 12:15:00 + (UTC)
> schrieb robin :
> 
> > hi 
> > 
> > I tried the debian image from 
> > http://people.debian.org/~timo/NeoFreeRunner/
> > Debian_NeoFreeRunner_minimalrootfs_20120321.tar.xz
> > 
> > but it ends directly in kernel panic not syncing. No init found.
> > 
> > my sdcard has a first partion of vfat type and a second one where I
> > flashed the image of ext3 type.
> > 
> > any ideas
> > 
> > br
> > 
> > robin
> > 
> > 
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> 
> Hi,
> 
> did you read the hole mail from Timo?
[...]

Sorry, I mean 'whole mail'.

Thomas

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


Re: openmoko.org servers

2012-03-25 Thread Bob Ham
On Sun, 2012-03-25 at 13:40 +0100, Joerg Reisenweber wrote:
> servers are not hosted or owned by FIC
> 
> WHOIS:
> Domain ID:D129289086-LROR
> Domain Name:OPENMOKO.ORG

The IP addresses used by the hosts I listed are all registered to FIC:

rah@myrtle:~$ host 88.198.160.201
201.160.198.88.in-addr.arpa domain name pointer git.openmoko.org.
rah@myrtle:~$ whois 88.198.160.201

...

inetnum:88.198.160.200 - 88.198.160.207
netname:FIRST-INTERNATIONAL-COMPUTER-INC
descr:  First International Computer, Inc.
country:DE
admin-c:SM8835-RIPE
tech-c: SM8835-RIPE
status: ASSIGNED PA
mnt-by: HOS-GUN
mnt-lower:  HOS-GUN
mnt-routes: HOS-GUN
source: RIPE # Filtered

person: Sean Moss-Pultz
address:First International Computer, Inc.
address:300, Yang Guang Street
address:114 Taipei
address:TAIWAN, PROVINCE OF CHINA
e-mail: lafo...@openmoko.org
phone:  +49 3024033902
fax-no: +49 3024033904
mnt-by: HOS-GUN
nic-hdl:SM8835-RIPE
source: RIPE # Filtered


> admins are still Roh and Gismo afaik
> "ownership" (aka payment) went to Harald Welte (see "Name Server" above)

I'm a little confused.  Perhaps I'm being obtuse here but why haven't
any of these people responded to my original email?

-- 
Bob Ham 
Diaspora: r...@pod.settrans.net

for (;;) { ++pancakes; }


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.org servers

2012-03-25 Thread Joerg Reisenweber
servers are not hosted or owned by FIC

WHOIS:
Domain ID:D129289086-LROR
Domain Name:OPENMOKO.ORG
...
Expiration Date:21-Sep-2013 00:12:03 UTC
Sponsoring Registrar:GoDaddy.com, LLC (R91-LROR)
...
Registrant Name:Sean Moss-Pultz
Registrant Organization:OpenMoko
Registrant Street1:No 300 Yang Guang St
...
Registrant City:NeiHu
Registrant State/Province:Taipei
Registrant Postal Code:114
Registrant Country:TW
...
Admin Name:Sean Moss-Pultz
...
Tech Name:Sean Moss-Pultz
...
Tech Email:s...@openmoko.com
Name Server:ORGO.PROGSOC.UTS.EDU.AU
Name Server:GANESHA.GNUMONKS.ORG
Name Server:CORUSCANT.GNUMONKS.ORG
Name Server:SUNBEAM.HMW-CONSULTING.DE
Name Server:DNS.NETFILTER.ORG


admins are still Roh and Gismo afaik
"ownership" (aka payment) went to Harald Welte (see "Name Server" above)

machines are located at Hetzner Germany
TRACEROUTE:
 6  hos-tr2.ex3k10.rz13.hetzner.de (213.239.224.43)  254.795 ms hos-
tr1.ex3k10.rz13.hetzner.de (213.239.224.11)  253.727 ms hos-
tr2.ex3k10.rz13.hetzner.de (213.239.224.43)  252.597 ms
 7  bhavani.openmoko.org (88.198.58.17)  55.937 ms   60.101 ms   63.387 ms
 8  devi.openmoko.org (88.198.93.221)  68.188 ms   72.427 ms   76.945 ms


Seems one machine is down right now, I pinged Roh what's the matter.

/j

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


Re: flashing debian ends in kernel panic

2012-03-25 Thread Thomas Guenther
Am Sun, 25 Mar 2012 12:15:00 + (UTC)
schrieb robin :

> hi 
> 
> I tried the debian image from 
> http://people.debian.org/~timo/NeoFreeRunner/
> Debian_NeoFreeRunner_minimalrootfs_20120321.tar.xz
> 
> but it ends directly in kernel panic not syncing. No init found.
> 
> my sdcard has a first partion of vfat type and a second one where I
> flashed the image of ext3 type.
> 
> any ideas
> 
> br
> 
> robin
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

Hi,

did you read the hole mail from Timo?

"It expects a single partition on the MicroSD card where the tar.xz is
unpacked and a Qi bootloader."

I wonder if this is not the problem.


regards,
Thomas

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


flashing debian ends in kernel panic

2012-03-25 Thread robin
hi 

I tried the debian image from 
http://people.debian.org/~timo/NeoFreeRunner/
Debian_NeoFreeRunner_minimalrootfs_20120321.tar.xz

but it ends directly in kernel panic not syncing. No init found.

my sdcard has a first partion of vfat type and a second one where I flashed
the image of ext3 type.

any ideas

br

robin


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