From owner-freebsd-questions@FreeBSD.ORG Mon Jun 12 12:41:23 2006 Return-Path: X-Original-To: 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 A39A216A5C6 for ; Mon, 12 Jun 2006 12:41:23 +0000 (UTC) (envelope-from ghostcorps@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A6143D55 for ; Mon, 12 Jun 2006 12:41:21 +0000 (GMT) (envelope-from ghostcorps@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so885913wxd for ; Mon, 12 Jun 2006 05:41:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=SpOj8W7sl1Gbu/CQ4Pxov+JJW2wKEGdFTDpieow0cZJeHZzAmH8Vgyx7EZSx6MfKylhIA/libTB6nqZqCfmHHuy/ZZ94Pq6hncy9KNVaGFSEsAfAXVNB7UvZgNT7FEw8jp0oZ5Kazcm6c90Kq6MNGVVDIyiHegsrOLtJxLzgs/w= Received: by 10.70.133.13 with SMTP id g13mr6386520wxd; Mon, 12 Jun 2006 05:41:18 -0700 (PDT) Received: by 10.70.12.12 with HTTP; Mon, 12 Jun 2006 05:41:18 -0700 (PDT) Message-ID: <4c06024b0606120541j63d3238y3907e9d525f0f278@mail.gmail.com> Date: Mon, 12 Jun 2006 22:41:18 +1000 From: ghostcorps To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: core dumps after kldloading snd_emu10kx.ko X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ghostcorps@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 12:41:23 -0000 Hi Guys I have to just say first, I'm pretty new to this, please be patient :) Firstly: $ uname -a FreeBSD ************** 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 I recently added emu10kx ( http://www.freebsd.org/cgi/url.cgi?ports/audio/emu10kx/pkg-descr), but when I run kldload snd_emu10kx.ko the Kernel panics. As follows: ---- Kernel trap 12 with interrupts disabled Fatal trap 12 : Page fault while in Kernel mode fault virtual address =0x74 fault code = Supervisor read, page not present instruction pointer = 0x20: 0xc0 657d4d stack pointer = 0x28: 0xef 71894c frame pointer = 0x28: 0xef 718950 Code segment =Base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def321, gran 1 Processor eflags = Resume, IOPL =0 Current process = 686 (kldload) Trap number =12 ---- I can't find anyone with the same issue on google, so I guess the problem goes deeper that the sound card driver. Can anyone suggest where to start looking? Thanks in advance =^_^=