xref: /minix/minix/drivers/audio/sb16/README (revision 08cbf5a0)
1
2Sound Blaster 16 ISA driver for Minix 3
3
4Note: supports audio playback and volume control (mixer),
5recording is not yet supported
6
7
8Installation instructions SB16 driver Minix >= 3.0.7
9
10- set IRQ and I/O address in sb16.h
11(default 7 and 220)
12- make install
13- MAKEDEV /dev/audio (if /dev/audio doesn't allready exist)
14- minix-service up /service/sb16_dsp -dev /dev/audio
15- minix-service up /service/sb16_mixer -dev /dev/mixer
16done... (you can include the last 2 lines in /usr/etc/rc)
17
18
19Peter Boonstoppel - September 2005
20paboonst@cs.vu.nl
21
22