Skip to content

Corsair VOID Wireless V2 (0x2A08) detected but reported offline on Windows #521

Description

@x1le1

Description

Hi,

I tested HeadsetControl with my real Corsair VOID Wireless V2 headset on Windows 11.

The headset is detected correctly:

  • Device: Corsair Wireless V2 Headset Device
  • Product: CORSAIR VOID WIRELESS v2 Gaming Receiver
  • Vendor ID: 0x1b1c
  • Product ID: 0x2a08

However, the device is reported as offline and functionality does not work.

Output:

{
  "name": "HeadsetControl",
  "version": "continuous-43-ga16be48",
  "device_count": 1,
  "devices": [
    {
      "status": "partial",
      "device": "Corsair Wireless V2 Headset Device",
      "vendor": "Corsair",
      "product": "CORSAIR VOID WIRELESS v2 Gaming Receiver",
      "id_vendor": "0x1b1c",
      "id_product": "0x2a08",
      "capabilities": [
        "CAP_SIDETONE",
        "CAP_BATTERY_STATUS"
      ],
      "battery": {
        "status": "BATTERY_UNAVAILABLE",
        "level": -1
      },
      "errors": {
        "battery": "Device is offline or not responding"
      }
    }
  ]
}

Connection check:

headsetcontrol --connected
false

Sidetone also fails:

headsetcontrol -s 50

Found 1 supported device(s):
Corsair Wireless V2 Headset Device (CORSAIR VOID WIRELESS v2 Gaming Receiver) [0x1b1c:0x2a08]

Device is offline or not responding

The headset itself works normally in Windows and in Corsair iCUE.

I also checked the raw HID interfaces and found:

Interface 4 -> usage page 0xff42
Interface 3 -> usage page 0xff13

Since support for this headset was added in PR #492 by @Frank-py, maybe this is a protocol mismatch / firmware revision issue in initializeDevice() for corsair_void_v2w.hpp?

Thanks

Headset Name

Corsair VOID Wireless V2

On which OS does the problem happen?

Windows

Device information

Detailed Device Information
Device Found
 VendorID:  0x1b1c
 ProductID: 0x2a08
 Path: \\?\HID#VID_1B1C&PID_2A08&MI_04&Col01#8&23ed808a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
 Serial: AD11C54501SVCA
 Manufacturer: Corsair
 Product: CORSAIR VOID WIRELESS v2 Gaming Receiver
 Interface: 4
 Usage-Page: 0xff42  Usage-ID: 0x0001

Device Found
 VendorID:  0x1b1c
 ProductID: 0x2a08
 Path: \\?\HID#VID_1B1C&PID_2A08&MI_04&Col02#8&23ed808a&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}
 Serial: AD11C54501SVCA
 Manufacturer: Corsair
 Product: CORSAIR VOID WIRELESS v2 Gaming Receiver
 Interface: 4
 Usage-Page: 0xff42  Usage-ID: 0x0002

Device Found
 VendorID:  0x1b1c
 ProductID: 0x2a08
 Path: \\?\HID#VID_1B1C&PID_2A08&MI_03&Col01#8&371d9cc8&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
 Serial: AD11C54501SVCA
 Manufacturer: Corsair
 Product: CORSAIR VOID WIRELESS v2 Gaming Receiver
 Interface: 3
 Usage-Page: 0x000c  Usage-ID: 0x0001

Device Found
 VendorID:  0x1b1c
 ProductID: 0x2a08
 Path: \\?\HID#VID_1B1C&PID_2A08&MI_03&Col02#8&371d9cc8&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}
 Serial: AD11C54501SVCA
 Manufacturer: Corsair
 Product: CORSAIR VOID WIRELESS v2 Gaming Receiver
 Interface: 3
 Usage-Page: 0xff13  Usage-ID: 0x0001

Device Found
 VendorID:  0x1b1c
 ProductID: 0x2a08
 Path: \\?\HID#VID_1B1C&PID_2A08&MI_03&Col03#8&371d9cc8&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030}
 Serial: AD11C54501SVCA
 Manufacturer: Corsair
 Product: CORSAIR VOID WIRELESS v2 Gaming Receiver
 Interface: 3
 Usage-Page: 0x000b  Usage-ID: 0x0005

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions