Announcement

Collapse
No announcement yet.

asound.state reconfigures it's self on reboot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    asound.state reconfigures it's self on reboot

    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.

    Code:
    control.4 {
        comment.access 'read write'
        comment.type BOOLEAN
        comment.count 2
        iface MIXER
        name 'Capture Switch'
        value.0 false
        value.1 false
    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?

    #2
    Re: asound.state reconfigures it's self on reboot

    Fixed. >_<
    In alsamixer I had to highlight "capture" and press spacebar to activate it.
    haha I've been messing with things since yesterday.

    Mic is now working.

    Comment

    Working...
    X