wroberts/rogauracore

Could not find ROG Aura Core keyboard.

donkikhot opened this issue · 13 comments

Pleas add support ROG Zephyrus M16

This isn't something we can do alone without purchasing a Zephyrus M16 and configuring it. If you are willing to try plugging in your device ID to this array (you can obtain it using lsusb), you should be able to test out the application for your keyboard. If it works, please send a pull request to add it permanently so others with your model can use it, too.

The given id already exists in your array.
Bus 003 Device 004: ID 0b05: 19b6 ASUSTek Computer, Inc. N-KEY Device
How can I help more?

Should be supported, then. Are you running the rogauracore tool as root?

Yes...
sudo rogauracore initialize_keyboard
[sudo] пароль для don:
Could not find ROG Aura Core keyboard.

I have the same problem on the Zephyrus G15:
Bus 001 Device 002: ID 0b05:19b6 ASUSTek Computer, Inc. N-KEY Device

@MIBbrandon @donkikhot can you run sudo rogauracore -v red please?

args:
color1 0 128 0
color2 0 0 0
color3 0 0 248
color4 173 160 139
single_static
constructed 1 messages:
message 0: 5d b3 00 00 ff 00 00 00 00 00 00 00 00 00 00 00 00
Initialising libusb
Initialised libusb.
Found 7 USB devices.
Checking device 1d6b:0003, address 1
Checking device 27c6:521d, address 2
Checking device 1d6b:0002, address 1
Checking device 1d6b:0003, address 1
Checking device 13d3:3563, address 3
Checking device 0b05:19b6, address 2
Checking device 1d6b:0002, address 1
Could not find ROG Aura Core keyboard.

@JoshDreamland @wroberts
sudo rogauracore -v red
args:
color1 72 176 16
color2 41 252 127
color3 0 0 248
color4 253 83 97
single_static
constructed 1 messages:
message 0: 5d b3 00 00 ff 00 00 00 00 00 00 00 00 00 00 00 00
Initialising libusb
Initialised libusb.
Found 8 USB devices.
Checking device 1d6b:0003, address 1
Checking device 27c6:521d, address 3
Checking device 13d3:5458, address 2
Checking device 13d3:3563, address 5
Checking device 0b05:19b6, address 4
Checking device 1d6b:0002, address 1
Checking device 1d6b:0003, address 1
Checking device 1d6b:0002, address 1
Could not find ROG Aura Core keyboard

Hi
Works well on Fedora 3.4.

LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 34 (Thirty Four)

sudo rogauracore -v red
args:
color1 0 0 0
color2 0 0 0
color3 0 0 0
color4 0 0 0
single_static
constructed 1 messages:
message 0: 5d b3 00 00 ff 00 00 00 00 00 00 00 00 00 00 00 00
Initialising libusb
Initialised libusb.
Found 8 USB devices.
Checking device 1d6b:0003, address 1
Checking device 27c6:521d, address 3
Checking device 13d3:5458, address 2
Checking device 13d3:3563, address 5
Checking device 0b05:19b6, address 4
Found ROG Aura Core keyboard.
Opened USB device.
Auto detach kernel mode set.
Got configuration descriptor.
Found 3 interfaces on the USB device.
Claimed interface 0.
Successfully sent all messages.
Sent SET message.
Sent APPLY message.
Release: 34
Codename: ThirtyFour

kernel: 5.13.5-200.fc34.x86_64

Were you running an outdated version on your previous OS, somehow...? Like, from a package manager?

No, before that I used ubuntu with a 5.13 kernel, installed as

sudo apt install libusb-1.0-0 libusb-1.0-0-dev VERSION=1.4 curl -LOs https://github.com/wroberts/rogauracore/releases/download/$VERSION/rogauracore-$VERSION.tar.gz tar xf rogauracore-$VERSION.tar.gz cd rogauracore-$VERSION/ ./configure make sudo make install

Version both there and there 1.4

Installed on Fedora like this
autoreconf -i ./configure make

At the moment everything is working

@MIBbrandon any updates on your end?