Hello all, I have a new query related to kernel compilation: I have nvidia nForce sound and video cards which are onboard on my ASUS motherboard (with a AMD processor). while kernel compilation, i found the nvidia nForce driver for video (and it works fine with the compiled kernel), but how do i know which driver to choose and whether it is inside "ISA", "PCI", "USB" or "PCMCIA"? I didn't find any nvidia or nforce keyword inside any of these. btw, the output of "lsmod | grep snd" for my default kernel is: ************************************************************** snd_intel8x0 28060 4 snd_ac97_codec 89760 1 snd_intel8x0 ac97_bus 1856 1 snd_ac97_codec snd_pcm 68808 3 snd_intel8x0,snd_ac97_codec snd_timer 18756 2 snd_pcm snd_page_alloc 7432 2 snd_intel8x0,snd_pcm ************************************************************** btw, there's "ati ixp ac97 controller", "intel/sis/nvidia/amd mc97 modem", "via 82c686a/b, 8233/8235 ac97 controller" in "pci" module of the "make menuconfig" which seem related to my card. but am confused. Please help. Thanks a lot in advance!