I've just upgraded to Ubuntu 19.10 on my Asus E200H laptop. Based on what I've seen the audio device for this laptop should be supported in the mainline kernel that Ubuntu 19.10 uses. I'm getting no audio output, and in Ubuntu Sound Settings the output device is listed as Dummy Output, which would indicate that the device was not recognised. Is there something I can do to prompt Ubuntu to recognise the device?
For reference, this is the output of 'uname -a'...
Linux zenoarrow-E200HA 5.3.0-23-generic #25-Ubuntu SMP Tue Nov 12 09:22:33 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
This is the relevant section of the 5.3 kernel changelog that shows that support for the required codec (Conexant CX2072X) was added...
https://kernelnewbies.org/LinuxChanges#Linux_5.3.Audio
In one of the two relevant kernel commits, the developer lists testing on a Asus E200HA, which should be very similar/the same as my laptop (I don't know what the differences between the E200H and E200HA are, but I doubt these differences are audio related as I've used "E200HA" audio patches in the past)...
Tested with ASUS E200HA laptop.
Before these patches landed in the mainline kernel I built a custom 4.19 kernel with patches to support the audio hardware in my laptop, and this worked out fine. I'll be going back to using this kernel for now, but I would appreciate any support I can get Ubuntu to work with the audio hardware after a standard install.
Thank you in advance.
EDIT: I will report a bug as requested, but I'm also leaving this question unanswered for now as I would also like to know if there is a way to force Ubuntu to recognise the devices (perhaps using tools available in the terminal or through config file changes), and if this is possible it may also be useful to other Ubuntu users in the future.
lspci -knn | grep Audio -A3
. Anyway it is a kernel bug. – Pilot6 Nov 16 '19 at 08:54