All of lore.kernel.org
 help / color / mirror / Atom feed
* sound-problems with ALC262
@ 2008-08-13  6:07 Tobias Kaefer
  2008-08-13  9:49 ` Takashi Iwai
  2008-08-21  5:22 ` Tobias Kaefer
  0 siblings, 2 replies; 5+ messages in thread
From: Tobias Kaefer @ 2008-08-13  6:07 UTC (permalink / raw)
  To: Alsa-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

I posted a message at alsa-user list just yesterday about my problem
with the on-board ALC262 on my workstation, see mailings lists archive:
http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg23236.html

Quote from my initial post:
| I just got a new workstation. It's an Fujitsu-Siemens Esprimo P5625
| with an on-board ALC262 sound chip. I'm running a Kubuntu 8.04.1 on
| that system.
|
| The sound I get from that chip is really horrible. There are
| cracks and some kind of a reverberation in there.
|
| I compiled the recent version of alsa (1.0.17) and I tried all the
| model-options for /etc/modprobe.d/alsa-base.

"stan" told me to use this script
http://www.alsa-project.org/alsa-info.sh  to create more information
about my system. Here is the pastebin link of the output of that script:
http://pastebin.ca/1169153

Maybe I can help evolve the snd-hda-intel by being a tester.
Unfortunately my kernel-hacking skills are as rusty as my C skills -
because of being a Java developer for some years now.

Greets
Tobias

- --
Mit freundlichen Gruessen / with kind regards

Tobias S. Käfer

Tobias S. Kaefer * Portal-Development
ABAS Software AG, Suedendstrasse 42, 76135 Karlsruhe, GERMANY
Fon: +49 721 967 23 0, Fax: +49 721 967 23 100
Managing board / Vorstand: Werner Strub (CEO, Vorsitzender), Peter Walser
Chairman supervisory board / Aufsichtsratsvorsitzender: Thomas Frank
Company Register / Handelsregister: HRB 107644 Amtsgericht Mannheim
please visit our homepage / Bitte besuchen Sie unsere Homepage:
http://www.abas.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIonopdJJ1JNEzpd0RAhCIAJ4lvvOwzQAhV3vtA2u7ilwtlBQPlQCgupns
63R7vjvwbY6O3QUEeNwdEO0=
=Fxwe
-----END PGP SIGNATURE-----

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

* Re: sound-problems with ALC262
  2008-08-13  6:07 sound-problems with ALC262 Tobias Kaefer
@ 2008-08-13  9:49 ` Takashi Iwai
       [not found]   ` <48A3BE15.6020403@abas.de>
  2008-08-21  5:22 ` Tobias Kaefer
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2008-08-13  9:49 UTC (permalink / raw)
  To: Tobias Kaefer; +Cc: Alsa-devel

At Wed, 13 Aug 2008 08:07:37 +0200,
Tobias Kaefer wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi!
> 
> I posted a message at alsa-user list just yesterday about my problem
> with the on-board ALC262 on my workstation, see mailings lists archive:
> http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg23236.html
> 
> Quote from my initial post:
> | I just got a new workstation. It's an Fujitsu-Siemens Esprimo P5625
> | with an on-board ALC262 sound chip. I'm running a Kubuntu 8.04.1 on
> | that system.
> |
> | The sound I get from that chip is really horrible. There are
> | cracks and some kind of a reverberation in there.
> |
> | I compiled the recent version of alsa (1.0.17) and I tried all the
> | model-options for /etc/modprobe.d/alsa-base.
> 
> "stan" told me to use this script
> http://www.alsa-project.org/alsa-info.sh  to create more information
> about my system. Here is the pastebin link of the output of that script:
> http://pastebin.ca/1169153

At a quick glance, I see no problem in the configuration.

Does the problem exist even if you play via PCM "hw" device, such as

	% aplay -Dhw foo.wav

??
If your WAV file isn't with the supported format/rate, use plughw: 

	% aplay -Dplughw foo.wav


Takashi

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

* Re: sound-problems with ALC262
       [not found]   ` <48A3BE15.6020403@abas.de>
@ 2008-08-14  6:07     ` Takashi Iwai
  2008-08-15  7:19       ` Tobias Kaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2008-08-14  6:07 UTC (permalink / raw)
  To: Tobias Kaefer; +Cc: alsa-devel

At Thu, 14 Aug 2008 07:09:41 +0200,
Tobias Kaefer wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> 
> Takashi Iwai schrieb:
> | At Wed, 13 Aug 2008 08:07:37 +0200,
> | Tobias Kaefer wrote:
> |> ...
> |> "stan" told me to use this script
> |> http://www.alsa-project.org/alsa-info.sh  to create more information
> |> about my system. Here is the pastebin link of the output of that script:
> |> http://pastebin.ca/1169153
> |
> | At a quick glance, I see no problem in the configuration.
> |
> | Does the problem exist even if you play via PCM "hw" device, such as
> |
> | 	% aplay -Dhw foo.wav
> |
> | ??
> | If your WAV file isn't with the supported format/rate, use plughw:
> |
> | 	% aplay -Dplughw foo.wav
> 
> Yes. The problem still exists when using the PCM "hw" or "plughw" device.

