Skip to content

Not creating udev rules for Arctis Nova 7X v2  #383

@Naragiri

Description

@Naragiri

Description

When trying to run headsetcontrol I got the error "No supported device found", trying to figure out why I looked into the udev rules and found that the rules for the nova 7x v2 are completely missing. The other 4 devices have their udev rules created but for some reason the nova 7x v2 is completely missing.

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="2202", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="2206", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="220a", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="223a", TAG+="uaccess"

I have no knowledge of C to be able to dig further into the code so I'm at a road block here. Any help would be appreciated.

Headset Name

SteelSeries Arctis Nova 7X

On which OS does the problem happen?

Linux

Device information

Detailed Device Information
Device Found
 VendorID: 0x1038
ProductID: 0x2258
 path: /dev/hidraw4
 serial_number: 
 Manufacturer: SteelSeries
 Product:      Arctis Nova 7X
 Interface:    3
 Usage-Page: 0xffc0 Usageid: 0x1

Device Found
 VendorID: 0x1038
ProductID: 0x2258
 path: /dev/hidraw5
 serial_number: 
 Manufacturer: SteelSeries
 Product:      Arctis Nova 7X
 Interface:    4
 Usage-Page: 0xc Usageid: 0x1

Device Found
 VendorID: 0x1038
ProductID: 0x2258
 path: /dev/hidraw6
 serial_number: 
 Manufacturer: SteelSeries
 Product:      Arctis Nova 7X
 Interface:    5
 Usage-Page: 0xff00 Usageid: 0x1

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions