I have a strange problem.
I am using the keyboard command to target commands into a SSH terminal (putty) session on my linux box. I send the command
amixer -c0 set Master,0 1+ <enter>
And this works fine, however - Every once in a while, especially during quick repeats it sends the command with a lower case "m" and linux does not like this.
amixer -c0 set master,0 1+ <enter>
This is actaully working really well, other than this, any ideas why, or a better solution how to send the command


Reply With Quote