Date: Mon, 27 Jan 2003 14:11:00 -0800 From: "Kevin Oberman" <oberman@es.net> To: Alexander Pohoyda <alexander.pohoyda@gmx.net> Cc: current@freebsd.org Subject: Re: LOR on current as of last Friday Message-ID: <20030127221100.4140E5D04@ptavv.es.net> In-Reply-To: Your message of "27 Jan 2003 22:13:40 %2B0100." <87ptqi9tyz.fsf@oak.pohoyda.family>
next in thread | previous in thread | raw e-mail | index | archive | help
> Sender: alexander.pohoyda@gmx.net > From: Alexander Pohoyda <alexander.pohoyda@gmx.net> > Date: 27 Jan 2003 22:13:40 +0100 > > "Kevin Oberman" <oberman@es.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030127221100.4140E5D04>