You are not logged in.

#1 2017-12-11 15:55:40

Natanji
Member
Registered: 2009-09-22
Posts: 133

[solved] Audio driver for Apollo Lake onboard audio (Intel J3455)

I an Asrock J3455M, which is an Intel SoC. Last year when I set it up I only wanted to use it as a home server and didn't bother with audio support, but now I want to be able to output audio. However, neither ALSA nor PulseAudio find any audio device, which makes me suspect that a driver package is missing, but I don't know which? Can somebody here help? My audio device reports as:

$ lspci | grep audio
00:0e.0 Audio device: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster (rev 0b)

The kernel modules for Intel sound seem to be loaded though:

$ lsmod | grep snd
snd_hda_codec_hdmi     57344  1
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    81920  1 snd_hda_codec_realtek
snd_soc_skl            94208  0
snd_soc_skl_ipc        65536  1 snd_soc_skl
snd_soc_sst_ipc        16384  1 snd_soc_skl_ipc
snd_soc_sst_dsp        28672  1 snd_soc_skl_ipc
snd_hda_ext_core       24576  1 snd_soc_skl
snd_soc_sst_match      16384  1 snd_soc_skl
snd_soc_rt298          40960  0
snd_soc_rt286          40960  0
snd_soc_rl6347a        16384  2 snd_soc_rt298,snd_soc_rt286
snd_soc_core          233472  3 snd_soc_skl,snd_soc_rt298,snd_soc_rt286
snd_hda_intel          40960  0
snd_hda_codec         131072  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core           73728  7 snd_hda_intel,snd_hda_codec,snd_hda_ext_core,snd_soc_skl,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_compress           24576  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               102400  10 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_ext_core,snd_hda_core,snd_soc_skl,snd_hda_codec_hdmi,snd_soc_rt298,snd_soc_rt286,snd_soc_core
snd_timer              32768  1 snd_pcm
snd                    81920  10 snd_compress,snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_soc_core,snd_pcm
soundcore              16384  1 snd

How do I get this to work?

EDIT: I had forgotten to add my user to the audio group, that was all... the things you forget... *sigh*

Last edited by Natanji (2017-12-12 14:25:28)

Offline

Board footer

Powered by FluxBB