From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 14:53:52 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 124351065684 for ; Thu, 31 Jul 2008 14:53:52 +0000 (UTC) (envelope-from ebzzry@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9C58FC13 for ; Thu, 31 Jul 2008 14:53:51 +0000 (UTC) (envelope-from ebzzry@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so707759fkk.11 for ; Thu, 31 Jul 2008 07:53:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=CFHhFPBIyZfe5fU7Jh4psIsmY71PnljKl3qqqbH8Dp0=; b=DyKdMOEXe0vGKr1X0lu4Tnb6+ZZpHqBX3LBjEJ534QEvDTHIZrssdXrcjd5ghnQ5Xl Q9VT4vSvkpwz+ceGCIcJ7EP5iSri23XuwEGUWgU5nPfx2zFyj4kAr7UAcBQUd6hA9Vxo 5s04ktTSZxvm+SZY1+m8Dg9Y2ZBLxtm50+cXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=fQLosDfCMjHZU227O5oXXoNA3ndJoGFI2nixCAgvAWSFhTV3F63NJP918CnN0rL3Bk Rv/+exQgPDL9SNQx9nARxGg0X3covG8qzRvkx9y3BccH1dQUfNbWJCjNdz2ifyFnhOVS On3LmmYCfKQkGXFSFX/8/KCGuh1XbQ4A1KV7g= Received: by 10.187.171.8 with SMTP id y8mr186906fao.62.1217516030257; Thu, 31 Jul 2008 07:53:50 -0700 (PDT) Received: by 10.187.243.12 with HTTP; Thu, 31 Jul 2008 07:53:50 -0700 (PDT) Message-ID: <391934950807310753j3a406977lf85f18eb63c077c3@mail.gmail.com> Date: Thu, 31 Jul 2008 22:53:50 +0800 From: "Rommel Martinez" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 14:53:52 -0000 > Perhaps this will help you out with the situation; this is from a > previous post. I know for sure your audio chip's device/vendor id is > 0x266e8086. This is a fix for someone with FreeBSD-6.2; even though the > person suggests to grab the compiled modules, he also has the sources > there. This person had the same issues with volume, and this fixed the > problem. I hope this helps. > > -nawcom > > " :30:2: class=0x040100 card=0x099c103c chip=0x266e8086 > rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW AC '97 Audio Controller' > class = multimedia > subclass = audio > > Ok. Lets make it quick and simple. Grab both (I repeat: BOTH) sound.ko > and snd_ich.ko from http://people.freebsd.org/~ariff/test/ . > > Let me guess. mixer "phout" and "ogain" control both \ > headphone and > speaker separately, while mixer "vol" seems useless. Prove me wrong. > > > > -- > Ariff Abdullah > FreeBSD > 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. -- Rommel M. Martinez