Terratec 5.1 USB && Linux -
2004/11/05 02:21
I buyed a Terratec 5.1 USB and I use it under Linux with very good results. Product has high quality and works great.
Cause I plug and unplug it a lot, I did not set up modules.conf and I'm used to type:
:arrow: modprobe snd-usb-audio
each time I plug it for the first time. Because I use it on a laptop with an Ali dsp on-board, Terratec becomes device 1 (not 0).
I never used it with Alsa with all channels running. This could be done using .asoundrc, but I fail to do this and I have few resons to do it. I use it with the Jack sound server starting it with:
:arrow: jackd -R -dalsa -dhw:1 -r48000 -p1024 -n4 -S
I can manage all the 6-mono channels without problems.
For setting the Terratec device in file modules.conf, you can use these lines:
:!: :!: :!:
alias char-major-116 snd
alias char-major-14 soundcore
# terratec aureon
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-oss
options snd-usb-audio vid=0x0ccd index=1
alias /dev/dsp* snd-pcm-oss
alias snd-card-0 snd-usb-audio
alias sound-slot-0 snd-card-0
:!: :!: :!:
This is enough to allow also OSS emulation. For .asoundrc explanation, I suggest the link:
http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php?company=Generic&card=Generic&chip=Generic&module=GenericHope will be useful...
The administrator has disabled public write access.