You are not logged in.

#1 2020-03-15 18:50:16

BiTSHiFT91
Member
From: Frankfurt am Main - Germany
Registered: 2020-03-15
Posts: 4

No sound - fresh install

Hey guys, I finally made the switch to arch and am super happy about it. Sadly sound is not working. speaker-test -c 2 is just silence.

I have ALSA installed together with pulseaudio. pavucontrol only shows "Dummy Output" as output device.

I worked through the wiki article for fixing sound issued, especially this one.

head -n 1 /proc/asound/card0/codec*

returns "Codec: Intel Kabylake HDMI", which suprises me a bit, as under windows ALC892 is used.

I already tried playing around with the model parameter for the snd-hda-intel kernel module to no avail.

The full output of alsa-info.sh may be found here: http://alsa-project.org/db/?f=fd033f949 … e164672df8.

What's really confusing to me is that aplay -l only lists HDMI sound ouptuts, but no analog ones.

Any help is highly appreciated smile

Offline

#2 2020-03-15 20:34:52

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,391

Re: No sound - fresh install

Try the dmic detect fix, add

snd_hda_intel.dmic_detect=0

to your kernel parameters. Bit weird that the dmesg part doesn't list anything, maybe explicitly post that as well.

Offline

#3 2020-03-16 21:07:57

BiTSHiFT91
Member
From: Frankfurt am Main - Germany
Registered: 2020-03-15
Posts: 4

Re: No sound - fresh install

V1del wrote:

Try the dmic detect fix, add

snd_hda_intel.dmic_detect=0

to your kernel parameters. Bit weird that the dmesg part doesn't list anything, maybe explicitly post that as well.

Tried adding snd_hda_intel.dmic_detect=0 which then gave me an info in dmesg that this option is deprecated and snd-intel-dspcfg.dsp_driver=1 should be used instead. Did so, but still no sound sad

sudo dmesg | egrep -i 'audio|snd|sound'

[    0.000000] Command line: initrd=\initramfs-linux.img cryptdevice=UUID=b38685cc-6e56-4f15-9e17-33b866a5badb:r00t root=/dev/mapper/r00t rw snd-intel-dspcfg.dsp_driver=1
[    0.190266] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=b38685cc-6e56-4f15-9e17-33b866a5badb:r00t root=/dev/mapper/r00t rw snd-intel-dspcfg.dsp_driver=1
[    0.956971] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[   12.352587] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.600802] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   12.600833] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   12.600859] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   12.600889] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   12.600932] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18

The line "ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)" confuses me a bit, as I'm not using lenovo hardware. At least not that I would know. The Notebook is a "Schenker Dock 15" which is basically a Clevo N350TW with an Intel i9-9900T and no dedicated graphics card.

Here is the full dmesg: https://pastebin.com/raw/iSF47Y7c

Are there any other logs I can provide to help you help me? smile

Last edited by BiTSHiFT91 (2020-03-16 21:08:18)

Offline

#4 2020-03-16 22:42:48

loqs
Member
Registered: 2014-03-06
Posts: 19,086

Re: No sound - fresh install

What is the output of

pacman -Qs alsa
pacman -Qs firmware

Offline

#5 2020-03-17 08:52:53

BiTSHiFT91
Member
From: Frankfurt am Main - Germany
Registered: 2020-03-15
Posts: 4

Re: No sound - fresh install

Small update: I tested around a bit as 'aplay -l' only shows HDMI outputs. When I connect a screen via HDMI that has sound output, that works fine.
The only thing that does not work is the whole analog part, meaning Speakers and all Audio Jacks, which makes sense, as aplay does not list any analog outputs. Also the SPDIF Output on the notebook is not glowing red but is dark.

loqs wrote:

What is the output of

pacman -Qs alsa
pacman -Qs firmware

pacman -Qs alsa

local/alsa-firmware 1.2.1-2
    Firmware binaries for laoder programs in alsa-tools and hotplug firmware
    loader
local/alsa-lib 1.2.2-1
    An alternative implementation of Linux sound support
local/alsa-oss 1.1.8-3
    OSS compatibility library
local/alsa-plugins 1.2.2-1
    Additional ALSA plugins
local/alsa-tools 1.2.2-1
    Advanced tools for certain sound cards
local/alsa-topology-conf 1.2.2-2
    ALSA topology configuration files
local/alsa-ucm-conf 1.2.2-1
    ALSA Use Case Manager configuration (and topologies)
local/alsa-utils 1.2.2-1
    Advanced Linux Sound Architecture - Utilities
local/asoundconf 1.2-4
    utility to read and change the user's ALSA library configuration
local/pulseaudio-alsa 2-5
    ALSA Configuration for PulseAudio
local/zita-alsa-pcmi 0.3.2-2
    The successor of clalsadrv, provides easy access to ALSA PCM devices.

pacman -Qs firmware

local/alsa-firmware 1.2.1-2
    Firmware binaries for laoder programs in alsa-tools and hotplug firmware loader
local/b43-fwcutter 019-3
    firmware extractor for the b43 kernel module
local/ipw2100-fw 1.3-10
    Intel Centrino Drivers firmware for IPW2100
local/ipw2200-fw 3.1-8
    Firmware for the Intel PRO/Wireless 2200BG
local/linux-firmware 20200224.efcfa03-1
    Firmware files for Linux

Offline

#6 2020-03-17 18:12:54

loqs
Member
Registered: 2014-03-06
Posts: 19,086

Re: No sound - fresh install

Does installing sof-firmware then rebooting make a difference?

Offline

#7 2020-03-18 18:21:41

BiTSHiFT91
Member
From: Frankfurt am Main - Germany
Registered: 2020-03-15
Posts: 4

Re: No sound - fresh install

loqs wrote:

Does installing sof-firmware then rebooting make a difference?

Sadly no change. Tried re-adding the snd-intel-dspcfg.dsp_driver=1 to the kernel options, but also no change hmm
In case anything changed, here is a current alsa-info.sh export.
http://alsa-project.org/db/?f=2b0d36bb3 … 9245ba0314

Offline

Board footer

Powered by FluxBB