From owner-freebsd-current Mon Jan 27 14:11: 3 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC9337B43B for ; Mon, 27 Jan 2003 14:11:01 -0800 (PST) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30CA43EB2 for ; Mon, 27 Jan 2003 14:11:00 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id MUA74016; Mon, 27 Jan 2003 14:11:00 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 4140E5D04; Mon, 27 Jan 2003 14:11:00 -0800 (PST) To: Alexander Pohoyda Cc: current@freebsd.org Subject: Re: LOR on current as of last Friday In-reply-to: Your message of "27 Jan 2003 22:13:40 +0100." <87ptqi9tyz.fsf@oak.pohoyda.family> Date: Mon, 27 Jan 2003 14:11:00 -0800 From: "Kevin Oberman" Message-Id: <20030127221100.4140E5D04@ptavv.es.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Sender: alexander.pohoyda@gmx.net > From: Alexander Pohoyda > Date: 27 Jan 2003 22:13:40 +0100 > > "Kevin Oberman" writes: > > > I am getting LORs on my ThinkPad 600e running current of 1/24. I don't > > know if these have been previously reported, so I thought I'd send > > them in. > > > > lock order reversal > > 1st 0xc20193f8 process lock (process lock) @ /scratch/src/sys/kern/kern_descrip.c:2104 > > 2nd 0xc1ff7934 filedesc structure (filedesc structure) @ /scratch/src/sys/kern/kern_descrip.c:2111 > > I am getting same messages on every start. IBM ThinkPad 600, 5.0-CURRENT. > > > > lock order reversal > > 1st 0xc1f4a040 pcm0 (sound softc) @ /scratch/src/sys/dev/sound/isa/mss.c:177 > > 2nd 0xc1f4a680 pcm0:play:0 (pcm channel) @ /scratch/src/sys/dev/sound/pcm/channel.c:441 > > I'd wish to have sound working.. > On my second notebook (TP600E) I have a PCI sound card -- 0x1013 0x6001. Don't you? The sound on the 600E is weird. It connect to both PCI and ISA for different functions. As a result, I have to edit /sys/conf/files to delete the csa pcm entry and add csa to the csapcm line. dev/sound/pci/csa.c optional csa pci #dev/sound/pci/csa.c optional pcm pci dev/sound/pci/csamidi.c optional midi csa dev/sound/pci/csapcm.c optional csa pcm pci One line is commented out and the final one is modified. That's all it took to get sound to work on my 600E. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message