9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] mp3dec suicide
@ 2008-01-22  0:54 Pietro Gagliardi
  2008-01-22  9:18 ` Kernel Panic
  0 siblings, 1 reply; 7+ messages in thread
From: Pietro Gagliardi @ 2008-01-22  0:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello. When I play any mp3 file with jukebox:

	mp3dec: suicide: sys: fp: division by zero fpc=0x0 status=0x8084  
pc=0x00018d40

acid lstk() reports what is at /n/sources/contrib/pietro/acid.out.  
Does anyone know what's wrong? Thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] mp3dec suicide
  2008-01-22  0:54 [9fans] mp3dec suicide Pietro Gagliardi
@ 2008-01-22  9:18 ` Kernel Panic
  2008-01-22 19:39   ` Pietro Gagliardi
  0 siblings, 1 reply; 7+ messages in thread
From: Kernel Panic @ 2008-01-22  9:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Pietro Gagliardi wrote:

> Hello. When I play any mp3 file with jukebox:
>
>     mp3dec: suicide: sys: fp: division by zero fpc=0x0 status=0x8084  
> pc=0x00018d40
>
> acid lstk() reports what is at /n/sources/contrib/pietro/acid.out.  
> Does anyone know what's wrong? Thanks.
>
mp3dec sucks... (doesnt work for me either) use madplay:

http://plan9.cs.bell-labs.com/sources/contrib/uriel/mirror/nemo_madplay.tgz

cinap


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] mp3dec suicide
  2008-01-22  9:18 ` Kernel Panic
@ 2008-01-22 19:39   ` Pietro Gagliardi
  2008-01-22 21:08     ` Tharaneedharan Vilwanathan
  2008-01-23  0:34     ` cinap_lenrek
  0 siblings, 2 replies; 7+ messages in thread
From: Pietro Gagliardi @ 2008-01-22 19:39 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Okay, and now that I have madplay, how do I get it to output to my  
speakers? I try

	madplay -q -o RAW:/dev/audio angelo.mp3
	madplay -q -o RAW:- angelo.mp3 > /dev/audio

with no success.

On Jan 22, 2008, at 4:18 AM, Kernel Panic wrote:

> Pietro Gagliardi wrote:
>
>> Hello. When I play any mp3 file with jukebox:
>>
>>     mp3dec: suicide: sys: fp: division by zero fpc=0x0  
>> status=0x8084  pc=0x00018d40
>>
>> acid lstk() reports what is at /n/sources/contrib/pietro/ 
>> acid.out.  Does anyone know what's wrong? Thanks.
>>
> mp3dec sucks... (doesnt work for me either) use madplay:
>
> http://plan9.cs.bell-labs.com/sources/contrib/uriel/mirror/ 
> nemo_madplay.tgz
>
> cinap


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] mp3dec suicide
  2008-01-22 19:39   ` Pietro Gagliardi
@ 2008-01-22 21:08     ` Tharaneedharan Vilwanathan
  2008-01-22 21:11       ` Pietro Gagliardi
  2008-01-23  0:34     ` cinap_lenrek
  1 sibling, 1 reply; 7+ messages in thread
From: Tharaneedharan Vilwanathan @ 2008-01-22 21:08 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]

hi,

doesnt this command work?:

% madplay song.mp3

This page may help you:
http://www.tip9ug.jp/who/ziphos/edirol.tests

Also I assume you have got the audio device itself working.

Thanks
dharani

On 1/22/08, Pietro Gagliardi <pietro10@mac.com> wrote:
>
> Okay, and now that I have madplay, how do I get it to output to my
> speakers? I try
>
>        madplay -q -o RAW:/dev/audio angelo.mp3
>        madplay -q -o RAW:- angelo.mp3 > /dev/audio
>
> with no success.
>
> On Jan 22, 2008, at 4:18 AM, Kernel Panic wrote:
>
> > Pietro Gagliardi wrote:
> >
> >> Hello. When I play any mp3 file with jukebox:
> >>
> >>     mp3dec: suicide: sys: fp: division by zero fpc=0x0
> >> status=0x8084  pc=0x00018d40
> >>
> >> acid lstk() reports what is at /n/sources/contrib/pietro/
> >> acid.out.  Does anyone know what's wrong? Thanks.
> >>
> > mp3dec sucks... (doesnt work for me either) use madplay:
> >
> > http://plan9.cs.bell-labs.com/sources/contrib/uriel/mirror/
> > nemo_madplay.tgz
> >
> > cinap
>
>

[-- Attachment #2: Type: text/html, Size: 1793 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] mp3dec suicide
  2008-01-22 21:08     ` Tharaneedharan Vilwanathan
@ 2008-01-22 21:11       ` Pietro Gagliardi
  0 siblings, 0 replies; 7+ messages in thread
From: Pietro Gagliardi @ 2008-01-22 21:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Is there any less painful way to test the sound card? I have an SB16  
on QEMU.

On Jan 22, 2008, at 4:08 PM, Tharaneedharan Vilwanathan wrote:

> hi,
>
> doesnt this command work?:
>
> % madplay song.mp3
>
> This page may help you:
> http://www.tip9ug.jp/who/ziphos/edirol.tests
>
> Also I assume you have got the audio device itself working.
>
> Thanks
> dharani
>
> On 1/22/08, Pietro Gagliardi <pietro10@mac.com> wrote: Okay, and  
> now that I have madplay, how do I get it to output to my
> speakers? I try
>
>        madplay -q -o RAW:/dev/audio angelo.mp3
>        madplay -q -o RAW:- angelo.mp3 > /dev/audio
>
> with no success.
>
> On Jan 22, 2008, at 4:18 AM, Kernel Panic wrote:
>
> > Pietro Gagliardi wrote:
> >
> >> Hello. When I play any mp3 file with jukebox:
> >>
> >>     mp3dec: suicide: sys: fp: division by zero fpc=0x0
> >> status=0x8084  pc=0x00018d40
> >>
> >> acid lstk() reports what is at /n/sources/contrib/pietro/
> >> acid.out .  Does anyone know what's wrong? Thanks.
> >>
> > mp3dec sucks... (doesnt work for me either) use madplay:
> >
> > http://plan9.cs.bell-labs.com/sources/contrib/uriel/mirror/
> > nemo_madplay.tgz
> >
> > cinap
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] mp3dec suicide
  2008-01-23  0:34     ` cinap_lenrek
@ 2008-01-23  0:00       ` Pietro Gagliardi
  0 siblings, 0 replies; 7+ messages in thread
From: Pietro Gagliardi @ 2008-01-23  0:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Okay, so I'm certain my sound card is not working. It is the standard  
SoundBlaster 16 provided by QEMU, and the appropriate line in my  
plan9.ini is:

	audio0=type=sb16 irq=5 dma=1

I'm going to remove the irq=5 and dma=1 and try again.

On Jan 22, 2008, at 7:34 PM, cinap_lenrek@gmx.de wrote:

> madplay just opens /dev/audio. so just:
> % madplay blah.mp3
> or:
> % hget http://foo.com/bla.mp3 | madplay -
>
> cinap
>
> From: Pietro Gagliardi <pietro10@mac.com>
> Date: January 22, 2008 2:39:02 PM EST
> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
> Subject: Re: [9fans] mp3dec suicide
> Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
>
>
> Okay, and now that I have madplay, how do I get it to output to my  
> speakers? I try
>
> 	madplay -q -o RAW:/dev/audio angelo.mp3
> 	madplay -q -o RAW:- angelo.mp3 > /dev/audio
>
> with no success.
>
> On Jan 22, 2008, at 4:18 AM, Kernel Panic wrote:
>
>> Pietro Gagliardi wrote:
>>
>>> Hello. When I play any mp3 file with jukebox:
>>>
>>>     mp3dec: suicide: sys: fp: division by zero fpc=0x0  
>>> status=0x8084  pc=0x00018d40
>>>
>>> acid lstk() reports what is at /n/sources/contrib/pietro/ 
>>> acid.out.  Does anyone know what's wrong? Thanks.
>>>
>> mp3dec sucks... (doesnt work for me either) use madplay:
>>
>> http://plan9.cs.bell-labs.com/sources/contrib/uriel/mirror/ 
>> nemo_madplay.tgz
>>
>> cinap
>>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] mp3dec suicide
  2008-01-22 19:39   ` Pietro Gagliardi
  2008-01-22 21:08     ` Tharaneedharan Vilwanathan
@ 2008-01-23  0:34     ` cinap_lenrek
  2008-01-23  0:00       ` Pietro Gagliardi
  1 sibling, 1 reply; 7+ messages in thread
From: cinap_lenrek @ 2008-01-23  0:34 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

madplay just opens /dev/audio. so just:
% madplay blah.mp3
or:
% hget http://foo.com/bla.mp3 | madplay -

cinap

[-- Attachment #2: Type: message/rfc822, Size: 3833 bytes --]

From: Pietro Gagliardi <pietro10@mac.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] mp3dec suicide
Date: Tue, 22 Jan 2008 14:39:02 -0500
Message-ID: <AEEDCEDE-743F-4637-92E0-16E406D144E4@mac.com>

Okay, and now that I have madplay, how do I get it to output to my  
speakers? I try

	madplay -q -o RAW:/dev/audio angelo.mp3
	madplay -q -o RAW:- angelo.mp3 > /dev/audio

with no success.

On Jan 22, 2008, at 4:18 AM, Kernel Panic wrote:

> Pietro Gagliardi wrote:
>
>> Hello. When I play any mp3 file with jukebox:
>>
>>     mp3dec: suicide: sys: fp: division by zero fpc=0x0  
>> status=0x8084  pc=0x00018d40
>>
>> acid lstk() reports what is at /n/sources/contrib/pietro/ 
>> acid.out.  Does anyone know what's wrong? Thanks.
>>
> mp3dec sucks... (doesnt work for me either) use madplay:
>
> http://plan9.cs.bell-labs.com/sources/contrib/uriel/mirror/ 
> nemo_madplay.tgz
>
> cinap

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-23  0:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-22  0:54 [9fans] mp3dec suicide Pietro Gagliardi
2008-01-22  9:18 ` Kernel Panic
2008-01-22 19:39   ` Pietro Gagliardi
2008-01-22 21:08     ` Tharaneedharan Vilwanathan
2008-01-22 21:11       ` Pietro Gagliardi
2008-01-23  0:34     ` cinap_lenrek
2008-01-23  0:00       ` Pietro Gagliardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).