Added lance entry to drivers.conf.
[minix3-old.git] / drivers / sb16 / README
blob08e62a23188127ace6d1a76ce9877c4e3a394696
2 Sound Blaster 16 ISA driver for Minix 3
4 Note: supports audio playback and volume control (mixer),
5 recording is not yet supported
8 Installation instructions SB16 driver Minix >= 3.0.7
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 - service up /usr/sbin/sb16_dsp -dev /dev/audio
15 - service up /usr/sbin/sb16_mixer -dev /dev/mixer
16 done... (you can include the last 2 lines in /usr/etc/rc)
19 Peter Boonstoppel - September 2005
20 paboonst@cs.vu.nl