PINE64
Pinebook Pro - No Audio - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116)
+--- Thread: Pinebook Pro - No Audio (/showthread.php?tid=8180)

Pages: 1 2


RE: Pinebook Pro - No Audio - zeos - 01-13-2020

I am having audio issues as well.  I have tried the switch, and changing the output in settings.   A lot of the sound preferences are grayed out as if the soundcard is not present.

based on the dmesg output is the soundcard actually loading?

rock@PBP:~$ dmesg | grep sound
[    1.256766] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/speaker-sound[0]'
[    1.256781] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/speaker-sound[0]'
[    1.381855] asoc-simple-card speaker-sound: ES8316 HiFi <-> ff890000.i2s mapping ok
[    1.770089] rk-hdmi-dp-sound hdmi-dp-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[    1.907383]   #0: es8316-spk-sound
[    1.907397]   #1: rk-hdmi-dp-sound
rock@PBP:~$ dmesg | grep es8316
[    1.063091] of_get_named_gpiod_flags: parsed 'spk-con-gpio' property of node '/i2c@ff110000/es8316@11[0]' - status (0)
[    1.063190] of_get_named_gpiod_flags: parsed 'hp-det-gpio' property of node '/i2c@ff110000/es8316@11[0]' - status (0)
[    1.382696] es8316 1-0011: ASoC: Failed to create Left Hp mixer debugfs file
[    1.382742] es8316 1-0011: ASoC: Failed to create Right Hp mixer debugfs file
[    1.382825] es8316 1-0011: ASoC: Failed to create HPCP L debugfs file
[    1.382922] es8316 1-0011: ASoC: Failed to create HPCP R debugfs file
[    1.383104] es8316 1-0011: ASoC: Failed to create HPVOL L debugfs file
[    1.383118] es8316 1-0011: ASoC: Failed to create HPVOL R debugfs file
[    1.907383]   #0: es8316-spk-sound


RE: Pinebook Pro - No Audio - sendas - 01-22-2020

I had no audio out of the box aswell.


I was able to fix it by replacing the /var/lib/alsa/asound.state  using this guys script https://github.com/pfeerick/pine64-scripts/blob/master/pinebook/no-speaker-fix.sh


RE: Pinebook Pro - No Audio - Pattycakes - 05-16-2020

(01-13-2020, 09:50 PM)zeos Wrote: I am having audio issues as well.  I have tried the switch, and changing the output in settings.   A lot of the sound preferences are grayed out as if the soundcard is not present.

based on the dmesg output is the soundcard actually loading?

rock@PBP:~$ dmesg | grep sound
[    1.256766] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/speaker-sound[0]'
[    1.256781] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/speaker-sound[0]'
[    1.381855] asoc-simple-card speaker-sound: ES8316 HiFi <-> ff890000.i2s mapping ok
[    1.770089] rk-hdmi-dp-sound hdmi-dp-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[    1.907383]   #0: es8316-spk-sound
[    1.907397]   #1: rk-hdmi-dp-sound
rock@PBP:~$ dmesg | grep es8316
[    1.063091] of_get_named_gpiod_flags: parsed 'spk-con-gpio' property of node '/i2c@ff110000/es8316@11[0]' - status (0)
[    1.063190] of_get_named_gpiod_flags: parsed 'hp-det-gpio' property of node '/i2c@ff110000/es8316@11[0]' - status (0)
[    1.382696] es8316 1-0011: ASoC: Failed to create Left Hp mixer debugfs file
[    1.382742] es8316 1-0011: ASoC: Failed to create Right Hp mixer debugfs file
[    1.382825] es8316 1-0011: ASoC: Failed to create HPCP L debugfs file
[    1.382922] es8316 1-0011: ASoC: Failed to create HPCP R debugfs file
[    1.383104] es8316 1-0011: ASoC: Failed to create HPVOL L debugfs file
[    1.383118] es8316 1-0011: ASoC: Failed to create HPVOL R debugfs file
[    1.907383]   #0: es8316-spk-sound

I am having all of these symptoms of the issue too, bluetooth works fine, but the speakers won't do anything at all, even with trying to swap the OS a few times. I've done the MATE install, Manjaro, and back to the stock debian. Absolutely no sound from the speakers. 

Has there been any updates to this? I've tried everything in this thread but nothing works. It's nice that it works with bluetooth, but the syncing process with bluetooth on anything is just horrible.


RE: Pinebook Pro - No Audio - polypode - 05-20-2020

I have a similar problem on running Manjaro. Very muffled sound as default, just audible when set to 150% in the volume control.
Opening alsamixer as sudo, there are two sliders on the left labeled "headphone". The left one is set to zero the right one to 100dB as default. Changing the left one to 100dB and exiting alsamixer restores sound perfectly and everything works. Problem is that this change in alsamixer does not survive a reboot. I have to change this manually every time.
Any idea how I can save this change in alsamixer permanently ?

Addendum

I tried "sudo alsactrl store" but settings are not loaded on reboot. I have to manually enter "sudo alsactrl restore" to load the saved settings. How can I get alsamixer to automatically reload stored settings ?