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 pcm0at 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:
csa
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 pcm0at isa? port ? irq 5 drq 1 flags 0x10
>
>
> I also made the device in /dev with:
> ./MAKE