Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
External Sound Cards?
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
phoenixX
n00b
n00b


Joined: 30 Nov 2005
Posts: 9
Location: Canada

PostPosted: Fri Feb 17, 2006 7:11 am    Post subject: External Sound Cards? Reply with quote

Does anyone know how to get a Creative Sound Blaster 24-bit External USB Sound Card device to work in Gentoo? I know that when I started the livecd it recognized the card and attempted to use it and I know that when I have it plugged in when I boot, the kernel loads it and KMix recognizes it, but no sound will come out of it. Anyone help?
_________________
Chris: Stop killing my X server when I lock my session!
Me: But it's fun...>_>
Back to top
View user's profile Send private message
dspgen
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2005
Posts: 103

PostPosted: Fri Feb 17, 2006 7:28 am    Post subject: Reply with quote

I have the USB Sound Blaster Audigy 2 NX.

I followed the [url]http://gentoo-wiki.com/HOWTO_Install_Creative_Sound_Blaster_Live_24-bit_external_(usb)[/url] - and it work great.

I played around with the /etc/asound.conf a bit, because I have onboard sound also.

here's all the info/files that I think are relevant:
2.6.14-gentoo-r5 #16 PREEMPT Wed Feb 15 21:55:44 EST 2006 i686 AMD Athlon(tm) 64 Processor 3000
media-sound/alsa-driver-1.0.10-r2

Code:
# cat /etc/asound.conf
pcm.usb-audio {
           type hw
           card 0
}

ctl.usb-audio {
           type hw
           card 0
}

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

pcm.dmixer {
   type dmix
   ipc_key 1025 # Should be a unique number
   slave {
      pcm "hw:0"
   }
   bindings {
      0 0
      1 1
   }
}

ctl.dmixer {
   type hw
   card 0
   device 0
}
Back to top
View user's profile Send private message
phoenixX
n00b
n00b


Joined: 30 Nov 2005
Posts: 9
Location: Canada

PostPosted: Fri Feb 17, 2006 8:45 pm    Post subject: Reply with quote

aite, thanks a lot
_________________
Chris: Stop killing my X server when I lock my session!
Me: But it's fun...>_>
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