just in case someone has the same problem fixed by activating the driver using i2c
create this script 2pa-byps.sh ``` #!/bin/sh # echo Turn on log! # set -x clear function clear_stdin() ( old_tty_settings=`stty -g` stty -icanon min 0 time 0 while read none; do :; done stty "$old_tty_settings" ) if [ $# -ne 1 ]; then echo Kindly specify the i2c bus number. The default i2c bus number is 3. echo Command as following: echo $0 i2c-bus-number i2c_bus=3 else i2c_bus=$1 fi echo i2c bus is $i2c_bus i2c_addr=(0x3f 0x38) count=0 for value in ${i2c_addr[@]}; do val=$((${count} % 2)) i2cset -f -y $i2c_bus $value 0x00 0x00 i2cset -f -y $i2c_bus $value 0x7f 0x00 i2cset -f -y $i2c_bus $value 0x01 0x01 i2cset -f -y $i2c_bus $value 0x0e 0xc4 i2cset -f -y $i2c_bus $value 0x0f 0x40 i2cset -f -y $i2c_bus $value 0x5c 0xd9 i2cset -f -y $i2c_bus $value 0x60 0x10 if [ $val -eq 0 ]; then i2cset -f -y $i2c_bus $value 0x0a 0x1e else i2cset -f -y $i2c_bus $value 0x0a 0x2e fi i2cset -f -y $i2c_bus $value 0x0d 0x01 i2cset -f -y $i2c_bus $value 0x16 0x40 i2cset -f -y $i2c_bus $value 0x00 0x01 i2cset -f -y $i2c_bus $value 0x17 0xc8 i2cset -f -y $i2c_bus $value 0x00 0x04 i2cset -f -y $i2c_bus $value 0x30 0x00 i2cset -f -y $i2c_bus $value 0x31 0x00 i2cset -f -y $i2c_bus $value 0x32 0x00 i2cset -f -y $i2c_bus $value 0x33 0x01 i2cset -f -y $i2c_bus $value 0x00 0x08 i2cset -f -y $i2c_bus $value 0x18 0x00 i2cset -f -y $i2c_bus $value 0x19 0x00 i2cset -f -y $i2c_bus $value 0x1a 0x00 i2cset -f -y $i2c_bus $value 0x1b 0x00 i2cset -f -y $i2c_bus $value 0x28 0x40 i2cset -f -y $i2c_bus $value 0x29 0x00 i2cset -f -y $i2c_bus $value 0x2a 0x00 i2cset -f -y $i2c_bus $value 0x2b 0x00 i2cset -f -y $i2c_bus $value 0x00 0x0a i2cset -f -y $i2c_bus $value 0x48 0x00 i2cset -f -y $i2c_bus $value 0x49 0x00 i2cset -f -y $i2c_bus $value 0x4a 0x00 i2cset -f -y $i2c_bus $value 0x4b 0x00 i2cset -f -y $i2c_bus $value 0x58 0x40 i2cset -f -y $i2c_bus $value 0x59 0x00 i2cset -f -y $i2c_bus $value 0x5a 0x00 i2cset -f -y $i2c_bus $value 0x5b 0x00 i2cset -f -y $i2c_bus $value 0x00 0x00 i2cset -f -y $i2c_bus $value 0x02 0x00 count=$((${count} + 1)) done; clear_stdin ``` run as follows ``` 2pa-byps.sh 2 ``` -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/2058829 Title: Extreme low audio when using headphones Status in alsa-driver package in Ubuntu: New Bug description: The laptop audio works fine, but when I plug a headphone it seems that there is no audio. If I turn on overamplification it is possible to hear some low volume sound. So, the audio is actually there, it is just extremely low. I tried multiple things that I found only but none seems to work. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: alsa-base 1.0.25+dfsg-0ubuntu7 Uname: Linux 6.8.1-060801-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sat Mar 23 15:21:27 2024 InstallationDate: Installed on 2024-01-20 (64 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) MachineType: LENOVO 83AW PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR=<set> RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: alsa-driver Symptom: audio UpgradeStatus: Upgraded to noble on 2024-03-10 (13 days ago) dmi.bios.date: 09/01/2023 dmi.bios.release: 1.23 dmi.bios.vendor: LENOVO dmi.bios.version: MLCN23WW dmi.board.asset.tag: NO Asset Tag dmi.board.name: LNVNB161216 dmi.board.vendor: LENOVO dmi.board.version: SDK0T76530 WIN dmi.chassis.asset.tag: NO Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo Slim Pro 7 14APH8 dmi.ec.firmware.release: 1.23 dmi.modalias: dmi:bvnLENOVO:bvrMLCN23WW:bd09/01/2023:br1.23:efr1.23:svnLENOVO:pn83AW:pvrLenovoSlimPro714APH8:rvnLENOVO:rnLNVNB161216:rvrSDK0T76530WIN:cvnLENOVO:ct10:cvrLenovoSlimPro714APH8:skuLENOVO_MT_83AW_BU_idea_FM_SlimPro714APH8: dmi.product.family: Slim Pro 7 14APH8 dmi.product.name: 83AW dmi.product.sku: LENOVO_MT_83AW_BU_idea_FM_Slim Pro 7 14APH8 dmi.product.version: Lenovo Slim Pro 7 14APH8 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2058829/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp