I have this report against "linux" package. But, can get my mic to work to one 
degree or another by changing "Input Source" from "Mic" to "Digital Mic" in 
alsamixer.
The trouble with this is that whenever I power-down my system, this setting 
returns to the default "Mic".

I've hacked-out a simple solution. I'll try to make it n00bie friendly, but do 
this at your own risk.
Make a new bash script with this as the contents:

#! /usr/bin/env bash
amixer -q set 'Input Source' 'Digital Mic'

And that's it. Save it as scriptnamehere.sh, and make it executable, either 
with the command line: 
chmod +x scriptnamehere.sh
Or, you right-click on the file, select "Properties", hit the "Permissions" 
tab, and then check-off "Allow executing file as program".
Now lets have this script run when the system starts up every time, go to 
System>Preferences>'Startup Applications'. Add this new script with the "add" 
button and select it but browsing for the .sh file we just made.

-- 
[Karmic] Internal microphone does not record sound on a Dell Studio XPS w/ 
Intel 82801H HD Audio Controller
https://bugs.launchpad.net/bugs/461577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to