Page 1 of 1

Atom Cherrytrail sst sound bytcr_rt5640: finally working

Posted: Fri 29 Mar 2019, 21:09
by stemsee
Finally after much effort got my soundcard to work nicely.
Having compiled a new kernel which picks-up almost all the hardware on HP G2 X2 201 2-in-1 tablet with 4g ram and 64GB storage.

I finally found what works to get this soundcard to produce clear sound, at least on Fatdog64-800.

This works with libapulse, no need for pulseaudio and pavucontrol.Needs correct UCM files and intel firmware.

Download the attached asound.state config file and copy it to /etc/asound.state. Blacklist module 'blacklist snd_hdmi_lpe_audio', this might not be necessary. Set the defualt soundcard '1'.

Reboot and play music, I used vlc>audio device>direct hardware.

Posted: Thu 04 Apr 2019, 16:21
by stemsee
I have found that I have to blacklist 5 sound modules and modprobe 3 of them after X starts.

blacklist

Code: Select all

blacklist snd_hdmi_lpe_audio
blacklist snd_soc_set_atom_hifi2_platform
blacklist snd_soc_rt5640
blacklist snd_soc_rl6231
blacklist snd_soc_sst_bytcr_rt5640
modprobe after x

Code: Select all

modprobe snd_soc_rt5640
modprobe snd_soc_rl6231
modprobe snd_soc_sst_bytcr_rt5640

Microsoft Surface 3

Posted: Tue 28 Jan 2020, 16:47
by 3guesses
I have no sound in Bionic Puppy 8.0 x64 on my Microsoft Surface 3 (reported in http://murga-linux.com/puppy/viewtopic. ... 01#1049101), which has the Intel Atom x7-Z8700 Processor - I believe that too is Cherrytrail. I will have a go at downloading your asound.state config file and blacklisting module snd_hdmi_lpe_audio to see if that resolves the problem for me, unless I need to do more than that?