Thank you. Unfortunately something went wrong.
my startup and shutdown scripts in jack are:
Code: Select all
pactl set-card-profile alsa_card.pci-0000_00_1b.0 off && pactl set-card-profile alsa_card.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00 off && pactl load-module module-jack-sink && sudo cpupower frequency-set -g performance
Code: Select all
pactl set-card-profile alsa_card.pci-0000_00_1b.0 output:analog-stereo && sudo cpupower frequency-set -g powersave
I've editet /etc/sudoers with visudo:
Code: Select all
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
%sudo ALL=(ALL:ALL) NOPASSWD:/usr/bin/cpupower
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
But after starting jack the command
shows that the state is still powersafe