You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ This will copy the binary to a folder globally accessible via path.
114
114
115
115
### Access without root
116
116
117
-
Also in Linux, you need udev rules if you don't want to start the application with root. Those rules reside in the udev folder of this repository. Typing `make install` on Linux copies them automatically to /etc/udev/rules.d/.
117
+
Also in Linux, you need udev rules if you don't want to start the application with root. Those rules are generated via `headsetcontrol -u`. Typing `make install` on Linux generates and writes them automatically to /etc/udev/rules.d/.
118
118
119
119
You can reload udev configuration without reboot via `sudo udevadm control --reload-rules && sudo udevadm trigger`
120
120
@@ -123,7 +123,7 @@ You can reload udev configuration without reboot via `sudo udevadm control --rel
123
123
Type `headsetcontrol -h` to get all available options.\
124
124
(Don't forget to prefix it with `./` when the application resides in the current folder)
125
125
126
-
Type `headsetcontrol -?` to get a list of supported capabilities for the currently detected headset
126
+
Type `headsetcontrol -?` to get a list of supported capabilities for the currently detected headset.
127
127
128
128
`headsetcontrol -s 128` sets the sidetone to 128 (REAL loud). You can silence it with `0`. I recommend a loudness of 16.
129
129
@@ -141,6 +141,8 @@ Following options don't work on all devices yet:
141
141
142
142
`headsetcontrol -m` retrieves the current chat-mix-dial level setting.
143
143
144
+
`headsetcontrol -u` Generates and outputs udev-rules for Linux.
145
+
144
146
### Third Party
145
147
146
148
The following additional software can be used to enable control via a GUI
0 commit comments