I installed the nForce driver for audio on Ubuntu Dapper so I could skype/teamspeak + game at the same time and it works great. However ALSA doesn't seem to know that my sound card exists. I'm no guru, so not sure where to go from here. I can ONLY use OSS. 

lsmod | grep snd:
snd_intel8x0		   35740  0
snd_ac97_codec		 98912  1 snd_intel8x0
snd_ac97_bus			2688  1 snd_ac97_codec
snd_pcm_oss			56352  0
snd_mixer_oss		  20800  1 snd_pcm_oss
snd_pcm				96772  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer			  27204  1 snd_pcm
snd					60068  6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore			  11040  5 nvsound,snd
snd_page_alloc		 11592  2 snd_intel8x0,snd_pcm
# /etc/init.d/alsa-utils restart:
 * Shutting down ALSA...  * warning: 'alsactl store' failed with error message 'alsactl: save_state:1163: No soundcards found...'...											  [fail]
 * Setting up ALSA...  * warning: 'alsactl restore' failed with error message 'alsactl: load_state:1236: No soundcards found...'...											[ ok ]
Any suggestions? :confused: