piccolo
Group: Members
Posts: 286
Joined: Mar. 2006 |
|
Posted: May 28 2006,11:40 |
|
Thank tedmoore99 for the good words. The correct package is "alsadebs.dsl" The correct ALSA driver is "es18xx"
Try we to put in order the ideas:
In Linux there are two driver families or types: ALSA and OSS When boot DSL install by defect and automatically a OSS driver.
But using ISA Plug and Play sound cards, Linux can't assign the resources (dma, irq) automatically and sound driver install fails. Use ALSA or use OSS fails anyway. Really this is very frustrating.
The "normal" ALSA installations on DSL are rare, because if ALSA can be installed without problems mean that also DSL can install the driver OSS without problems automatically and nobody or fews will install ALSA if the sound runs well since the beginning.
At one "normal" ALSA installation, after to do the last step from ALSA Installation (is say, to execute the "ALSA install" script) the sound driver is installed and running.
But your installation is not a "normal" installation, then "ALSA install" script fails and ALSA is not installed totally. Therefore "alsaconf" utility also fails with "aborted" message.
From my tests I do know that can be solved executing the "update-modules" command after to execute "ALSA install" script, so:
sudo su update-modules alsaconf -------------------------------------------------------------- THIS SEEM A BETTER OPTION: But besides is possible install a specific driver as "es18xx" version ALSA or version OSS, also many sound card support a standard driver: Sound Blaster ("sb"). The post from the "Jot" and "Jerome" users suggest you to use the driver Sound Blaster so:
modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 isapnp=0
Or you can to do the same so:
sndconfig --noprobe
And choosing the "Sound Blaster Pro" driver.
For both two cases, you must test changing the values for "irq" and "mpu_irq" parameters according to result from "cat /proc/interrupts" command as I explained you on my previous post. --------------------------------------------- Please, read also this information: ESS 1869 Audio Drive
-------------- Robin Hood used Linux
|