Boot from the kernel diskette.
Insert the root floppy when prompted.
When prompted for a /usr diskette, say 'Y'.
Insert the mp3blaster diskette and press Enter.
| bash# dmesg | more | 
If everything worked there should be a line or two indicating that the kernel found the audio hardware. The example below shows how the kernel might report a Yamaha integrated sound system.
| ymfpci: YMF740C at 0xf4000000 IRQ 10 ac97_codec: AC97 Audio codec, id: 0x4144:0x5303 (Analog Devices AD1819) | 
| bash# echo "Garbage" > /dev/dsp | 
A short burst of static coming from the PC speakers indicates that sound is working.