Ein Neuling findet im Forum nicht die passende Lösung:
ich habe mir gestern Skype installiert und stehe nun vor folgender Problemstellung:
Der Sound funktionierte anfangs nicht, dann habe ich mir folgendes in die ~/.asoundrc kopiert:
pcm.skype {
type asym
playback.pcm "skypeout"
capture.pcm "skypein"
}
pcm.skypein {
# Convert from 8-bit unsigned mono (default format set by aoss when
# /dev/dsp is opened) to 16-bit signed stereo (expected by dsnoop)
#
# We cannot just use a "plug" plugin because although the open will
# succeed, the buffer sizes will be wrong and we will hear no sound at
# all.
type route
slave {
pcm "skypedsnoop"
format S16_LE
}
ttable {
0 {0 0.5}
1 {0 0.5}
}
}
pcm.skypeout {
# Just pass this on to the system dmix
type plug
slave {
pcm "dmix"
}
}
pcm.skypedsnoop {
type dsnoop
ipc_key 1133
slave {
# "Magic" buffer values to get skype audio to work
# If these are not set, opening /dev/dsp succeeds but no sound
# will be heard. According to the ALSA developers this is due
# to skype abusing the OSS API.
pcm "hw:0,0"
period_size 256
periods 16
buffer_size 16384
}
bindings {
0 0
}
}
danach funktioniert nun mein Sound...das Mikrofon bleibt aber stumm...
unter alsamixer ist alles auf 100%
wenn ich jedoch amixer ausführe, wird folgendes angezeigt:
Front Left: Capture 80 [100%] [6.00dB] [off]
Front Right: Capture 80 [100%] [6.00dB] [off]
wie kann ich dieses Problem lösen, zumal unter alsamixer alles auf 100% gestellt ist?
Beste Grüße
PS: wenn ein Admin das liest, bitte meine Email freischalten!