Sponsored Content
Operating Systems Linux Sound Not Working with kernel 2.6.9.11 Post 82465 by deckard on Thursday 1st of September 2005 09:20:21 AM
Old 09-01-2005
Sound Not Working with kernel 2.6.11.9

I've got an FC3 rc1 box here. If I use the stock kernel that it came with, sound works fine using the intel i8x0 chipset (ALSA drivers). But when I boot into my own custom compiled kernel, all audio apps work as they should (XMMS' graphic "scope" displays audio playback, esd gets launched when logging into GNOME, ogg123 will act as if it's playing back audio, etc...) but I don't hear anything. I've verified that the correct modules are loaded:

Code:
snd_seq_oss            30145  0 
snd_seq_midi_event      7105  1 snd_seq_oss
snd_seq                51793  4 snd_seq_oss,snd_seq_midi_event
snd_pcm_oss            42345  0 
snd_mixer_oss          13889  3 snd_pcm_oss
snd_intel8x0           30829  3 
snd_ac97_codec         58565  1 snd_intel8x0
snd_pcm                82249  2 snd_pcm_oss,snd_intel8x0
snd_timer              24901  2 snd_seq,snd_pcm
snd_page_alloc          8137  2 snd_intel8x0,snd_pcm
gameport                3777  1 snd_intel8x0
snd_mpu401_uart         7233  1 snd_intel8x0
snd_rawmidi            21477  1 snd_mpu401_uart
snd_seq_device          6217  3 snd_seq_oss,snd_seq,snd_rawmidi
snd                    44069  14 snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7457  3 snd

I've also tried the following based on Google searches:

1. Booting with 'acpi=off' per a suggestion from Alan Cox on a RedHat forum
2. Verifying that the OSS mixer is set correctly using 'aumix' from a prompt
3. Changing both the ALSA and OSS mixer settings in GNOME with the mixer applet

The only thing I haven't tried yet (and probably will this morning) is actually installing the ALSA drivers separately from the latest ALSA sources. Has anyone else seen this same kind of issue? Oddly enough, everything works just fine with the stock kernel, so I'm pretty certain it's not mixer settings.

UPDATE: I just tried the latest ALSA drivers (1.0.9b) to no avail. Same exact problem. II'm going to try another kernel since 2.6.11.9 is a bit behind current versions.

Last edited by deckard; 09-01-2005 at 01:05 PM.. Reason: Spoonerism on the kernel version and an update
 

10 More Discussions You Might Find Interesting

1. Red Hat

sound not in fc5 but in fc 2 working

i am using toshiba laptop model a60 using xp and fedora when i use fedora 2 . sound is working, but when i upgrade to fc5 my sound is not is not working can anybody help me also i can connect to internet to dsl through my network card. and also i can connect to a win proxy pls anybody... (1 Reply)
Discussion started by: sadiquep
1 Replies

2. UNIX for Dummies Questions & Answers

VMPlayer stopped working after ubuntu updated kernel

A month or so ago Ubuntu Dapper did its auto-update thing and installed the new kernel (intrd.img-2.6.15-28-386, upgraded from intrd.img-2.6.15-27-386). I rebooted after install and immediately the xserver would not load. I quickly figured out that I could boot the old kernel from GRUB however,... (1 Reply)
Discussion started by: forchessonly
1 Replies

3. SuSE

max number of slabs per kernel module (kernel 2.6.17, suse)

Hi All, Is there a max number of slabs that can be used per kernel module? I'm having a tough time finding out that kind of information, but the array 'node_zonelists' (mmzone.h) has a size of 5. I just want to avoid buffer overruns and other bad stuff. Cheers, Brendan (4 Replies)
Discussion started by: Brendan Kennedy
4 Replies

4. Solaris

installed new opensolaris but sound not working

today i installed new opensola, but sound drivers are not working properly. getting this error, i m totally new to solaris. - nilesh Getting this error...... - nilesh (1 Reply)
Discussion started by: ynilesh
1 Replies

5. UNIX for Dummies Questions & Answers

Daylight saving not working properly with linux-2.6. kernel

The daylight saving action is not working Time zone was set for that Australia(parth) and issued reboot. Now for DST, (Daylight Saving Time): For 29 Oct 2006 (sunday) day, if set time is 1:59:00 than after 1 minute it will become 3:00:00 as per DST . This was found to be happening.i.e DST... (1 Reply)
Discussion started by: subratasaharia
1 Replies

6. UNIX for Advanced & Expert Users

Daylight saving not working properly with linux-2.6. kernel

The daylight saving action is not working Time zone was set for that Australia(parth) and issued reboot. Now for DST, (Daylight Saving Time): For 29 Oct 2006 (sunday) day, if set time is 1:59:00 than after 1 minute it will become 3:00:00 as per DST . This was found to be happening.i.e DST... (1 Reply)
Discussion started by: subratasaharia
1 Replies

7. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

8. Solaris

Sound not working on Solaris 10 running on Sun Virtual Box

Hello Friends, I have installed Solaris 10 on on Sun Virtual Box. I am able to browse internet on solaris 10 thru firefox, however I am not getting sound, there is cross on the tray icon of sound. Please help with this !! Regards, Sahil (3 Replies)
Discussion started by: sahilsardana
3 Replies

9. Red Hat

Sound not working in laptop model Lenovo T430

Hi I have a new TP installed with RHEL 6.0, sound not working in this. I tried to upgrade the kernel to 2.6.32-279.el6.i686 and also 2.6.32-279.19.1.el6.i686 but getting kernel panic with these kernels. Any idea what is problem ???? (2 Replies)
Discussion started by: Priy
2 Replies

10. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies
mixerctl(1)							   User Commands						       mixerctl(1)

NAME
mixerctl - audio mixer control command line application SYNOPSIS
/usr/sbin/mixerctl [-a | -d dev] [-iv] [-e | -o] DESCRIPTION
Some audio devices support the audio mixer functionality. See mixer(7I) for a complete description of the audio mixer. The mixerctl command is used to control the mode of the audio mixer and to get information about the audio mixer and the audio device. See audio(7I) for details. OPTIONS
The following options are supported. If none are specified, option -i is assumed: -a The command applies to all audio devices. -d dev The dev argument specifies an alternate audio control device for the command to use. -e Enables the audio mixer function if the audio device supports it. If supported, the audio mixer may be enabled at any time. The command silently ignores the enable option if the audio mixer is already enabled. -i Prints the audio device type information for the device and indicates whether the audio device uses the audio mixer. If the device does use the audio mixer, this option displays the audio mixer's mode. -o Turns off the audio mixer function if the audio device supports it. If supported, the audio mixer may be turned off if only one process has the device opened with the O_RDWR flag, or, if two different processes have the device opened, one with the O_RDONLY flag and the other with the O_WRONLY flag. (See open(2).) The command silently ignores the disable option if the audio mixer function is already disabled. -v Verbose mode. Prints the audio_info_t structure for the device, along with the device type information. This option implies the -i option. ENVIRONMENT VARIABLES
AUDIODEV If the -d and -a options are not specified, the AUDIODEV environment variable is consulted. If set, AUDIODEV will contain the full path name of the user's default audio device. The default audio device will be converted into a control device, and then used. If the AUDIODEV variable is not set, /dev/audioctl is used. FILES
/dev/audioctl /dev/sound/{0...n}ctl ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC, x86 | +-----------------------------+-----------------------------+ |Availability |SUNWauda | +-----------------------------+-----------------------------+ |Stability Level |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
audioconvert(1), audioplay(1), audiorecord(1), open(2), attributes(5), usb_ac(7D), audio(7I), audio_support(7I), mixer(7I) SunOS 5.10 12 Mar 2001 mixerctl(1)
All times are GMT -4. The time now is 09:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy