From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PolvS-00084z-0N for garchives@archives.gentoo.org; Mon, 14 Feb 2011 00:04:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CFD1E07BC for ; Mon, 14 Feb 2011 00:04:21 +0000 (UTC) Received: from mta6.srv.hcvlny.cv.net (mta6.srv.hcvlny.cv.net [167.206.4.212]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E9E9E0AA6 for ; Sun, 13 Feb 2011 23:20:01 +0000 (UTC) Received: from [192.168.0.4] (ool-43505ef2.dyn.optonline.net [67.80.94.242]) by mta6.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-9.20 (built Jul 15 2010)) with ESMTP id <0LGK00J4OWTAWJ90@mta6.srv.hcvlny.cv.net> for gentoo-user@lists.gentoo.org; Sun, 13 Feb 2011 18:20:00 -0500 (EST) Date: Sun, 13 Feb 2011 18:19:53 -0500 From: dhk Subject: [gentoo-user] ALSA - Still No Sound To: Gentoo Message-id: <4D586719.9070509@optonline.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 1.1.2 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110105 Lightning/1.0b3pre Thunderbird/3.1.7 X-Archives-Salt: X-Archives-Hash: 76c8bfb7ab65b289698c4ebf864f5665 I still can't get sound to work. Can someone tell me what's wrong? In addition to my earlier thread below I have INPUT_DEVICES="evdev" and ALSA_CARDS="AC97" in my make.conf. The following that someone suggented does nothing. > modprobe snd-intel8x0; modprobe snd-pcm-oss; modprobe snd-mixer-oss; modprobe snd-seq-oss I've also tried a second sound card and alternate set of speakers. Also nothing is muted or turned down. According to http://kmuto.jp/debian/hcl/ my card works. 10de00ea Yes nVidia Corporation nForce3 250Gb AC'97 Audio Controller snd-intel8x0 v2.6.25- On 01/22/2011 08:16 PM, dhk wrote: > Can someone tell me why I don't have sound? I've followed the > instructions at http://www.gentoo.org/doc/en/alsa-guide.xml and > everything seems to be working, but there's still no sound. I've also > swapped out the speakers, made sure they were powered on, and the volume > turned up. Also I'm in the audio group and the channels are unmuted > with the volume at 75%. > > One thing I did notice is that after running alsaconf there aren't any > modules in /etc/modules.d/, in fact the directory doesn't even exist. > Now if there aren't any modules to load that's fine, but since I don't > hear anything I'm not so sure. > > Below is what's on my ~amd64 system. > > Thanks. > > # rc-update show | grep -i alsa > alsasound | boot > > # /etc/init.d/alsasound restart > * WARNING: you are stopping a boot service. > * Storing ALSA Mixer Levels ... > [ ok ] > * Loading ALSA modules ... > * Loading: snd-card-0 ... > [ ok ] > * Restoring Mixer Levels ... > [ ok ] > > # lspci -v | grep -i audio > 00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb > AC'97 Audio Controller (rev a1) > > # cat /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 | egrep -i > 'sound|ac97|alsa' > CONFIG_SOUND=m > CONFIG_SOUND_OSS_CORE=y > CONFIG_SOUND_OSS_CORE_PRECLAIM=y > CONFIG_SND_AC97_CODEC=m > # CONFIG_SND_AC97_POWER_SAVE is not set > # CONFIG_SOUND_PRIME is not set > CONFIG_AC97_BUS=m > CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y > # CONFIG_CRYPTO_SALSA20 is not set > CONFIG_CRYPTO_SALSA20_X86_64=m > > # cat /proc/asound/cards > 0 [CK8S ]: NFORCE - NVidia CK8S > NVidia CK8S with ALC850 at irq 20 > 1 [UART ]: MPU-401 UART - MPU-401 UART > MPU-401 UART at 0x300, irq 5 > > # cat /proc/asound/version > Advanced Linux Sound Architecture Driver Version 1.0.23. > > # cat /proc/asound/oss/sndstat > Sound Driver:3.8.1a-980706 (ALSA v1.0.23 emulation code) > Kernel: Linux jenny 2.6.36-gentoo-r5 #1 SMP Wed Jan 12 16:53:04 EST 2011 > x86_64 > Config options: 0 > > Installed drivers: > Type 10: ALSA emulation > > Card config: > NVidia CK8S with ALC850 at irq 20 > MPU-401 UART at 0x300, irq 5 > > Audio devices: > 0: NVidia CK8S (DUPLEX) > > Synth devices: NOT ENABLED IN CONFIG > > Midi devices: > 1: MPU-401 UART MIDI > > Timers: > 31: system timer > > Mixers: > 0: Realtek ALC850 rev 0 > 1: mixer10 Thanks again, dhk