Oops, I was wrong. Not the first time and probably not the last. I was looking at the wrong part of the docs. Have another look at the docs. Here is what it says.
# echo 'ALSA_CARDS="emu10k1"' >> /etc/make.conf Note the single quotes AND the double quotes. So, remove the line from /etc/make.conf and run the above command again. Later David Kirk > Steve, > > > Following the docs I did the following: > > > > env ALSA_CARDS="cs46xx" >> /etc/make.conf > > The docs say to use ' not " > > eg. # env ALSA_CARDS='emu10k1' emerge alsa-driver > > Try editing /etc/make.conf and changing the double quotes to > single quotes. > > > Later > > David Kirk >
