From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 17:06:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89B22106564A for ; Thu, 31 Jul 2008 17:06:30 +0000 (UTC) (envelope-from nawcom@nawcom.com) Received: from flpi102.prodigy.net (flpi102.sbcis.sbc.com [207.115.20.71]) by mx1.freebsd.org (Postfix) with ESMTP id 78ADD8FC1D for ; Thu, 31 Jul 2008 17:06:30 +0000 (UTC) (envelope-from nawcom@nawcom.com) Received: from nawcoms-macbook.local (adsl-68-252-71-82.dsl.sfldmi.ameritech.net [68.252.71.82]) (authenticated bits=0) by flpi102.prodigy.net (8.13.8 smtpauth/dk/8.13.8) with ESMTP id m6VH6Tpp027099 for ; Thu, 31 Jul 2008 10:06:29 -0700 Message-ID: <4891B8B5.8030701@nawcom.com> Date: Thu, 31 Jul 2008 13:05:57 +0000 From: nawcom User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <391934950807310753j3a406977lf85f18eb63c077c3@mail.gmail.com> In-Reply-To: <391934950807310753j3a406977lf85f18eb63c077c3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Very very weak sound from the speaker 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: Thu, 31 Jul 2008 17:06:30 -0000 Did you compile it from the source files there or try to use the precompiled ones? I wouldn't be surprised if the precompiled ones would crash it since it was for 6.2 - my guess is you are using a 7-release; sorry if you misinterpreted what I was directing you towards. I read up on it and this fix should be included in 7-CURRENT. Hopefully Watanabe's patch he gave you will do the trick for your specific laptop model. - nawcom > I did that and I got a kernel panic. With the following on the console: > > -------------------------------------------------------------------------------- > KLD file sound.ko - could not finalize loading > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0xf00de2cf > fault code = supervisor write, page not present > instruction pointer = 0x20:0xc0741063 > stack pointer = 0x28:0xc1020d20 > frame pointer = 0x28:0xc1020d6c > code segment = base 0x0, limit 0xfffff, type 0x13 > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, 10PL = 0 > current process = 0 () > trap number = 12 > panic: page fault > cpuid = 0 > -------------------------------------------------------------------------------- > > I restored the original sound.ko snd_ich.ko to be able to use the system. > >