Posts by inform880

    My audio consistently skips 2-3 times when I increase or decrease the audio using this script:

    Bash
    #!/bin/bash
    
    action() {
            cec-ctl --to 0 --user-control-pressed ui-cmd=volume-up
            exit 1
    }
    
    action &

    The volume up script is the same but using 0x41 instead.

    This is my keymap:

    I'm sure there's a better way to do this, but I'm at my wits end. It doesn't skip when I run it from the command line on root.

    Here is what I think is the relevant part of the logs: