Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 15:11:34 -0500
From:      "Sean O'Connell" <sean@stat.Duke.EDU>
To:        "Christopher T. Griffiths" <cgriffiths@quansoo.com>
Cc:        FreeBSD current <freebsd-current@FreeBSD.ORG>
Subject:   Re: pcm on Thinkpad 600E
Message-ID:  <20000303151134.U690@stat.Duke.EDU>
In-Reply-To: <Pine.BSF.4.21.0003031446130.225-100000@defiant.quansoo.com>; from cgriffiths@quansoo.com on Fri, Mar 03, 2000 at 02:51:20PM -0500
References:  <Pine.BSF.4.21.0003031446130.225-100000@defiant.quansoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Christopher T. Griffiths stated:
> Hello,
> 
> I am trying to get the pcm device to work under current on my Thinkpad
> 600e.
> 
> Here is my kernel line:
> 
> # Sound card support
> device          pcm0    at isa? port ? irq 5 drq 1 flags 0x10
> 
> 
> I also made the device in /dev with:
> ./MAKEDEV snd0
> 
> Here is the kernel output that I am getting:
> 
> csa0: <Crystal Semiconductor CS4610/4611 Audio accelerator> mem
> 0x50000000-0x500
> fffff,0x50100000-0x50100fff irq 11 at device 6.0 on pci0
> pcm0: <CS461x PCM Audio> on csa0
> pcm0: ac97 codec reports dac not ready
> 
> 
> Any Ideas??

Chris-

This a PCI card all you should need is:

device pcm0
device csa0

and you may want/need to add 

options PNPBIOS

I have installed -current on a Thinkpad 570.  This seems to
work fine for audio cd's (the mixer portion); however, I get
nothing but silence from the /dev/audio or /dev/dsp (things
like waveplay and realaudio are noops for me :( )

S
-----------------------------------------------------------------------
Sean O'Connell                                Email: sean@stat.Duke.EDU
Institute of Statistics and Decision Sciences Phone: (919) 684-5419
Duke University                               Fax:   (919) 684-8594


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?20000303151134.U690>