toolkitman wrote:sorry the pci card that is shown in ranger is the hdmi interface of the 6570 radeon card.
Can be my envy24ht is faulty?
Just a little about how AHI opens audio boards..
Each audio driver has two parts, the driver xyz.audio is in devs:ahi, and the modefile XYZ is kept in devs:audiomodes
Every time your system boots up, if both are present, the driver will be run, and it will open and prepare whatever boards it finds.
most people keep all of their drivers there, and most of them return "I found nothing for this driver" every boot, you can see those messages if you ever hook up a terminal to the debug (serial) port. it looks something like this..
Envy24HT: No cards found!

No SOLO_ONE cards found!

No SB128 found!

No FM801 found!

No Envy24 found!
This shows two things that may be useful:
AHI makes no decision about which boards to load. If the drivers are in place, they WILL be run, and the driver tells AHI whatever it found.
Also, you can see two separate drivers for Envy. There is the Envy24, and the Envy24HT
In your text you mentioned both, and might have thought they are one driver..
The good news is that for a "normal" installation, all the files needed for any of the available sounds cards should be installed and working already, unless somebody has been deleting or re-arranging your boot disk. If the board can be seen by the running computer, AND if the driver sees it as a supported type, then it should be mounted up automatically every time you boot.
Just to double-check your system, open a shell and type
Dir devs:ahi
then try
Dir devs:audiomodes
and you should see ENVY24 and ENVY24HT listed in both directories, along with a bunch of other stuff.
Good Luck,
LyleHaze