Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] No sounds, soundcard seems not recognized.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
PhoenixStarEclipse
n00b
n00b


Joined: 11 May 2017
Posts: 71
Location: Jiangsu/China

PostPosted: Wed Jul 25, 2018 5:10 pm    Post subject: [Solved] No sounds, soundcard seems not recognized. Reply with quote

I've installed Gentoo with Cinnamon DE. However, there are no sounds. I checked Sound settings and found that the only device is "Dummy Output". It looks like linux is not recognizing my soundcard. I thought it has something to do with my kernel and reinstalled the kernel with genkernel but it didn't help.
Here is the output of alsa-info.sh:
Code:

upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.64
!!################################

!!Script ran on: Wed Jul 25 16:59:47 UTC 2018


!!Linux Distribution
!!------------------

Gentoo Base System release 2.4.1 NAME=Gentoo ID=gentoo PRETTY_NAME="Gentoo/Linux" HOME_URL="https://www.gentoo.org/" SUPPORT_URL="https://www.gentoo.org/support/" BUG_REPORT_URL="https://bugs.gentoo.org/"


!!DMI Information
!!---------------

Manufacturer:      System manufacturer
Product Name:      System Product Name
Product Version:   System Version
Firmware Version:  0614


!!Kernel Information
!!------------------

Kernel release:    4.14.52-gentoo
Operating System:  GNU/Linux
Architecture:      x86_64
Processor:         Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
SMP Enabled:       Yes


!!ALSA Version
!!------------

Driver version:     k4.14.52-gentoo
Library version:    1.1.2
Utilities version:  1.1.2


!!Loaded ALSA modules
!!-------------------



!!Sound Servers on this system
!!----------------------------

Pulseaudio:
      Installed - Yes (/usr/bin/pulseaudio)
      Running - Yes


!!Soundcards recognised by ALSA
!!-----------------------------

--- no soundcards ---


!!PCI Soundcards installed in the system
!!--------------------------------------

00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio


!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!-------------------------------------------------------

00:1f.3 0403: 8086:a2f0
   Subsystem: 1043:86c7


!!Loaded sound module options
!!---------------------------


!!ALSA Device nodes
!!-----------------

crw-rw----+ 1 root audio 116,  1 Jul 26  2018 /dev/snd/seq
crw-rw----+ 1 root audio 116, 33 Jul 26  2018 /dev/snd/timer


!!Aplay/Arecord output
!!--------------------

APLAY

aplay: device_list:268: no soundcards found...

ARECORD

arecord: device_list:268: no soundcards found...

!!Amixer output
!!-------------


!!Alsactl output
!!--------------

--startcollapse--
--endcollapse--


!!All Loaded Modules
!!------------------

Module


!!ALSA/HDA dmesg
!!--------------

[    1.174954] usbhid: USB HID core driver
[    1.175229] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    1.176081] Netfilter messages via NETLINK v0.30.
--
[    1.180679] netconsole: network logging started
[    1.180707] ALSA device list:
[    1.180708]   No soundcards found.
[    1.190622] random: fast init done
[    1.270156] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops 0xffffffff91097ca0)
[    1.270837] fbcon: inteldrmfb (fb0) is primary device
--
[    7.445902] irqbypass: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
[    7.455552] soundcore: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
[    7.455553] soundcore: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
[    7.455594] soundcore: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
[    7.460319] wmi: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
--
[   43.404868] ISOFS: changing to secondary root
[  341.847199] soundcore: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
[  726.416000] cdrom: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '



_________________
Think twice,code once.


Last edited by PhoenixStarEclipse on Thu Jul 26, 2018 6:56 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Wed Jul 25, 2018 5:17 pm    Post subject: Reply with quote

PhoenixStarEclipse,

Code:
[    7.455552] soundcore: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
tells that your kernel and its modules were built at different times with different (incompatible) settings in menuconfig.

Maybe you forgot to mount /boot for a kernel reinstall, so your old kernel still loads.
Maybe you changed some settings and deliberately only made modules.

The fix is rebuild and reinstall you kernel and its modules starting with a 'clean' kernel tree.
Run
Code:
make clean
at the top level of your kernel tree as the first step.
That will not harm your .config file.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
PhoenixStarEclipse
n00b
n00b


Joined: 11 May 2017
Posts: 71
Location: Jiangsu/China

PostPosted: Wed Jul 25, 2018 6:07 pm    Post subject: Reply with quote

NeddySeagoon wrote:
PhoenixStarEclipse,

Code:
[    7.455552] soundcore: version magic '4.14.52-gentoo SMP mod_unload modversions ' should be '4.14.52-gentoo SMP mod_unload '
tells that your kernel and its modules were built at different times with different (incompatible) settings in menuconfig.

Maybe you forgot to mount /boot for a kernel reinstall, so your old kernel still loads.
Maybe you changed some settings and deliberately only made modules.

The fix is rebuild and reinstall you kernel and its modules starting with a 'clean' kernel tree.
Run
Code:
make clean
at the top level of your kernel tree as the first step.
That will not harm your .config file.


Thanks for your advice. However, I did what you said but it didn't help. Maybe I should delete .config and try again, or configure manually instead of using genkernel?
_________________
Think twice,code once.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Wed Jul 25, 2018 6:18 pm    Post subject: Reply with quote

PhoenixStarEclipse,

Either method works. There is no need to delete the .config.
Code:
genkernel all
will not use it anyway.

What does
Code:
uname -a
show?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
PhoenixStarEclipse
n00b
n00b


Joined: 11 May 2017
Posts: 71
Location: Jiangsu/China

PostPosted: Wed Jul 25, 2018 6:29 pm    Post subject: Reply with quote

NeddySeagoon wrote:
PhoenixStarEclipse,

Either method works. There is no need to delete the .config.
Code:
genkernel all
will not use it anyway.

What does
Code:
uname -a
show?

uname -a shows:
Code:
Linux AprilGrimoire 4.14.52-gentoo #2 SMP Sun Jul 22 21:05:18 CST 2018 x86_64 Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz GenuineIntel GNU/Linux


Thanks, I'm going to give "genkernel all" a try. However, it's already 2:30 a.m. in China and I could really take some sleep. Sorry, I'm not going to be able to reply to you before tomorrow.
_________________
Think twice,code once.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Wed Jul 25, 2018 6:32 pm    Post subject: Reply with quote

PhoenixStarEclipse,

You didn't mount /boot.
Code:
Sun Jul 22 21:05:18 CST 2018
is the build time of your running kernel.
If you just rebuilt and reinstalled it, it would show today, Wednesday.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
PhoenixStarEclipse
n00b
n00b


Joined: 11 May 2017
Posts: 71
Location: Jiangsu/China

PostPosted: Wed Jul 25, 2018 6:53 pm    Post subject: Reply with quote

NeddySeagoon wrote:
PhoenixStarEclipse,

You didn't mount /boot.
Code:
Sun Jul 22 21:05:18 CST 2018
is the build time of your running kernel.
If you just rebuilt and reinstalled it, it would show today, Wednesday.


Here's my fstab:
Code:
/dev/sdb2               /boot           vfat            defaults,noatime                0 2
/dev/vg1/usr            /usr            ext4            defaults,noatime,discard        0 2
/dev/vg2/swap           none            swap            sw                              0 0
/dev/vg2/root           /               ext4            defaults,noatime                0 1
/dev/vg2/home           /home           ext4            defaults,noatime                0 2

I think boot had been mounted since startup. What should I do? Do have to run"sudo make install" after genkernel?
_________________
Think twice,code once.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Wed Jul 25, 2018 7:31 pm    Post subject: Reply with quote

PhoenixStarEclipse,

Yes. Your /boot is always mounted. Genkernel will install the kernel and initrd into /boot but will not update the boot loader.
You need to do that step to suit your boot loader of choice. There are at least three.

As /boot is always mounted, it implies that your kernel file name changed but the boot loader was not updated to know about it, so always loaded the old kernel.
Code:
ls -l /boot
will show that.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
PhoenixStarEclipse
n00b
n00b


Joined: 11 May 2017
Posts: 71
Location: Jiangsu/China

PostPosted: Thu Jul 26, 2018 6:38 am    Post subject: Reply with quote

NeddySeagoon wrote:
PhoenixStarEclipse,

Yes. Your /boot is always mounted. Genkernel will install the kernel and initrd into /boot but will not update the boot loader.
You need to do that step to suit your boot loader of choice. There are at least three.

As /boot is always mounted, it implies that your kernel file name changed but the boot loader was not updated to know about it, so always loaded the old kernel.
Code:
ls -l /boot
will show that.


Thanks, I ran grub-mkconfig again and my soundcard is finally recognized. But there're still no sounds. I'm not sure what's wrong.
I've noticed that alsamixer still says my card and chip are PulseAudio. Are they supposed to be the name of my soundcard or something likely?
Here's the new output of alsa-info.sh:
Code:

upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.64
!!################################

!!Script ran on: Thu Jul 26 06:34:45 UTC 2018


!!Linux Distribution
!!------------------

Gentoo Base System release 2.4.1 NAME=Gentoo ID=gentoo PRETTY_NAME="Gentoo/Linux" HOME_URL="https://www.gentoo.org/" SUPPORT_URL="https://www.gentoo.org/support/" BUG_REPORT_URL="https://bugs.gentoo.org/"


!!DMI Information
!!---------------

Manufacturer:      System manufacturer
Product Name:      System Product Name
Product Version:   System Version
Firmware Version:  0614


!!Kernel Information
!!------------------

Kernel release:    4.14.52-gentoo
Operating System:  GNU/Linux
Architecture:      x86_64
Processor:         Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
SMP Enabled:       Yes


!!ALSA Version
!!------------

Driver version:     k4.14.52-gentoo
Library version:    1.1.2
Utilities version:  1.1.2


!!Loaded ALSA modules
!!-------------------

snd_hda_intel


!!Sound Servers on this system
!!----------------------------

Pulseaudio:
      Installed - Yes (/usr/bin/pulseaudio)
      Running - Yes


!!Soundcards recognised by ALSA
!!-----------------------------

 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xf7120000 irq 124


!!PCI Soundcards installed in the system
!!--------------------------------------

00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio


!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!-------------------------------------------------------

00:1f.3 0403: 8086:a2f0
   Subsystem: 1043:86c7


!!Loaded sound module options
!!---------------------------

!!Module: snd_hda_intel
   align_buffer_size : -1
   bdl_pos_adj : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
   beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
   enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
   enable_msi : -1
   id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
   index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
   jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
   model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
   pm_blacklist : Y
   position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
   power_save : 0
   power_save_controller : Y
   probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
   probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
   single_cmd : -1
   snoop : -1


!!HDA-Intel Codec information
!!---------------------------
--startcollapse--

Codec: Realtek ALC887-VD
Address: 0
AFG Function Id: 0x1 (unsol 1)
Vendor Id: 0x10ec0887
Subsystem Id: 0x104386c7
Revision Id: 0x100302
No Modem Function Group found
Default PCM:
    rates [0x5f0]: 32000 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states:  D0 D1 D2 D3 CLKSTOP EPSS
  Power: setting=D0, actual=D0
GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
  IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Node 0x02 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Front Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Device: name="ALC887-VD Analog", type="Audio", device=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals:  [0x2c 0x2c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x03 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Surround Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals:  [0x2c 0x2c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x04 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Center Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="LFE Playback Volume", index=0, device=0
    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals:  [0x2c 0x2c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x05 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals:  [0x2c 0x2c]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x06 [Audio Output] wcaps 0x611: Stereo Digital
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x5f0]: 32000 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Device: name="ALC887-VD Analog", type="Audio", device=0
  Amp-In caps: ofs=0x10, nsteps=0x2e, stepsize=0x03, mute=1
  Amp-In vals:  [0x1c 0x1c]
  Converter: stream=1, channel=0
  SDI-Select: 0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x23
Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  Control: name="Capture Volume", index=1, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Capture Switch", index=1, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Device: name="ALC887-VD Alt Analog", type="Audio", device=2
  Amp-In caps: ofs=0x10, nsteps=0x2e, stepsize=0x03, mute=1
  Amp-In vals:  [0x80 0x80]
  Converter: stream=0, channel=0
  SDI-Select: 0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x22
Node 0x0a [Audio Input] wcaps 0x100711: Stereo Digital
  Converter: stream=0, channel=0
  SDI-Select: 0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x1f
Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Control: name="Front Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Front Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Rear Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Rear Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Line Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Control: name="Line Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
  Amp-In vals:  [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 10
     0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15 0x16 0x17
Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x02 0x0b
Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x80 0x80] [0x80 0x80]
  Connection: 2
     0x03 0x0b
Node 0x0e [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x80 0x80] [0x80 0x80]
  Connection: 2
     0x04 0x0b
Node 0x0f [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x05 0x0b
Node 0x10 [Audio Output] wcaps 0x611: Stereo Digital
  Control: name="IEC958 Playback Con Mask", index=16, device=0
  Control: name="IEC958 Playback Pro Mask", index=16, device=0
  Control: name="IEC958 Playback Default", index=16, device=0
  Control: name="IEC958 Playback Switch", index=16, device=0
  Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  Device: name="ALC887-VD Digital", type="SPDIF", device=1
  Converter: stream=1, channel=0
  Digital: Enabled
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x5f0]: 32000 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x11 [Pin Complex] wcaps 0x400781: Stereo Digital
  Pincap 0x00000010: OUT
  Pin Default 0x90460130: [Fixed] SPDIF Out at Int N/A
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x10
Node 0x12 [Pin Complex] wcaps 0x400401: Stereo
  Pincap 0x00000020: IN
  Pin Default 0x40330000: [N/A] CD at Ext N/A
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x0, Sequence = 0x0
  Pin-ctls: 0x00:
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x14 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Front Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001003e: IN OUT HP EAPD Detect Trigger
  EAPD 0x2: EAPD
  Pin Default 0x01014010: [Jack] Line Out at Ext Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=05, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0c
Node 0x15 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x00000036: IN OUT Detect Trigger
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0d
Node 0x16 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x00000036: IN OUT Detect Trigger
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0e
Node 0x17 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x00000036: IN OUT Detect Trigger
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0f
Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Center Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="LFE Playback Switch", index=0, device=0
    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  Control: name="Rear Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x00003736: IN OUT Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  Pin Default 0x01a19040: [Jack] Mic at Ext Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0x4, Sequence = 0x0
  Pin-ctls: 0x21: IN VREF_50
  Unsolicited: tag=03, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c* 0x0d 0x0e 0x0f 0x26
Node 0x19 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Front Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x0000373e: IN OUT HP Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  Pin Default 0x02a19050: [Jack] Mic at Ext Front
    Conn = 1/8, Color = Pink
    DefAssociation = 0x5, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=02, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c* 0x0d 0x0e 0x0f 0x26
Node 0x1a [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Surround Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Line Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x00003736: IN OUT Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  Pin Default 0x0181304f: [Jack] Line In at Ext Rear
    Conn = 1/8, Color = Blue
    DefAssociation = 0x4, Sequence = 0xf
  Pin-ctls: 0x20: IN VREF_HIZ
  Unsolicited: tag=04, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c* 0x0d 0x0e 0x0f 0x26
Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001373e: IN OUT HP EAPD Detect Trigger
    Vref caps: HIZ 50 GRD 80 100
  EAPD 0x2: EAPD
  Pin Default 0x02214020: [Jack] HP Out at Ext Front
    Conn = 1/8, Color = Green
    DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0xc0: OUT HP VREF_HIZ
  Unsolicited: tag=01, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
     0x0c 0x0d 0x0e 0x0f* 0x26
Node 0x1c [Pin Complex] wcaps 0x400481: Stereo
  Pincap 0x00000024: IN Detect
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x1d [Pin Complex] wcaps 0x400400: Mono
  Pincap 0x00000020: IN
  Pin Default 0x4046c629: [N/A] SPDIF Out at Ext N/A
    Conn = Digital, Color = UNKNOWN
    DefAssociation = 0x2, Sequence = 0x9
  Pin-ctls: 0x20: IN
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x1e [Pin Complex] wcaps 0x400781: Stereo Digital
  Pincap 0x00000010: OUT
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x06
Node 0x1f [Pin Complex] wcaps 0x400681: Stereo Digital
  Pincap 0x00000020: IN
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
  Processing caps: benign=0, ncoeff=24
Node 0x21 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x22 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 12
     0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15 0x16 0x17 0x0b 0x12
Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 11
     0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15 0x16 0x17 0x0b
Node 0x24 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x25 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals:  [0x40 0x40]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x26 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Connection: 2
     0x25 0x0b
Codec: Intel Kabylake HDMI
Address: 2
AFG Function Id: 0x1 (unsol 0)
Vendor Id: 0x8086280b
Subsystem Id: 0x80860101
Revision Id: 0x100000
No Modem Function Group found
Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states:  D0 D3 CLKSTOP EPSS
  Power: setting=D0, actual=D0, Clock-stop-OK
GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
Node 0x02 [Audio Output] wcaps 0x6611: 8-Channels Digital
  Converter: stream=0, channel=0
  Digital: Enabled KAE
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1a]: 16 24 32
    formats [0x5]: PCM AC3
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital
  Converter: stream=0, channel=0
  Digital: Enabled KAE
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1a]: 16 24 32
    formats [0x5]: PCM AC3
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x04 [Audio Output] wcaps 0x6611: 8-Channels Digital
  Converter: stream=0, channel=0
  Digital: Enabled KAE
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1a]: 16 24 32
    formats [0x5]: PCM AC3
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x05 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0b000094: OUT Detect HBR HDMI DP
  Pin Default 0x58560010: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
  Pin-ctls: 0x00:
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
  Devices: 0
  Connection: 0
Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0b000094: OUT Detect HBR HDMI DP
  Pin Default 0x18560020: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
  Devices: 0
  Connection: 3
     0x02* 0x03 0x04
Node 0x07 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0b000094: OUT Detect HBR HDMI DP
  Pin Default 0x58560030: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
  Pin-ctls: 0x00:
  Unsolicited: tag=00, enabled=0
  Power states:  D0 D3 EPSS
  Power: setting=D0, actual=D0
  Devices: 0
  Connection: 0
Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono
--endcollapse--


!!ALSA Device nodes
!!-----------------

crw-rw----+ 1 root audio 116,  2 Jul 26 13:32 /dev/snd/controlC0
crw-rw----+ 1 root audio 116, 10 Jul 26 13:32 /dev/snd/hwC0D0
crw-rw----+ 1 root audio 116, 11 Jul 26 13:32 /dev/snd/hwC0D2
crw-rw----+ 1 root audio 116,  4 Jul 26 13:32 /dev/snd/pcmC0D0c
crw-rw----+ 1 root audio 116,  3 Jul 26 13:32 /dev/snd/pcmC0D0p
crw-rw----+ 1 root audio 116,  5 Jul 26 14:22 /dev/snd/pcmC0D1p
crw-rw----+ 1 root audio 116,  6 Jul 26 13:32 /dev/snd/pcmC0D2c
crw-rw----+ 1 root audio 116,  7 Jul 26 14:22 /dev/snd/pcmC0D3p
crw-rw----+ 1 root audio 116,  8 Jul 26 13:32 /dev/snd/pcmC0D7p
crw-rw----+ 1 root audio 116,  9 Jul 26 13:32 /dev/snd/pcmC0D8p
crw-rw----+ 1 root audio 116, 33 Jul 26  2018 /dev/snd/timer

/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root  60 Jul 26 13:32 .
drwxr-xr-x 3 root root 280 Jul 26 13:32 ..
lrwxrwxrwx 1 root root  12 Jul 26 13:32 pci-0000:00:1f.3 -> ../controlC0


!!Aplay/Arecord output
!!--------------------

APLAY

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC887-VD Digital [ALC887-VD Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ARECORD

**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 2: ALC887-VD Alt Analog [ALC887-VD Alt Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

!!Amixer output
!!-------------

!!-------Mixer controls for card 0 [PCH]

Card hw:0 'PCH'/'HDA Intel PCH at 0xf7120000 irq 124'
  Mixer name   : 'Realtek ALC887-VD'
  Components   : 'HDA:10ec0887,104386c7,00100302 HDA:8086280b,80860101,00100000'
  Controls      : 67
  Simple ctrls  : 25
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 44 [69%] [-20.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Front',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Front Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Front Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]
Simple mixer control 'Surround',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Center',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Line Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',2
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',16
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 46
  Front Left: Capture 28 [61%] [12.00dB] [on]
  Front Right: Capture 28 [61%] [12.00dB] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 46
  Front Left: Capture 0 [0%] [-16.00dB] [off]
  Front Right: Capture 0 [0%] [-16.00dB] [off]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'
Simple mixer control 'Channel Mode',0
  Capabilities: enum
  Items: '2ch' '4ch' '6ch'
  Item0: '2ch'
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Front Mic' 'Rear Mic' 'Line'
  Item0: 'Front Mic'
Simple mixer control 'Input Source',1
  Capabilities: cenum
  Items: 'Front Mic' 'Rear Mic' 'Line'
  Item0: 'Front Mic'
Simple mixer control 'Loopback Mixing',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Disabled'
Simple mixer control 'Rear Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Rear Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]


!!Alsactl output
!!--------------

--startcollapse--
state.PCH {
   control.1 {
      iface MIXER
      name 'Channel Mode'
      value '2ch'
      comment {
         access 'read write'
         type ENUMERATED
         count 1
         item.0 '2ch'
         item.1 '4ch'
         item.2 '6ch'
      }
   }
   control.2 {
      iface MIXER
      name 'Front Playback Volume'
      value.0 64
      value.1 64
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 64'
         dbmin -6400
         dbmax 0
         dbvalue.0 0
         dbvalue.1 0
      }
   }
   control.3 {
      iface MIXER
      name 'Front Playback Switch'
      value.0 true
      value.1 true
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.4 {
      iface MIXER
      name 'Surround Playback Volume'
      value.0 64
      value.1 64
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 64'
         dbmin -6400
         dbmax 0
         dbvalue.0 0
         dbvalue.1 0
      }
   }
   control.5 {
      iface MIXER
      name 'Surround Playback Switch'
      value.0 true
      value.1 true
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.6 {
      iface MIXER
      name 'Center Playback Volume'
      value 64
      comment {
         access 'read write'
         type INTEGER
         count 1
         range '0 - 64'
         dbmin -6400
         dbmax 0
         dbvalue.0 0
      }
   }
   control.7 {
      iface MIXER
      name 'LFE Playback Volume'
      value 64
      comment {
         access 'read write'
         type INTEGER
         count 1
         range '0 - 64'
         dbmin -6400
         dbmax 0
         dbvalue.0 0
      }
   }
   control.8 {
      iface MIXER
      name 'Center Playback Switch'
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.9 {
      iface MIXER
      name 'LFE Playback Switch'
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.10 {
      iface MIXER
      name 'Headphone Playback Volume'
      value.0 64
      value.1 64
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 64'
         dbmin -6400
         dbmax 0
         dbvalue.0 0
         dbvalue.1 0
      }
   }
   control.11 {
      iface MIXER
      name 'Headphone Playback Switch'
      value.0 true
      value.1 true
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.12 {
      iface MIXER
      name 'Loopback Mixing'
      value Disabled
      comment {
         access 'read write'
         type ENUMERATED
         count 1
         item.0 Disabled
         item.1 Enabled
      }
   }
   control.13 {
      iface MIXER
      name 'Front Mic Playback Volume'
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 31'
         dbmin -3450
         dbmax 1200
         dbvalue.0 -3450
         dbvalue.1 -3450
      }
   }
   control.14 {
      iface MIXER
      name 'Front Mic Playback Switch'
      value.0 false
      value.1 false
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.15 {
      iface MIXER
      name 'Rear Mic Playback Volume'
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 31'
         dbmin -3450
         dbmax 1200
         dbvalue.0 -3450
         dbvalue.1 -3450
      }
   }
   control.16 {
      iface MIXER
      name 'Rear Mic Playback Switch'
      value.0 false
      value.1 false
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.17 {
      iface MIXER
      name 'Line Playback Volume'
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 31'
         dbmin -3450
         dbmax 1200
         dbvalue.0 -3450
         dbvalue.1 -3450
      }
   }
   control.18 {
      iface MIXER
      name 'Line Playback Switch'
      value.0 false
      value.1 false
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.19 {
      iface MIXER
      name 'Auto-Mute Mode'
      value Enabled
      comment {
         access 'read write'
         type ENUMERATED
         count 1
         item.0 Disabled
         item.1 Enabled
      }
   }
   control.20 {
      iface MIXER
      name 'Input Source'
      value 'Front Mic'
      comment {
         access 'read write'
         type ENUMERATED
         count 1
         item.0 'Front Mic'
         item.1 'Rear Mic'
         item.2 Line
      }
   }
   control.21 {
      iface MIXER
      name 'Input Source'
      index 1
      value 'Front Mic'
      comment {
         access 'read write'
         type ENUMERATED
         count 1
         item.0 'Front Mic'
         item.1 'Rear Mic'
         item.2 Line
      }
   }
   control.22 {
      iface MIXER
      name 'Capture Volume'
      value.0 28
      value.1 28
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 46'
         dbmin -1600
         dbmax 3000
         dbvalue.0 1200
         dbvalue.1 1200
      }
   }
   control.23 {
      iface MIXER
      name 'Capture Switch'
      value.0 true
      value.1 true
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.24 {
      iface MIXER
      name 'Capture Volume'
      index 1
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 46'
         dbmin -1600
         dbmax 3000
         dbvalue.0 -1600
         dbvalue.1 -1600
      }
   }
   control.25 {
      iface MIXER
      name 'Capture Switch'
      index 1
      value.0 false
      value.1 false
      comment {
         access 'read write'
         type BOOLEAN
         count 2
      }
   }
   control.26 {
      iface MIXER
      name 'Front Mic Boost Volume'
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 3'
         dbmin 0
         dbmax 3000
         dbvalue.0 0
         dbvalue.1 0
      }
   }
   control.27 {
      iface MIXER
      name 'Rear Mic Boost Volume'
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 3'
         dbmin 0
         dbmax 3000
         dbvalue.0 0
         dbvalue.1 0
      }
   }
   control.28 {
      iface MIXER
      name 'Line Boost Volume'
      value.0 0
      value.1 0
      comment {
         access 'read write'
         type INTEGER
         count 2
         range '0 - 3'
         dbmin 0
         dbmax 3000
         dbvalue.0 0
         dbvalue.1 0
      }
   }
   control.29 {
      iface MIXER
      name 'IEC958 Playback Con Mask'
      index 16
      value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.30 {
      iface MIXER
      name 'IEC958 Playback Pro Mask'
      index 16
      value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.31 {
      iface MIXER
      name 'IEC958 Playback Default'
      index 16
      value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access 'read write'
         type IEC958
         count 1
      }
   }
   control.32 {
      iface MIXER
      name 'IEC958 Playback Switch'
      index 16
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.33 {
      iface MIXER
      name 'IEC958 Default PCM Playback Switch'
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.34 {
      iface MIXER
      name 'Master Playback Volume'
      value 44
      comment {
         access 'read write'
         type INTEGER
         count 1
         range '0 - 64'
         dbmin -6400
         dbmax 0
         dbvalue.0 -2000
      }
   }
   control.35 {
      iface MIXER
      name 'Master Playback Switch'
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.36 {
      iface CARD
      name 'Front Mic Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.37 {
      iface CARD
      name 'Rear Mic Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.38 {
      iface CARD
      name 'Line Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.39 {
      iface CARD
      name 'Line Out Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.40 {
      iface CARD
      name 'Front Headphone Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.41 {
      iface CARD
      name 'SPDIF Phantom Jack'
      value true
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.42 {
      iface PCM
      name 'Playback Channel Map'
      value.0 0
      value.1 0
      comment {
         access read
         type INTEGER
         count 2
         range '0 - 36'
      }
   }
   control.43 {
      iface PCM
      name 'Capture Channel Map'
      value.0 0
      value.1 0
      comment {
         access read
         type INTEGER
         count 2
         range '0 - 36'
      }
   }
   control.44 {
      iface PCM
      device 1
      name 'Playback Channel Map'
      value.0 0
      value.1 0
      comment {
         access read
         type INTEGER
         count 2
         range '0 - 36'
      }
   }
   control.45 {
      iface PCM
      device 2
      name 'Capture Channel Map'
      value.0 0
      value.1 0
      comment {
         access read
         type INTEGER
         count 2
         range '0 - 36'
      }
   }
   control.46 {
      iface CARD
      name 'HDMI/DP,pcm=3 Jack'
      value true
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.47 {
      iface MIXER
      name 'IEC958 Playback Con Mask'
      value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.48 {
      iface MIXER
      name 'IEC958 Playback Pro Mask'
      value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.49 {
      iface MIXER
      name 'IEC958 Playback Default'
      value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access 'read write'
         type IEC958
         count 1
      }
   }
   control.50 {
      iface MIXER
      name 'IEC958 Playback Switch'
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.51 {
      iface PCM
      device 3
      name ELD
      value '1000070067120001000000000000000022f01431485020503233310907070000'
      comment {
         access 'read volatile'
         type BYTES
         count 32
      }
   }
   control.52 {
      iface CARD
      name 'HDMI/DP,pcm=7 Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.53 {
      iface MIXER
      name 'IEC958 Playback Con Mask'
      index 1
      value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.54 {
      iface MIXER
      name 'IEC958 Playback Pro Mask'
      index 1
      value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.55 {
      iface MIXER
      name 'IEC958 Playback Default'
      index 1
      value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access 'read write'
         type IEC958
         count 1
      }
   }
   control.56 {
      iface MIXER
      name 'IEC958 Playback Switch'
      index 1
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.57 {
      iface PCM
      device 7
      name ELD
      value ''
      comment {
         access 'read volatile'
         type BYTES
         count 0
      }
   }
   control.58 {
      iface CARD
      name 'HDMI/DP,pcm=8 Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.59 {
      iface MIXER
      name 'IEC958 Playback Con Mask'
      index 2
      value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.60 {
      iface MIXER
      name 'IEC958 Playback Pro Mask'
      index 2
      value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access read
         type IEC958
         count 1
      }
   }
   control.61 {
      iface MIXER
      name 'IEC958 Playback Default'
      index 2
      value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
      comment {
         access 'read write'
         type IEC958
         count 1
      }
   }
   control.62 {
      iface MIXER
      name 'IEC958 Playback Switch'
      index 2
      value true
      comment {
         access 'read write'
         type BOOLEAN
         count 1
      }
   }
   control.63 {
      iface PCM
      device 8
      name ELD
      value ''
      comment {
         access 'read volatile'
         type BYTES
         count 0
      }
   }
   control.64 {
      iface PCM
      device 3
      name 'Playback Channel Map'
      value.0 0
      value.1 0
      value.2 0
      value.3 0
      value.4 0
      value.5 0
      value.6 0
      value.7 0
      comment {
         access 'read write'
         type INTEGER
         count 8
         range '0 - 36'
      }
   }
   control.65 {
      iface PCM
      device 7
      name 'Playback Channel Map'
      value.0 0
      value.1 0
      value.2 0
      value.3 0
      value.4 0
      value.5 0
      value.6 0
      value.7 0
      comment {
         access 'read write'
         type INTEGER
         count 8
         range '0 - 36'
      }
   }
   control.66 {
      iface PCM
      device 8
      name 'Playback Channel Map'
      value.0 0
      value.1 0
      value.2 0
      value.3 0
      value.4 0
      value.5 0
      value.6 0
      value.7 0
      comment {
         access 'read write'
         type INTEGER
         count 8
         range '0 - 36'
      }
   }
   control.67 {
      iface MIXER
      name 'PCM Playback Volume'
      value.0 255
      value.1 255
      comment {
         access 'read write user'
         type INTEGER
         count 2
         range '0 - 255'
         tlv '0000000100000008ffffec1400000014'
         dbmin -5100
         dbmax 0
         dbvalue.0 0
         dbvalue.1 0
      }
   }
}
--endcollapse--


!!All Loaded Modules
!!------------------

Module
ipv6
crc_ccitt
cfg80211
rfkill
8021q
garp
stp
llc
snd_hda_codec_hdmi
snd_hda_codec_realtek
snd_hda_codec_generic
x86_pkg_temp_thermal
i915
coretemp
kvm
snd_hda_intel
snd_hda_codec
iosf_mbi
snd_hda_core
irqbypass
drm_kms_helper
crc32c_intel
ghash_clmulni_intel
cryptd
snd_hwdep
wmi_bmof
mxm_wmi
drm
video
syscopyarea
sysfillrect
sysimgblt
fb_sys_fops
snd_pcm
snd_timer
snd
wmi
soundcore
pcspkr
xts
cbc
sha256_generic
ixgb
ixgbe
tulip
cxgb3
cxgb
mdio
cxgb4
vxge
bonding
vxlan
ip6_udp_tunnel
udp_tunnel
macvlan
vmxnet3
tg3
sky2
r8169
pcnet32
mii
igb
ptp
pps_core
dca
i2c_algo_bit
i2c_core
e1000
bnx2
atl1c
msdos
efivarfs
configfs
cramfs
squashfs
fuse
xfs
nfs
lockd
grace
sunrpc
fscache
jfs
reiserfs
btrfs
zstd_decompress
zstd_compress
xxhash
ext4
jbd2
ext2
mbcache
linear
raid10
raid1
raid0
dm_zero
dm_verity
reed_solomon
dm_thin_pool
dm_switch
dm_snapshot
dm_raid
raid456
async_raid6_recov
async_memcpy
async_pq
raid6_pq
dm_mirror
dm_region_hash
dm_log_writes
dm_log_userspace
dm_log
dm_integrity
async_xor
async_tx
xor
dm_flakey
dm_era
dm_delay
dm_crypt
dm_cache_smq
dm_cache
dm_persistent_data
libcrc32c
dm_bufio
dm_bio_prison
dm_mod
dax
firewire_core
crc_itu_t
sl811_hcd
xhci_pci
xhci_hcd
usb_storage
mpt3sas
raid_class
aic94xx
libsas
lpfc
qla2xxx
megaraid_sas
megaraid_mbox
megaraid_mm
aacraid
sx8
hpsa
3w_9xxx
3w_xxxx
3w_sas
mptsas
scsi_transport_sas
mptfc
scsi_transport_fc
mptspi
mptscsih
mptbase
imm
parport
sym53c8xx
initio
arcmsr
aic7xxx
aic79xx
scsi_transport_spi
sr_mod
cdrom
sg
sd_mod
pdc_adma
sata_inic162x
sata_mv
ata_piix
ahci
libahci
sata_qstor
sata_vsc
sata_uli
sata_sis
sata_sx4
sata_nv
sata_via
sata_svw
sata_sil24
sata_sil
sata_promise
pata_via
pata_jmicron
pata_marvell
pata_sis
pata_netcell
pata_pdc202xx_old
pata_atiixp
pata_amd
pata_ali
pata_it8213
pata_pcmcia
pata_serverworks
pata_oldpiix
pata_artop
pata_it821x
pata_hpt3x2n
pata_hpt3x3
pata_hpt37x
pata_hpt366
pata_cmd64x
pata_sil680
pata_pdc2027x
nvme
nvme_core
virtio_net
virtio_crypto
crypto_engine
virtio_mmio
virtio_pci
virtio_balloon
virtio_rng
virtio_console
virtio_blk
virtio_scsi
virtio_ring
virtio


!!Sysfs Files
!!-----------

/sys/class/sound/hwC0D0/init_pin_configs:
0x11 0x90460130
0x12 0x40330000
0x14 0x01014010
0x15 0x411111f0
0x16 0x411111f0
0x17 0x411111f0
0x18 0x01a19040
0x19 0x02a19050
0x1a 0x0181304f
0x1b 0x02214020
0x1c 0x411111f0
0x1d 0x4046c629
0x1e 0x411111f0
0x1f 0x411111f0

/sys/class/sound/hwC0D0/driver_pin_configs:

/sys/class/sound/hwC0D0/user_pin_configs:

/sys/class/sound/hwC0D0/init_verbs:

/sys/class/sound/hwC0D0/hints:

/sys/class/sound/hwC0D2/init_pin_configs:
0x05 0x58560010
0x06 0x18560020
0x07 0x58560030

/sys/class/sound/hwC0D2/driver_pin_configs:

/sys/class/sound/hwC0D2/user_pin_configs:

/sys/class/sound/hwC0D2/init_verbs:

/sys/class/sound/hwC0D2/hints:


!!ALSA/HDA dmesg
!!--------------

[    7.172452] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    7.397304] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    7.679200] kvm: disabled by bios
--
[    7.887930] WARNING: CPU: 8 PID: 3298 at drivers/gpu/drm/i915/i915_drv.c:242 intel_detect_pch+0x58d/0x7d0 [i915]
[    7.887931] Modules linked in: i915(+) coretemp kvm_intel(-) kvm snd_hda_intel snd_hda_codec iosf_mbi snd_hda_core irqbypass drm_kms_helper crc32c_intel ghash_clmulni_intel cryptd snd_hwdep wmi_bmof mxm_wmi drm video syscopyarea sysfillrect sysimgblt fb_sys_fops snd_pcm snd_timer snd wmi soundcore pcspkr xts cbc sha256_generic ixgb ixgbe tulip cxgb3 cxgb mdio cxgb4 vxge bonding vxlan ip6_udp_tunnel udp_tunnel macvlan vmxnet3 tg3 sky2 r8169 pcnet32 mii igb ptp pps_core dca i2c_algo_bit i2c_core e1000 bnx2 atl1c msdos efivarfs configfs cramfs squashfs fuse xfs nfs lockd grace sunrpc fscache jfs reiserfs btrfs zstd_decompress zstd_compress xxhash ext4 jbd2 ext2 mbcache linear raid10 raid1 raid0 dm_zero dm_verity reed_solomon dm_thin_pool dm_switch dm_snapshot dm_raid raid456 async_raid6_recov async_memcpy
[    7.887954]  async_pq raid6_pq dm_mirror dm_region_hash dm_log_writes dm_log_userspace dm_log dm_integrity async_xor async_tx xor dm_flakey dm_era dm_delay dm_crypt dm_cache_smq dm_cache dm_persistent_data libcrc32c dm_bufio dm_bio_prison dm_mod dax firewire_core crc_itu_t sl811_hcd xhci_pci xhci_hcd usb_storage mpt3sas raid_class aic94xx libsas lpfc qla2xxx megaraid_sas megaraid_mbox megaraid_mm aacraid sx8 hpsa 3w_9xxx 3w_xxxx 3w_sas mptsas scsi_transport_sas mptfc scsi_transport_fc mptspi mptscsih mptbase imm parport sym53c8xx initio arcmsr aic7xxx aic79xx scsi_transport_spi sr_mod cdrom sg sd_mod pdc_adma sata_inic162x sata_mv ata_piix ahci libahci sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_via pata_jmicron pata_marvell pata_sis
--
[    8.200980] Adding 33554428k swap on /dev/mapper/vg2-swap.  Priority:-2 extents:1 across:33554428k
[    8.255773] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.343253] fbcon: inteldrmfb (fb0) is primary device
--
[    8.417034] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    8.474172] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    8.474179] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.474183] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.474187] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.474190] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
[    8.474193] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.474197] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    8.474201] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    8.474205] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    8.495566] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    8.495648] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    8.495721] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    8.495813] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    8.495886] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    8.495966] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    8.496058] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    8.496169] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    9.760421] [drm] RC6 on


_________________
Think twice,code once.
Back to top
View user's profile Send private message
PhoenixStarEclipse
n00b
n00b


Joined: 11 May 2017
Posts: 71
Location: Jiangsu/China

PostPosted: Thu Jul 26, 2018 6:56 am    Post subject: Reply with quote

NeddySeagoon wrote:
PhoenixStarEclipse,

Yes. Your /boot is always mounted. Genkernel will install the kernel and initrd into /boot but will not update the boot loader.
You need to do that step to suit your boot loader of choice. There are at least three.

As /boot is always mounted, it implies that your kernel file name changed but the boot loader was not updated to know about it, so always loaded the old kernel.
Code:
ls -l /boot
will show that.


Sorry, I sincerely apologize for wasting your time. The problem was solved. There's nothing wrong with my softwares, I just forgot to plug my headphone.
_________________
Think twice,code once.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum