Ok, here's how I did to get the sound on this computer.
First I had to change the settings for onboard audio device in BIOS (ES1869):
* port: 0x240
* MPU port: 0x390
* FM port: 0x300
* IRQ: 9
* DMA #1: 1
* DMA #2: 0
Then I had to edit /etc/modprobe.conf with the following settings:
Quote:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-es18xx
options snd-es18xx enable=1 isapnp=0 port=0x240 mpu_port=0x390 fm_port=0x300 irq=9 dma1=1 dma2=0
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
|
Now everything works fine