So i run ubuntu server 22.04.2
The problem was my gpu fan makes noise when it runs, so i was trying to mess with fan speed controls so I ran a couple of commands that I have mentioned down
pwmconfig
fancontrol
It said to run fan manually to test or something so I said yes to all and now I think they don't automatically turn off. How can I reset it?
After doing that I also tried installing a GUI for fan speed control
which had following commands from this website GUI to Control fanspeed in Ubuntu?
Install the build requirements (tested in Ubuntu 18.04):
sudo apt update sudo apt install libkf5config-dev libkf5auth-dev libkf5package-dev libkf5declarative-dev libkf5coreaddons-dev libkf5dbusaddons-dev libkf5kcmutils-dev libkf5i18n-dev libkf5plasma-dev libqt5core5a libqt5widgets5 libqt5gui5 libqt5qml5 extra-cmake-modules qtbase5-dev libkf5notifications-dev qml-module-org-kde-kirigami2 qml-module-qtquick-dialogs qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel cmake build-essential gettext git
Install fancontrol-gui:
git clone https://github.com/Maldela/fancontrol-gui.git cd fancontrol-gui mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on make -j sudo make install
Now I wanna reset all of it how can I do that?