Hie..
I know that are several threads in this forum concerning this same issue.. but i have tried to fix my problem for a few days now with help from the threads but havent had any succes.
I am going to provide as much info as i can for you people so someone can help me as easaly as possible.
Dist: RedHat 9
Soundcard: ALi corporation | m5451 pci AC-link controller audio device Computer: Toshiba Sattelite S1800-204
dmesg returns:
Trident 4DWave/SiS 7018/ALi 5451,Tvia CyberPro 5050 PCI Audio, version 0.14.10h, 18:00:09 Mar 13 2003 PCI: Found IRQ 11 for device 00:06.0 trident: ALi Audio Accelerator found at IO 0xed00, IRQ 11 ALi 5451 did not come out of reset. trident_ac97_init: error resetting 5451. I am not shore if i have completly installed ALSA in my try to use that.. what i did was:
Checked so i had soundcore working wich i did then: ------------------------------------------------
Make a directory to store the alsa source code in.
cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
Now unzip and install the alsa-driver package
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=ali5451 --with-sequencer=yes;make;make install
------------------------------------------------
And couldn't realy understand what to next or if it was finished there. I got help from this link:
http://www.alsa-project.org/alsa-doc...module=ali5451
I dont quit know wich angle to work frpm now.. to either continue trying to get ALSA to work or reinstalling the trident driver or something else. I realy want to get this working now.. gimmy some help!