coyrls wrote: 
> Also, rather than vi the sound.state, can you also run "cat
> sound.state", I want to see if vi is putting the escaped characters in
> or if the escapes are in the file itself.  The two errors are for
> control #2 and #3 and those are the two with the special characters in
> the name.

Code:
--------------------
    tc@pCP:/var/lib/alsa$ cat asound.state
  state.DAC {
        control.1 {
                iface PCM
                name 'Playback Channel Map'
                value.0 3
                value.1 4
                comment {
                        access read
                        type INTEGER
                        count 2
                        range '0 - 36'
                }
        }
        control.2 {
                iface MIXER
                name 'Explorer² USB DAC Playback Switch'
                value true
                comment {
                        access 'read write'
                        type BOOLEAN
                        count 1
                }
        }
        control.3 {
                iface MIXER
                name 'Explorer² USB DAC Playback Volume'
                value 98
                comment {
                        access 'read write'
                        type INTEGER
                        count 1
                        range '0 - 100'
                        dbmin -10000
                        dbmax 0
                        dbvalue.0 -200
                }
        }
        control.4 {
                iface CARD
                name 'Meridian Internal Clock Validity'
                value true
                comment {
                        access read
                        type BOOLEAN
                        count 1
                }
        }
        control.5 {
                iface CARD
                name 'Keep Interface'
                value false
                comment {
                        access 'read write'
                        type BOOLEAN
                        count 1
                }
        }
  }
  
--------------------


I edited vi the asound.state, now it is working!
Thank you so much, you made my day again!!!



The Earth Has Music For Those Who Listen
------------------------------------------------------------------------
Pommes's Profile: http://forums.slimdevices.com/member.php?userid=67682
View this thread: http://forums.slimdevices.com/showthread.php?t=111540

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to