You are not logged in.
Ive built my own stripped down custom kernel using "lsmodlocal" to config and then went in and stripped out graphics part i know i wont need nouveau/radeon/etc
Anyway the kernel sees and recognizes my sound card but for some reason creates and uses "Dummy" for default audio.
So I guess what Im asking is:
What did I manage to fsk up? lol
My soundcard:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Also on a unrelated note what do I have to enable in the kernel to be able to use UID to recognize root devices? That seems to have broken as well..
Last edited by whaevr (2010-09-19 23:55:27)
Offline
Figured it out looking through the config file, for some reason lsmodlocal enabled
CONFIG_SND_DUMMY=y
CONFIG_SND_SEQ_DUMMY=y
Commented those out and audio works
Offline