When I test sound it sounds good. When I do any Internet stream I get a choppy and distorted sound
Some information
rpm -qa | grep alsa
alsa-plugins-1.0.21-3.3.i586
alsa-firmware-1.0.20-3.2.noarch
alsa-oss-1.0.17-25.2.i586
alsa-utils-1.0.21-3.1.i586
alsa-1.0.21-3.2.i586
alsa-plugins-pulse-1.0.21-3.3.i586
rpm -qa | grep pulse
pulseaudio-esound-compat-0.9.19-2.3.i586
pulseaudio-module-x11-0.9.19-2.3.i586
pulseaudio-0.9.19-2.3.i586
libpulse-mainloop-glib0-0.9.19-2.3.i586
libpulse0-0.9.19-2.3.i586
pulseaudio-module-zeroconf-0.9.19-2.3.i586
pulseaudio-module-bluetooth-0.9.19-2.3.i586
pulseaudio-module-lirc-0.9.19-2.3.i586
pulseaudio-module-gconf-0.9.19-2.3.i586
libpulse-browse0-0.9.19-2.3.i586
alsa-plugins-pulse-1.0.21-3.3.i586
pulseaudio-utils-0.9.19-2.3.i586
rpm -q libasound2
libasound2-1.0.21-3.2.i586
uname -a
Linux linux-3uw1 2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 i686 i686 i386 GNU/Linux
cat /etc/modprobe.d/sound
cat: /etc/modprobe.d/sound: No such file or directory
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.20.
cat /proc/asound/modules
0 snd_via82xx
cat /etc/SuSE-release
openSUSE 11.2 (i586)
VERSION = 11.2
cat /proc/asound/cards
0 [V8237 ]: VIA8237 - VIA 8237
VIA 8237 with ALC250 at 0x1000, irq 22
I also found this SDB:AudioTroubleshooting - openSUSE
A possible fix to choppy / skipping sound
The PulseAudio sound server was written to use timer-based audio scheduling instead of the traditional interrupt-driven approach. This is the approach that is taken by other systems such as Apples CoreAudio and the Windows Vista audio subsystem and has a number of advantages, not the least in reduced power consumption, minimization of drop-outs and flexible adjustment of the latency to the needs of the application. However, timer-based scheduling may expose issues in some Alsa drivers. To turn timer-based scheduling off, replace the line
load-module module-hal-detect
in /etc/pulse/default.pa by
load-module module-hal-detect tsched=0
but I’m not sure if I should run this without knowing the issue first