From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 10:52:14 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81F5B106564A for ; Tue, 7 Jul 2009 10:52:14 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC6E8FC15 for ; Tue, 7 Jul 2009 10:52:13 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from OMTA05.westchester.pa.mail.comcast.net ([76.96.62.43]) by QMTA02.westchester.pa.mail.comcast.net with comcast id Cyiu1c0060vyq2s52ysEmx; Tue, 07 Jul 2009 10:52:14 +0000 Received: from memory.visualtech.com ([67.103.204.242]) by OMTA05.westchester.pa.mail.comcast.net with comcast id Cys11c0025EJinX3Rys4JS; Tue, 07 Jul 2009 10:52:12 +0000 Message-ID: <4A5328D0.9060701@voicenet.com> Date: Tue, 07 Jul 2009 06:52:00 -0400 From: Adam K Kirchhoff User-Agent: Thunderbird 2.0.0.22 (X11/20090630) MIME-Version: 1.0 To: Dmitry Lunts References: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> In-Reply-To: <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Leidinger , freebsd-emulation@freebsd.org Subject: Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 10:52:14 -0000 I recently had this problem... What's the output of: chroot /compat/linux/ ldd /usr/lib/libflashsupport.so (As root or with sudo). My guess is that libflashsupport.so was built against a different version of libssl. You may need to link /compat/linux/lib/libssl.so.0.9.8g to /compat/linux/lib/libssl.so.5 Adam Dmitry Lunts wrote: > Thanks for quick replay, Alexander! > It seems, ALSA is used only by skype2, because I've never installed the port > linux-alsa-lib separetely. It was seemingly installed in a tupple with skype2 > (this can be seen from pkg_info -R -x linux-alsa-lib, the output is: > Required by: > skype-2.0.0.72,1 > ) > Can there be some conflicts? > The output of pkg_info|grep linux (all ports are up to date): > linux-alsa-lib-1.0.10.3_2 The Advanced Linux Sound Architecture libraries > linux-atk-1.9.1_3 Accessibility Toolkit, Linux/i386 binary > linux-cairo-1.0.2_2 Linux cairo binary > linux-expat-1.95.8_2 Linux/i386 binary port of Expat XML-parsing library > linux-flashplugin-9.0r159 Adobe Flash Player NPAPI Plugin > linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig > linux-gtk2-2.6.10_3 GTK+ library, version 2.X, Linux binary > linux-jpeg-6b.34_2 RPM of the JPEG lib > linux-libsigc-2.0.17_2 Callback Framework for C++ (linux version) > linux-openssl-0.9.7f_2 SSL and crypto library (Linux Version) > linux-pango-1.10.2_3 Linux pango binary > linux-png-1.2.8_4 RPM of the PNG lib > linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks > linux-tiff-3.7.1_2 TIFF library, Linux/i386 binary > linux-xorg-libs-6.8.2_7 Xorg libraries, linux binaries > linux_base-fc6-6_5 Base set of packages needed in Linux mode (for i386/amd64) > linux_dri-7.0_1 Binary Linux DRI libraries for 3D hardware acceleration of > -- > Best regards, Dmitry > > 2009/7/7, Alexander Leidinger : > >> Quoting Dmitry Lunts (from Mon, 6 Jul 2009 >> 05:21:46 +0000): >> >> >>> Hello,all! >>> The problem is as follows. >>> A couple of weeks ago I did transition from linux_base-fc4 (default >>> linux support module) to linux_base-fc6. The purpose was to install >>> skype2, which rquires at least linux_base-fc6 module. Along with this >>> I completely reinstalled ("pkg_delete" then >>> "make install clean" from recently "portsnapped" ports tree) all the >>> dependent ports, including >>> linux-flashplugin-9.0r159 and nspluginwrapper. >>> The rusult is: skype works OK, >>> but sound completely disappeared when watching videos from, say, youtube. >>> Video is OK. >>> >> This sounds like a flashplugin issue. By default it is using ALSA, but >> as we do not have support for it, there's a "plugin" for flash, which >> replaces the ALSA stuff with OSS stuff. Try to find out what it is >> using. Maybe provide "pkginfo| grep linux" and someone here is able to >> tell you what is wrong. >> >> Bye, >> Alexander. >> >> -- >> If the ends don't justify the means, then what does? >> -- Robert Moses >> >> http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 >> http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 >> >> > > >