openSUSE Forums > Applications » Suse 11 upgrade - Lost sound in some apps

Go Back   openSUSE Forums > Applications
Forums FAQ Members List Search Today's Posts Mark Forums Read

Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation)

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-Jul-2008, 09:25
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 10
garthkayhards hasn't been rated much yet
Unhappy Suse 11 upgrade - Lost sound in some apps

Hi
I have upgraded from Suse 10.3 to 11.0 and have lost my Evolution mail notification sound. I have Evolution pointed at working .wav files but the sound doesn't work - not even the "beep" works. The Evolution bugs guys suggest it is not their problem but a Suse problem.
Banshee works and Totem works and I have sound with Skype.
Shouldn't there be a basic, default, sound driver that should be retained in an upgrade?
My sound card is a Nvidia nForce2 (Alsa mixer).
What is the default sound driver that Evolution should use? And what do I need to do to get this going?
Thanks
Garth
Reply With Quote
  #2 (permalink)  
Old 06-Jul-2008, 03:21
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 9,992
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: Suse 11 upgrade - Lost sound in some apps

Quote:
Originally Posted by garthkayhards View Post
I have upgraded from Suse 10.3 to 11.0 and have lost my Evolution mail notification sound. I have Evolution pointed at working .wav files but the sound doesn't work - not even the "beep" works. The Evolution bugs guys suggest it is not their problem but a Suse problem.
Banshee works and Totem works and I have sound with Skype.
Shouldn't there be a basic, default, sound driver that should be retained in an upgrade?
My sound card is a Nvidia nForce2 (Alsa mixer).
What is the default sound driver that Evolution should use? And what do I need to do to get this going?
It is possible this is a pulse audio hiccup. You could remove the alsa-plugins-pulse per something like this blog entry of an openSUSE user:
sontek ( John M. Anderson ) » Achieve Zen with openSUSE 11.0 (i.e Get rid of pulse audio)

Make a note of anything you remove, so you can re-install it later if desired.
Reply With Quote
  #3 (permalink)  
Old 06-Jul-2008, 14:49
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 10
garthkayhards hasn't been rated much yet
Default Re: Suse 11 upgrade - Lost sound in some apps

Thanks, I have done as suggested and still the same.
I then used YAST to uninstall everything to do with pulse audio, and Evolution is still not producing sound. Banshee still works and if I double click a sound clip it opens and plays in Totem.
I don't have any volume control icon on the bottom panel. I don't know if there should be one indicating a default sound driver?
I had two error reports on boot up before deleting all of pulse audio but I can't copy the screen shot into this note.
Having deleted all of PulseAudio they no longer are appearing. I don't know if these messages are helpful....

The 1st is a PackageKit Error reporting "an internal system error has occurred" --- repo-oss:Valid metadata not found at specified URL(s)

The second error window says:
"The Avahi Zeroconf service is not running. Please make sure that Avahi is installed and activated before starting the PulseAudio Device Chooser."
Reply With Quote
  #4 (permalink)  
Old 06-Jul-2008, 15:03
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 9,992
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: Suse 11 upgrade - Lost sound in some apps

Quote:
Originally Posted by garthkayhards View Post
I then used YAST to uninstall everything to do with pulse audio, and Evolution is still not producing sound. Banshee still works and if I double click a sound clip it opens and plays in Totem.
I don't have any volume control icon on the bottom panel.
Is your desktop kde or gnome?
Reply With Quote
  #5 (permalink)  
Old 06-Jul-2008, 15:12
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 10
garthkayhards hasn't been rated much yet
Default Re: Suse 11 upgrade - Lost sound in some apps

Sorry I forgot to give the desktop.
Its Gnome and I upgraded from a Gnome desktop on 10.3
Garth
Reply With Quote
  #6 (permalink)  
Old 06-Jul-2008, 15:25
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 9,992
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: Suse 11 upgrade - Lost sound in some apps

