All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [parisc-linux] Sound problems on a C3600
       [not found] <462A3C0D.8090004@web.de>
@ 2007-04-22  4:03 ` Thibaut VARENE
       [not found] ` <7d01f9f00704212103q1c6f8d42lc275946dceb8a893@mail.gmail.com>
  1 sibling, 0 replies; 6+ messages in thread
From: Thibaut VARENE @ 2007-04-22  4:03 UTC (permalink / raw)
  To: Julian Stecklina; +Cc: parisc-linux

On 4/21/07, Julian Stecklina <der_julian@web.de> wrote:
> Hello,
>
> I am trying to get my HP Visualize C3600 to output some sound, but
> without luck so far. Both the onboard AD1889 sound chip and a
> Soundblaster Live! PCI only produce highly distorted noises with the
> 2.6.20.1 kernel.

That "sounds" like an old alsa-on-parisc bug that I thought was fixed,
but could you try using the OSS emulation instead of native ALSA, see
if it does any better?

Thanks

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] Sound problems on a C3600
       [not found] ` <7d01f9f00704212103q1c6f8d42lc275946dceb8a893@mail.gmail.com>
@ 2007-05-07 18:42   ` Julian Stecklina
       [not found]   ` <463F732D.6050904@web.de>
  1 sibling, 0 replies; 6+ messages in thread
From: Julian Stecklina @ 2007-05-07 18:42 UTC (permalink / raw)
  To: parisc-linux

Thibaut VARENE wrote:
> On 4/21/07, Julian Stecklina <der_julian@web.de> wrote:
>> Hello,
>>
>> I am trying to get my HP Visualize C3600 to output some sound, but
>> without luck so far. Both the onboard AD1889 sound chip and a
>> Soundblaster Live! PCI only produce highly distorted noises with the
>> 2.6.20.1 kernel.
> 
> That "sounds" like an old alsa-on-parisc bug that I thought was fixed,
> but could you try using the OSS emulation instead of native ALSA, see
> if it does any better?

Tests done using the onboard AD1889 without any .asoundrc:

 > mplayer -ao oss ...
...
AO: [oss] 44100Hz 2ch s16be (2 bytes per sample)
...
Works!

 > mplayer -ao alsa ...
alsa-init: requested format: 44100 Hz, 2 channels, 8
alsa-init: using ALSA 1.0.14rc1
alsa-init: setup for 1/2 channel(s)
alsa-init: using device default
alsa-init: pcm opened in blocking mode
alsa-init: chunksize set to 1024
alsa-init: fragcount=16
alsa-init: got buffersize=65536
alsa-init: got period size 1024
alsa: 44100 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Big Endian
AO: [alsa] 44100Hz 2ch s16be (2 bytes per sample)


Doesn't work, noise. (Endian problem? Mplayer's fault?)

 > mplayer -ao alsa:device=hw=0,0 ...
...
alsa-init: requested format: 44100 Hz, 2 channels, 8
alsa-init: using ALSA 1.0.14rc1
alsa-init: setup for 1/2 channel(s)
alsa-init: using device hw:0
alsa-init: pcm opened in blocking mode
[AO_ALSA] Format s16be is not supported by hardware, trying default.
alsa-init: chunksize set to 1024
alsa-init: fragcount=16
alsa-init: got buffersize=65536
alsa-init: got period size 1024
alsa: 44100 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little 
Endian
AO: [alsa] 44100Hz 2ch s16le (2 bytes per sample)
...

Works?!

I then did some tests using mpg123:
An mpg123 using OSS produces only noise as well (seems to be the endian 
issue again). An ALSA mpg123 produces some "cracks" and "scritches" (my 
English is probably not good enough to properly describe this), unless I 
   cause some disk access, then it produces distorted (but sometimes 
recognizable) sound...

uname -a:
Linux efficio 2.6.20.1-hppa #12 Mon May 7 17:40:45 CEST 2007 parisc
PA8600 (PCX-W+) 9000/785/C3600 GNU/Linux

I am happy to supply any needed debugging information. And btw, is the 
signaling issue mentioned in http://wiki.parisc-linux.org/AD1889 fixed, yet?

Regards,
Julian
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] Sound problems on a C3600
       [not found]   ` <463F732D.6050904@web.de>
@ 2007-05-07 22:31     ` Thibaut VARENE
       [not found]     ` <7d01f9f00705071531n6d5d045i365ddeb2074c6e5f@mail.gmail.com>
  1 sibling, 0 replies; 6+ messages in thread
From: Thibaut VARENE @ 2007-05-07 22:31 UTC (permalink / raw)
  To: Julian Stecklina; +Cc: parisc-linux

On 5/7/07, Julian Stecklina <der_julian@web.de> wrote:
> Tests done using the onboard AD1889 without any .asoundrc:
>
>  > mplayer -ao oss ...
> ...
> AO: [oss] 44100Hz 2ch s16be (2 bytes per sample)
> ...
> Works!

Expected

>  > mplayer -ao alsa ...
>
> Doesn't work, noise. (Endian problem? Mplayer's fault?)

Expected

>  > mplayer -ao alsa:device=hw=0,0 ...

> Works?!

Unexpected ;)

> I then did some tests using mpg123:
> An mpg123 using OSS produces only noise as well (seems to be the endian
> issue again). An ALSA mpg123 produces some "cracks" and "scritches" (my
> English is probably not good enough to properly describe this), unless I
>    cause some disk access, then it produces distorted (but sometimes
> recognizable) sound...

Last time I tried, mpg123 was working for me. The noise issue is
unfortunately a known one without a clear explanation yet, making hard
(if not impossible) to fix...

> uname -a:
> Linux efficio 2.6.20.1-hppa #12 Mon May 7 17:40:45 CEST 2007 parisc
> PA8600 (PCX-W+) 9000/785/C3600 GNU/Linux
>
> I am happy to supply any needed debugging information. And btw, is the
> signaling issue mentioned in http://wiki.parisc-linux.org/AD1889 fixed, yet?

If by 'signaling issue' you mean the random crash when doing ctrl-C, I
don't know if it's fixed. The best way to check is to try ;)

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] Sound problems on a C3600
       [not found]     ` <7d01f9f00705071531n6d5d045i365ddeb2074c6e5f@mail.gmail.com>
@ 2007-05-08 13:13       ` Julian Stecklina
       [not found]       ` <46407770.3040302@web.de>
  1 sibling, 0 replies; 6+ messages in thread
From: Julian Stecklina @ 2007-05-08 13:13 UTC (permalink / raw)
  To: Thibaut VARENE; +Cc: parisc-linux

Thibaut VARENE wrote:
> On 5/7/07, Julian Stecklina <der_julian@web.de> wrote:
>> Tests done using the onboard AD1889 without any .asoundrc:
>>
>>  > mplayer -ao oss ...
>> ...
>> AO: [oss] 44100Hz 2ch s16be (2 bytes per sample)
>> ...
>> Works!
> 
> Expected
> 
>>  > mplayer -ao alsa ...
>>
>> Doesn't work, noise. (Endian problem? Mplayer's fault?)
> 
> Expected

Why is that?

> If by 'signaling issue' you mean the random crash when doing ctrl-C, I
> don't know if it's fixed. The best way to check is to try ;)

My kernel crashes. :-/

Regards,
Julian
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] Sound problems on a C3600
       [not found]       ` <46407770.3040302@web.de>
@ 2007-05-08 15:00         ` Thibaut VARENE
  0 siblings, 0 replies; 6+ messages in thread
From: Thibaut VARENE @ 2007-05-08 15:00 UTC (permalink / raw)
  To: Julian Stecklina; +Cc: parisc-linux

On 5/8/07, Julian Stecklina <der_julian@web.de> wrote:
> Thibaut VARENE wrote:

> >>  > mplayer -ao alsa ...
> >>
> >> Doesn't work, noise. (Endian problem? Mplayer's fault?)
> >
> > Expected
>
> Why is that?

Because it never worked in the first place, and I asserted the driver
wasn't at fault by testing it on another platform (namely PowerPC).

> > If by 'signaling issue' you mean the random crash when doing ctrl-C, I
> > don't know if it's fixed. The best way to check is to try ;)
>
> My kernel crashes. :-/

Well then, that's one more bug we still have... ;-P

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* [parisc-linux] Sound problems on a C3600
@ 2007-04-21 16:30 Julian Stecklina
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Stecklina @ 2007-04-21 16:30 UTC (permalink / raw)
  To: parisc-linux

Hello,

I am trying to get my HP Visualize C3600 to output some sound, but 
without luck so far. Both the onboard AD1889 sound chip and a 
Soundblaster Live! PCI only produce highly distorted noises with the 
2.6.20.1 kernel.

Is there any information on how to debug this or something else I might 
try to get sound out of this box?

Regards,
Julian
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

end of thread, other threads:[~2007-05-08 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <462A3C0D.8090004@web.de>
2007-04-22  4:03 ` [parisc-linux] Sound problems on a C3600 Thibaut VARENE
     [not found] ` <7d01f9f00704212103q1c6f8d42lc275946dceb8a893@mail.gmail.com>
2007-05-07 18:42   ` Julian Stecklina
     [not found]   ` <463F732D.6050904@web.de>
2007-05-07 22:31     ` Thibaut VARENE
     [not found]     ` <7d01f9f00705071531n6d5d045i365ddeb2074c6e5f@mail.gmail.com>
2007-05-08 13:13       ` Julian Stecklina
     [not found]       ` <46407770.3040302@web.de>
2007-05-08 15:00         ` Thibaut VARENE
2007-04-21 16:30 Julian Stecklina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.