Asus ROG asusctl kurulumu yapamıyorum

Cihazım

  • Asus Rog Strix 16,
  • AMD 5900 işlemci
  • nVidia 3080 ekran kartı
  • 64GB Ram
  • 1+1 TB m2ssd

voyager üzerinde asus ctl kurulumu yapmak istiyorum fakat sudo make install komutu girdiğimde hata alıyorum.

girdiğim komutlar sırası ile;

sudo apt install cmake libclang-dev libudev-dev libgtk-3-dev libclang-dev libglib2.0-dev libatkmm-1.6-dev libpangomm-1.4-dev librust-gdk-pixbuf-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
make
sudo make install

make komutunun sonunda ve sonrasında sudo make install komutunda şu hataları alıyorum

Compiling rog-control-center v4.7.2 (/home/aknkrds/asusctl/rog-control-center)
error[E0599]: no method named `receive_device_state` found for struct `AnimeProxy<'_>` in the current scope
   --> rog-control-center/src/update_and_notify.rs:317:34
    |
317 |         if let Ok(mut p) = proxy.receive_device_state().await {
    |                                  ^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `receive_notify_device_state`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `rog-control-center` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
make: *** [Makefile:142: build] Error 101
aknkrds@VoyagerPC:~/asusctl$ sudo make install
install -D -m 0755 "./target/release/rog-control-center" "/usr/bin/rog-control-center"
install: './target/release/rog-control-center' durumlanamadı: Böyle bir dosya ya da dizin yok
make: *** [Makefile:47: install-program] Error 1

sorun ne olabilir acaba? nasıl çözebilirim.

şimdiden teşekkürler…

Rust’ı nasıl yüklediniz? Burada bir rehber buldum. Belki işinize yarar. https://www.reddit.com/r/ZephyrusG14/comments/yimd5e/installing_asusctl_on_ubuntu_2204_lts/

2 Likes

Teşekkür ederim hemen deneyip sonucu yazacağım.

kurulumu yapabildim :slight_smile:

2 Likes