From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IdONW-0000kX-PF for garchives@archives.gentoo.org; Thu, 04 Oct 2007 10:56:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l94AjR5D026561; Thu, 4 Oct 2007 10:45:27 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l94AjOKL026556 for ; Thu, 4 Oct 2007 10:45:26 GMT Received: by py-out-1112.google.com with SMTP id u77so312856pyb for ; Thu, 04 Oct 2007 03:45:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=OpPCfS4dtqDMu7+zKV1S6UuWS9UtrwcxeUNT7MvfXxg=; b=HWT14V4w5sO/lVOHScyqsTJfw9MTfAZFG8R0TybtAkmI0Is6L9P4rY8h3T5SmkXOPxZ6nHheJQJ2IsFoCoTtwLi7412Hv8udjqbXrjyQCNLhM0nwhHsRU9d+To2DqxUHt84zPDfjEKZBoqh2gd5/C6TmRTEvoirDNmwnwWqUQlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fpJux1wBsqBOpgTVA5VRCWq7H0cUATVxJi1a6JixNl780o8XSu3jYb6YvhTXZhyWLZyUfTQk9bErg4Sj1HR8mDvaMdnytn80ioe5AQJBYJkZEbJBwrActtN5/JSCoO/eZ09whldXluKeYLtISCfVEOZHYHNWzq3dC8ymywBONys= Received: by 10.35.68.3 with SMTP id v3mr7227800pyk.1191494723918; Thu, 04 Oct 2007 03:45:23 -0700 (PDT) Received: by 10.35.100.18 with HTTP; Thu, 4 Oct 2007 03:45:23 -0700 (PDT) Message-ID: Date: Thu, 4 Oct 2007 12:45:23 +0200 From: Beso To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] PulseAudio, multilib, emul-linux-x86-soundlibs In-Reply-To: <4704984F.6020107@free.fr> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8659_16574188.1191494723752" References: <47025AEB.9070708@free.fr> <47028EE5.1040700@getdesigned.at> <4702AB01.5000102@free.fr> <47036787.4050805@free.fr> <4704984F.6020107@free.fr> X-Archives-Salt: 5b66e469-3be1-4b08-9770-986dbe25cb8e X-Archives-Hash: 2babefb916565ff157362bd99d9f26b1 ------=_Part_8659_16574188.1191494723752 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i tried several times compiling the alsa-plugins for 32bit on a 64bit system but i wasn't succesful, since it continues to fail on the pulse plugin. i'll try later by using the pulse plugin compiled natively on a 32bit sytem and see what happens. 2007/10/4, Rodolphe Rocca : > > Beso wrote: > > hey man, you didn't even tried it... i have emul-linux-x86-sound and > > alsa-plugins, skype 32bit (working normally), and inserted into > ~/.asoundrc > > pcm.pulse { > > type pulse > > } > > > > ctl.pulse { > > type pulse > > } > > > > as the user that was using skype, restarted skype and found in options, > > sound devices th option to select pulse for every single voice there > (call > > receiver, ringer and microphone). so for what i can see it works. > > > > Oh yes I tried :-) Look at this. Convinced ? > > $ skype > ALSA lib control.c:875:(snd_ctl_open_conf) Cannot open shared library > /usr/lib32/alsa-lib/libasound_module_ctl_pulse.so > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so > ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library > /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so > -- > gentoo-amd64@gentoo.org mailing list > > ------=_Part_8659_16574188.1191494723752 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline i tried several times compiling the alsa-plugins for 32bit on a 64bit system but i wasn't succesful, since it continues to fail on the pulse plugin. i'll try later by using the pulse plugin compiled natively on a 32bit sytem and see what happens.

2007/10/4, Rodolphe Rocca <fake2@free.fr>:
Beso wrote:
> hey man, you didn't even tried it... i have emul-linux-x86-sound and
> alsa-plugins, skype 32bit (working normally), and inserted into ~/.asoundrc
> pcm.pulse {
>     type pulse
> }
>
> ctl.pulse {
>     type pulse
> }
>
> as the user that was using skype, restarted skype and found in options,
> sound devices th option to select pulse for every single voice there (call
> receiver, ringer and microphone). so for what i can see it works.
>

Oh yes I tried :-) Look at this. Convinced ?

$ skype
ALSA lib control.c:875:(snd_ctl_open_conf) Cannot open shared library
/usr/lib32/alsa-lib/libasound_module_ctl_pulse.so
ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library
/usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:2106:(snd_pcm_open_conf) Cannot open shared library
/usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
--
gentoo-amd64@gentoo.org mailing list


------=_Part_8659_16574188.1191494723752-- -- gentoo-amd64@gentoo.org mailing list