From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:54:52 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C214416A420; Mon, 27 Feb 2006 21:54:52 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id B977943D46; Mon, 27 Feb 2006 21:54:51 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id k1RLsoVS024658; Mon, 27 Feb 2006 22:54:50 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k1RLsoL4024656; Mon, 27 Feb 2006 22:54:50 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k1RLpuIk001127; Mon, 27 Feb 2006 22:51:56 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k1RLpu2J001126; Mon, 27 Feb 2006 22:51:56 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 27 Feb 2006 22:51:56 +0100 To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org Message-ID: <20060227215156.GA901@saturn.kn-bremen.de> Mail-Followup-To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060227212309.GA46411@saturn.kn-bremen.de> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:54:52 -0000 On Mon, Feb 27, 2006 at 10:23:10PM +0100, I wrote: > On Mon, Feb 27, 2006 at 10:12:09AM +0800, Ariff Abdullah wrote: > > On Mon, 27 Feb 2006 00:12:24 +0100 > > Juergen Lock wrote: > > > > > > Ok tried to apply > > > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff > > > and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c > > > (and a few others with offsets or fuzz.) Are my sources too old > > > or too new? :) > > > > > Bad diff. Give me some time to fix it. > > > New one, > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060227_098.diff > needs a mkdir sys/modules/sound/driver/atiixp before applying, else it > patches /usr/src/Makefile instead of creating the Makefile there. > (I don't yet know if it works, buildkernel still running...) Ok sound appears to still work, thx. (No idea yet if the original problem is fixed tho.) One question: should I be able to kldunload snd_es137x when sound is not used? I get: kldunload: can't unload file: Device busy At least I dont get a panic anymore... :)