Quote:
Originally Posted by garthkayhards View Post
Its Gnome and I upgraded from a Gnome desktop on 10.3
I'm a KDE user, ... I can't really help wrt Gnome. This could (by may not) be desktop related.

I can look at your general sound settings, but the probability of my picking up anything is likely very low. If you do wish me to check your regular sound configuration, then post the output URL provided by these two scripts (copy and paste them, and run with your PC connected to the internet):
Code:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh
and in the next script when prompted for a password, enter your root password, and type NO for every question that you don't understand.
Code:
su -c 'wget -O tsalsa wget http://home.cfl.rr.com/infofiles/tsalsa && bash tsalsa'
Post the output URLs here.

Also post output of:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libsounda2
cat /etc/modprobe.d/sound
but as noted, given my lack of knowlege of Gnome, I'm not very optimistic.
Reply With Quote
  #7 (permalink)  
Old 08-Jul-2008, 02:49
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 10
garthkayhards hasn't been rated much yet
Default Re: Suse 11 upgrade - Lost sound in some apps

Okay, here are the results asked for:

URL FOR alsa: tsalsa.txt - nopaste.com (beta)

garth@garthlinux:~> rpm -qa | grep alsa
alsa-1.0.16-39.1
alsa-oss-1.0.15-48.1
alsa-plugins-1.0.16-57.1
alsa-utils-1.0.16-35.1
garth@garthlinux:~>

garth@garthlinux:~> rpm -qa | grep pulse
libpulse0-0.9.10-26.1
garth@garthlinux:~>

garth@garthlinux:~> rpm -q libsounda2
package libsounda2 is not installed
garth@garthlinux:~>

garth@garthlinux:~> cat /etc/modprobe.d/sound
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
garth@garthlinux:~>

I have in the meanwhile also tested KMail and there is also no sound from the Mail Notification test.
I ran alsaconf from the command prompt and it does play sound.
Hope this all helps.
Garth
Reply With Quote
  #8 (permalink)  
Old 08-Jul-2008, 03:25
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 9,992
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: Suse 11 upgrade - Lost sound in some apps

Quote:
Originally Posted by garthkayhards View Post
Okay, here are the results asked for:

URL FOR alsa: tsalsa.txt - nopaste.com (beta)....
Code:
garth@garthlinux:~> cat /etc/modprobe.d/sound
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
From what I can see, is you have two separate sound devices, ... your motherboard sound, which is an Nivida ALC650 on IRQ20, and a separate PCI sound card, which is an ENS1371 (Ensoniq Audio PCI) on IRQ16. Do you have speakers plugged into both sound cards?

The Ensoniq ENS1371 will typically use a kernel module: snd-card-ens1371
The nvidia ALC650 the snd-intel8x0.

Your /etc/modprobe.d/sound file is only setup for the one sound card (the nvidia ALC650).

The tsalsa script suggests your snd-card-ens1371 kernel module is NOT loaded (hence there will be no sound through that device).

How is your Gnome desktop set up? Any chance it is setup to send sound to the Ensoniq as opposed to the nVidia sound device?
Reply With Quote
  #9 (permalink)  
Old 08-Jul-2008, 04:31
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 10
garthkayhards hasn't been rated much yet
Default Re: Suse 11 upgrade - Lost sound in some apps

Using Gnomes System Sound setup I have tried all the settings and in their tests the OSS and alsa sounds are fine. Card is currently set for Nvidia.
Looking in the YAST software manager I can't find any reference to the snd-card-ens1371 that you mention may be missing. If I search for alsa there are various package modules that are not installed eg alsa-tools - Various tools for ALSA including DSP loaders. But nothing else that seems to refer to the kernel.
Reply With Quote
  #10 (permalink)  
Old 08-Jul-2008, 04:49
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 9,992
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: Suse 11 upgrade - Lost sound in some apps

Quote:
Originally Posted by garthkayhards View Post
Using Gnomes System Sound setup I have tried all the settings and in their tests the OSS and alsa sounds are fine.
Sound in evolution works fine on my KDE. I don't use Gnome. Maybe this is a Gnome problem.
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2