Yes I did find a solution: First I had to reinstall ALSA (after a fresh kernel compile/install) The steps I followed were:
- Install the driver.
- Install the library (I don't know why, but in this order it worked).
- Install the utilities (to have alsamixer)
- Install the oss-emulation library.
Now I can compile whichever version of the kernel, then just re-make the ALSA driver and open alsamixer, problem solved!
BTW if it is your first time isntalling ALSA, you should:
- switch to a console runlevel (in RH init 3 will do the trick)
- Install the ALSA driver and
immediately run /etc/init.d/alsasound so the driver and services for ALSA are running.
- Run alsamixer... you should have no troubles!.
Hope this helps!
BTW I'm running ALSA 0.95 right now (I'm lazy enough as to not upgrade to 0.96

)