I have 2 partitions, both running kubuntu 10.04.
On one, the mic works fine. I finally got it working by setting the following capture switch values to true in asound.state.
The problem I'm having with the 2nd partition is after I change these values to true and reboot, the values are changes back to false. I need these values to be loaded as true or my mic doesn't work.
Any ideas?
On one, the mic works fine. I finally got it working by setting the following capture switch values to true in asound.state.
Code:
control.4 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'Capture Switch' value.0 false value.1 false
Any ideas?
Comment