From owner-freebsd-questions@FreeBSD.ORG Tue Aug 27 03:46:15 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id EC50F30B for ; Tue, 27 Aug 2013 03:46:15 +0000 (UTC) (envelope-from carlj@peak.org) Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDBE826A8 for ; Tue, 27 Aug 2013 03:46:15 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id rp2so4299949pbb.0 for ; Mon, 26 Aug 2013 20:46:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:subject:references:mail-followup-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=6PdSSniZ4t6RPWf0qx68nn7J91YpCBRxsSpCsgUMX1g=; b=oL9364Y0sUwRJ8RiUgFJrQxoNHBPB3Z8z/FAdwb2xU8z6V5XPJ3P7FXWixRm19edl2 z4oUiITvbSJiHi3y8RskHt0vzwsEh4ReegSBU9IGU6GGygEojBI/xq4uQMCB2YPq0FBf tGxTfejNC/kzzTbcRbeafYpPiOOSHX293yq+Q6kCyNJzsnM6vr6LSZl5Z8hSgO3rOAM5 0uo83de7U3vsacM9smz0+hDysajnI+jWxDJWS5QGIBnChTiNwWFWP0k/vzb6XAclTu77 UMCIqjE612uq0pwRAPNY69OOggKKR6/2V1ttrrlaVvuPTw6uh4mjbfMwbZSAfKMTMQ47 1MWQ== X-Gm-Message-State: ALoCoQmiO+zE3WQh/wLO2sih6UumcR8r04RGu6QtRhXZAb4fqbkk8ckHauhgGX5THdCtIfq7tK5D X-Received: by 10.68.191.36 with SMTP id gv4mr6381420pbc.167.1377575169652; Mon, 26 Aug 2013 20:46:09 -0700 (PDT) Received: from birch.localnet ([207.55.103.135]) by mx.google.com with ESMTPSA id wr9sm21565681pbc.7.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 26 Aug 2013 20:46:08 -0700 (PDT) Received: from oak.localnet (oak.localnet [192.168.193.34]) by birch.localnet (Postfix) with ESMTP id 3D757556E8 for ; Mon, 26 Aug 2013 20:46:03 -0700 (PDT) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id EF399C4ED for ; Mon, 26 Aug 2013 20:46:02 -0700 (PDT) Received: (from carlj@localhost) by oak.localnet (8.14.7/8.14.7/Submit) id r7R3k2rD080852; Mon, 26 Aug 2013 20:46:02 -0700 (PDT) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: had sound working, updated machine now lost sound References: Mail-Followup-To: freebsd-questions@freebsd.org Date: Mon, 26 Aug 2013 20:46:02 -0700 In-Reply-To: (Antonio Olivares's message of "Mon, 26 Aug 2013 16:48:40 -0500") Message-ID: <878uzn4wzp.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 03:46:16 -0000 Antonio Olivares writes: > Dear all, > > Following advice from thread(s) : > > http://forums.pcbsd.org/showthread.php?t=13976 > > http://forums.freebsd.org/showthread.php?t=5136 > > root@grullahighschool:~ # sysctl hw.snd.default_unit=0 > hw.snd.default_unit: 1 -> 0 > > Got the sound working like it was. > How do I get it to stick across reboots? > > Which would be the preferred way? Since you can set it with sysctl then sysctl.conf is the logical place, although loader.conf might also work. I use sysctl.conf so I know that works. -- Carl Johnson carlj@peak.org