From owner-freebsd-arm@freebsd.org Sun Sep 4 23:57:24 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40768B7237D for ; Sun, 4 Sep 2016 23:57:24 +0000 (UTC) (envelope-from gettingchoppy@gmail.com) Received: from mail-pf0-x22c.google.com (mail-pf0-x22c.google.com [IPv6:2607:f8b0:400e:c00::22c]) (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 1C6C7E26 for ; Sun, 4 Sep 2016 23:57:23 +0000 (UTC) (envelope-from gettingchoppy@gmail.com) Received: by mail-pf0-x22c.google.com with SMTP id w87so1138270pfk.2 for ; Sun, 04 Sep 2016 16:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:user-agent:mime-version; bh=8cyFh9P91l41DnmYBF1eYvaexnl7Gf/86o+PXaN6Lko=; b=fQTl1jq1h048B+P9wvpdOFKIZtX9xLg6GElY+TJKzixsaQZTaklrCMyVk2bkxuCWjI x05zbZaOT3t2iG2FtUtruuSWM4gTspBXYUJ9V3Qz2O1EHKN4PtfJAMNtRPbDD8zbUUac udjDX52GRywFL8QtLgUIxvC1CRVImaPhz9Z5qCprmaS0QXD1pMdI3O9C111Jz8soKrBr 4ZXVWoHAnlENzPXFQoYcqL4Npqxicxx9eRghTaO4cKuuWUqN6hX9k23IKOevoesum1DZ j9yIt6FBFq8qhwVTHh7N0UhRsvJACMzlBMLQuyMBBtUrT8BVGoRo7+oFp/EyIQav6RoB BvMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:user-agent :mime-version; bh=8cyFh9P91l41DnmYBF1eYvaexnl7Gf/86o+PXaN6Lko=; b=YqWXbKWuLWfKnlCtHMmDfPaEDiTriZStAGmKt9EP6x5DY5Q5cD8YF85tAAw/ylByRn jPc5IzpPR/2D+pECjQgK4b+kRqGSLOY+0U6ekvR8Lp+UjEc5WT0RzbeRl9KklIvpa/uP qTQn8+16Kb7X6/rc2bt28qKTiw+diOWZZldVwIWZ1A76nXR7TQQo/sdUzN3jCkQGodtY I0forPP//z7zygGnJkfapI01tQwi4/L/zpOTvwO2BPHDZah5TNvLfIO1cSqZHZg7Zjmx dAY3K9PxDD1RSng74e1QyajwBiRmiIShR2LGe7OrQgvtZB2lFwkQqObQY5Job4mxYgUI Pa6w== X-Gm-Message-State: AE9vXwMHx4NgbXtYERVpqeBx1cIy1pfFV+y8Zlp7aL2NYZ7Fvoq8pLyqjr14c18nU2DQZg== X-Received: by 10.98.34.151 with SMTP id p23mr58486804pfj.102.1473033443444; Sun, 04 Sep 2016 16:57:23 -0700 (PDT) Received: from gmail.com ([118.149.253.176]) by smtp.gmail.com with ESMTPSA id l128sm29353639pfl.21.2016.09.04.16.57.21 for (version=TLS1_2 cipher=AES256-GCM-SHA384 bits=256/256); Sun, 04 Sep 2016 16:57:22 -0700 (PDT) Date: Mon, 05 Sep 2016 11:55:40 +1200 From: Ron To: freebsd-arm@freebsd.org Subject: PiZero hdmi audio Message-ID: X-Organization: - User-Agent: Messenger-Pro/1.00c (MsgServe/1.00a) (RISC-OS/5.22) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 23:57:24 -0000 Hi, my first post to this forum. Gmail pop/smtp has been a problem with two other forums I've subscribed to, whereby it does not send the mirror of my own post back. It must be comparing contents and treating it as a bounce or duplicate but there is no settings for this or sign of them via the webmail ui. I could try /sending/ my posts via yahoo smtp, but maybe the forum would not recognise the sender then? I can specify an alternate 'reply to' but this may not be the same thing. Most likely will have to try forums using my yahoo account in the end. I have been enjoying FreeBSD11 RC1 for RaspB on a PiZero, I have the restriction of no network and have been installing the *.txz packages locally with pkg add I have hdmi_drive=2 in config.txt, this has been necessary to get audio on hdmi on another platform. aplay -l finds no soundcards. running the all.log at startup shows an entry for vchiq0 then pcm0 but I think I may be missing the /dev/snd/ entries. I recall reading how to add an entry manually for a serial modem once, Is there a generic way of adding a device, assuming that the kernel sound driver is actually working, I guess. Thanks for any help Ron M.