Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nforce2 Audio?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
wario
n00b
n00b


Joined: 02 Feb 2004
Posts: 67
Location: Digital Mafioso

PostPosted: Tue Feb 22, 2005 9:49 pm    Post subject: Nforce2 Audio? Reply with quote

I'm about to trash my windows partition and go solo gentoo on my home PC

A7N8X-E Deluxe mainboard with Nforce2 and Soundstorm audio... I'm told I'm going to have an impossible time getting this working.

I grazed through the thread at the top about hardware mixing, but I'm not sure if that applies to me

The only thing I really need it to do is play sound (xmms mp3's / dvd's / avi/mpg clips) and play sound in halflife 2 and world of warcraft. Is this going to be a problem? It'll be a fresh install so it's gonna be the newest gentoo-dev-sources kernel.

I'm a lazy idiot so i'll probably use genkernel, if that makes a difference.
_________________
Gentoo 2.6.8-r3
KDE 3.3
Xorg
Back to top
View user's profile Send private message
Boris27
Guru
Guru


Joined: 05 Nov 2003
Posts: 562
Location: Almelo, The Netherlands

PostPosted: Tue Feb 22, 2005 10:00 pm    Post subject: Reply with quote

First, I don't think WoW and HL2 will work statisfactory in Linux.

About your sound problem:

I have a NF7-S 2.0, with soundstorm. I use the intel8x0 kernel audio driver with the dmix plugin for ALSA, and my sound is fine.

Here's my asound.conf for dmix.
Code:
boris@stargazer boris $ cat /etc/asound.conf
pcm.dmixer {
     type dmix
     ipc_key 1024
     slave {
         pcm "hw:0,0"
         period_time 0
         period_size 1024
         buffer_size 8192
    rate 48000
     }

     bindings {
         0 0
         1 1
     }
 }

 pcm.dsp0 {
     type plug
     slave.pcm "dmixer"
 }

 pcm.!default {
         type plug
         slave.pcm "dmixer"
 }

 pcm.default {
    type plug
    slave.pcm "dmixer"
 }

 ctl.mixer0 {
     type hw
     card 0
 }

_________________
we are microsoft, lower your firewalls and surrender your pc's. we will add your biological and technological distinctiveness to our own. your culture will adapt and service us. resistance is futile.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum