You are not logged in.

#1 2015-09-01 23:07:58

American_Jesus
Member
From: Lisbon/Portugal
Registered: 2011-07-20
Posts: 37

[Solved] No sound output with custom kernels

Since kernel >=4.1 (linux-ck/pf/zen) i got no sound output, but it works with -ARCH kernel or <=4.0.9-ck.
Already tried stopping/removing pulseaudio, i have no ~/.asoundrc so can't be a configuration fault.

Tested the mic and it works, and  i can hear the mic output, but not from pcm

$ aplay -l  
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: VT1708S Analog [VT1708S Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: VT1708S Digital [VT1708S Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
$ lspci -vnn | grep -A 1 -i audio
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02)
        Subsystem: ASRock Incorporation Device [1849:0397]
--
05:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:8a92]

Notice some differences with alsa-info.sh

4.1.6-1-ARCH: http://www.alsa-project.org/db/?f=8bcf7 … 105abfa9de
4.1.6-1-ck: http://www.alsa-project.org/db/?f=8eb7b … 1ea88cc440

here's a diff: https://gist.github.com/Generator/4be98cd6e5011c59988c

tried using /etc/modprobe.d/modprobe.conf

options snd-hda-intel model=auto

and

options snd_hda_intel enable=0,1
options snd_hda_intel index=0
options snd slots=snd_hda_intel

with no luck, i'm out of ideas of what can be

Last edited by American_Jesus (2015-09-22 22:23:43)


Archlinux X86_64

Offline

#2 2015-09-22 22:23:16

American_Jesus
Member
From: Lisbon/Portugal
Registered: 2011-07-20
Posts: 37

Re: [Solved] No sound output with custom kernels

Problem solved, it was a wrong power state, weird only happens with custom kernels

solved with:

dev="/dev/snd/hwC0D0"

hda-verb $dev 0x10 SET_POWER 0x0
hda-verb $dev 0x13 SET_POWER 0x0
hda-verb $dev 0x17 SET_POWER 0x0
hda-verb $dev 0x1d SET_POWER 0x0

running a script at startup fixes the problem


Archlinux X86_64

Offline

Board footer

Powered by FluxBB