You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
The laptop is the 14-inch RDP Thinbook 1430. It seems to be now called RDP 1430p. They also have a model 1430-EC-L sold with Linux pre-installed. I have the original 14-inch model (then called RDP Thinbook 1430) that had a 32-bit UEFI loader.
I have been working closely with this company to get the hardware working on Linux - mostly by writing a set of ISO-remastering scripts that can compile a recent kernel, and put in a few user-space scripts. You can find my github repo here.
Sound works, BUT:
GUI (Settings --> Sound) shows only one output
Even when a headphone jack is plugged in, you get sound over the headphone jack AS WELL AS the built-in speakers.
The UCM file you are using gives the clue already:
#Codec IC has only 1 analog out, switching SPK/HP is done externally,
#probably by means of some analog switch controlled by gpio
There is nothing we can do at the UCM level, this has to be handled at a lower level (i.e. the kernel)
OK. I get it (should have figured this out myself!).
I guess my next step would be to file a kernel bug and / or reach out to
es8316.c driver maintainer?
On Mon, Jul 9, 2018 at 3:39 PM Pierre Bossart ***@***.***> wrote:
The UCM file you are using gives the clue already:
#Codec IC has only 1 analog out, switching SPK/HP is done externally,
#probably by means of some analog switch controlled by gpio
There is nothing we can do at the UCM level, this has to be handled at a
lower level (i.e. the kernel)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALaty8yPids9BzGrcGMf6oEKcqZUrRVJks5uE9uegaJpZM4VIWLs>
.
The laptop is the 14-inch RDP Thinbook 1430. It seems to be now called RDP 1430p. They also have a model 1430-EC-L sold with Linux pre-installed. I have the original 14-inch model (then called RDP Thinbook 1430) that had a 32-bit UEFI loader.
I have been working closely with this company to get the hardware working on Linux - mostly by writing a set of ISO-remastering scripts that can compile a recent kernel, and put in a few user-space scripts. You can find my github repo here.
Sound works, BUT:
I am attaching the output of alsa-info
rdp-1430-alsa-info.txt
I have also uploaded the output of alsa-info.
Attached are bytcht-es8316.conf and HiFi from /usr/share/alsa/usm/bytcht-es8316:
rdp-1430-HiFi.txt
rdp-1430-bytcht-es8316.conf.txt
These files are from this github repo
When running alsa-info, I get the following error:
I am able and willing to perform various tests on this laptop. Please help me figure out what is worng and what needs to be done.
The text was updated successfully, but these errors were encountered: