From owner-freebsd-questions@FreeBSD.ORG Wed Jun 1 02:29:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0343A1065676 for ; Wed, 1 Jun 2011 02:29:46 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 816728FC14 for ; Wed, 1 Jun 2011 02:29:45 +0000 (UTC) Received: by bwz12 with SMTP id 12so6183157bwz.13 for ; Tue, 31 May 2011 19:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Kq9QVRNezDL1iNlbhRdakAY3R0lF/Tav1Vvf3OXc680=; b=ewNgCZRv4dcEFX7P4uSNNnCQUm8K68ymCKuxoaZ4EyCO1muTEIy49GxVrNAfRqTkQD NnuNYMqdxq2AFbS/M7WsXjXU3GQXUGYlR0MG7VTji6MezrBDlB3pMXhkhVrKmAzMRfP0 h9PWywETfo2fEP7O5dAmYDVX+Ro2lq/JWBeH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=e0xG5fhu7UEnEsCK1HR8Mr1iJM6Y0bXaHDUwCHhZSasVEDugo8+cnnEotjLgUDCZv6 TvVKZp6OpOvJvOu4SS3VoyYzMZG3s/ZjtQZEGCoN8fJoiFZcZrin7BzlthQTcnfR982r P/JIdyg3t7YKWOWqW5f1x7de1bH4anTC0/cOA= MIME-Version: 1.0 Received: by 10.204.19.5 with SMTP id y5mr3060154bka.194.1306895384136; Tue, 31 May 2011 19:29:44 -0700 (PDT) Received: by 10.204.51.84 with HTTP; Tue, 31 May 2011 19:29:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 May 2011 22:29:44 -0400 Message-ID: From: Xn Nooby To: Antonio Olivares Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List Subject: Re: A small script to customize FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 02:29:46 -0000 > kldload snd_driver > will load the sound driver that it thinks would be the best, but then I considered using the auto-detect driver, I probably should in a script used by many people. I did not know if there were any disadvantages to using it. > I see the following code could do the job, but it might need some testing :( That is an interesting script - is there an advantage over loading the auto-detect driver? I have trouble knowing which driver to load, even when the system tells what it loaded using the auto-detect driver, lol. > Antonio thanks for the suggestion!