Skip to content

Steelseries Arctis Pro is not recognized #151

@adlerzei

Description

@adlerzei

Hi,
I recently bought a new Arctis Pro but it is not recognized by HeadsetControl.

christian@christian-PC:~$ headsetcontrol
No supported headset found

I requested more information about my USB devices to add the idProduct to the code if it differs:

christian@christian-PC:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 008: ID 05c8:022a Cheng Uei Precision Industry Co., Ltd (Foxlink) HP Webcam
Bus 001 Device 007: ID 8087:0a2a Intel Corp. 
Bus 001 Device 014: ID 248a:8367 Maxxter Wireless Receiver
Bus 001 Device 012: ID 1038:1297 SteelSeries ApS 
Bus 001 Device 011: ID 1038:1290 SteelSeries ApS Wireless Receiver
Bus 001 Device 009: ID 0451:2036 Texas Instruments, Inc. TUSB2036 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

and changed line 10 - 14 in steelseries_arctis_7.c to:

#define ID_ARCTIS_7        0x1260
#define ID_ARCTIS_7_2019   0x12ad
#define ID_ARCTIS_PRO_2019 0x1252
#define ID_ARCTIS_PRO_NEW 0x1290

static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_7, ID_ARCTIS_7_2019, ID_ARCTIS_PRO_2019, ID_ARCTIS_PRO_NEW };

but without success. I also tried using 0x1297 as product id, but it resulted in the same output. After rebuilding HeadsetControl I got:

christian@christian-PC:~$ headsetcontrol
Found SteelSeries Arctis (7/Pro)!

Requested/supported HID device not found or system error.

Can anyone help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions