Bug#520411: Audio does not play on armel

2012-02-16 Thread Manuel A. Fernandez Montecelo
Hello,

Thank you for your interest in improving Debian, and sorry to keep the
bug unattended for so long.  There's now an effort to review the open
bugs related with SDL packages.

A couple of upstream releases have been uploaded, can you please test
it if it's easy for you?  I don't have access to armel boxes.

Regards.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520411: Audio does not play on armel

2012-02-16 Thread Enrico Zini
On Thu, Feb 16, 2012 at 08:35:46PM +, Manuel A. Fernandez Montecelo wrote:

 Thank you for your interest in improving Debian, and sorry to keep the
 bug unattended for so long.  There's now an effort to review the open
 bugs related with SDL packages.
 
 A couple of upstream releases have been uploaded, can you please test
 it if it's easy for you?  I don't have access to armel boxes.

Thanks! I'm sorry I cannot test this anymore. I still own the
Freerunner, but I cannot allow myself to run any software upgrade on it
for the foreseeable future, for reasons that I cannot explain while
guaranteeing to remain polite. Not your fault, though :)

Hopefully someone else can try it out.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#520411: Audio does not play on armel

2009-03-23 Thread Enrico Zini
On Sun, Mar 22, 2009 at 12:11:00PM +0100, Aurelien Jarno wrote:

 Which libsdl1.2* package do you have installed? Also which SDL audio 
 driver(s) are you using? You may want to force some of them with 
 SDL_AUDIODRIVER= to see which ones are working. Depending of the
 libsdl1.2 package you have installed, possible values are esd, oss,
 alsa, pulse, nas, arts, disk, dummy.

Let's see:

# dpkg -l libsdl1.2*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---
un  libsdl1.2none   (no description available)
un  libsdl1.2-allnone   (no description available)
un  libsdl1.2-arts   none   (no description available)
ii  libsdl1.2-dev1.2.13-4+b1  Simple DirectMedia Layer 
development files
un  libsdl1.2-esdnone   (no description available)
un  libsdl1.2-nasnone   (no description available)
un  libsdl1.2-ossnone   (no description available)
ii  libsdl1.2debian  1.2.13-4+b1  Simple DirectMedia Layer
un  libsdl1.2debian-all  none   (no description available)
ii  libsdl1.2debian-alsa 1.2.13-4+b1  Simple DirectMedia Layer (with 
X11 and ALSA options)
un  libsdl1.2debian-arts none   (no description available)
un  libsdl1.2debian-esd  none   (no description available)
un  libsdl1.2debian-nas  none   (no description available)
un  libsdl1.2debian-oss  none   (no description available)
un  libsdl1.2debian-puls none   (no description available)


These drivers fail with No available audio device:

# SDL_AUDIODRIVER=esd ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Unable to open audio: No available audio device
^C
# SDL_AUDIODRIVER=oss ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Unable to open audio: No available audio device
^C
# SDL_AUDIODRIVER=pulse ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Unable to open audio: No available audio device
^C
# SDL_AUDIODRIVER=nas ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Unable to open audio: No available audio device
^C
# SDL_AUDIODRIVER=arts ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Unable to open audio: No available audio device
^C


Alsa (which is what is tried by default) finds a device, but fails to
call the callback:

# SDL_AUDIODRIVER=alsa ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Moo!
^C


Disk and dummy will play:

# SDL_AUDIODRIVER=disk ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
WARNING: You are using the SDL disk writer audio driver!
 Writing to file [sdlaudio.raw].
Moo!
audio_mix
audio_mix
[...]
audio_mix
audio_mix
^C
# SDL_AUDIODRIVER=dummy ./test
audio trigger moo
Trying to open the audio again...
freq 44100 fmt 32784 ch 1 sa 512 cb 35064 ud 73736 si 0
Moo!
audio_mix
audio_mix
[...]
audio_mix
audio_mix
^C


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini enr...@debian.org


signature.asc
Description: Digital signature


Bug#520411: Audio does not play on armel

2009-03-22 Thread Aurelien Jarno
On Thu, Mar 19, 2009 at 03:03:30PM +0100, Enrico Zini wrote:
 Package: libsdl1.2-dev
 Version: 1.2.13-4+b1
 Severity: normal
 
 Hello,
 
 thank you for packaging SDL.
 
 Attached to this mail is a simple test program.  When run on amd64 it will 
 moo,
 but on armel it will not.  Also, the audio_mix callback is not called on 
 armel.
 
 I unfortunately do not know enough SDL to debug this issue further, but this 
 is
 causing openmoocow (http://www.bitwiz.org.uk/wizblog/openmoocow.html) not to
 moo on the FreeRunner, and this, you will agree, makes the phone basically
 useless :)
 

Which libsdl1.2* package do you have installed? Also which SDL audio 
driver(s) are you using? You may want to force some of them with 
SDL_AUDIODRIVER= to see which ones are working. Depending of the
libsdl1.2 package you have installed, possible values are esd, oss,
alsa, pulse, nas, arts, disk, dummy.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520411: Audio does not play on armel

2009-03-19 Thread Enrico Zini
Package: libsdl1.2-dev
Version: 1.2.13-4+b1
Severity: normal

Hello,

thank you for packaging SDL.

Attached to this mail is a simple test program.  When run on amd64 it will moo,
but on armel it will not.  Also, the audio_mix callback is not called on armel.

I unfortunately do not know enough SDL to debug this issue further, but this is
causing openmoocow (http://www.bitwiz.org.uk/wizblog/openmoocow.html) not to
moo on the FreeRunner, and this, you will agree, makes the phone basically
useless :)


Ciao,

Enrico


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv4tl)

Kernel: Linux 2.6.28-20090105.git69b2aa26 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsdl1.2-dev depends on:
ii  libglu1-mesa-dev 7.0.3-7 The OpenGL utility library -- deve
ii  libsdl1.2debian  1.2.13-4+b1 Simple DirectMedia Layer
ii  libx11-dev   2:1.2-1 X11 client-side library (developme

Versions of packages libsdl1.2-dev recommends:
pn  libaa1-devnone (no description available)
pn  libartsc0-dev none (no description available)
pn  libasound2-devnone (no description available)
pn  libaudio-dev  none (no description available)
pn  libcaca-dev   none (no description available)
ii  libdirectfb-dev   1.2.7-2direct frame buffer graphics libra
pn  libesd0-dev   none (no description available)
ii  libxext-dev   2:1.0.4-1  X11 miscellaneous extensions libra
pn  libxt-dev none (no description available)

libsdl1.2-dev suggests no packages.

-- no debconf information


test.tar.gz
Description: GNU Zip compressed data