Hello,
I have intel i800 card on my thinkpad r51 laptop. I have readed FAQ, but all that solutions won't work for me (and not for me only i see).
I have ALSA with 2.9.10-rc3 kernel, KDE 3.3.1 (fullduplex setted in control panel for snd card) and artsd installed. I have dmix in /etc/asound.conf to play multiple sounds at once. /dev/dsp has right permissions.
Here is my /etc/asound.conf file:
#
# DMIX input device
#
pcm.!output {
type dmix
ipc_key 1234
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
}
#
# DSNOOP output device
#
pcm.!input {
type dsnoop
ipc_key 1234
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
rate 44100
}
}
#
# ASYM duplex device
#
pcm.!duplex {
type asym
playback.pcm "output"
capture.pcm "input"
}
#
# Make the duplex device default
#
pcm.!default {
type plug
slave.pcm "duplex"
}
#
# OSS Compability
#
pcm.!dsp0 {
type plug
slave.pcm "duplex"
}
ctl.!mixer0 {
type hw
card 0
}
XMMS and all other apps work with sound at the same time.
When i run Skype without `artsdsp -m` and i close all other apps that can use my soundcard i hear anyone and anyone hear me, but i CAN'T play any sounds on other apps. Soundcard is blocked.
When i run Skype with `artsdsp -m` i hear anyone and anyone can't hear me, but i HEAR self in my speakers! Why other people can't hear me? I think it's dmix problem in ALSA.
There are many people who have the same problem and i can't read any solution for that. Anybody can help?