From owner-freebsd-questions@FreeBSD.ORG Sun Oct 1 19:10:35 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 DF57B16A403 for ; Sun, 1 Oct 2006 19:10:35 +0000 (UTC) (envelope-from nullpt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DCB43D5C for ; Sun, 1 Oct 2006 19:10:34 +0000 (GMT) (envelope-from nullpt@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so406643uge for ; Sun, 01 Oct 2006 12:10:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HxNjJ3e+uB1pQMIZszaTcMcwAS5edUqvemPS0n4H1XZ+4SH6HNdD0J/1efH76xCrHzo1V/anO6zseW6K6OkcVuxftfigZRHWZqvIGrTslJEiFSf6CrUONxjUZA6A8jpm50NpEEasfwjn6//1KxbJRDWIf4Nhh6KgyQlSZugyfUg= Received: by 10.67.117.18 with SMTP id u18mr2154162ugm; Sun, 01 Oct 2006 12:10:33 -0700 (PDT) Received: by 10.66.237.20 with HTTP; Sun, 1 Oct 2006 12:10:33 -0700 (PDT) Message-ID: <755cb9fc0610011210x6dd419c8g86ecab73bc7faa44@mail.gmail.com> Date: Sun, 1 Oct 2006 20:10:33 +0100 From: "Alexandre Vieira" To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: pcm0 + rl0 in the same irq causes panic 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, 01 Oct 2006 19:10:36 -0000 Hello folks, I'm having some troubles setting up my freebsd workstation. blackpearl# vmstat -i interrupt total rate irq1: atkbd0 1248 3 irq9: acpi0 720 1 irq12: psm0 4614 12 irq14: ata0 45465 123 irq16: pcm0 rl0++ 369 1 cpu0: timer 733657 1993 Total 786073 2136 blackpearl# I recently got sound in my laptop trough the recent snd_hda(4) driver by Ariff. Whenevr artds (our anything else opens the device) I get a panic fatal trap 19 (non-maskable interrupt trap while in kernel mode). What info do I need to submit in order to investigate this issue? Regards, -- Alexandre Vieira - nullpt@gmail.com