From owner-freebsd-stable@FreeBSD.ORG Sun Mar 8 18:15:04 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E384BB7 for ; Sun, 8 Mar 2015 18:15:04 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 044B2E76 for ; Sun, 8 Mar 2015 18:15:03 +0000 (UTC) Received: from plantcutter.riseup.net (plantcutter-pn.riseup.net [10.0.1.121]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 947524109F; Sun, 8 Mar 2015 18:14:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1425838497; bh=mw2jGY2VA7S+sHGdkcgsggzk595YMGJC3YP1uDOn1OU=; h=Date:From:To:Subject:References:In-Reply-To:From; b=ZeYwUmPbfBE013q0q5konZ1Jf4B8rLyuw10P+tuXjukgbmyizHtAQoe3IasBNFXiS iKYWZL7OiHrGH4UG1xhZtVahZcozZTyVF0LPyG8i2K9WYyUKTE244Fux6FKcIiewId 46vuUUNQoS/E9V2mylm8L3dMi/pbYXPqxQhFS6bM= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj) with ESMTPSA id 1D40022C8F Message-ID: <54FC9197.9040406@riseup.net> Date: Sun, 08 Mar 2015 19:14:47 +0100 From: Piotr Kubaj User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Chris H , freebsd-stable@freebsd.org Subject: Re: No sound on 10.1-RELEASE References: <54FA3376.4020001@riseup.net> <821bd8e3acb111667353737ec5c8eb5c@ultimatedns.net> In-Reply-To: <821bd8e3acb111667353737ec5c8eb5c@ultimatedns.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.6 at mx1 X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 18:15:04 -0000 On 03/07/15 01:55, Chris H wrote: > On Sat, 07 Mar 2015 00:08:38 +0100 Piotr Kubaj wrote > >> I've got MSI X99 motherboard and am using it with UEFI installation of >> 10.1 (BIOS mode doesn't work with FreeBSD). At first, sound worked >> properly (even in KDE), but now it doesn't. I'm not sure what happened, >> since snd_hda is in kernel (I use GENERIC). I've checked all possible >> values of hw.snd.default_unit and turned off KDE to check what happens >> when doing cat /dev/random > /dev/dsp (it does nothing). >> Attached below is dmesg and /dev/sndstat. >> > -----8<------- > >> Installed devices: >> pcm0: (play) >> pcm1: (play) >> pcm2: (play) >> pcm3: (play) >> pcm4: (play/rec) default >> pcm5: (play/rec) >> pcm6: (play) >> pcm7: (rec) > Honestly, this could potentially go a lot of different directions; > software/driver(s)/setup... > It might be helpful to get the pinouts. The kernel > (dmesg(8)) will provide it for you. You can see them by; > loader.conf(5) > adding the following to /boot/loader.conf: > > boot_verbose="YES" > > or by simply selecting boot verbose on the loader menu > 6 --> boot verbose > > and then getting the results from dmesg(8) > /var/run/dmesg.boot > > If everything looks as anticipated, you might check that > your software is using the right sound system (OSS). > I've had very good experiences on these sound systems by > installing > audio/xfce4-mixer > doing so, always seems to get the correct settings for > everything on these boards -- even if you never use > the application. > Because these boards can be so troublesome where sound > is concerned; I used to have a script that would both > check, as well as set everything up. But I can't seem > to locate it ATM. > > HTH > > --Chris >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > I'm not sure what may be wrong in dmesg.boot so I've uploaded it here: http://pastebin.com/pP0KXp4v KDE is definitely using OSS as chosen in its settings (I also use its own mixer which can do the same as Xfce's). I also use VLC's Phonon backend because Gstreamer is said to cause problems, but that also works on 3 other computers.