Chromium autogain fix
This commit is contained in:
parent
c074485b0a
commit
436137e979
1 changed files with 7 additions and 0 deletions
7
how_to
7
how_to
|
@ -1241,3 +1241,10 @@ Flash BIOS using CH341A and SOP8 clip:
|
||||||
cmp backup1.bin backup2.bin
|
cmp backup1.bin backup2.bin
|
||||||
Flashing firmware:
|
Flashing firmware:
|
||||||
sudo flashrom --programmer ch341a_spi -w <new_firmware.bin>
|
sudo flashrom --programmer ch341a_spi -w <new_firmware.bin>
|
||||||
|
|
||||||
|
Fix chromium microphone autogain (qutebrowser):
|
||||||
|
# Add this script to greasemonkey:
|
||||||
|
# https://github.com/joeywatts/disable-autogain-control-extension/blob/master/disableAutogain.js
|
||||||
|
|
||||||
|
# https://github.com/qutebrowser/qutebrowser/discussions/6628
|
||||||
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=435112
|
||||||
|
|
Loading…
Reference in a new issue