netbrain
26-02-2008, 05:18
Cant get Teamspeak to output or input any sound using the aoss wrapper.
netbrain@netbrain:~$ lspci | grep audio
00:13.0 Multimedia audio controller: nVidia Corporation MCP04 AC'97 Audio Controller (rev a1)
netbrain@netbrain:~$ cat /proc/asound/cards
0 [MCP04 ]: NFORCE - NVidia MCP04
NVidia MCP04 with ALC850 at irq 18
1 [U0x4710x311 ]: USB-Audio - USB Device 0x471:0x311
USB Device 0x471:0x311 at usb-0000:00:0b.1-3, full speed
netbrain@netbrain:~$ cat /proc/asound/devices
0: [ 0] : control
1: : sequencer
16: [ 0- 0]: digital audio playback
18: [ 0- 2]: digital audio playback
24: [ 0- 0]: digital audio capture
25: [ 0- 1]: digital audio capture
32: [ 1] : control
33: : timer
56: [ 1- 0]: digital audio capture
i have two sound devices one for output and one for input, now ive mapped these in .asoundrc.
pcm.MCP {
type hw
card 0
}
pcm.USB {
type hw
card 1
}
pcm.dsp {
type asym
playback.pcm "MCP"
capture.pcm "USB"
}
pcm.!default{
type plug
slave.pcm "dsp"
}
which sets the default device using card0 as output device and card1 as input device.
and according to man aoss:
In the above configuration examples, the pcm.dsp0 definition is used to wrap calls do /dev/dsp0. You can also wrap usage of /dev/dsp1, /dev/dsp2, etc. by defining pcm.dsp1, pcm.dsp2, etc..
my configuration should give me the correct output and input when invoking the command "aoss teamspeak". But this is not the case, i dont get any sound at all, alltough i do see green icon on my user, but not any transmitting light.
any suggestions would be appreciated.
i do however get output sound without the wrapper, but no input sound from my mic as expected.
netbrain@netbrain:~$ lspci | grep audio
00:13.0 Multimedia audio controller: nVidia Corporation MCP04 AC'97 Audio Controller (rev a1)
netbrain@netbrain:~$ cat /proc/asound/cards
0 [MCP04 ]: NFORCE - NVidia MCP04
NVidia MCP04 with ALC850 at irq 18
1 [U0x4710x311 ]: USB-Audio - USB Device 0x471:0x311
USB Device 0x471:0x311 at usb-0000:00:0b.1-3, full speed
netbrain@netbrain:~$ cat /proc/asound/devices
0: [ 0] : control
1: : sequencer
16: [ 0- 0]: digital audio playback
18: [ 0- 2]: digital audio playback
24: [ 0- 0]: digital audio capture
25: [ 0- 1]: digital audio capture
32: [ 1] : control
33: : timer
56: [ 1- 0]: digital audio capture
i have two sound devices one for output and one for input, now ive mapped these in .asoundrc.
pcm.MCP {
type hw
card 0
}
pcm.USB {
type hw
card 1
}
pcm.dsp {
type asym
playback.pcm "MCP"
capture.pcm "USB"
}
pcm.!default{
type plug
slave.pcm "dsp"
}
which sets the default device using card0 as output device and card1 as input device.
and according to man aoss:
In the above configuration examples, the pcm.dsp0 definition is used to wrap calls do /dev/dsp0. You can also wrap usage of /dev/dsp1, /dev/dsp2, etc. by defining pcm.dsp1, pcm.dsp2, etc..
my configuration should give me the correct output and input when invoking the command "aoss teamspeak". But this is not the case, i dont get any sound at all, alltough i do see green icon on my user, but not any transmitting light.
any suggestions would be appreciated.
i do however get output sound without the wrapper, but no input sound from my mic as expected.