From owner-freebsd-questions@FreeBSD.ORG Tue May 20 19:07:16 2003 Return-Path: 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 B3D3C37B401 for ; Tue, 20 May 2003 19:07:16 -0700 (PDT) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEAFD43F93 for ; Tue, 20 May 2003 19:07:15 -0700 (PDT) (envelope-from konokrad@list.ru) Received: from [67.86.69.131] (port=1028 helo=distortionnet.homeunix.net) by mx3.mail.ru with asmtp id 19IJ0c-000CUi-00 for freebsd-questions@freebsd.org; Wed, 21 May 2003 06:07:14 +0400 Date: Tue, 20 May 2003 22:07:10 -0400 From: Konokrad To: freebsd-questions@freebsd.org Message-Id: <20030520220710.4d10a688.konokrad@list.ru> In-Reply-To: <20030520210922.GA72326@grumpy.dyndns.org> References: <20030520163831.13a28fbb.konokrad@list.ru> <20030520210922.GA72326@grumpy.dyndns.org> X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Need help with the sound card!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 02:07:17 -0000 On Tue, 20 May 2003 16:09:22 -0500 David Kelly wrote: > Don't mess with building a kernel until you have found the right > driver. The simplest way I know is (as root) "kldload > /modules/snd.ko". Then watch the output on a console, via dmesg(8), > and/or the contents of/var/log/messages to see which (if any) of the > kld modules liked your sound card. OK, I have loaded snd.ko. However I see no output in dmesg or /var/log/messages. Does that mean that my sound card is not supported at all? Is there a way to test if it's connected properly? Also when I tried unloading the modules the machine rebooted. It wouldn't be a big problem but it is also the firewall machine and it's not a good idea to reboot it too often. How do I unload the modules properly? Thanks, Igor P.