From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 06:11:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA01616A420 for ; Fri, 27 Jan 2006 06:11:48 +0000 (GMT) (envelope-from mickcharlesbeaver@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313C243D46 for ; Fri, 27 Jan 2006 06:11:48 +0000 (GMT) (envelope-from mickcharlesbeaver@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so434435uge for ; Thu, 26 Jan 2006 22:11:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M10AJzTXEe78KIl3ClAlI5VRY7f79uV/70bX5qBDst1VVLwLNoO+268pZfwwUdnI5ihxVBt48blFTN5JZngDan1fEsH2iCqdORpf3VtgtHUdWjMSkn3BXFmUjnRwB6ONKXu3EeyE7DSAt7qTZ8p0RKh4kTeNAYhxB65l4Git1/c= Received: by 10.66.254.12 with SMTP id b12mr1206309ugi; Thu, 26 Jan 2006 22:04:31 -0800 (PST) Received: by 10.66.221.5 with HTTP; Thu, 26 Jan 2006 22:04:31 -0800 (PST) Message-ID: Date: Fri, 27 Jan 2006 00:04:31 -0600 From: Mick Beaver To: Ivan Rambius Ivanov In-Reply-To: <89ce7f740601261957p730194bfs128296cbb1055dc6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <89ce7f740601261957p730194bfs128296cbb1055dc6@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Setting up Sound Blaster Pro card 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: Fri, 27 Jan 2006 06:11:48 -0000 Ivan, SoundBlaster compatible does not mean that it requires the SoundBlaster dri= vers. Here is how I figure out the audio system with FreeBSD. I am certain the others will be able to correct me. I just reinstalled my computer, queen-supreme, last night. Here is what I d= o: queen-supreme# kldload snd_driver queen-supreme# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xe000 irq 22 kld snd_via8233 (5p/1r/0v channels duplex default) You see the driver name after "kld". This is what you will load or compile into your kernel. -Mick Charles Beaver