From owner-freebsd-current@freebsd.org Wed Feb 17 19:48:27 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DED39AAC9B5 for ; Wed, 17 Feb 2016 19:48:27 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABBF81EDF for ; Wed, 17 Feb 2016 19:48:27 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: by mail-vk0-x232.google.com with SMTP id c3so24524268vkb.3 for ; Wed, 17 Feb 2016 11:48:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CpT/j5AJvTbZZjJb1cR9NDb5Jpo2o+A5j7w0sJ+hbOs=; b=IntPIEWeInPqJwV6HWIssNDsbienTrJR3XLIXE1RSnBiZDZM3qcT5IxisaCjmm/HK2 tVi9P8IFvMXOmDjtPR9WZ7525aG1XtXADsa+5VY/H9mLdb6KbctzzFjqFPQjDZU9h/Vm qyf+1EUUZrMstwlHRHfWkYOBKWWEog/zxJST6vWoDPrIY2Lt6jARzCMgWZrII+9UUD5r V9qUWXtmHeY1cLZ27BLn21wewxI0cPkyFK3BUQhb3B5heRFZlZ3JOSW885Nn9qX0UbxF bmDfFDztIHs70LcU4TB3wegakmK1K6c/xgInLTyQ2vgnLHDgJSyH4fhtLcCctHVt3qd3 aukA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=CpT/j5AJvTbZZjJb1cR9NDb5Jpo2o+A5j7w0sJ+hbOs=; b=hz4QHpVbAzflsfARcwcZ/DIFnySQq36OyyVSjWywg/aayNd58eTo71kekyjYoQjr61 jxmgif3wDaoFk95jATzbCAZ7pEKSWqj7QS+LF0PysrxSYSDeEC0NeH69OkVBJv8ao0Rh gvMvbAN0beRFva1Jn8UbiKK1+JfjT5wsbPjzLy7NSjmFKQIn7Le0GjhjELV4ncXhy8t3 XiAZEO73B1NjbFmB4QPw2zKOFcYFA1TFg1tvUjgf1ZSequnQzwpZDMiLt/rdBROKPE3G uLT73DBQa9RL7W56x35r8DwOjETBGduSdqM8+U7TGX/SwZCveqMbMcMspQLZwUWW6Dr7 mpMw== X-Gm-Message-State: AG10YOQVu+WHsxLASxrZ2N7f0IiwCmHH221ZXJpAY+OT2FFr6eFqp+NqGoUogKtfiAFX/gTe+iGiyIvYAapK+Q== MIME-Version: 1.0 X-Received: by 10.31.128.82 with SMTP id b79mr2850009vkd.47.1455738506804; Wed, 17 Feb 2016 11:48:26 -0800 (PST) Received: by 10.103.37.196 with HTTP; Wed, 17 Feb 2016 11:48:26 -0800 (PST) In-Reply-To: <693932216.4173309.1455503591733.JavaMail.yahoo@mail.yahoo.com> References: <56BEE187.80702@selasky.org> <693932216.4173309.1455503591733.JavaMail.yahoo@mail.yahoo.com> Date: Wed, 17 Feb 2016 14:48:26 -0500 Message-ID: Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11 From: Joe Nosay To: Greg Quinlan Cc: Hans Petter Selasky , "freebsd-current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 19:48:28 -0000 The Creative Labs Xfi cards use OSS as the driver. Other cards based on the same chipset would also be dependent upon OSS. On Sun, Feb 14, 2016 at 9:33 PM, Greg Quinlan wrote: > Thanks. > > I am not going to use OSS anymore... > > I am going to stick to stick with a custom kernel > > device sounddevice snd_hda From: Hans Petter Selasky > To: Greg Quinlan ; "freebsd-current@freebsd.org" < > freebsd-current@freebsd.org> > Sent: Saturday, 13 February 2016, 18:55 > Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL > PANIC FreeBSD-11 > > On 02/12/16 01:04, Greg Quinlan wrote: > > Spoke too soon... > > > > I applied the patch (kern_module.diff - which was successful) > > > > # cd /usr/src# patch to me... > > The text leading up to this was: > > -------------------------- > > |Index: sys/kern/kern_module.c > > |=================================================================== > > |--- sys/kern/kern_module.c (revision 295464) > > |+++ sys/kern/kern_module.c (working copy) > > -------------------------- > > Patching file sys/kern/kern_module.c using Plan A... > > Hunk #1 succeeded at 214. > > done > > # make buildkernel: > > # make installkernel: > > # shutdown -r now > > Logged in and ran# soundon > > No panic!! > > > > Thought the problem was fixed ... unfortunately, I assumed that the > contents of /usr/local/lib/oss/etc/installed_drivers still contained > > oss_hdaudio #Intel High Definition Audio (CPT) > > but somehow the file was empty > > I ran > > # ossdetect # soundon > > > > Another KERNEL PANIC... this time it scrolled off the screen. I tried > setting this (below) in /etc/rc.conf but there is nothing in /var/crash > > > > [entries in /etc/rc.conf] > > dumpdev="AUTO" > > dumpdir="/var/crash" > > I need help to recover the backtrace, please? > > > > Thanks > > > > From: Greg Quinlan > > To: Hans Petter Selasky ; "freebsd-current@freebsd.org" > > > Sent: Thursday, 11 February 2016, 22:19 > > Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL > PANIC FreeBSD-11 > > > > Well done!! > > Fixed. Thanks! > > > > > > > > From: Hans Petter Selasky > > To: Greg Quinlan ; "freebsd-current@freebsd.org" < > freebsd-current@freebsd.org> > > Sent: Thursday, 11 February 2016, 17:54 > > Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL > PANIC FreeBSD-11 > > > > On 02/11/16 03:02, Greg Quinlan wrote: > >> Hi HPS, > >> Note: Does not happen on FreeBSD 10.1-Stable! > >> > > > > Yes, that's because WITNESS is off in 10.x by default. > > > > Does the attached patch solve your problem? > > > > --HPS > > Hi, > > It might be that audio/oss is not compatible with 11-current if it > crashes like that. > > --HPS > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"