From owner-freebsd-questions@FreeBSD.ORG Sat Apr 16 04:30:36 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 66CA11065670 for ; Sat, 16 Apr 2011 04:30:36 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 1C2078FC0C for ; Sat, 16 Apr 2011 04:30:35 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id p3G4UJCp017610; Fri, 15 Apr 2011 22:30:22 -0600 From: Erich Dollansky To: "Zhang Weiwu, Beijing" Date: Sat, 16 Apr 2011 11:30:18 +0700 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.4; amd64; ; ) References: <4DA86009.5090808@realss.com> <201104160942.38440.erich@alogreentechnologies.com> <4DA91827.2040107@realss.com> In-Reply-To: <4DA91827.2040107@realss.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104161130.18814.erichfreebsdlist@ovitrap.com> Cc: freebsd-questions@freebsd.org Subject: Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2 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: Sat, 16 Apr 2011 04:30:36 -0000 Hi, On Saturday 16 April 2011 11:16:39 Zhang Weiwu, Beijing wrote: > On 04/16/2011 10:42 AM, Erich Dollansky wrote: > > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > >> # kldload snd_driver > > this will never work. > > > > You must load the driver for your sound card. Something like > > > > kldload snd_hda > > I am confused, because the handbook says the opposite: > http://www.freebsd.org/doc/handbook/sound-setup.html > > the handbook also says: 'Other available loadable sound modules are listed in /boot/defaults/loader.conf.' I simply tried some out. If I remember right, mine was also not listed to work but worked with the driver I used as an example for you. Do not forget, the handbook is not necessarily written by the same person as the program. Erich