Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Naragiri opened this issue Dec 8, 2024 · 0 comments
Open

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

Naragiri opened this issue Dec 8, 2024 · 0 comments

Comments

@Naragiri
Copy link

Naragiri commented Dec 8, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant