From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 15 09:53:18 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF7934C2 for ; Sun, 15 Dec 2013 09:53:18 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4317917C7 for ; Sun, 15 Dec 2013 09:53:18 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id mc6so2226056lab.40 for ; Sun, 15 Dec 2013 01:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=5iBIqtZFTiH+zlDN7r4DibYzyLmNNqxo+AdBOQmiO20=; b=q2XVSXtXXWz1S3pFP35m2vATQ43d+eTtkCCe1l/6IeZxrb8TnEVGe6/m5TVndqwes7 +YJVXsl2C7Y3iqGDZp27QFmYBPyR4tVJia0bVAV4jm9QlMMahuhSt/Hz68evd64wMErc BRujBs/X9sS7nHoQN4Tyt+kHusmKHMKvRHej5HUMgXZVVs4w0wKMfq+PEfDP+X3Oxq0d KdjEo4JKDv/ygnad0fWiv5CgWCDl3g35tFkRIy3t8cGYibt0zH+FH+wAEVMa33nQtwrB aVYYbtaD9JyQO7GdXVdShXhXU1rRz1wO4S1nPzXv9fGoSMn6XHDnj9bYDteUIuhdKm28 3siQ== X-Received: by 10.112.201.197 with SMTP id kc5mr379313lbc.64.1387101196141; Sun, 15 Dec 2013 01:53:16 -0800 (PST) Received: from [83.145.205.163] (xdsl-205-163.nblnetworks.fi. [83.145.205.163]) by mx.google.com with ESMTPSA id t9sm15161131lat.1.2013.12.15.01.53.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 15 Dec 2013 01:53:15 -0800 (PST) Message-ID: <52AD7C09.8060200@gmail.com> Date: Sun, 15 Dec 2013 11:53:13 +0200 From: Jukka Ukkonen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: multimedia@FreeBSD.org Subject: vlc-2.1.1 build fails on FreeBSD-9.2/amd64 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 09:53:18 -0000 Hello, I tried to dig a bit into the issue why vlc-2.1.1 fails to build properly. *The last lines of output from the build* (triggered by portupgrade) are... 1 warning generated. CCLD vlc-cache-gen 1 warning generated. 1 warning generated. 1 warning generated. CCLD vlc-wrapper 1 warning generated. 1 warning generated. CCLD vlc CCLD vlc-static GEN ../modules/plugins.dat _gmake[2]: *** [../modules/plugins.dat] *Segmentation fault: 11 (core dumped)*_ gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.1.1/bin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.1.1' gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/multimedia/vlc. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20131215-84988-h3t582 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=vlc-2.1.0_6,4 UPGRADE_PORT_VER=2.1.0_6,4 make BATCH=yes ** Fix the problem and try again. ---> Build of multimedia/vlc ended at: Sun, 15 Dec 2013 10:13:17 +0200 (consumed 00:02:10) ---> Upgrade of multimedia/vlc ended at: Sun, 15 Dec 2013 10:13:17 +0200 (consumed 00:02:10) ---> ** Upgrade tasks 1: 0 done, 0 ignored, 0 skipped and 1 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! multimedia/vlc (vlc-2.1.0_6,4) (interrupted by user) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Sun, 15 Dec 2013 10:13:17 +0200 (consumed 00:07:24) *The failing binary* apparently is /usr/ports/multimedia/vlc/work/vlc-2.1.1/bin/.libs/vlc-cache-gen When running manually make with *ktrace* like this... ktrace -dit+ make ... and then *kdump* right after that produces this snippet of output around the moment when everything goes pearshape... 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_BLOCK,0x80081d4e8,0x7fffffffc5d0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_SETMASK,0x80081d4fc,0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_BLOCK,0x80081d4e8,0x7fffffffc5d0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_SETMASK,0x80081d4fc,0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_BLOCK,0x80081d4e8,0x7fffffffc5d0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_SETMASK,0x80081d4fc,0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_BLOCK,0x80081d4e8,0x7fffffffc5d0) 7100 vlc-cache-gen RET sigprocmask 0 7100 vlc-cache-gen CALL sigprocmask(SIG_SETMASK,0x80081d4fc,0) 7100 vlc-cache-gen RET sigprocmask 0 _7100 vlc-cache-gen PSIG __*SIGSEGV*__SIG_DFL code=0x2_ 7100 vlc-cache-gen NAMI "vlc-cache-gen.core" 5281 make RET wait4 RESTART 5281 make PSIG SIGCHLD caught handler=0x405280 mask=0x0 code=0x3 5281 make CALL sigreturn(0x7fffffffc3c0) 5281 make RET sigreturn JUSTRETURN 5281 make CALL wait4(0xffffffff,0x7fffffffc878,0<>0,0) 5281 make RET wait4 7100/0x1bbc I hope this helps. --jau From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 15 10:42:54 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A3B3A3D for ; Sun, 15 Dec 2013 10:42:54 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74FE31AA9 for ; Sun, 15 Dec 2013 10:42:54 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFAgsCr081661 for ; Sun, 15 Dec 2013 10:42:54 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBFAgssZ081656; Sun, 15 Dec 2013 10:42:54 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312151042.rBFAgssZ081656@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 15 Dec 2013 10:42:54 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 10:42:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ net/liveMedia | 2013.11.29 | 2013.12.15 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 15 10:44:38 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCA21B62 for ; Sun, 15 Dec 2013 10:44:38 +0000 (UTC) Received: from os.inf.tu-dresden.de (os.inf.tu-dresden.de [IPv6:2002:8d4c:3001:48::99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1D61ACC for ; Sun, 15 Dec 2013 10:44:38 +0000 (UTC) Received: from [188.103.236.199] (helo=[192.168.178.35]) by os.inf.tu-dresden.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) id 1Vs9BW-000615-1A; Sun, 15 Dec 2013 11:44:30 +0100 Message-ID: <1387104264.24980.2.camel@janus.xn--pl-wia.net> Subject: Re: Weird volume behaviour on 10.0-BETA4 From: Julian Stecklina To: Randy Pratt Date: Sun, 15 Dec 2013 11:44:24 +0100 In-Reply-To: <20131207125515.952ad3bd4fa6c4e94e4d6b4d@embarqmail.com> References: <1386368340.4331.8.camel@janus.xn--pl-wia.net> <52A2BB67.5060809@ShaneWare.Biz> <99e48466-97d3-415b-a9ee-28ae8cbc4655@email.android.com> <20131207125515.952ad3bd4fa6c4e94e4d6b4d@embarqmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.2 (3.10.2-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 10:44:38 -0000 On Sa, 2013-12-07 at 12:55 -0500, Randy Pratt wrote: > I added it to /etc/sysctl.conf: > > #Added to prevent mixer from resetting sound levels to default > hw.snd.vpc_autoreset=0 This did the trick for me. Volume now stays consistent between song changs in mpd (musicpd). I have the feeling the this violates the Principle of Least Astonishment for most users of mpd. What would be the correct solution here? Having FreeBSD-specific code in mpd that resets the volume after re-opening the sound device? Julian From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 15 12:58:17 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55357419 for ; Sun, 15 Dec 2013 12:58:17 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5BDC12E9 for ; Sun, 15 Dec 2013 12:58:16 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id bz8so1045218wib.17 for ; Sun, 15 Dec 2013 04:58:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2zMSm7AC2EQ5lYt1jYqLLI9HFH5rXw5SZle3HQlDOUA=; b=hzjvGEvBV3grvqcDpOg82E1ysn9+06qYktnz+1zRKlygLiET6expAl/sEbfe/qkk6j sfXSz78D8ovY+IWdWAXPmFAol8puQqAgreeQggYoS5/SMFOE66uAlCy+aWdRBWbb9y2l e/Y707EQiMZ1t0sr4yIrS6+lHLpgtQ+aUYtKGP4dT6EMcyAPSRp4CfVxpEVBC7Q6JEHt s0GHotfT98kEdL52Z7Kxt9UIHbRBjCuI/bB+5TboUdMkOsG/uljgxtm23DcSqW5zXH52 jo69SlU09sPQ2ZLPjItc1MV98eE9thcIquivY6AQVSxJkP09MOY22NiYxwEO+BttdKqM +4gQ== MIME-Version: 1.0 X-Received: by 10.194.2.108 with SMTP id 12mr2942957wjt.64.1387112295421; Sun, 15 Dec 2013 04:58:15 -0800 (PST) Received: by 10.194.124.239 with HTTP; Sun, 15 Dec 2013 04:58:15 -0800 (PST) In-Reply-To: References: Date: Sun, 15 Dec 2013 12:58:15 +0000 Message-ID: Subject: Re: OSS configuration on Dell Latitude D6320 From: Gereon Kaiping To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:58:17 -0000 Dear Multimedia readers, So as to not leave the another person that might by accident stumble upon my last mail stay in the dark (or quiet), this is what I did: After some more search, I stumbled upon http://forums.freebsd.org/viewtopic.php?t=28542, where sg1efc, mav@ and Peter2121 solved the problem as follows: Install audio/linux-f10-alsa-plugins-oss from ports, and add additional entries to /compat/linux/etc/alsa/pcm/pcm-oss.conf. For example, with the entry pcm.oss1 { type oss device /dev/dsp1 hint { description "Open Sound System 1" } } I can select this particular device in the skype options menu, and my built-in microphone works. -- Gereon PS: There may be some superfluous package installations or such like in my process, I haven't tested that. But willing to use skype, how can I complain about superfluous packages? From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 16 00:12:38 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03B66B3E for ; Mon, 16 Dec 2013 00:12:38 +0000 (UTC) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 8D73F1F6F for ; Mon, 16 Dec 2013 00:12:37 +0000 (UTC) Received: from ppp121-45-108-103.lns20.adl6.internode.on.net (HELO leader.local) ([121.45.108.103]) by ipmail06.adl2.internode.on.net with ESMTP; 16 Dec 2013 10:42:36 +1030 Message-ID: <52AE4572.3010208@ShaneWare.Biz> Date: Mon, 16 Dec 2013 10:42:34 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Julian Stecklina , Randy Pratt Subject: Re: Weird volume behaviour on 10.0-BETA4 References: <1386368340.4331.8.camel@janus.xn--pl-wia.net> <52A2BB67.5060809@ShaneWare.Biz> <99e48466-97d3-415b-a9ee-28ae8cbc4655@email.android.com> <20131207125515.952ad3bd4fa6c4e94e4d6b4d@embarqmail.com> <1387104264.24980.2.camel@janus.xn--pl-wia.net> In-Reply-To: <1387104264.24980.2.camel@janus.xn--pl-wia.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 00:12:38 -0000 On 15/12/2013 21:14, Julian Stecklina wrote: > On Sa, 2013-12-07 at 12:55 -0500, Randy Pratt wrote: >> I added it to /etc/sysctl.conf: >> >> #Added to prevent mixer from resetting sound levels to default >> hw.snd.vpc_autoreset=0 > > This did the trick for me. Volume now stays consistent between song > changs in mpd (musicpd). > > I have the feeling the this violates the Principle of Least Astonishment > for most users of mpd. What would be the correct solution here? Having > FreeBSD-specific code in mpd that resets the volume after re-opening the > sound device? > > Julian > > This also fixes vlc volume changing. From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 16 11:06:51 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C678EE7 for ; Mon, 16 Dec 2013 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 765B7134A for ; Mon, 16 Dec 2013 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGB6pjK019423 for ; Mon, 16 Dec 2013 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGB6pNK019421 for freebsd-multimedia@FreeBSD.org; Mon, 16 Dec 2013 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Dec 2013 11:06:51 GMT Message-Id: <201312161106.rBGB6pNK019421@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 11:06:51 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/184614 multimedia multimedia/vlc failded to buid with notify enabled o kern/184512 multimedia [snd_maestro] snd_maestro does not function on i386 [r o ports/183791 multimedia audio/liba52 (liba52-0.7.4_2) is not jobs safe o ports/183683 multimedia multimedia/vlc 2.1.0_5,4 cannot build on FreeBSD 10.0- o ports/183129 multimedia Make multimedia/gstreamer-ffmpeg and multimedia/gstrea o ports/181964 multimedia [patch] multimedia/gstreamer-ffmpeg, multimedia/gstrea o ports/181655 multimedia [patch] multimedia/gstreamer1-plugins-good: add more s o ports/181521 multimedia [patch] multimedia/gstreamer-ffmpeg: enable mp3 decode o ports/181519 multimedia multimedia/gstreamer-ffmpeg: an option to build agains o ports/181003 multimedia multimedia/gstreamer not build with clang o kern/180966 multimedia [snd_envy24] recording broken o ports/179799 multimedia Fix multimedia/mjpegtools on powerpc o ports/179701 multimedia [PATCH] multimedia/gstreamer: Add NLS, trim pkg-plist o kern/178671 multimedia [snd_hda] snd_hda stops working as soon as X starts o ports/178273 multimedia multimedia/gstreamer-plugins: It's hava no package of o ports/177532 multimedia multimedia/gstreamer-plugins-* ports missing dependenc o ports/177281 multimedia multimedia/avidemux2 does not compile o ports/175940 multimedia multimedia/gstreamer-plugins-good add missing dependen o kern/175306 multimedia [snd_hda] snd_hda does not produce 7.1 sound on ALC892 o kern/175220 multimedia [sound] sound stopping: play interrupt timeout, channe o kern/174828 multimedia [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" i o kern/174796 multimedia [emu10kx]: Audigy ZS driver produce strange noises o kern/174573 multimedia [snd_hda] headphones on front panel not working anymor o ports/172185 multimedia multimedia/vlc build fail with gmake core dump at modu o ports/172128 multimedia building multimedia/vlc fails o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o kern/159236 multimedia [pcm] [patch] set PCM_CAP_DEFAULT for the default snd o kern/158979 multimedia [snd_uadio] snd_uaudio fails to initialize built-in mi o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s o stand/157050 multimedia OSS implementation lacks AFMT_FLOAT o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl a ports/153735 multimedia multimedia/vlc: install error: `Permission denied' for o kern/152622 multimedia [pcm] uaudio recording problem o kern/152500 multimedia [hdac] play interrupt timeout, channel dead o kern/150284 multimedia [snd_hda] No gain with Audio o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source o conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem 93 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 16 18:17:41 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B1498F0; Mon, 16 Dec 2013 18:17:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D21D11B5A; Mon, 16 Dec 2013 18:17:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIHe3f022798; Mon, 16 Dec 2013 18:17:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIHetA022797; Mon, 16 Dec 2013 18:17:40 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 18:17:40 GMT Message-Id: <201312161817.rBGIHetA022797@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184892: audio/denemo: Update to version 1.1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:17:41 -0000 Synopsis: audio/denemo: Update to version 1.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 18:17:40 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184892 From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 16 22:45:39 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E50B03FC; Mon, 16 Dec 2013 22:45:39 +0000 (UTC) Received: from mail-ve0-x231.google.com (mail-ve0-x231.google.com [IPv6:2607:f8b0:400c:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93AC61623; Mon, 16 Dec 2013 22:45:39 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id db12so3739790veb.22 for ; Mon, 16 Dec 2013 14:45:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=lDtUtnpMhlbcVqYaXIkOPUsQGfTS51SrH3Th/3cqCs0=; b=VKhxuQdOeWZWkY6ZgCpAnxT4xN3kLFwg15IgFI9Oh+DpeuIryscFBhhuItkjsHuALo OcSryL3I1iKk8pd0PnYZNEAqojFxmg6cI86CB1Cwk0HKRBqVE1ykW5tycDpcWBzmhrNV ew4K76vrUuJ7XJeqclITRgNxgNPkUERigERPtG/mlXJYql0B6qhQeLDIzzvRgob4a9ae 1V+GbrAjq9D9FAaAhV/u/0MCvZgDIoBYmeKYwKIJVlYUYRlQiGOQ2Dx60iCVBW2u3Uw8 aOMmVyaqb9mYNvaTu5m1TdBB2HiaXXbl30pz71obh8NYu+LwcB8+DX2eF/7niSBYlRGy 2qhQ== MIME-Version: 1.0 X-Received: by 10.220.53.135 with SMTP id m7mr6980317vcg.12.1387233938783; Mon, 16 Dec 2013 14:45:38 -0800 (PST) Received: by 10.221.4.137 with HTTP; Mon, 16 Dec 2013 14:45:38 -0800 (PST) Date: Mon, 16 Dec 2013 17:45:38 -0500 Message-ID: Subject: Soundcard with SPDIF input? From: grarpamp To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 22:45:40 -0000 Hi. I'm looking for a PCI interface soundcard with SPDIF input that is supported by FreeBSD. Specifically, I'd need S/PDIF coaxial input via RCA connector. (Not fiber via TOSLINK, but if it also has that, that's a bonus.) I'd like to use the card to capture the digital PCM (plain old two channel 16bit/44.1kHz audio) coming off the device over S/PDIF and then encode it losslessly to FLAC. Any suggestions on the card? The path is all digital so as long as it's supported it should do fine. And what software do I use to grab the stream off the card? It seems like it might be a different thing than using the card to digitize a line level audio input. Once I have the PCM (now converted by the card to WAV data?) in a file I can of course use FLAC to compress it. I'm used to ripping from my CD's, not from external audio devices. Thanks. https://en.wikipedia.org/wiki/S/PDIF From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 16 23:25:21 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D489B561; Mon, 16 Dec 2013 23:25:21 +0000 (UTC) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82F211930; Mon, 16 Dec 2013 23:25:21 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id jw12so3819833veb.17 for ; Mon, 16 Dec 2013 15:25:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=bmO4dSWYousYhD39nYzAExyqnIfZLKocIibPm//WMkM=; b=yF2ilKFz4illYEnQTJ0uym8JkdoMihkne0XypekJ7V2EbxP6WIM6/JDFPmd37SoAv4 /Sa/xtLukWm/YNcIgCA//RJKq64qG1g4Xt0UHDaWeycW86pf1EyIurq3ZpKbRjRG6feQ VnVQ5T75w3Rvk/aS9BUP19z3G04TjAxEotXq2meMxw7MKL95xf7v+70IZeQETxE0Gn8N rNIVWUoTynxdFrxqWkQBh+Cuuu8tIA6cOR5FV4Xb4eCHidrQTj1mflBRg5xtAsA6E5Iy 9AbmBv1RR/jMkL7hx4rTLnoR7Gniagauz5HOcwOsoG1Edw+eafCaEaPYAFN46hF7loX8 43vg== MIME-Version: 1.0 X-Received: by 10.220.147.16 with SMTP id j16mr5019130vcv.28.1387236320656; Mon, 16 Dec 2013 15:25:20 -0800 (PST) Received: by 10.221.4.137 with HTTP; Mon, 16 Dec 2013 15:25:20 -0800 (PST) Date: Mon, 16 Dec 2013 18:25:20 -0500 Message-ID: Subject: USB audio devices and FreeBSD From: grarpamp To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 23:25:21 -0000 Seems there's a lot of traditionally analog audio stuff (turntables, cassettes, radio, receivers, etc) on the market that can output the audio over USB in 16bit/44.1kHz (or 16bit/48kHz 'selectable'). Presumably this is for easy playback / ripping on a Windows [ugh] computer. I'm guessing this works just fine on FreeBSD with whatever the usual Unix software tools are, right? From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 17 07:41:49 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BD5B131; Tue, 17 Dec 2013 07:41:49 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 26AA71660; Tue, 17 Dec 2013 07:41:48 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id BA9B7100593; Tue, 17 Dec 2013 08:22:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 764858F97A9; Tue, 17 Dec 2013 08:23:33 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1tpVu7Q3DoTc; Tue, 17 Dec 2013 08:23:32 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id DE9CE8F8A22; Tue, 17 Dec 2013 08:23:31 +0100 (CET) Message-ID: <52AFFC10.90000@bitfrost.no> Date: Tue, 17 Dec 2013 08:24:00 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: grarpamp , freebsd-multimedia@freebsd.org Subject: Re: USB audio devices and FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 07:41:49 -0000 On 12/17/13 00:25, grarpamp wrote: > Seems there's a lot of traditionally analog audio stuff > (turntables, cassettes, radio, receivers, etc) on the > market that can output the audio over USB in 16bit/44.1kHz > (or 16bit/48kHz 'selectable'). Presumably this is for > easy playback / ripping on a Windows [ugh] computer. > > I'm guessing this works just fine on FreeBSD with > whatever the usual Unix software tools are, right? Hi, You should beware that sox has/had a recording bug, that it will read one and one sample, leaving you with very high CPU usage. Else recording should work fine with FreeBSD. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 17 10:31:41 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8F501D0 for ; Tue, 17 Dec 2013 10:31:41 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3A6013D8 for ; Tue, 17 Dec 2013 10:31:41 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHAVfXR063142 for ; Tue, 17 Dec 2013 10:31:41 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBHAVf9u063138; Tue, 17 Dec 2013 10:31:41 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312171031.rBHAVf9u063138@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 17 Dec 2013 10:31:41 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 10:31:41 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ net/liveMedia | 2013.11.29 | 2013.12.16 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 17 12:27:43 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1064DCE9; Tue, 17 Dec 2013 12:27:43 +0000 (UTC) Received: from mail.bsdpad.com (mail.bsdpad.com [109.107.176.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B97A01D3E; Tue, 17 Dec 2013 12:27:42 +0000 (UTC) Received: from mail.bsdpad.com ([109.107.176.56]) by mail.bsdpad.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VstnB-000HzP-Dg; Tue, 17 Dec 2013 16:30:29 +0400 Received: by mail.bsdpad.com (nbSMTP-1.00) for uid 1001 br@mail.bsdpad.com; Tue, 17 Dec 2013 16:30:29 +0400 (MSK) Date: Tue, 17 Dec 2013 16:30:29 +0400 From: Ruslan Bukin To: grarpamp Subject: Re: Soundcard with SPDIF input? Message-ID: <20131217123029.GA62499@mail.bsdpad.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, freebsd-hardware@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 12:27:43 -0000 On Mon, Dec 16, 2013 at 05:45:38PM -0500, grarpamp wrote: > Hi. I'm looking for a PCI interface soundcard with SPDIF > input that is supported by FreeBSD. > > Specifically, I'd need S/PDIF coaxial input via RCA connector. > (Not fiber via TOSLINK, but if it also has that, that's a bonus.) > > I'd like to use the card to capture the digital PCM (plain old > two channel 16bit/44.1kHz audio) coming off the device over > S/PDIF and then encode it losslessly to FLAC. > > Any suggestions on the card? The path is all digital so > as long as it's supported it should do fine. > > And what software do I use to grab the stream off the card? > It seems like it might be a different thing than using the > card to digitize a line level audio input. > > Once I have the PCM (now converted by the card to WAV data?) > in a file I can of course use FLAC to compress it. I'm used to > ripping from my CD's, not from external audio devices. Thanks. > > https://en.wikipedia.org/wiki/S/PDIF I use RME HDSPe AIO/RayDAT -- snd_hdspe(4) It has S/PDIF TOSLINK input, not sure about coaxial one. -Ruslan From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 17 12:33:35 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BFACDBA; Tue, 17 Dec 2013 12:33:35 +0000 (UTC) Received: from mail.bsdpad.com (mail.bsdpad.com [109.107.176.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1032B1DBE; Tue, 17 Dec 2013 12:33:34 +0000 (UTC) Received: from mail.bsdpad.com ([109.107.176.56]) by mail.bsdpad.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vstsz-000J2p-HX; Tue, 17 Dec 2013 16:36:29 +0400 Received: by mail.bsdpad.com (nbSMTP-1.00) for uid 1001 br@mail.bsdpad.com; Tue, 17 Dec 2013 16:36:29 +0400 (MSK) Date: Tue, 17 Dec 2013 16:36:29 +0400 From: Ruslan Bukin To: grarpamp Subject: Re: Soundcard with SPDIF input? Message-ID: <20131217123629.GB62499@mail.bsdpad.com> References: <20131217123029.GA62499@mail.bsdpad.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20131217123029.GA62499@mail.bsdpad.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, freebsd-hardware@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 12:33:35 -0000 On Tue, Dec 17, 2013 at 04:30:29PM +0400, Ruslan Bukin wrote: > On Mon, Dec 16, 2013 at 05:45:38PM -0500, grarpamp wrote: > > Hi. I'm looking for a PCI interface soundcard with SPDIF > > input that is supported by FreeBSD. > > > > I use RME HDSPe AIO/RayDAT -- snd_hdspe(4) > It has S/PDIF TOSLINK input, not sure about coaxial one. > Yes, AIO has coaxial I/O also (using digital breakout). But be aware -- the card costs like an airplane. -Ruslan From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 17 13:19:23 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C8198CB for ; Tue, 17 Dec 2013 13:19:23 +0000 (UTC) Received: from mail51c50.megamailservers.eu (mail158c50.megamailservers.eu [91.136.10.168]) by mx1.freebsd.org (Postfix) with ESMTP id 89D27117C for ; Tue, 17 Dec 2013 13:19:21 +0000 (UTC) X-Authenticated-User: ralf.mardorf.alice-dsl.net Received: from [85.182.20.246] (e182020246.adsl.alicedsl.de [85.182.20.246]) (authenticated bits=0) by mail51c50.megamailservers.eu (8.13.6/8.13.1) with ESMTP id rBHCpEBu007175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 17 Dec 2013 12:51:16 +0000 Message-ID: <1387284676.866.335.camel@archlinux> Subject: Re: Soundcard with SPDIF input? From: Ralf Mardorf To: freebsd-multimedia@freebsd.org Date: Tue, 17 Dec 2013 13:51:16 +0100 In-Reply-To: <20131217123029.GA62499@mail.bsdpad.com> References: <20131217123029.GA62499@mail.bsdpad.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=2.1 cv=PME2p5aC c=1 sm=1 tr=0 a=H7s2fiBvpiNZzzZUqi3BsA==:117 a=H7s2fiBvpiNZzzZUqi3BsA==:17 a=Lk4D_qjN6MIA:10 a=ALKwz0t7uJUA:10 a=IkcTkHD0fZMA:10 a=rsIYsMhsAAAA:8 a=kVMXUhY-vGYA:10 a=e8bdjVAlylihPqS3NYIA:9 a=QEXdDO2ut3YA:10 a=Dvr0YTvD_aUA:10 a=62Jad9vK2GgA:10 X-CTCH-RefID: str=0001.0A0B0209.52B048C4.0125, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 13:19:23 -0000 On Tue, 2013-12-17 at 16:30 +0400, Ruslan Bukin wrote: > I use RME HDSPe AIO/RayDAT -- snd_hdspe(4) > It has S/PDIF TOSLINK input, not sure about coaxial one. I own a HDSPe, it's not PCI, its PCIe ;) and for sure to expensive just to get it for the task the OP want's to use the sound device ;). RME is professional audio gear and IMO overkill for consumer usage. It's useful for prosumer and professional needs. Regards, Ralf From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 18 00:31:28 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 355C4849; Wed, 18 Dec 2013 00:31:28 +0000 (UTC) Received: from mail-ve0-x22e.google.com (mail-ve0-x22e.google.com [IPv6:2607:f8b0:400c:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D56A31D47; Wed, 18 Dec 2013 00:31:27 +0000 (UTC) Received: by mail-ve0-f174.google.com with SMTP id pa12so4799447veb.19 for ; Tue, 17 Dec 2013 16:31:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jkYJp2z965sh7mN0VBQDU90O4sx5tGb98l3BTMBg1Gc=; b=navzUUw+GPoS3xuADSJFk1pfYHJAeYxfvhGoaujkuibQx6KBvif+QX5R4DC9VRWO7Q URMghgTmxAxgEAUS2q+ws3f17zwM7BMnrIOikotxAuwXkOvAiMi8IQJdiP2nNezOQSf2 MLVEd4NtmZSCoMKEjW+FGQCEE7SzZrOCjtlt9sa/yR/52cjLmsE1Jya14U2Lbx8hrdAx 3w+rjjng3JN53JJwuUVNORf94JegTr+VtxPiBp92fvwdn+TzCflbxSXqnW4bK4G405rq gdqIR0H6LZ9DzShGi4zhd7Ffq5lXC30+Wcwxd/Mgr9Ah6LsiNXwH5DtWqcaHM/MSdE7v d3tg== MIME-Version: 1.0 X-Received: by 10.58.11.73 with SMTP id o9mr11813174veb.8.1387326687033; Tue, 17 Dec 2013 16:31:27 -0800 (PST) Received: by 10.221.4.137 with HTTP; Tue, 17 Dec 2013 16:31:26 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Dec 2013 19:31:26 -0500 Message-ID: Subject: Re: Soundcard with SPDIF input? From: grarpamp To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:31:28 -0000 Looks like Creative SoundBlaster made some stuff with SPDIF input. Anyone know if FreeBSD drivers work with the SPDIF on these boards? "Live" card: SB0060 drive: SB0010C "Audigy" card: SB0090 drive: SB0010D There seem to have been various card model numbers in these Live/Audigy series (SB* / CT*) that have SPDIF inputs. Some cards show spdif_io pin headers on the cards (ebay pics) vs. an external cable to an external "drive". They're low cost so if driver support is there they would do fine. > On Tue, Dec 17, 2013 at 8:41 AM, Tom wrote: Send relevant stuff to the list, not me. > Not to crimp your plan, but there aren't many cheap consumer cards out > there with coaxial digital in. > > There are however masses of very cheap cards based on CMedia CMI8738 > with optical SPDIF in/out, for instance this one is ~ $10 > > http://www.ebuyer.com/239251-xenta-8-channel-pci-soundcard-with-spdif-and-cable-included-n-cmi8768-8ch > > You would then need to add a coax -> optical adapter, which should > cost another $10-20: > > http://www.amazon.co.uk/Cable-Mountain-Optical-TOSlink-Converter/dp/B001U7ERU6 > > I would imagine the next step up is a prosumer card, so hundreds of dollars. > > I would use ffmpeg to record: > > ffmpeg -f oss -i /dev/dspN out.flac > > You can do it step by step (record to wav, compress with flac), but > ffmpeg can do it in one step. From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 18 02:00:19 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 506CCC9B for ; Wed, 18 Dec 2013 02:00:19 +0000 (UTC) Received: from nm23.bullet.mail.ir2.yahoo.com (nm23.bullet.mail.ir2.yahoo.com [212.82.96.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CE7A1348 for ; Wed, 18 Dec 2013 02:00:17 +0000 (UTC) Received: from [212.82.98.54] by nm23.bullet.mail.ir2.yahoo.com with NNFMP; 18 Dec 2013 02:00:15 -0000 Received: from [46.228.39.91] by tm7.bullet.mail.ir2.yahoo.com with NNFMP; 18 Dec 2013 02:00:15 -0000 Received: from [127.0.0.1] by smtp128.mail.ir2.yahoo.com with NNFMP; 18 Dec 2013 02:00:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1387332015; bh=wU1i4r45YUYuiiVj8Hl8fO3HOyh+oBRYh0ppZLDHgvg=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=kG4bP3KCN8n6MH4PE6g7jUhHj4k266W2IdGnuYt3l+CmJrS+8mrctU7g9oCPaaxc6Ws7c8Irpz91zPT/FC0+83txsqozvM9BQij2xhJcsIMFvKtGgd0nxkilbUguAW/RdrXAtK+dhL2lg3KCvHqu+o2MaBKksHJcR4L8g7yuChY= X-Yahoo-Newman-Id: 758284.11217.bm@smtp128.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Wkjvp6EVM1lBbmR5A3uNy6d8Ci1eVb5qIgX4va2L8jBtOIx XP6P95WM4E1oTS7SR2JZA3jif5kP5euxluSqaoOfQ8slQwzX6T7hyh.imkPN mNQffEVyAF27C1xBjmTOsz2BrA6m8jipjy6.kpjZ3ainJ9E16KqgoEe9gdnm d0RNYJh6JUxStGTG0iUJbk4eBSHqtZ2mVhodflXeHYZMJqEfbL3aiB7nkmbJ ilBe5zW8djvfEL60Fo0V6hSjXH6zXWirv13pkRSPdQiBGwnVpRurajk0wLxi ViqCFxfEVfyZcF288f4zYnSs7SVCp1jYwtgVu9Ecf_CRiuS_ujSTJvbh6J7v QWu7dI07txTgPoSXxGxIDJZhZmcl6jyGHOOPdZATfBD98l75Xe92TQAKv18o 33ootaYBb3loUZtJWlpQK5YlMv2c8a4z73NHrRWmU.7u6AHvxjAEuvpj1NjT Tnlda5N_HKqEUkjqWPNsaX3Gb3CbBlLgVT.uxA9RpVFFfrpFL16VUuip5j24 fQbJiuW1T7eQJiSEKoo4CydmXAIba X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- X-Rocket-Received: from [92.231.5.168] (ralf.mardorf@92.231.5.168 with plain [188.125.69.59]) by smtp128.mail.ir2.yahoo.com with SMTP; 18 Dec 2013 02:00:15 +0000 UTC Message-ID: <1387332017.6974.105.camel@archlinux> Subject: Re: [Bulk] Re: Soundcard with SPDIF input? From: Ralf Mardorf To: freebsd-multimedia@freebsd.org Date: Wed, 18 Dec 2013 03:00:17 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.3 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 02:00:19 -0000 On Tue, 2013-12-17 at 19:31 -0500, grarpamp wrote: > I would imagine the next step up is a prosumer card, so hundreds of > dollars. That depends on what is supported by FreeBSD. Good prosumer PCI Envy24 stereo cards coast at Ebay around 30,-=E2=82=AC only. Some of those cards a= re good enough for some professional work. I'm on Linux using a RME card, but if somebody mentions a driver, I could boot to my unused FreeBSD install, take a look if the driver is available without upgrading/compiling and test my TerraTec EWX 24/96 (30,-=E2=82=AC Envy24) cards SPDIF. On Linux I'm using those cards as MIDI interfaces only, so I can't test the TTL/electric SPDIF, just the directly available optical SPDIF. Those cards for sure aren't professional cards, but they are at least prosumer cards. The OP might consider to use Linux instead of FreeBSD for audio. Regards, Ralf From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 18 09:57:55 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F2087E5 for ; Wed, 18 Dec 2013 09:57:55 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A4041D1C for ; Wed, 18 Dec 2013 09:57:55 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI9vsrn071803 for ; Wed, 18 Dec 2013 09:57:54 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBI9vs3r071802; Wed, 18 Dec 2013 09:57:54 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312180957.rBI9vs3r071802@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 18 Dec 2013 09:57:54 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 09:57:55 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/livestreamer | 1.7.1 | 1.7.2 ------------------------------------------------+-----------------+------------ net/liveMedia | 2013.11.29 | 2013.12.18 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 18 10:55:39 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 828FEFFE; Wed, 18 Dec 2013 10:55:39 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FF6711E4; Wed, 18 Dec 2013 10:55:38 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 781B820B6C; Wed, 18 Dec 2013 05:55:28 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Wed, 18 Dec 2013 05:55:28 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=FuEiyJ/Q/M2tgrOeGTceMS qElRQ=; b=O1hDthgsJ43/blYqSzsK0nLVrk+O1iI/9UMJFw1l1a9r+ocOKQfvVH 2VasdGEDkMDIfOSBM/qUP/+TPQmSq1K560t7SQjjSh49q6vtvwGkujkD2tOcmooJ 7s7pDip/wYoVgkjxl3TGe6wDQ5NVd3VURJKSBF6gRdV5tfbynd92g= X-Sasl-enc: CGCLUwCBy38aSJBeI1tKrrR1zMp35p7dSOZrQn2GEP4v 1387364127 Received: from [192.168.42.159] (unknown [80.187.101.171]) by mail.messagingengine.com (Postfix) with ESMTPA id 7CC9B6800F8; Wed, 18 Dec 2013 05:55:27 -0500 (EST) Message-ID: <52B17EE6.7060101@ladisch.de> Date: Wed, 18 Dec 2013 11:54:30 +0100 From: Clemens Ladisch User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: Soundcard with SPDIF input? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:55:39 -0000 grarpamp wrote: > Looks like Creative SoundBlaster made some stuff with SPDIF input. Many wavetable-based Creative cards resample their SPDIF input. > On Tue, Dec 17, 2013 at 8:41 AM, Tom wrote: >> There are however masses of very cheap cards based on CMedia CMI8738 >> with optical SPDIF in/out But as far as I can tell, cmi.c does not support S/PDIF input. (I touched the Linux driver; I'd be willing to provide information to any FreeBSD developer.) Regards, Clemens From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 19 12:17:48 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71C8FCE2 for ; Thu, 19 Dec 2013 12:17:48 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CA2019E1 for ; Thu, 19 Dec 2013 12:17:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJCHmNq074040 for ; Thu, 19 Dec 2013 12:17:48 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBJCHmPC074033; Thu, 19 Dec 2013 12:17:48 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312191217.rBJCHmPC074033@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 19 Dec 2013 12:17:48 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:17:48 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ audio/gstreamer-plugins-fluendo-mp3 | 0.10.20 | 0.10.25 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 06:20:09 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 302502B4; Fri, 20 Dec 2013 06:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 059A01110; Fri, 20 Dec 2013 06:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBK6K8Cd031818; Fri, 20 Dec 2013 06:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBK6K8CC031817; Fri, 20 Dec 2013 06:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 06:20:08 GMT Message-Id: <201312200620.rBK6K8CC031817@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185016: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 06:20:09 -0000 Synopsis: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 06:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185016 From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 10:39:28 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1439637F for ; Fri, 20 Dec 2013 10:39:28 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F39C81645 for ; Fri, 20 Dec 2013 10:39:27 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKAdRjF000122 for ; Fri, 20 Dec 2013 10:39:27 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBKAdR1L000117; Fri, 20 Dec 2013 10:39:27 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312201039.rBKAdR1L000117@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 20 Dec 2013 10:39:27 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:39:28 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/gstreamer-plugins-fluendo-mpegdemux | 0.10.71 | 0.10.76 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 15:00:02 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5BC2A73 for ; Fri, 20 Dec 2013 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 786E11B20 for ; Fri, 20 Dec 2013 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKF02xG059744 for ; Fri, 20 Dec 2013 15:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKF021J059743; Fri, 20 Dec 2013 15:00:02 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 15:00:02 GMT Message-Id: <201312201500.rBKF021J059743@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Markiyan Kushnir Subject: Re: ports/184892: audio/denemo: Update to version 1.1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Markiyan Kushnir List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 15:00:02 -0000 The following reply was made to PR ports/184892; it has been noted by GNATS. From: Markiyan Kushnir To: bug-followup@FreeBSD.org, tkato432@yahoo.com Cc: Subject: Re: ports/184892: audio/denemo: Update to version 1.1.0 Date: Fri, 20 Dec 2013 16:56:49 +0200 Tested with print/lilypond-devel, works OK for me. When can it be checked in? -- Markiyan. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 15:04:00 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 040EDC34; Fri, 20 Dec 2013 15:04:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCA041CAB; Fri, 20 Dec 2013 15:03:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKF3xW1061571; Fri, 20 Dec 2013 15:03:59 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKF3xk0061570; Fri, 20 Dec 2013 15:03:59 GMT (envelope-from wg) Date: Fri, 20 Dec 2013 15:03:59 GMT Message-Id: <201312201503.rBKF3xk0061570@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-multimedia@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184892: audio/denemo: Update to version 1.1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 15:04:00 -0000 Synopsis: audio/denemo: Update to version 1.1.0 Responsible-Changed-From-To: freebsd-multimedia->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Dec 20 15:03:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184892 From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 15:20:08 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 817D3F65; Fri, 20 Dec 2013 15:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 569821DC9; Fri, 20 Dec 2013 15:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKFK8dX064870; Fri, 20 Dec 2013 15:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKFK8g6064869; Fri, 20 Dec 2013 15:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 15:20:08 GMT Message-Id: <201312201520.rBKFK8g6064869@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185031: multimedia/vlc: fix typo in makefile X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 15:20:08 -0000 Synopsis: multimedia/vlc: fix typo in makefile Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 15:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185031 From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 20:00:01 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5207BFF0 for ; Fri, 20 Dec 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA451595 for ; Fri, 20 Dec 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKK01GW033554 for ; Fri, 20 Dec 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKK00VQ033553; Fri, 20 Dec 2013 20:00:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 20:00:01 GMT Message-Id: <201312202000.rBKK00VQ033553@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184614: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:00:01 -0000 The following reply was made to PR ports/184614; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184614: commit references a PR Date: Fri, 20 Dec 2013 19:55:37 +0000 (UTC) Author: nox Date: Fri Dec 20 19:55:29 2013 New Revision: 337086 URL: http://svnweb.freebsd.org/changeset/ports/337086 Log: Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20. PR: ports/184614 Submitted by: kwm (via irc earlier) Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri Dec 20 19:46:09 2013 (r337085) +++ head/multimedia/vlc/Makefile Fri Dec 20 19:55:29 2013 (r337086) @@ -166,8 +166,8 @@ NCURSES_CONFIGURE_ENABLE= ncurses NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ - libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 +NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_USE= GNOME=gtk20 NOTIFY_CONFIGURE_ENABLE= notify OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math -fomit-frame-pointer _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 20:40:02 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 072C2D49 for ; Fri, 20 Dec 2013 20:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E627D184D for ; Fri, 20 Dec 2013 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKKe1Ue043225 for ; Fri, 20 Dec 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKKe1WJ043224; Fri, 20 Dec 2013 20:40:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 20:40:01 GMT Message-Id: <201312202040.rBKKe1WJ043224@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: adam ulmer Subject: Re: kern/184512: [snd_maestro] snd_maestro does not function on i386 [regression] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: adam ulmer List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:40:02 -0000 The following reply was made to PR kern/184512; it has been noted by GNATS. From: adam ulmer To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/184512: [snd_maestro] snd_maestro does not function on i386 [regression] Date: Fri, 20 Dec 2013 13:30:25 -0700 --f46d043d676fe849d504edfd2557 Content-Type: text/plain; charset=UTF-8 I tested 9.2 with: Dell XPS M1330 with Intel ICH8M had sound support from the default kernel, snd_hda(4) Dell Inspiron 8000 with ESS Maestro3 chipset snd_maestro3(4)requires kldload snd_maestro3 Dell Latitude X300 with Intel ICH4 had sound support from the default kernel, snd_ich(4) Dell Latitude X200 with Intel ICH3 had sound support from the default kernel, snd_ich(4) I don't have any hardware that uses snd_maestro(4) . The "pcm0: cannot allocate status buffer" error message happens on line 1835, before the driver can attach to the device. The maestro driver fails to get memory for the status/record buffer (the call to dma_malloc() does not succeed). If I were being thorough, I would trace through the two conditions in dma_malloc() that return nulland try to figure out why (requires hardware). The only change in the maestro driver for 9.2 runs after that part of the code that fails so I'm guessing that the loss of sound you experience with 9.2 comes from a change somewhere higher up in the hierarchy (maybe PCI changes?). While I'm trying to make educated guesses, I've never looked at this code before and I don't have the hardware. I haven't worked on FreeBSD kernel drivers since 2006 so I'd have to get familiar with the current PCI subsystem. If the original reporter wants to continue with this guessing game, boot into a live CD like the 9.2 live cdand try the following commands in an attempt to locate which changes since 9.1 contributed to the loss of sound. sysctl hw.pci.realloc_bars=1 sysctl hw.snd.verbose=4 kldload snd_maestro cat /dev/sndstat I wouldn't make guesses if I had the hardware. I would trace through and find out exactly what happens. I'm on holiday and wanted to contribute to FreeBSD during my time off. I saw the maestro bug and knew I had hardware with maestro something. It turns out it was maestro3 and so I'm not able to help after all. --f46d043d676fe849d504edfd2557 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I tested 9.2 with:

Dell XPS M1330 with Intel I= CH8M had sound support from the default kernel, snd_hda(4)
Dell Inspiron 8000 with ESS Maestro3 chipset snd_maestro3(4) requires kldl= oad snd_maestro3
Dell Latitude X300 with Intel ICH4 had sound support from the default kerne= l, snd_ich(4)
Dell Latitude X200 = with Intel ICH3 had sound support from the default kernel, snd_ich(4)

I don't have any hardware that uses snd_maestro(4).


The "pcm0: cannot allocate st= atus buffer" error message ha= ppens on line 1835, before the driver can attach to the device. The maestro driver fails to get memory for t= he status/record buffer (the call to dma_m= alloc() does not succeed). If I were being thorough, I would trace th= rough the two conditions in dma_ma= lloc() that return null and try to figure out why (requires hardware). = The only change in the maestro driver for 9.2 runs after that part of the code that fails so I'm=20 guessing that the loss of sound you experience with 9.2 comes from a=20 change somewhere higher up in the hierarchy (maybe PCI changes?).

= While I'm trying to make educated guesses, I've never looked at this cod= e=20 before and I don't have the hardware. I haven't worked on FreeBSD k= ernel drivers since 2006 so I'd have to get familiar with the current PCI=20 subsystem. If the original reporter wants to continue with this guessing ga= me, boot into a live CD like the 9.2 live cd and try the following commands in an attempt to= locate which changes since 9.1 contributed to the loss of sound.

sysctl hw.pci.realloc_bars=3D1
sysctl hw.snd.verbose=3D4 kldload snd_maestro
cat /dev/sndstat

I wouldn't make guesses if I had the hardware. I would trace through and= =20 find out exactly what happens. I'm on holiday and wanted to contribute= =20 to FreeBSD during my time off. I saw the m= aestro bug and knew I had hardware with maestro something. It turns ou= t it was maestro3 and so I'm not = able to help after all.
--f46d043d676fe849d504edfd2557-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 21 20:10:09 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81352EE6; Sat, 21 Dec 2013 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 557C41F89; Sat, 21 Dec 2013 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLKA9fT082206; Sat, 21 Dec 2013 20:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLKA99v082205; Sat, 21 Dec 2013 20:10:09 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 20:10:09 GMT Message-Id: <201312212010.rBLKA99v082205@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185076: multimedia/vlc: volume level doesn't saved & restored X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 20:10:09 -0000 Synopsis: multimedia/vlc: volume level doesn't saved & restored Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 20:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185076