I admit I'm baffled. In Fedora 8 AMD 64 using KDE I have sound except [as far as I know] in RealPlayer 11. In Firefox I have RealPlayer plugins enabled when I go to:
http://www.rte.ie/radio/index.html
http://www.bbc.co.uk/radio/i/
RealPlayer opens and plays but with no sound. I do have sound in Flash [You Tube] and mplayer [Apple Movie Trailers] as well as in kde.
Here's some info I gathered while searching this forum;
If I select to play streaming audio at bbc.com and run:
Code:
# lsof | grep dsp
npviewer. 7485 ben mem REG 8,7 11124 2784367 /usr/lib/libartsdsp.so.0.0.0
npviewer. 7519 ben mem REG 8,7 11124 2784367 /usr/lib/libartsdsp.so.0.0.0
# lsof | grep pcm
artsd 6646 ben mem REG 8,7 24032 2905290 /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so
realplay. 7539 ben mem REG 8,7 103076 3430991 /opt/real/RealPlayer/plugins/pcmrend.so
I don't know what this means though?
Some more:
Code:
system-config-soundcard
does not play guitar chords in KDE but does in Gnome. Test Sound in KCC>Sound System>General does play sound though. Not sure if this means anything?
opens mixer with ONLY Master Volume control. It lists:
Card: PulseAudio
Chip: PulseAudio
View: [Playback] Capture All
Item: Master
Master is, of course, unmuted and set to 71.
Code:
# rpm -qa | grep alsa
alsa-plugins-oss-1.0.15-3.fc8.1
alsa-lib-1.0.15-1.fc8
alsa-oss-devel-1.0.14-3.fc8
alsa-plugins-pulseaudio-1.0.15-3.fc8.1
alsa-lib-1.0.15-1.fc8
alsa-oss-libs-1.0.14-3.fc8
alsamixergui-0.9.0-0.3.rc1.fc8.2
bluez-utils-alsa-3.20-6.fc8
alsa-oss-1.0.14-3.fc8
alsa-utils-1.0.15-1.fc8
alsa-oss-devel-1.0.14-3.fc8
alsa-tools-1.0.12-4.fc7
alsa-oss-libs-1.0.14-3.fc8
# rpm -qa | grep pulseaudio
pulseaudio-module-x11-0.9.8-5.fc8
alsa-plugins-pulseaudio-1.0.15-3.fc8.1
pulseaudio-0.9.8-5.fc8
pulseaudio-libs-glib2-0.9.8-5.fc8
pulseaudio-core-libs-0.9.8-5.fc8
akode-pulseaudio-2.0.2-4.fc8
kde-settings-pulseaudio-3.5-38.fc8
pulseaudio-utils-0.9.8-5.fc8
pulseaudio-esound-compat-0.9.8-5.fc8
pulseaudio-module-gconf-0.9.8-5.fc8
pulseaudio-libs-0.9.8-5.fc8
pulseaudio-libs-0.9.8-5.fc8
# lsmod | grep snd
snd_hda_intel 391145 4
snd_seq_dummy 11589 0
snd_seq_oss 38721 0
snd_seq_midi_event 15041 1 snd_seq_oss
snd_seq 60769 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 15445 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 52545 0
snd_mixer_oss 23233 2 snd_pcm_oss
snd_pcm 87241 2 snd_hda_intel,snd_pcm_oss
snd_timer 28873 2 snd_seq,snd_pcm
snd_page_alloc 16721 2 snd_hda_intel,snd_pcm
snd_hwdep 16457 1 snd_hda_intel
snd 65129 16 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 15073 2 snd
# uname -a
Linux localhost.localdomain 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:15:49 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
# pulseaudio --dump-modules
module-alsa-sink n/a
module-alsa-source n/a
module-cli n/a
module-cli-protocol-tcp n/a
module-cli-protocol-unix n/a
module-combine n/a
module-default-device-restore n/a
module-detect n/a
module-esound-compat-spawnfd n/a
module-esound-compat-spawnpid n/a
module-esound-protocol-tcp n/a
module-esound-protocol-unix n/a
module-esound-sink n/a
module-gconf n/a
module-hal-detect n/a
module-http-protocol-tcp n/a
module-http-protocol-unix n/a
module-ladspa-sink n/a
module-match n/a
module-mmkbd-evdev n/a
module-native-protocol-fd n/a
module-native-protocol-tcp n/a
module-native-protocol-unix n/a
module-null-sink n/a
module-oss n/a
module-pipe-sink n/a
module-pipe-source n/a
module-remap-sink n/a
module-rescue-streams n/a
module-rtp-recv n/a
module-rtp-send n/a
module-simple-protocol-tcp n/a
module-simple-protocol-unix n/a
module-sine n/a
module-suspend-on-idle n/a
module-tunnel-sink n/a
module-tunnel-source n/a
module-volume-restore n/a
module-x11-bell n/a
module-x11-publish n/a
module-x11-xsmp n/a
How can I troubleshoot/fix this? I would like to first figure out if this is a Fedora, or alsa, or pulseaudio, or kde problem? Or is it a RealPlayer problem? FWIW I DO have RealPlayer working [with sound!] on my other 4 distros. Also, by all means, let me know of any other info or tests that would help solve this.
Edit: I forgot to mention that in RealPlayer 11 you can select whether it uses alsa or oss for audio. alsa is selected currently.