-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
Description
There is a differece between the Artis Nova 7/7X and the 7P versions.
The function of the dial on the right side of the headset on the 7P is "Sidetone" while it is "Chatmix" on the 7/7X.
Trying to set the sidetone doesn't do anything on the Arctis Nova 7P and the chatmix value always reads 64.
On Windows in the GG software in the Engine part there is no option to set the sidetone and the chatmix is only available in Sonar.
Would it be possible to remove the CAP_SIDETONE and CAP_CHATMIX_STATUS capabilities from the Arctis Nova 7P device only?
Headset Name
SteelSeries Arctis Nova 7P
On which OS does the problem happen?
Linux
Device information
Detailed Device Information
Windows
Device Found
VendorID: 0x1038
ProductID: 0x220a
path: \\?\HID#VID_1038&PID_220A&MI_03#7&79dbf21&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
serial_number:
Manufacturer: SteelSeries
Product: Arctis Nova 7P
Interface: 3
Usage-Page: 0xffc0 Usageid: 0x1
Device Found
VendorID: 0x1038
ProductID: 0x220a
path: \\?\HID#VID_1038&PID_220A&MI_04#7&2b74fce3&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
serial_number:
Manufacturer: SteelSeries
Product: Arctis Nova 7P
Interface: 4
Usage-Page: 0xc Usageid: 0x1
Device Found
VendorID: 0x1038
ProductID: 0x220a
path: \\?\HID#VID_1038&PID_220A&MI_05#7&397e314d&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
serial_number:
Manufacturer: SteelSeries
Product: Arctis Nova 7P
Interface: 5
Usage-Page: 0xff00 Usageid: 0x1
Linux
Device Found
VendorID: 0x1038
ProductID: 0x220a
path: /dev/hidraw1
serial_number:
Manufacturer: SteelSeries
Product: Arctis Nova 7P
Interface: 3
Usage-Page: 0xffc0 Usageid: 0x1
Device Found
VendorID: 0x1038
ProductID: 0x220a
path: /dev/hidraw2
serial_number:
Manufacturer: SteelSeries
Product: Arctis Nova 7P
Interface: 4
Usage-Page: 0xc Usageid: 0x1
Device Found
VendorID: 0x1038
ProductID: 0x220a
path: /dev/hidraw3
serial_number:
Manufacturer: SteelSeries
Product: Arctis Nova 7P
Interface: 5
Usage-Page: 0xff00 Usageid: 0x1
JSON output
./headsetcontrol --output JSON
{
"name": "HeadsetControl",
"version": "continuous-27-gabe3ac8",
"api_version": "1.3",
"hidapi_version": "0.14.0",
"device_count": 1,
"devices": [
{
"status": "success",
"device": "SteelSeries Arctis Nova 7",
"vendor": "SteelSeries",
"product": "Arctis Nova 7P",
"id_vendor": "0x1038",
"id_product": "0x220a",
"capabilities": [
"CAP_SIDETONE",
"CAP_BATTERY_STATUS",
"CAP_INACTIVE_TIME",
"CAP_CHATMIX_STATUS",
"CAP_EQUALIZER_PRESET",
"CAP_EQUALIZER",
"CAP_MICROPHONE_MUTE_LED_BRIGHTNESS",
"CAP_MICROPHONE_VOLUME",
"CAP_VOLUME_LIMITER",
"CAP_BT_WHEN_POWERED_ON",
"CAP_BT_CALL_VOLUME"
],
"capabilities_str": [
"sidetone",
"battery",
"inactive time",
"chatmix",
"equalizer preset",
"equalizer",
"microphone mute led brightness",
"microphone volume",
"volume limiter",
"bluetooth when powered on",
"bluetooth call volume"
],
"battery": {
"status": "BATTERY_UNAVAILABLE",
"level": -1
},
"equalizer": {
"bands": 10,
"baseline": 0,
"step": 0.5,
"min": -10,
"max": 10
},
"equalizer_presets": {
"flat": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
"bass": [ 3.5, 5.5, 4.0, 1.0, -1.5, -1.5, -1.0, -1.0, -1.0, -1.0 ],
"focus": [ -5.0, -3.5, -1.0, -3.5, -2.5, 4.0, 6.0, -3.5, 0.0, 0.0 ],
"smiley": [ 3.0, 3.5, 1.5, -1.5, -4.0, -4.0, -2.5, 1.5, 3.0, 4.0 ]
},
"equalizer_presets_count": 4,
"chatmix": 64
}
]
}