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 1QY9Do-0006HE-6P for garchives@archives.gentoo.org; Sun, 19 Jun 2011 04:02:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A08151C045 for ; Sun, 19 Jun 2011 04:02:51 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E3141C00A for ; Sun, 19 Jun 2011 03:48:25 +0000 (UTC) Received: by ywm21 with SMTP id 21so1837320ywm.40 for ; Sat, 18 Jun 2011 20:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=lDuPwEwksOEYUj+tfQc84bSU8DawOJO8Ir4uYZJhB+o=; b=ifb/wwFglmUE6ICNA1aoXTgJvzX/TEmuBuI3AWBl8EDXIya/0zTIMndKFbnkhIrhO5 YbkHUCHC+obdRDTixN33u4FZFpmZawuP20qhaMGSiewVLOqxNv1ydh7ozoLhxvCBwmom OKsCp0Px7bePx75TEHgfec3ortkJjdrpdZ9MQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=elg2P8qnwlNoErXeU9sYBkuWtWeZ+9Gnx6sNF+eAkfvlhqF36F1D+G8PPvARKABXut DsmIgpoJyt3QEQFFqbWESk6yj2ZkscerFWGTIGRhvXqElksLagxLfzQ0Fdcs/xCEjF/a uUv+xxchcMJaRKFqRMUGO6sOYc23DtNUkcS70= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Received: by 10.150.2.8 with SMTP id 8mr4282762ybb.371.1308455303626; Sat, 18 Jun 2011 20:48:23 -0700 (PDT) Received: by 10.150.185.5 with HTTP; Sat, 18 Jun 2011 20:48:23 -0700 (PDT) In-Reply-To: <20110618001831.GA13718@crud.chemoelectric.org> References: <20110618001831.GA13718@crud.chemoelectric.org> Date: Sun, 19 Jun 2011 13:48:23 +1000 Message-ID: Subject: Re: [gentoo-amd64] no sound in firefox java From: Daiajo Tibdixious To: gentoo-amd64@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: bb73b1c447612d3007588f6637fa3aad Lie Ryan > OSS or ALSA? Using ALSA by default, although I suspect java or firefox is using OSS hence playing around the the OSS emulation. I meant to include this # lspci | grep Audio 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) 01:00.1 Audio device: ATI Technologies Inc HD48x0 audio I've tried selecting both devices in alsaconf. Same symtoms for both. On 6/18/11, Barry Schwartz wrote: > I would set up pulseaudio (if it isn't set up already) and then worry > if I still had trouble with sound. I installed pulseaudio, added the pulseaudio use flag, and rebuild with --newuse. I went thru logged out & in from kde, and got no sound at all. Rebooted and still no sound, in any application. If I mplayer -ao pulse, it opens the sound okay, but no sound is audible if I mplayer -ao alsa it can't find the library, I think thats because of the rebuild with pulseaudio use flag. There is no /dev/dsp device (which is the oss compatibility device). pavucontrol runs, but doesn't see any sound devices. suggests doing a "fuser /dev/snd/*" and kill off any process listed. I have nothing listed here. Before rebooting there were a few KDE things, eg. knotify This also suggests killing the daemon and doing "pulseaudio -vvvv" which gave: : D: cli-command.c: Checking for existance of '/usr/lib64/pulse-0.9.22/modules/module-esound-protocol-unix.so': success E: socket-server.c: bind(): Address already in use E: module.c: Failed to load module "module-esound-protocol-unix" (argument: ""): initialization failed. E: main.c: Module load failed. E: main.c: Failed to initialize daemon. : The problem is I now have 3 pulseaudio daemons, which keep starting, stopping, restarting, so the PIDs keep changing. I'm about to reboot again to get rid of them.