Sapd / HeadsetControl

Sidetone and Battery status for Logitech G930, G533, G633, G933 SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX
GNU General Public License v3.0
1.44k stars 176 forks source link

Sidetone Not Working For G430 on Mac #21

Closed VeniVidiViciVersace closed 6 years ago

VeniVidiViciVersace commented 6 years ago

After building and installing, I type in the command to disable sidetone (headsetcontrol -s 0), and I receive the following in terminal: "Found Logitech G430" "Error: This headset doesn't support sidetone"

It's very possible I built the necessary parts incorrectly, as I'm new to Mac OS. If there is any other information I could provide to facilitate the process, please let me know. Thanks in advance.

Sapd commented 6 years ago

The problem is, that the current version doesn't support sidetone on G430, because the project changed the communication library from libusb to libhidapi. See https://github.com/Sapd/HeadsetControl/blob/master/src/devices/logitech_g430.c . Someone has to rewrite and test code for libhidapi.

However, like in the readme stated, you can go to an older version: git reset --hard 41be99379f

VeniVidiViciVersace commented 6 years ago

I see, sorry about that. I installed that version and got it working. Thank you.