What happens when you load the driver with bdl_pos_adj=0 option?


Takashi

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

* Re: sound-problems with ALC262
  2008-08-14  6:07     ` Takashi Iwai
@ 2008-08-15  7:19       ` Tobias Kaefer
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Kaefer @ 2008-08-15  7:19 UTC (permalink / raw)
  To: Alsa-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Takashi Iwai schrieb:
| At Thu, 14 Aug 2008 07:09:41 +0200,
| Tobias Kaefer wrote:
|> -----BEGIN PGP SIGNED MESSAGE-----
|> Hash: SHA1
|>
|>
|>
|> Takashi Iwai schrieb:
|> | At Wed, 13 Aug 2008 08:07:37 +0200,
|> | Tobias Kaefer wrote:
|> |> ...
|> |> "stan" told me to use this script
|> |> http://www.alsa-project.org/alsa-info.sh  to create more information
|> |> about my system. Here is the pastebin link of the output of that
script:
|> |> http://pastebin.ca/1169153
|> |
|> | At a quick glance, I see no problem in the configuration.
|> |
|> | Does the problem exist even if you play via PCM "hw" device, such as
|> |
|> | 	% aplay -Dhw foo.wav
|> |
|> | ??
|> | If your WAV file isn't with the supported format/rate, use plughw:
|> |
|> | 	% aplay -Dplughw foo.wav
|>
|> Yes. The problem still exists when using the PCM "hw" or "plughw" device.
|
| What happens when you load the driver with bdl_pos_adj=0 option?

The reverberation increases a little.
Tobias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIpS3tdJJ1JNEzpd0RAg7SAJ9CbNMKbh+TpAC7WBNzrkGDgaGxSwCfaFgh
JFhzo/0V3txO0JwWYCRahyM=
=o9ue
-----END PGP SIGNATURE-----

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

* Re: sound-problems with ALC262
  2008-08-13  6:07 sound-problems with ALC262 Tobias Kaefer
  2008-08-13  9:49 ` Takashi Iwai
@ 2008-08-21  5:22 ` Tobias Kaefer
  1 sibling, 0 replies; 5+ messages in thread
From: Tobias Kaefer @ 2008-08-21  5:22 UTC (permalink / raw)
  To: Alsa-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

No more ideas? Any hints?

Tobias

Tobias Kaefer schrieb:
> Hi!
> 
> I posted a message at alsa-user list just yesterday about my problem
> with the on-board ALC262 on my workstation, see mailings lists archive:
> http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg23236.html
> 
> Quote from my initial post:
> | I just got a new workstation. It's an Fujitsu-Siemens Esprimo P5625
> | with an on-board ALC262 sound chip. I'm running a Kubuntu 8.04.1 on
> | that system.
> |
> | The sound I get from that chip is really horrible. There are
> | cracks and some kind of a reverberation in there.
> |
> | I compiled the recent version of alsa (1.0.17) and I tried all the
> | model-options for /etc/modprobe.d/alsa-base.
> 
> "stan" told me to use this script
> http://www.alsa-project.org/alsa-info.sh  to create more information
> about my system. Here is the pastebin link of the output of that script:
> http://pastebin.ca/1169153
> 
> Maybe I can help evolve the snd-hda-intel by being a tester.
> Unfortunately my kernel-hacking skills are as rusty as my C skills -
> because of being a Java developer for some years now.
> 
> Greets
> Tobias
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

- --
Mit freundlichen Gruessen / with kind regards

Tobias S. Käfer

Tobias S. Kaefer * Portal-Development
ABAS Software AG, Suedendstrasse 42, 76135 Karlsruhe, GERMANY
Fon: +49 721 967 23 0, Fax: +49 721 967 23 100
Managing board / Vorstand: Werner Strub (CEO, Vorsitzender), Peter Walser
Chairman supervisory board / Aufsichtsratsvorsitzender: Thomas Frank
Company Register / Handelsregister: HRB 107644 Amtsgericht Mannheim
please visit our homepage / Bitte besuchen Sie unsere Homepage:
http://www.abas.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIrPundJJ1JNEzpd0RAqqZAJ4z25qtRs18eBvNbh90suvuDvgPhgCfQtH2
QE9Bhn95TpUUhxxiAxITIb8=
=VCKz
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2008-08-21  5:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13  6:07 sound-problems with ALC262 Tobias Kaefer
2008-08-13  9:49 ` Takashi Iwai
     [not found]   ` <48A3BE15.6020403@abas.de>
2008-08-14  6:07     ` Takashi Iwai
2008-08-15  7:19       ` Tobias Kaefer
2008-08-21  5:22 ` Tobias Kaefer

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.