UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
well this has been around a while here is the manual it basically say open a terminal run gnome-alsamixer and select input your mic then enable capture and also mic boost. good luck.
Thanks! Your suggestion worked. That saved me a couple sleepless nights. I was literally inspecting kernel code to see what the problem could be.
gnome-alsamixer isn't installed by default apparently. The Rec check box is what did the trick. I had been using alsamixer did not see its equivalent. Also, apparently the older webcam may be broken in hw or in kernel.
Your link enlightened me to amixer ... to do what I did in gnome-alsamixer, its
amixer -c 1 sset 'Mic' toggle.
Though, scratching my head a bit as to why google didnt give me much help on this one ... oh well, others may benefit from my ignorance now.
sudo apt-get install libv4l-0 for the old gspca cams for skype and do this. as in the skype and ubuntu manual. in a termial run .
Quote:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
if running 64 bit UBUNTU sudo apt-get lib32v4l-0
Quote:
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
then you also need or do as I did edited my programs even my browsers so I could use my old cam in my browser or in skype. Been doing that since the 2.6.27 kernel when we went to v4l2 .
good luck
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.