Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asusctl does not start with rust panic #42

Open
tomoshokas opened this issue Sep 5, 2024 · 1 comment
Open

asusctl does not start with rust panic #42

tomoshokas opened this issue Sep 5, 2024 · 1 comment

Comments

@tomoshokas
Copy link

Installation is done following your instructions on asus-linux.org for Fedora with wayland.
But since beginning I have following error (I had it on fedora 39 too)
So asusctl never worked on my G814JV

RUST_BACKTRACE=full bash -c asusctl
Starting version 6.0.12
thread 'main' panicked at asusctl/src/main.rs:62:54:
called Result::unwrap() on an Err value: MethodError(OwnedErrorName("org.freedesktop.DBus.Error.UnknownInterface"), Some("Unknown interface 'org.asuslinux.Platform'"), Msg { type: Error, serial: 10, sender: UniqueName(":1.27"), reply-serial: 5, body: Signature("s"), fds: [] })
stack backtrace:
0: 0x55f5ff09d921 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h2a0cac5be5a8d820
1: 0x55f5fefbc5fb - core::fmt::write::h17332d03f2f4f35b
2: 0x55f5ff071472 - std::io::Write::write_fmt::h88e1eb0c5cdd9837
3: 0x55f5ff0a2aa9 - std::sys_common::backtrace::print::hdcb54b9d7dbd3721
4: 0x55f5ff0a2296 - std::panicking::default_hook::{{closure}}::h2ae8767ce156166f
5: 0x55f5ff0a36a1 - std::panicking::rust_panic_with_hook::h4eeb081fd329f3e2
6: 0x55f5ff0a2e12 - std::panicking::begin_panic_handler::{{closure}}::h27cc783a709c8b6a
7: 0x55f5ff0a2d69 - std::sys_common::backtrace::__rust_end_short_backtrace::haa2fd5875febd42c
8: 0x55f5ff0a2d56 - rust_begin_unwind
9: 0x55f5fef60702 - core::panicking::panic_fmt::h755ac17b0b090cd9
10: 0x55f5fef60b65 - core::result::unwrap_failed::h1e3040ddff280ba6
11: 0x55f5fef8f107 - asusctl::main::h16fbd0d07ef7c10c
12: 0x55f5fef73f56 - std::sys_common::backtrace::__rust_begin_short_backtrace::h6244f443299062f5
13: 0x55f5fefabf69 - main
14: 0x7f582bd34088 - __libc_start_call_main
15: 0x7f582bd3414b - __libc_start_main_alias_1
16: 0x55f5fef6ef35 - _start
17: 0x0 -
Aborted (core dumped)
to@fedora:$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0b05:19b6 ASUSTek Computer, Inc. N-KEY Device
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 004: ID 322e:2122 Sonix Technology Co., Ltd. USB2.0 HD UVC WebCam
Bus 001 Device 006: ID 8087:0033 Intel Corp. AX211 Bluetooth
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
to@fedora:
$ cat /sys/devices/virtual/dmi/id/board_name
G814JV
to@fedora:$ uname -a
Linux fedora 6.10.6-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 19 14:09:30 UTC 2024 x86_64 GNU/Linux
to@fedora:
$

@flukejones
Copy link
Owner

I have done many many changes in the last month. Please try latest main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants