From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 16:32:29 2005 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 072BC16A41F for ; Sun, 23 Oct 2005 16:32:29 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A0D43D45 for ; Sun, 23 Oct 2005 16:32:28 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.144.61.174] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.52 (FreeBSD)) id 1ETiln-000NeJ-Cs for freebsd-questions@freebsd.org; Sun, 23 Oct 2005 12:32:27 -0400 Message-ID: <04bb01c5d7ef$5e3ba550$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBSD" References: <03c201c5d764$be36c8d0$210110ac@fortunato> <435AD3B3.7030506@mkproductions.org> Date: Sun, 23 Oct 2005 11:32:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Sound driver 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: Sun, 23 Oct 2005 16:32:29 -0000 Mark Kane wrote: > Teilhard Knight wrote: >> Hello: >> >> I have only compiled a kernel for FreeBSD for the series 4.x. I now >> installed version 5.4, and I do not have sound. I am compiling my >> custom kernel essentially to get sound. In the series 4.x the driver >> "pcm" worked fine for me. My question is whether I should stick to >> the same driver or I should use another driver in the 5.4 install. >> Any feedback will be appreciated. >> >> Teilhard. > > Hi. Check out: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html > > It's "device sound" in 5.x instead of "device pcm". Obviously then add > in support for your specific sound card with the documentation > provided there. > > Hope that helps. It helped a lot. I issued the command "kldload sound" in my original kernel, and loaded the module snd_ich. I have sound now when I click on "test sound" in the sound section of the CC and on starting a KDE session. Problem is, I only get sound through the right hand side and I get nothing when trying to play a CD. Any ideas? Teilhard