From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 16:03:17 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 2025C16A4B3 for ; Fri, 26 Sep 2003 16:03:17 -0700 (PDT) Received: from smtp101.mail.sc5.yahoo.com (smtp101.mail.sc5.yahoo.com [216.136.174.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 72EAA43FEC for ; Fri, 26 Sep 2003 16:03:16 -0700 (PDT) (envelope-from ecrist@tech-con-inc.com) Received: from c-24-245-12-69.mn.client2.attbi.com (mnslinky@24.245.12.69 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 26 Sep 2003 23:03:16 -0000 From: Eric F Crist Organization: Tech-Con, Inc To: freebsd-questions@freebsd.org Date: Fri, 26 Sep 2003 18:08:28 -0500 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200309261808.28178.ecrist@tech-con-inc.com> Subject: Re: SBLive! Sound card doesn't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ecrist@tech-con-inc.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 23:03:17 -0000 webdenis@inbox.ru wrote: > I am beginner in FreeBSD. > I had installed FreeBSD 5.1 Release, but I don't here sounds.... > I use Creative SBLive! sound card. > It sound card work successfully in WindowsXP, but in FreeBSD.... > My friend sad that I must recompile system.... But I don't know how I can > do it. > Tell me please what I must do know? I also have this sound card and have been using it successfully for some time now. You need to do the following: grog# cd /usr/src/sys/i386/conf/ grog# ee GENERIC scroll all the way to the bottom and add this line: device pcm hit ESC, A, A, type grog# config GENERIC grog# cd ../compile/GENERIC grog# make dep; make; make install; shutdown -r now when it's all done, it will reboot the system and you should have sound!