Public bug reported:

I've turned up all the necessary volumes but no way my microphone
doesn't work.

workaround working for me on Edgy (found in an old blog for dapper):

add this code to "~/.asoundrc":

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

pcm.combined {
type asym
playback.pcm "playback"
capture.pcm "hw:1,0"
}

pcm.playback {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}

ctl.dmixer {
type hw
card 0
}

-> On Feisty this code is not enough. I'm not able to make my "sound
recorder" tool working and I get an error when trying to use skype.

-> Ekiga and the "recording level monitor" let me see some activity in
the audio input.

Any idea?
How can I help?

ProblemType: Bug
Architecture: i386
Date: Tue Mar  6 23:25:17 2007
DistroRelease: Ubuntu 7.04
Uname: Linux wks001 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 
GNU/Linux

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
logitech usb microphone doesn't work properly
https://launchpad.net/bugs/90249

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to