Re: OpenMooCow 0.3

2009-01-07 Thread Thomas White
Helge Hafting helge.haft...@hist.no wrote:

 The accelerometers don't work though. hexdump /dev/input/event2
 gets me changing output as I turn the phone around. event3 is
 dead, perhaps that is the problem?

That would certainly prevent mooing.  If the accelerometers don't work,
you should still be able to test the audio parts by pressing the cow
picture on the screen :)

I think there might still be some locking problems lurking in the
kernel parts of the accelerometer stuff.  For me, re-starting
OpenMooCow almost always makes it work the second time.

Tom

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


Re: OpenMooCow 0.3

2009-01-06 Thread Helge Hafting
Thomas White wrote:
 Helge Hafting helge.haft...@hist.no wrote:
 
 My SHR is unable to open audio. But the older moocow worked with
 the same setup.  I can stop speech-dispatcher, but it doesn't help.
 There is no snd-pcm-oss module to load, bt the previous moocow didn't
 need that.
 
 Previous meaning version 0.2?  All the previous versions are available
 from my site:
 http://www.srcf.ucam.org/~taw27/openmoko/openmoocow/
 - would you be able to check version 0.2 again to be sure?  This is
 particularly puzzling because the audio parts of the program haven't
 been touched between 0.2 and 0.3...

Strange. I must have done something wrong, this time both
version 0.2-r2 and version 0.3 moos, as soon as I stop
speech-dispatcher.

The accelerometers don't work though. hexdump /dev/input/event2
gets me changing output as I turn the phone around. event3 is
dead, perhaps that is the problem?

I have a 2.6.24 kernel, as SHR doen't work well with 2.6.28 yet.

Helge Hafting

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


Re: OpenMooCow 0.3

2009-01-05 Thread Helge Hafting
Klaus Kurzmann wrote:
 * Thomas White ta...@cam.ac.uk [081219 15:24]:
 On Fri, 19 Dec 2008 10:24:23 +0100
 KaZeR ka...@altern.org wrote:
 
 my SHR doesn't play the sound... am i missing something?
 Unable to open audio: No available audio device 
 
 I had the exact same issue last week (haven't tried again since, and
 i'm currently flashing 2008.12)
 
 This sounds odd.  OpenMooCow uses SDL for all the audio work, and the
 No available audio device part of that messages comes from SDL itself.
 So this could indicate a problem with SDL or something lower-level.
 
 I've seen audio break before due to a mismatch of kernel modules.  Does
 audio work in any other programs for you?
 
 I had the same problem... modprobe snd-pcm-oss helped :-)
 
My SHR is unable to open audio. But the older moocow worked with
the same setup.  I can stop speech-dispatcher, but it doesn't help.
There is no snd-pcm-oss module to load, bt the previous moocow didn't
need that.

Helge Hafting

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


Re: OpenMooCow 0.3

2009-01-05 Thread Thomas White
Helge Hafting helge.haft...@hist.no wrote:

 My SHR is unable to open audio. But the older moocow worked with
 the same setup.  I can stop speech-dispatcher, but it doesn't help.
 There is no snd-pcm-oss module to load, bt the previous moocow didn't
 need that.

Previous meaning version 0.2?  All the previous versions are available
from my site:
http://www.srcf.ucam.org/~taw27/openmoko/openmoocow/
- would you be able to check version 0.2 again to be sure?  This is
particularly puzzling because the audio parts of the program haven't
been touched between 0.2 and 0.3...

Tom

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


Re: OpenMooCow 0.3

2008-12-19 Thread Petr Vanek

Works fine on SHR, just one thing I have to change the .desktop and
add a category (for example Applications), in order to have the
shortcut displayed.

my SHR doesn't play the sound... am i missing something?

r...@om-gta02 /usr/share/applications $ openmoocow 
Neo Freerunner detected
Old threshold was 0
Successfully disabled accelerometer threshold.
Unable to open audio: No available audio device
Trying to open the audio again...
Unable to open audio: No available audio device
Trying to open the audio again...
Unable to open audio: No available audio device
Trying to open the audio again...
Unable to open audio: No available audio device


--
Petr Vaněk



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


RE: OpenMooCow 0.3

2008-12-19 Thread KaZeR
 

 -Message d'origine-
 De : community-boun...@lists.openmoko.org 
 [mailto:community-boun...@lists.openmoko.org] De la part de Petr Vanek
 Envoyé : vendredi 19 décembre 2008 09:19
 À : community@lists.openmoko.org
 Objet : Re: OpenMooCow 0.3
 
 
 Works fine on SHR, just one thing I have to change the 
 .desktop and add 
 a category (for example Applications), in order to have 
 the shortcut 
 displayed.
 
 my SHR doesn't play the sound... am i missing something?
 
 r...@om-gta02 /usr/share/applications $ openmoocow Neo 
 Freerunner detected Old threshold was 0 Successfully disabled 
 accelerometer threshold.
 Unable to open audio: No available audio device Trying to 
 open the audio again...
 Unable to open audio: No available audio device Trying to 
 open the audio again...
 Unable to open audio: No available audio device Trying to 
 open the audio again...
 Unable to open audio: No available audio device
 
 
I had the exact same issue last week (haven't tried again since, and i'm
currently flashing 2008.12)


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


Re: OpenMooCow 0.3

2008-12-19 Thread Thomas White
On Fri, 19 Dec 2008 10:24:23 +0100
KaZeR ka...@altern.org wrote:

  my SHR doesn't play the sound... am i missing something?
  Unable to open audio: No available audio device 

 I had the exact same issue last week (haven't tried again since, and
 i'm currently flashing 2008.12)

This sounds odd.  OpenMooCow uses SDL for all the audio work, and the
No available audio device part of that messages comes from SDL itself.
So this could indicate a problem with SDL or something lower-level.

I've seen audio break before due to a mismatch of kernel modules.  Does
audio work in any other programs for you?

Tom

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


Re: OpenMooCow 0.3

2008-12-19 Thread Klaus Kurzmann
* Thomas White ta...@cam.ac.uk [081219 15:24]:
 On Fri, 19 Dec 2008 10:24:23 +0100
 KaZeR ka...@altern.org wrote:

   my SHR doesn't play the sound... am i missing something?
   Unable to open audio: No available audio device 

  I had the exact same issue last week (haven't tried again since, and
  i'm currently flashing 2008.12)

 This sounds odd.  OpenMooCow uses SDL for all the audio work, and the
 No available audio device part of that messages comes from SDL itself.
 So this could indicate a problem with SDL or something lower-level.

 I've seen audio break before due to a mismatch of kernel modules.  Does
 audio work in any other programs for you?

I had the same problem... modprobe snd-pcm-oss helped :-)

mrmoku




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


Re: OpenMooCow 0.3

2008-12-19 Thread Yann Neveu
On Friday 19 December 2008 21:22:03 Klaus Kurzmann wrote:

 I had the same problem... modprobe snd-pcm-oss helped :-)

For me, /etc/init.d/speech-dispatcher stop helped

Yann




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


Re: OpenMooCow 0.3

2008-12-19 Thread Petr Vanek

 I've seen audio break before due to a mismatch of kernel modules.
 Does audio work in any other programs for you?

I had the same problem... modprobe snd-pcm-oss helped :-)

sorry to reply on wrong place in thread but gmane news server sometimes
doesn't have the message available...

/etc/init.d/speech-dispatcher stop was the right solution for me,
therefore i presume for all SHR users...

cheers

--
Petr Vaněk




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


Re: OpenMooCow 0.3

2008-12-19 Thread Michael Zanetti
On Friday 19 December 2008 22:13:21 Yann Neveu wrote:
 On Friday 19 December 2008 21:22:03 Klaus Kurzmann wrote:
  I had the same problem... modprobe snd-pcm-oss helped :-)

 For me, /etc/init.d/speech-dispatcher stop helped


Yeah... This seems to work here also. But anyone has an idea what speech-
dispatcher does? Don't we need it? The chance is rather high that it is more 
useful than openmoocow :D

No offence... I love openmoocow!

/Michael

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


Re: OpenMooCow 0.3

2008-12-19 Thread Max Giesbert
i can confirm that the addition of a category is necessary in order for
the icon to appear...

Am Freitag, den 19.12.2008, 14:44 +1300 schrieb Harald Zophon
Zophoniasson:
 2008/12/19 Thomas White ta...@cam.ac.uk
 OpenMooCow 0.3 is now available:
 http://www.srcf.ucam.org/~taw27/openmoko/openmoocow/
 
 Changes since version 0.2 are:
 
 - My finest programmer art has been banished to a suitable
 place,
 namely the fiery depths of Hades.  It's been replaced with
 some much
 better graphics from openclipart.org.  It's a public domain
 image, but I
 thought I'd give a credit to user bsantos who created the
 picture.
 
 - Disables the accelerometer threshold while it's running.
  This makes
 the cow a lot more responsive.  Your old threshold will be
 restored
 on exit, unless the threshold value has been changed from zero
 since
 MooCow started, in which case it won't restore the old one.
 
 - Ready for kernel 2.6.28 - aware of the new sysfs paths.
 
 - Thinkpad HDAPS support from Joachim Breitner has been merged
 in.
 
 Comments or abuse to this address.
 
 Tom
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 Hi,
 
 Thanks for the graphics improvement ;-), I think it was necessary.
 Works fine on SHR, just one thing I have to change the .desktop and
 add a category (for example Applications), in order to have the
 shortcut displayed.
 
 cheers
 
 -- 
 Harald Zophon Zophoniasson
 
 www.zophon.net
 ___
 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: OpenMooCow 0.3

2008-12-19 Thread William Kenworthy
speech-dispatcher on 2008.9 also killed all audio (phone, mplayer, sms
beeps, ...) after suspend/resume.  Was ok before the first suspend.

Billk

On Fri, 2008-12-19 at 22:54 +0100, Petr Vanek wrote:
  I've seen audio break before due to a mismatch of kernel modules.
  Does audio work in any other programs for you?
 
 I had the same problem... modprobe snd-pcm-oss helped :-)
 
 sorry to reply on wrong place in thread but gmane news server sometimes
 doesn't have the message available...
 
 /etc/init.d/speech-dispatcher stop was the right solution for me,
 therefore i presume for all SHR users...
 
 cheers
 
 --
 Petr Vaněk
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


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


OpenMooCow 0.3

2008-12-18 Thread Thomas White
OpenMooCow 0.3 is now available:
http://www.srcf.ucam.org/~taw27/openmoko/openmoocow/

Changes since version 0.2 are:

- My finest programmer art has been banished to a suitable place,
namely the fiery depths of Hades.  It's been replaced with some much
better graphics from openclipart.org.  It's a public domain image, but I
thought I'd give a credit to user bsantos who created the picture.

- Disables the accelerometer threshold while it's running.  This makes
the cow a lot more responsive.  Your old threshold will be restored
on exit, unless the threshold value has been changed from zero since
MooCow started, in which case it won't restore the old one.

- Ready for kernel 2.6.28 - aware of the new sysfs paths.

- Thinkpad HDAPS support from Joachim Breitner has been merged in.

Comments or abuse to this address.

Tom

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


Re: OpenMooCow 0.3

2008-12-18 Thread Harald Zophon Zophoniasson
2008/12/19 Thomas White ta...@cam.ac.uk

 OpenMooCow 0.3 is now available:
 http://www.srcf.ucam.org/~taw27/openmoko/openmoocow/http://www.srcf.ucam.org/%7Etaw27/openmoko/openmoocow/

 Changes since version 0.2 are:

 - My finest programmer art has been banished to a suitable place,
 namely the fiery depths of Hades.  It's been replaced with some much
 better graphics from openclipart.org.  It's a public domain image, but I
 thought I'd give a credit to user bsantos who created the picture.

 - Disables the accelerometer threshold while it's running.  This makes
 the cow a lot more responsive.  Your old threshold will be restored
 on exit, unless the threshold value has been changed from zero since
 MooCow started, in which case it won't restore the old one.

 - Ready for kernel 2.6.28 - aware of the new sysfs paths.

 - Thinkpad HDAPS support from Joachim Breitner has been merged in.

 Comments or abuse to this address.

 Tom

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


Hi,

Thanks for the graphics improvement ;-), I think it was necessary.
Works fine on SHR, just one thing I have to change the .desktop and add a
category (for example Applications), in order to have the shortcut
displayed.

cheers

-- 
Harald Zophon Zophoniasson

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