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: [EMAIL PROTECTED]
Institute of Statistics and Decision Sciences Phone: (919) 684-5419
Duke University                               Fax:   (919) 684-8594


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

Reply via email to