LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   No sound in GNOME with custom kernel: Fedora 14 (https://www.linuxquestions.org/questions/fedora-35/no-sound-in-gnome-with-custom-kernel-fedora-14-a-873409/)

DJ Shaji 04-06-2011 02:11 PM

No sound in GNOME with custom kernel: Fedora 14
 
I have a strange and inexplicable problem I've never had before - I can play audio as usual from the terminal on Fedora 14 with my custom 2.6.38 kernel. But, when I log into GNOME, any attempt to use an application that uses audio gives me a "permission denied". The "Sound preferences" shows a dummy output device and no entry in the "hardware" section. Using the distro kernel and a 2.6.33.7-rt kernel from planet ccrma works fine.

Is there anything I'm supposed to build into the kernel that Fedora 14 requires that wasn't a requirement for earlier versions? Can someone please post a .config? Thanks.

andrewthomas 04-17-2011 12:25 AM

What you need to do is look at your custom config and look at a Fedora kernel's config that works and look for differences in this section:

Code:

CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y


DJ Shaji 04-17-2011 07:29 AM

actually, i started with the .config from the distro kernel and then just removed what i didn't want.


All times are GMT -5. The time now is 10:15 PM.