I just follow the mentioned before: sudo apt install install alsa-tools then run sudo hda-verb /dev/snd/hwC0D0 0x17 SET_CONNECT_SEL 1
For the changes take effects after reboot: sudo gedit /etc/rc.local and put this on it: #!/bin/sh -e hda-verb /dev/snd/hwC0D0 0x17 SET_CONNECT_SEL 1 exit 0 Now give permission to the file: sudo chmod +x /etc/rc.local reboot and that's it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872108 Title: Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1872108/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
