4.3 Configuration of the Soundchip
Finding the sounddevice was quite a hide-and-seek game, but with the correct parameters the following configuration should be easy to follow.
|
You need to enter your BIOS setup during the boot process by double taping the display when the Fujitsu logo is being displayed.
Select the "Advanced" option and enter the "AUDIO/VIDEO SUBMENU".
Make sure the audio is enabled and the speaker is set to on.
The parameter below "Audio" are important for the setup, write them down!
Now exit the BIOS again and boot Linux.
Log-in as root and open /etc/modules.conf with your favorite editor.
Insert the lines, while changing the options according your BIOS parameter:
alias char-major-14 sb
options sb dma=1 dma16=5 io=0x220 irq=5 isapnp=0 mpu_io=330
|
|