From owner-freebsd-questions@FreeBSD.ORG Mon Aug 21 05:44:52 2006 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 7E70316A4F5; Mon, 21 Aug 2006 05:44:52 +0000 (UTC) (envelope-from brad@ibiscode.com) Received: from mail-ihug.icp-qv1-irony6.iinet.net.au (ihug-mail.icp-qv1-irony6.iinet.net.au [203.59.1.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id C795143D62; Mon, 21 Aug 2006 05:44:50 +0000 (GMT) (envelope-from brad@ibiscode.com) Received: from unknown (HELO [192.168.1.35]) ([210.84.42.53]) by mail-ihug.icp-qv1-irony6.iinet.net.au with ESMTP; 21 Aug 2006 13:44:46 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.08,150,1154880000"; d="scan'208"; a="422512104:sNHT2549836214" Message-ID: <44E947F8.1050607@ibiscode.com> Date: Mon, 21 Aug 2006 15:43:20 +1000 From: Brad Kowalczyk User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <44E7E896.4060008@ibiscode.com> <20060820032034.GB14678@wantadilla.lemis.com> <44E83DB5.4020709@ibiscode.com> <20060821020307.GA1113@wantadilla.lemis.com> In-Reply-To: <20060821020307.GA1113@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nforce audio problem 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: Mon, 21 Aug 2006 05:44:52 -0000 Greg 'groggy' Lehey wrote: > On Sunday, 20 August 2006 at 10:47:17 +0000, Brad Kowalczyk wrote: > >> Greg 'groggy' Lehey wrote: >> >>> On Sunday, 20 August 2006 at 4:44:06 +0000, Brad Kowalczyk wrote: >>> >>>> Seems I have the correct driver loaded and the device exists but no >>>> sound... >>>> >>> It would be good to say which one (kldstat output), but from below I >>> expect you'll have: >>> >>> ... >>> >> Here's my kldstat output: >> >> (all drivers loaded) >> >> I reallise I don't need all those other sound drivers, but can't >> seem tp find where to disable them... >> > > That depends on how you enabled them :-) You should have something > like this in /var/run/dmesg.boot: > > pcm0: port 0xe400-0xe4ff,0xe800-0xe87f mem 0xeb000000-0xeb000fff irq 21 at device 6.0 on pci0 > pcm0: > yes: pcm0: port 0xe400-0xe47f,0xe000-0xe0ff mem 0xdc180000-0xdc180fff irq 16 at device 6.0 on pci0 pcm0: > In this case, you should add to your /boot/loader.conf (creating the > file if it doesn't exist): > > snd_ich_load=YES > yes I have that > >>> It might also help if you can connect the pcm device to a different >>> IRQ from the nv device; but that depends on your motherboard BIOS. >>> >> I'm running 5.4 STABLE. I don't have much experience on FreeBSD, how do >> I change the IRQ for a device? >> > > As I say, > > >>> that depends on your motherboard BIOS. >>> > > I'd look in the PCI device configuration first. > > It might also help to move to 6.1. I had problems with sound on this > board until I did I attempted to upgrade to 6.1 last week. All went well until make installkernel where I got a 'no disk space' error part way through. I ended up doing a complete reinstall as I somehow ended up with an unbootable system. I'll keep fiddling about anyhow. Thanks for your input. BTW love your brewing fridge! Got to get me one of those :) Cheers, Brad