I had this same problem. im a total gentoo noob, and havent used linux for about 3 years, i just decided a few days ago to play around with gentoo since ive heard some pretty good things about it and had an old athlon tbird machine laying around. so maybe this isnt the best solution, but i fixed it and ill tell you how:
basically i followed the guide at
http://www.gentoo.org/doc/en/alsa-guide.xml. no sound (although i later realized i didnt have alsa in my USE variables pretty so i just got oss emulatoin up since i didnt feel like recompiling a couple things). so i just went through /etc/modules.d/alsa to look around and went to the oss section at the very bottom. it used to look like:
Code: Select all
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
and i changed it to:
Code: Select all
alias /dev/sound/mixer snd-mixer-oss
alias /dev/sound/dsp snd-pcm-oss
alias /dev/sound/midi snd-seq-oss
not sure if what i did is the best way, but it worked.