Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Feb 2000 21:52:53 -0600
From:      Ted Spradley <tsprad@set.spradley.org>
To:        freebsd-alpha@FreeBSD.ORG
Subject:   AS200 sound card configuration?
Message-ID:  <200002090352.VAA39067@set.spradley.org>

next in thread | raw e-mail | index | archive | help
AlphaStation 200 4/233 running 4.0-current from about a week ago.

I added a line:

device          pcm0 at isa? port ? irq 9 drq 0 flags 0x11

to my kernel config and the device gets probed as:

pcm0: <CS4231A> at port 0x530-0x537 irq 9 drq 0 flags 0xa111 on isa0
pcm0: interrupting at ISA irq 9

ISACFG in the SRM reports that it uses I/O addresses 0x530 and 0x388, IRQ 
9, and DMA 0 and 1.  I ran MAKEDEV snd1 in /dev and have:

stone$ ls -l au* dsp* mix* snd*
lrwxrwxrwx  1 root  wheel         6 Feb  8 20:09 audio@ -> audio1
crw-rw-rw-  1 root  wheel   30,  20 Feb  8 20:09 audio1
lrwxrwxrwx  1 root  wheel         4 Feb  8 20:09 dsp@ -> dsp1
crw-rw-rw-  1 root  wheel   30,  19 Feb  8 20:09 dsp1
lrwxrwxrwx  1 root  wheel         5 Feb  8 20:09 dspW@ -> dspW1
crw-rw-rw-  1 root  wheel   30,  21 Feb  8 20:09 dspW1
lrwxrwxrwx  1 root  wheel         6 Feb  8 20:09 mixer@ -> mixer1
crw-rw-rw-  1 root  wheel   30,  16 Feb  8 20:09 mixer1
crw-rw-rw-  1 root  wheel   30,   6 Feb  8 20:09 sndstat

stone$ cat < /dev/sndstat
FreeBSD Audio Driver (newpcm) Feb  8 2000 19:48:21
Installed devices:
pcm0: <CS4231A> at io 0x530 irq 9 drq 0:1 (1p/1r channels duplex)

but when I try to cat a .au file to /dev/audio I get:

stone$ cat lumberjack.au > /dev/audio
ksh: cannot create /dev/audio: Device not configured

I know there's probably something dumb that I'm missing.  Can anybody 
spare me a clue?




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002090352.VAA39067>