> Sender: [EMAIL PROTECTED]
> From: Alexander Pohoyda <[EMAIL PROTECTED]>
> Date: 27 Jan 2003 22:13:40 +0100
> 
> "Kevin Oberman" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]                  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to