Библиотека сайта rus-linux.net
A.4. Implementation
A.4.1. System Startup
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.
A.4.3. Check the audio device initialization
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) |
A.4.4. Test audio output
bash# echo "Garbage" > /dev/dsp |
A short burst of static coming from the PC speakers indicates that sound is working.