Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Clarify README, add support for Razer Blade 14 2022 #3

@sampollard

Description

@sampollard

Thanks for doing this. I had a few more packages to install on WSL Ubuntu 22.04.

First, install rustup. Then,

sudo apt install libudev-dev libxdo-dev gcc-mingw-w64
rustup target add x86_64-pc-windows-gnu

Then build as usual. Compiled versions are kept in target/x86_64-pc-windows-gnu/release/.

(This info was valuable to me, who's never used Rust before)

Testing on a Razer Blade 14 2022, 3070Ti, mercury, PID 0x028c I get the following:

PS > .\razer-cli.exe enumerate
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: , product:  }
RazerDevice { vid: 0x1532, pid: 0x028c, manufacturer: Razer, product: Razer Blade }
PS > .\razer-cli.exe -p 0x028c info
Error: hidapi error: HidD_SetFeature: (0x00000001) Incorrect function.

At some point I'll get around to installing wireshark and checking the output of the USB, but making this issue for now for other Razer blade 14 2022 owners.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationnew hwRequest for new hardware support

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions