Is there an official source of Realtek Audio Drivers, that can be installed on 20.04 (a NUC, if that matters)? And what are the installation instructions?
I have installed Ubuntu 20.04 on an Intel NUC nuc10i7fnh box, with no problem. I have updated the BIOS to the latest, and enabled "HD Audio". Everything is good, except I have been unable to get audio working. (The only output-source is "dummy", which is what I feel like).
I think it's the lack of Realtek drivers, and this is the only thing I've seen in questions, that I haven't yet tried. All of the official Realtek and Intel docs, seem to point to Windows drivers. After a lot of searching, I've found some Linux drivers:
- PC Audio Codecs > High Definition Audio Codecs Software - REALTEK
- Installing Realtek ALC892 Audio Driver on Linux Mint
Which are two years old, and I can't get to make correctly. (It does say it's only for a much older kernel).
One reason I'm looking for the drivers to install (or re-install), is based on Intel's docs at Troubleshooting Intel NUC, which, for
Front panel 3.5mm audio jack isn't working.
says to "re-install the drivers". Of course, it also says to "enable audio" in the BIOS - the only thing I found in the BIOS was "HD Audio", which was checked - maybe there's a setting missing.
More generally, can Ubuntu be installed on an Intel NUC, and audio configured to work at all? I've seen lots of recommendations for the Intel NUC as a good Linux-box - I can't believe everyone else would have missed audio being broken.
modprobe: ERROR: could not insert 'snd_hdmi_lpe_audio': Unknown symbol in module, or unknown parameter
. However, I have confirmed that there is some kind of audio - turned on Bluetooth, and with a Bluetoooth headset, got a connection. So it's just the 3.5mm audio-jack that's not working. I'm assuming that requires the Realtek drivers, but who knows? – John C Jul 13 '20 at 22:33dmesg
for anything - nothing at all related. And the full modprobe error was "modprobe: ERROR: ../libkmod/libkmod-module.c:191 kmod_module_parse_depline() ctx=0x559d8c4d32a0 path=/lib/modules/5.4.0-40-generic/kernel/sound/core/snd-pcm.ko error=No such file or directory ". – John C Jul 14 '20 at 22:08