From owner-freebsd-hardware@freebsd.org Mon Jul 23 15:42:22 2018 Return-Path: Delivered-To: freebsd-hardware@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97CAE104E315; Mon, 23 Jul 2018 15:42:22 +0000 (UTC) (envelope-from avv314@gmail.com) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A29781D1B; Mon, 23 Jul 2018 15:42:22 +0000 (UTC) (envelope-from avv314@gmail.com) Received: by mail-yb0-x230.google.com with SMTP id c3-v6so405938ybi.13; Mon, 23 Jul 2018 08:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MpWkGiGe3yyAt6mb3SX9jhwEpHCP/R9N9OHFj//gaYg=; b=IR1KxY80AxTeuYEIgySJBM0uQ31x3aFuVxozLm/EpHi/2l8Xd3u4Oe1s2TDEdgJU1N aLkox8TUmMHJ28ysT15pt4kfaVS7l8GZP8oeCKOA8A3SYVfImKTmk2KetLLZPiJCGzS2 xoKF1mr9gzG054JcuApoODy3TWm19gjnaGkhE4dcEJKC6Pu7MCsZa3eNVVZIDivDzVGb r35pcuZFVaVd1gF3KJ7ol+PXWYWznoxRKseS3eA/Zfp5sDZ2SuzYZhzp9xv0csZR3Qf9 kBfZAgB5+83qSDF7SvezqyJe3kw1utVvQQqq14UZWw0EZFsOCPHGjFZkYIgaukmwxGD1 fSQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MpWkGiGe3yyAt6mb3SX9jhwEpHCP/R9N9OHFj//gaYg=; b=HE0BOo9RdRyPqjaAuBA/YiVBYagqDSGc5q77gOOnEqVIxs51MxHJWgLmpzEjr44y1K wwyOWF1LuCXZF3HnL9PapEFyOazzkNf1VH/hnduisLrQEFjqPNzXS4t9MefJwUx2P+Az QS/7Zcdew8/ErsLJ8bN7wNeqBRwECdcES00Pzv5do1ikeo3emqiF2XmVeadvQp/uTBfJ hd5ZmOMMVKOo/V5Te/L5OzijmTe65sM/wBiCo1ET3OgwovQfO+H8Zq4faP0785Qenwnk 2CgiE7TYWa+crzj3rJG/80jsrxibtGQoxj4mTiEhDIe0F/DgP/FTGPEq9SUd3XvDQEfT q6DA== X-Gm-Message-State: AOUpUlEGDjNp/EMDb55N0Z0/lD1JR+IBoIuLFqhTS9Y2bUMt2XMDT7jo 1Y6AAMEqWjAFs/msvngd82t8jkpskMmTy2KfXcI= X-Google-Smtp-Source: AAOMgpf4EGaFkMiTxSyVCSre4F4B4IG6a1Sg0jm7qCsJzgGwzTncM+86Kh/INmGc64CkpNJkCjMzcPDikFdhZ9zo/Fo= X-Received: by 2002:a5b:589:: with SMTP id l9-v6mr7021263ybp.147.1532360541547; Mon, 23 Jul 2018 08:42:21 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a0d:d50b:0:0:0:0:0 with HTTP; Mon, 23 Jul 2018 08:42:20 -0700 (PDT) In-Reply-To: <3dabae0c-5ecc-8895-fe5b-5bf4207849ec@yahoo.com> References: <3dabae0c-5ecc-8895-fe5b-5bf4207849ec@yahoo.com> From: Andrew Vylegzhanin Date: Mon, 23 Jul 2018 18:42:20 +0300 Message-ID: Subject: Re: power off issues To: Anthony Jenkins Cc: Kevin Oberman , "freebsd-acpi@freebsd.org" , freebsd-hardware@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2018 15:42:22 -0000 Hi! This problem is disappeared after upgrade to latest BIOS for Dell R740 platform. Sorry for noise. WBR, Andrew 2018-07-19 16:15 GMT+03:00 Anthony Jenkins : > I don't see anything in your logfile. Do you get any console ACPI > errors when you execute '/sbin/shutdown -p'? If so, please post those. > > What I'm specifically looking for (and know how to fix) is the issue my > HP laptop had with shutdown/reboot - that its BIOS needed an ACPI > interface to the RTC CMOS to shut down, and FreeBSD didn't have one. > Without this interface, I'd see an ACPI error about the missing CMOS > region handler when I executed '/sbin/shutdown'. Once I implemented one, > shutdown & reboot worked normally. No idea if your Dell motherboard has > a similar issue. > > Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207419 > > On 07/18/18 03:33, Andrew Vylegzhanin wrote: > > Here is in attachment. > > > > -- > > Andrew > > > > 2018-07-18 8:48 GMT+03:00 Kevin Oberman > >: > > > > On Tue, Jul 17, 2018 at 5:54 PM, Anthony Jenkins via freebsd-acpi > > > wrote: > > > > On 07/17/18 09:54, Andrew Vylegzhanin wrote: > > > Hi! > > > > > > I have a following problem with Dell PowerEdge R740 servers: > > > shutdown -p and shutdown -r does not perform power off or > > reseting system > > > actually. > > > > > > I need to do it manually or via iDRAC after. > > > > > > Counted on two systems. > > > > Can you post the output of dmesg(8)? Want to see if there are > > any boot > > ACPI errors. > > > > Anthony Jenkins > > > > > > > > WBR, > > > -- > > > Andrew > > > > > > Better yet, post the contents of /var/run/dmesg. if it is the > > messages are too long, dmesg(8) output will be missing lines from > > the beginning. The file does not have the limit on length. > > -- > > Kevin Oberman, Part time kid herder and retired Network Engineer > > E-mail: rkoberman@gmail.com > > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > > > > > From owner-freebsd-hardware@freebsd.org Tue Jul 24 09:54:51 2018 Return-Path: Delivered-To: freebsd-hardware@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6488B1046BAD for ; Tue, 24 Jul 2018 09:54:51 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) Received: from mailout4.lrau.net (mailout4.lrau.net [IPv6:2a05:bec0:26:2::73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout4.lrau.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3B4288867 for ; Tue, 24 Jul 2018 09:54:50 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chaos1.de; s=email1; h=To:Date:Message-Id:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=lWfM70s0lV9py1LATFi6N8kcbUd9T0L1g2X/wfxb4Bw=; b=C2Je2lnUMObb1lvV+IX5ZugJ1Y u+iv9JdYbbFfK0EauLCOkcafgEMNQ23N/PljbOBkP1n1/Jqmel520LqBx2+m7wop6DBTtSVvpT4em B0faf7Jze24VJz2SEz39ATzlD5fnFnQij2x5LQEhiOH1bsQicq2mF9DZ2p6gadjSAfY9DfPAIvLiO lFBk+40K18aZOepeI2rXd3QBm20VRZfBJjW6lBe1REaHTDDBiEhYd40C1RyxhcqfuymJYb88X2D6q 9TtTNSFKnwMGHBh+8cVCP2gm3iUk92YWd5zzxKlwz1KeM04ECsQJzN8oR8OYFKTSyyCMHLSIo6o6J 63evZGjQ==; Received: from [91.216.35.74] (helo=imap.lrau.net) by mailout4.lrau.net with esmtp (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fhu1o-000FRP-D6 for freebsd-hardware@freebsd.org; Tue, 24 Jul 2018 09:54:48 +0000 Received: from Axel.Rau@Chaos1.DE by imap.lrau.net (Archiveopteryx 3.2.0) with esmtpsa id 1532426087-51941-80456/6/31; Tue, 24 Jul 2018 09:54:47 +0000 From: Axel Rau Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: USB sound DAC Message-Id: <2E66BAB7-F722-4796-8679-F5052F51DE1B@Chaos1.DE> Date: Tue, 24 Jul 2018 11:54:47 +0200 To: Anthony Jenkins via freebsd-hardware X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 09:54:51 -0000 Hi all, I=E2=80=99m looking for recommendations for a USB sound D/A device for a = gstreamer application. The motherboard in use is http://www.supermicro.com/products/motherboard/atom/x10/a1sri-2758f.cfm I have no experience with FreeBSD sound at all. Any hints welcome, Axel =2D-- PGP-Key:29E99DD6 =E2=98=80 computing @ chaos claudius From owner-freebsd-hardware@freebsd.org Tue Jul 24 10:10:09 2018 Return-Path: Delivered-To: freebsd-hardware@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A6D210471B5 for ; Tue, 24 Jul 2018 10:10:09 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A84188DD3 for ; Tue, 24 Jul 2018 10:10:08 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id AEECC2605D5; Tue, 24 Jul 2018 12:10:07 +0200 (CEST) Subject: Re: USB sound DAC To: Axel Rau , Anthony Jenkins via freebsd-hardware References: <2E66BAB7-F722-4796-8679-F5052F51DE1B@Chaos1.DE> From: Hans Petter Selasky Message-ID: <7f2b5309-4031-b7a8-209e-c22e6a4a7e89@selasky.org> Date: Tue, 24 Jul 2018 12:09:48 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <2E66BAB7-F722-4796-8679-F5052F51DE1B@Chaos1.DE> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 10:10:09 -0000 On 07/24/18 11:54, Axel Rau wrote: > Hi all, > > I’m looking for recommendations for a USB sound D/A device for a gstreamer application. > The motherboard in use is > http://www.supermicro.com/products/motherboard/atom/x10/a1sri-2758f.cfm > I have no experience with FreeBSD sound at all. > Any hints welcome, > How many channels? --HPS From owner-freebsd-hardware@freebsd.org Tue Jul 24 12:02:23 2018 Return-Path: Delivered-To: freebsd-hardware@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73FE31049C0F for ; Tue, 24 Jul 2018 12:02:23 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) Received: from mailout4.lrau.net (mailout4.lrau.net [IPv6:2a05:bec0:26:2::73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout4.lrau.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0802F8C300 for ; Tue, 24 Jul 2018 12:02:23 +0000 (UTC) (envelope-from Axel.Rau@Chaos1.DE) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chaos1.de; s=email1; h=Message-Id:In-Reply-To:To:References:Date:Subject:Mime-Version: Content-Type:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=F4GnSKcidck30vfMyuWxuaDj28eZ3WsB3cM9X/5UfjE=; b=MTswZ3Jy+GHqbZVdid74vm/zWC VqLhB/TzTSgL6O3rt+P/nqo7F+OcyrKxDQxvAK68bFLlVfEumknKXfc1ZNstyBXVoNN4bcnEs1tgA T+CuojFjNjNFiWVUQM8czK/dUceYBIpit1mYL16lO16Wifo7MrnDXYR9PKALyBFRWQDbL0WlwNq6i 7fO2YpTyoa3143zO28x/axgQejgRkoHb6afK8LWCLDmzuC7QhjhpiywNImAvSkR/On0jK26RwC5ne PvRTGcUQSKGAyvyxmM/+SLBqabR7s1K5ymlS5xesaIkspydeeTqa5Ovi/1dyLVFVBYoHN6v2UVXyh KZb8phgw==; Received: from [91.216.35.74] (helo=imap.lrau.net) by mailout4.lrau.net with esmtp (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fhw1G-000IvE-D7 for freebsd-hardware@freebsd.org; Tue, 24 Jul 2018 12:02:22 +0000 Received: from Axel.Rau@Chaos1.DE by imap.lrau.net (Archiveopteryx 3.2.0) with esmtpsa id 1532433741-80459-80456/6/24; Tue, 24 Jul 2018 12:02:21 +0000 From: Axel Rau Mime-Version: 1.0 Subject: Re: USB sound DAC Date: Tue, 24 Jul 2018 14:02:20 +0200 References: <2E66BAB7-F722-4796-8679-F5052F51DE1B@Chaos1.DE> <7f2b5309-4031-b7a8-209e-c22e6a4a7e89@selasky.org> To: freebsd-hardware@freebsd.org In-Reply-To: Message-Id: <24C27C2F-FAE5-4932-8D9B-BD3422ADE4C1@Chaos1.DE> X-Mailer: Apple Mail (2.3273) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 12:02:23 -0000 > Am 24.07.2018 um 12:22 schrieb Hans Petter Selasky >: >=20 > On 07/24/18 12:13, Axel Rau wrote: >>> Am 24.07.2018 um 12:09 schrieb Hans Petter Selasky >: >>>=20 >>> How many channels? >> One. >> Stereo mixed to mono would be ideal. >=20 > This one works with FreeBSD, but you need to switch a button to enable = legacy USB audio mode on the bottom of the device. >=20 > https://www.roland.com/us/products/duo-capture_mk2/ Thanks. Seems to be discontinued, but I found one. Headset output would require me to create a symmetrical line amplifier. Anybody nows a device with such an output? Axel =2D-- PGP-Key:29E99DD6 =E2=98=80 computing @ chaos claudius =2D-- PGP-Key:29E99DD6 =E2=98=80 computing @ chaos claudius