Just got the Thinkpad X1 Carbon Gen 7 as work laptop. Installed manjaro and noticed that there is a clipping noise when using the headphone jack.
How to fix:
-
Install
alsa-tools
-
Create a script in
/usr/bin
#!/bin/bash hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x67 hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x3000
-
Create a new file in
/etc/systemd/system/
[Unit]
Description=Scriptssh-keygen -t rsa -b 4096 -C "your_email@example.com"
[Service]
ExecStart=/usr/bin/script
[Install]
WantedBy=multi-user.target
- Run and auto start the service
sudo chmod 755 /usr/bin/script sudo systemctl enable script.service
Share this post
Twitter
Google+
Facebook
Reddit
LinkedIn
StumbleUpon
Email