From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 21:19:44 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 1DA1437B5E0 for ; Sun, 10 Aug 2003 21:16:18 -0700 (PDT) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADAD44938 for ; Sun, 10 Aug 2003 19:33:38 -0700 (PDT) (envelope-from bcbennett@bellsouth.net) Received: from bennett1 ([68.18.7.72]) by imf19aec.mail.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with SMTP id <20030811023338.SQAM22300.imf19aec.mail.bellsouth.net@bennett1> for ; Sun, 10 Aug 2003 22:33:38 -0400 Message-ID: <003e01c35fb0$f96f2740$0300a8c0@bennett1> From: "Bruce Bennett" To: Date: Sun, 10 Aug 2003 22:33:39 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Newbie: 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: Mon, 11 Aug 2003 04:19:44 -0000 I'm trying to get FreeBSD 4.8 to recognize my sound card a Creative = Sound Blaster 32 ISA. I've run: kldload -v snd_pcm snd_sbc, with the following output: loaded snd_pcm, id=3D3 sbc0: at port 0x220-0x22f, 0x330-0x331, 0x388-0x38b = irq 5 drq 1,5 on ISA 0 loaded snd_sbc=3D4 When I reboot I do not get any reference to pcm0 in dmesg.boot I've tried adding: snd_sbc_load=3D"YES", to the /boot/loader.conf, but = this didn't make any difference. Any suggestions would be appreciated.