Author Topic: nForce drivers + Dapper = Dead ALSA and ESD  (Read 1401 times)

adiment

  • Global Moderator
  • Member
  • ***
  • Posts: 575
  • Kudos: 519
nForce drivers + Dapper = Dead ALSA and ESD
« on: 11 June 2006, 06:25 »
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:
Code: [Select]
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:
Code: [Select]
* 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:



WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Re: nForce drivers + Dapper = Dead ALSA and ESD
« Reply #1 on: 11 June 2006, 08:39 »
Is nvsound actually an ALSA driver?  If OSS works then I'd say that nvsound is a driver for OSS and that they'd need to write a different one for ALSA to work.
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

adiment

  • Global Moderator
  • Member
  • ***
  • Posts: 575
  • Kudos: 519
Re: nForce drivers + Dapper = Dead ALSA and ESD
« Reply #2 on: 11 June 2006, 09:27 »
You're right. nvsound is only OSS. Pirate Penguin IM'ed me and helped me get everything to use OSS instead of ALSA. Big thanks to him!