Score:2

asusctl and dkms-hid-asus-rog missing from repository?

de flag

This directory disappeared in the last few days: https://download.opensuse.org/repositories/home:/luke_nukem:/asus/xUbuntu_21.04

Where can I find asusctl and dkms-hid-asus-rog to install in Ubuntu? I'm using an ASUS Zephyrus G14. Please forgive me if I ask this in the wrong place. Thanks!!

Score:2
zw flag

You have two options:

  • find a way to contact original repository owner for example on their GitLab - https://gitlab.com/asus-linux/asusctl/-/issues/149 and temporary comment out the relevant line in sources.list (or use Software & Updates GUI application) and wait for solution;

  • if you are in hurry - compile the application from sources by yourself using below procedure:

    sudo apt autopurge asusctl dkms-hid-asus-rog # remove debs first
    
    sudo apt install build-essential cargo git pkg-config libclang-dev libudev-dev
    
    cd ~/Downloads
    git clone https://gitlab.com/asus-linux/asusctl.git -b 4.0.6
    cd asusctl
    make
    sudo make install
    
    sudo systemctl daemon-reload && sudo systemctl restart asusd
    

    When all things will return to normal - uninstall self compiled version by

    cd ~/Downloads/asusctl
    sudo make uninstall
    sudo mv /etc/asusd ~/
    

    then reinstall deb-package when it will be available again.


Note: AUR and original repository owner say that dkms-hid-asus-rog (hid-asus-rog-dkms) is now out of date and archived.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.