View Single Post
  #8 (permalink)  
Old 08-Jul-2008, 03:25
oldcpu's Avatar
oldcpu oldcpu is online now
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