Dummy Output Ubuntu 18.04

Asked by Klevi Elezi

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Klevi Elezi (klevelezi) said :
#1

klevi@Klevis-Aspire-E5-575G:~$ update-manager -d
sudo modprobe -v snd-hda-intelklevi@Klevis-Aspire-E5-575G:~$ sudo modprobe -v snd-hda-intel
[sudo] password for klevi:
insmod /lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-intel.ko
klevi@Klevis-Aspire-E5-575G:~$ install /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
install: unrecognized option '--ignore-install'
Try 'install --help' for more information.
klevi@Klevis-Aspire-E5-575G:~$ insmod /lib/modules/4.13.0-36-generic/kernel/sound/core/snd.ko
insmod: ERROR: could not load module /lib/modules/4.13.0-36-generic/kernel/sound/core/snd.ko: No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ install /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install: unrecognized option '--ignore-install'
Try 'install --help' for more information.
klevi@Klevis-Aspire-E5-575G:~$ insmod /lib/modules/4.13.0-36-generic/kernel/sound/core/snd-pcm.ko
insmod: ERROR: could not load module /lib/modules/4.13.0-36-generic/kernel/sound/core/snd-pcm.ko: No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ insmod /lib/modules/4.13.0-36-generic/kernel/sound/core/snd-hwdep.ko
insmod: ERROR: could not load module /lib/modules/4.13.0-36-generic/kernel/sound/core/snd-hwdep.ko: No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ insmod /lib/modules/4.13.0-36-generic/kernel/sound/hda/snd-hda-core.ko
insmod: ERROR: could not load module /lib/modules/4.13.0-36-generic/kernel/sound/hda/snd-hda-core.ko: No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ insmod /lib/modules/4.13.0-36-generic/kernel/sound/pci/hda/snd-hda-codec.ko
insmod: ERROR: could not load module /lib/modules/4.13.0-36-generic/kernel/sound/pci/hda/snd-hda-codec.ko: No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ insmod /lib/modules/4.13.0-36-generic/kernel/sound/pci/hda/snd-hda-intel.ko model=ref
insmod: ERROR: could not load module /lib/modules/4.13.0-36-generic/kernel/sound/pci/hda/snd-hda-intel.ko: No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ options snd-hda-intel model=ALC3226
options: command not found
klevi@Klevis-Aspire-E5-575G:~$ sudo install options
install: missing destination file operand after 'options'
Try 'install --help' for more information.
klevi@Klevis-Aspire-E5-575G:~$ install --help
Usage: install [OPTION]... [-T] SOURCE DEST
  or: install [OPTION]... SOURCE... DIRECTORY
  or: install [OPTION]... -t DIRECTORY SOURCE...
  or: install [OPTION]... -d DIRECTORY...

This install program copies files (often just compiled) into destination
locations you choose. If you want to download and install a ready-to-use
package on a GNU/Linux system, you should instead be using a package manager
like yum(1) or apt-get(1).

In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
the existing DIRECTORY, while setting permission modes and owner/group.
In the 4th form, create all components of the given DIRECTORY(ies).

Mandatory arguments to long options are mandatory for short options too.
      --backup[=CONTROL] make a backup of each existing destination file
  -b like --backup but does not accept an argument
  -c (ignored)
  -C, --compare compare each pair of source and destination files, and
                        in some cases, do not modify the destination at all
  -d, --directory treat all arguments as directory names; create all
                        components of the specified directories
  -D create all leading components of DEST except the last,
                        or all components of --target-directory,
                        then copy SOURCE to DEST
  -g, --group=GROUP set group ownership, instead of process' current group
  -m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-x
  -o, --owner=OWNER set ownership (super-user only)
  -p, --preserve-timestamps apply access/modification times of SOURCE files
                        to corresponding destination files
  -s, --strip strip symbol tables
      --strip-program=PROGRAM program used to strip binaries
  -S, --suffix=SUFFIX override the usual backup suffix
  -t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY
  -T, --no-target-directory treat DEST as a normal file
  -v, --verbose print the name of each directory as it is created
      --preserve-context preserve SELinux security context
  -Z set SELinux security context of destination
                            file and each created directory to default type
      --context[=CTX] like -Z, or if CTX is specified then set the
                            SELinux or SMACK security context to CTX
      --help display this help and exit
      --version output version information and exit

The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control method may be selected via the --backup option or through
the VERSION_CONTROL environment variable. Here are the values:

  none, off never make backups (even if --backup is given)
  numbered, t make numbered backups
  existing, nil numbered if numbered backups exist, simple otherwise
  simple, never always make simple backups

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Full documentation at: <http://www.gnu.org/software/coreutils/install>
or available locally via: info '(coreutils) install invocation'
klevi@Klevis-Aspire-E5-575G:~$ sudo apt install options
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package options
klevi@Klevis-Aspire-E5-575G:~$ echo "snd-hda-intel" | sudo tee -a /etc/modules
snd-hda-intel
klevi@Klevis-Aspire-E5-575G:~$
klevi@Klevis-Aspire-E5-575G:~$ options snd-hda-intel model=ALC3226
options: command not found
klevi@Klevis-Aspire-E5-575G:~$ sudo arecord -l
arecord: device_list:270: no soundcards found...
klevi@Klevis-Aspire-E5-575G:~$ modprobe snd_hda_intel
klevi@Klevis-Aspire-E5-575G:~$ modprobe snd-hda_intel
klevi@Klevis-Aspire-E5-575G:~$
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get install dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
dkms is already the newest version (2.3-3ubuntu9.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
klevi@Klevis-Aspire-E5-575G:~$ lsmod | grep snd
snd_hda_intel 40960 0
snd_soc_skl 106496 0
snd_soc_hdac_hda 24576 1 snd_soc_skl
snd_hda_ext_core 28672 2 snd_soc_hdac_hda,snd_soc_skl
snd_soc_skl_ipc 65536 1 snd_soc_skl
snd_soc_sst_ipc 20480 1 snd_soc_skl_ipc
snd_soc_sst_dsp 36864 1 snd_soc_skl_ipc
snd_soc_acpi_intel_match 28672 1 snd_soc_skl
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_soc_skl
snd_hda_codec 131072 2 snd_hda_intel,snd_soc_hdac_hda
snd_hda_core 86016 5 snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_hdac_hda,snd_soc_skl
snd_hwdep 20480 1 snd_hda_codec
snd_soc_core 233472 2 snd_soc_hdac_hda,snd_soc_skl
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_pcm 106496 7 snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
snd_timer 36864 1 snd_pcm
snd 81920 7 snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
soundcore 16384 1 snd
klevi@Klevis-Aspire-E5-575G:~$ cd ~/
klevi@Klevis-Aspire-E5-575G:~$ wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh
--2019-04-13 02:19:49-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org (www.alsa-project.org)... 207.180.221.201
Connecting to www.alsa-project.org (www.alsa-project.org)|207.180.221.201|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.alsa-project.org/alsa-info.sh [following]
--2019-04-13 02:19:49-- https://www.alsa-project.org/alsa-info.sh
Connecting to www.alsa-project.org (www.alsa-project.org)|207.180.221.201|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh [following]
--2019-04-13 02:19:50-- https://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh
Resolving git.alsa-project.org (git.alsa-project.org)... 207.180.221.201
Connecting to git.alsa-project.org (git.alsa-project.org)|207.180.221.201|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: ‘alsa-info.sh’

alsa-info.sh [ <=> ] 28,09K --.-KB/s in 0,001s

2019-04-13 02:19:50 (44,0 MB/s) - ‘alsa-info.sh’ saved [28768]

ALSA Information Script v 0.4.64
--------------------------------

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See 'alsa-info.sh --help' for command line options.

alsactl: save_state:1595: No soundcards found...
cat: /tmp/alsa-info.depKkQ3KUp/alsactl.tmp: No such file or directory
Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://alsa-project.org/db/?f=edde7612e350d8f1419ead5e67712ee56a2f7570

Please inform the person helping you.

klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get remove --purge alsa-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  alsa-base* ubuntu-desktop*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 523 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 267257 files and directories currently installed.)
Removing ubuntu-desktop (1.417) ...
Removing alsa-base (1.0.25+dfsg-0ubuntu5) ...
(Reading database ... 267211 files and directories currently installed.)
Purging configuration files for alsa-base (1.0.25+dfsg-0ubuntu5) ...
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get remove --purge pulseaudio
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  pulseaudio* pulseaudio-module-bluetooth*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 4.423 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 267205 files and directories currently installed.)
Removing pulseaudio-module-bluetooth (1:11.1-1ubuntu7.2) ...
Removing pulseaudio (1:11.1-1ubuntu7.2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(Reading database ... 267018 files and directories currently installed.)
Purging configuration files for pulseaudio (1:11.1-1ubuntu7.2) ...
userdel: group pulse not removed because it has other members.
Processing triggers for dbus (1.12.2-1ubuntu1) ...
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get install alsa-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  apmd alsa-oss oss-compat
The following NEW packages will be installed:
  alsa-base
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/145 kB of archives.
After this operation, 475 kB of additional disk space will be used.
Selecting previously unselected package alsa-base.
(Reading database ... 267014 files and directories currently installed.)
Preparing to unpack .../alsa-base_1.0.25+dfsg-0ubuntu5_all.deb ...
Unpacking alsa-base (1.0.25+dfsg-0ubuntu5) ...
Setting up alsa-base (1.0.25+dfsg-0ubuntu5) ...
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get install pulseaudio
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  paman paprefs
The following NEW packages will be installed:
  pulseaudio
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/785 kB of archives.
After this operation, 4.104 kB of additional disk space will be used.
Selecting previously unselected package pulseaudio.
(Reading database ... 267063 files and directories currently installed.)
Preparing to unpack .../pulseaudio_1%3a11.1-1ubuntu7.2_amd64.deb ...
Unpacking pulseaudio (1:11.1-1ubuntu7.2) ...
Setting up pulseaudio (1:11.1-1ubuntu7.2) ...
Adding user pulse to group audio
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1) ...
klevi@Klevis-Aspire-E5-575G:~$ sudo alsa force-reload
Unloading ALSA sound driver modules: snd-hda-intel snd-soc-skl snd-soc-hdac-hda snd-hda-ext-core snd-soc-skl-ipc snd-soc-sst-ipc snd-soc-sst-dsp snd-soc-acpi-intel-match snd-soc-acpi snd-hda-codec snd-hda-core snd-hwdep snd-soc-core snd-compress snd-pcm-dmaengine snd-pcm snd-timer.
Loading ALSA sound driver modules: snd-hda-intel snd-soc-skl snd-soc-hdac-hda snd-hda-ext-core snd-soc-skl-ipc snd-soc-sst-ipc snd-soc-sst-dsp snd-soc-acpi-intel-match snd-soc-acpi snd-hda-codec snd-hda-core snd-hwdep snd-soc-core snd-compress snd-pcm-dmaengine snd-pcm snd-timer.
klevi@Klevis-Aspire-E5-575G:~$ killall pulseaudio; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
rm: cannot remove '/home/klevi/.pulse*': No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ pulseaudio -k
klevi@Klevis-Aspire-E5-575G:~$ killall pulseaudio; rm -r ~/.config/pulse/* ; rm -r ~/.pulse*
rm: cannot remove '/home/klevi/.pulse*': No such file or directory
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get update;sudo apt-get dist-upgrade; sudo apt-get install pavucontrol linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop linux-image-`uname -r` libasound2; sudo apt-get -y --reinstall install linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop linux-image-`uname -r` libasound2; killall pulseaudio; rm -r ~/.pulse*; ubuntu-support-status; sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`
Hit:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Hit:4 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:6 http://ppa.launchpad.net/hvr/ghc/ubuntu bionic InRelease
Hit:7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:8 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:9 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Hit:10 http://archive.canonical.com/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:12 http://ppa.launchpad.net/ubuntu-audio-dev/alsa-daily/ubuntu bionic InRelease
Fetched 88,7 kB in 1s (83,1 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-image-5.0.7-050007-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-image-5.0.7-050007-generic' has no installation candidate
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-image-5.0.7-050007-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-image-5.0.7-050007-generic' has no installation candidate
rm: cannot remove '/home/klevi/.pulse*': No such file or directory
Support status summary of 'Klevis-Aspire-E5-575G':

You have 1869 packages (82.3%) supported until April 2023 (Canonical - 5y)
You have 298 packages (13.1%) supported until April 2021 (Community - 3y)
You have 2 packages (0.1%) supported until April 2021 (Canonical - 3y)

You have 5 packages (0.2%) that can not/no-longer be downloaded
You have 97 packages (4.3%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
klevi@Klevis-Aspire-E5-575G:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
--2019-04-13 02:31:36-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org (www.alsa-project.org)... 207.180.221.201
Connecting to www.alsa-project.org (www.alsa-project.org)|207.180.221.201|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.alsa-project.org/alsa-info.sh [following]
--2019-04-13 02:31:37-- https://www.alsa-project.org/alsa-info.sh
Connecting to www.alsa-project.org (www.alsa-project.org)|207.180.221.201|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh [following]
--2019-04-13 02:31:37-- https://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh
Resolving git.alsa-project.org (git.alsa-project.org)... 207.180.221.201
Connecting to git.alsa-project.org (git.alsa-project.org)|207.180.221.201|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: ‘alsa-info.sh’

alsa-info.sh [ <=> ] 28,09K --.-KB/s in 0,001s

2019-04-13 02:31:37 (34,8 MB/s) - ‘alsa-info.sh’ saved [28768]

ALSA Information Script v 0.4.64
--------------------------------

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

alsactl: save_state:1595: No soundcards found...
cat: /tmp/alsa-info.H8BzKhwMN7/alsactl.tmp: No such file or directory
Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://alsa-project.org/db/?f=96d562fcd1bf8e168b4017860e0da7e5282b7fe2

Please inform the person helping you.

klevi@Klevis-Aspire-E5-575G:~$ bash alsa-info.sh --stdout
alsactl: save_state:1595: No soundcards found...
cat: /tmp/alsa-info.OKAqCbca9Q/alsactl.tmp: No such file or directory
upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.64
!!################################

!!Script ran on: Sat Apr 13 00:32:44 UTC 2019

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

Ubuntu 18.04.2 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.2 LTS" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=bionic

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

Manufacturer: Acer
Product Name: Aspire E5-575G
Product Version: V1.12
Firmware Version: V1.12
Board Vendor: Acer
Board Name: Ironman_SK

!!ACPI Device Status Information
!!---------------

/sys/bus/acpi/devices/10251094:00/status 15
/sys/bus/acpi/devices/ACPI000C:00/status 15
/sys/bus/acpi/devices/ELAN0501:00/status 15
/sys/bus/acpi/devices/INT33A1:00/status 15
/sys/bus/acpi/devices/INT3F0D:00/status 15
/sys/bus/acpi/devices/LNXPOWER:00/status 1
/sys/bus/acpi/devices/LNXPOWER:01/status 1
/sys/bus/acpi/devices/LNXVIDEO:01/status 15
/sys/bus/acpi/devices/MSFT0101:00/status 15
/sys/bus/acpi/devices/PNP0103:00/status 15
/sys/bus/acpi/devices/PNP0C02:00/status 3
/sys/bus/acpi/devices/PNP0C02:04/status 3
/sys/bus/acpi/devices/PNP0C0A:00/status 31
/sys/bus/acpi/devices/PNP0C0F:00/status 9
/sys/bus/acpi/devices/PNP0C0F:01/status 9
/sys/bus/acpi/devices/PNP0C0F:02/status 9
/sys/bus/acpi/devices/PNP0C0F:03/status 9
/sys/bus/acpi/devices/PNP0C0F:04/status 9
/sys/bus/acpi/devices/PNP0C0F:05/status 9
/sys/bus/acpi/devices/PNP0C0F:06/status 9
/sys/bus/acpi/devices/PNP0C0F:07/status 9
/sys/bus/acpi/devices/device:30/status 15
/sys/bus/acpi/devices/device:72/status 11

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

Kernel release: 5.0.7-050007-generic
Operating System: GNU/Linux
Architecture: x86_64
Processor: x86_64
SMP Enabled: Yes

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

Driver version: k5.0.7-050007-generic
Library version: 1.1.3
Utilities version: 1.1.3

!!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 Sunrise Point-LP HD Audio (rev 21)

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

00:1f.3 0403: 8086:9d71 (rev 21)
 Subsystem: 1025:1094

!!Modprobe options (Sound related)
!!--------------------------------

snd_pcsp: index=-2
snd_usb_audio: index=-2
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2
snd_usb_audio: index=-2
snd_usb_caiaq: index=-2
snd_usb_ua101: index=-2
snd_usb_us122l: index=-2
snd_usb_usx2y: index=-2
snd_cmipci: mpu_port=0x330 fm_port=0x388
snd_pcsp: index=-2
snd_usb_audio: index=-2

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

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

crw-rw----+ 1 root audio 116, 1 Apr 13 01:53 /dev/snd/seq
crw-rw----+ 1 root audio 116, 33 Apr 13 02:28 /dev/snd/timer

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

APLAY

aplay: device_list:270: no soundcards found...

ARECORD

arecord: device_list:270: no soundcards found...

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

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

--startcollapse--
--endcollapse--

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

Module
snd_soc_skl
snd_soc_hdac_hda
snd_hda_ext_core
snd_soc_skl_ipc
snd_soc_sst_ipc
snd_soc_sst_dsp
snd_soc_acpi_intel_match
snd_soc_acpi
snd_soc_core
snd_compress
ac97_bus
snd_pcm_dmaengine
snd_hda_intel
snd_hda_codec
snd_hda_core
snd_hwdep
snd_pcm
snd_timer
snd
soundcore
rfcomm
ccm
pci_stub
vboxpci
cmac
vboxnetadp
vboxnetflt
vboxdrv
bnep
uvcvideo
videobuf2_vmalloc
videobuf2_memops
videobuf2_v4l2
videobuf2_common
nvidia_uvm
videodev
btusb
media
hid_multitouch
btrtl
btbcm
joydev
btintel
bluetooth
ecdh_generic
intel_rapl
nvidia_drm
nvidia_modeset
x86_pkg_temp_thermal
intel_powerclamp
nvidia
arc4
i915
coretemp
kvm_intel
kvmgt
ath10k_pci
crct10dif_pclmul
crc32_pclmul
ghash_clmulni_intel
vfio_mdev
mdev
vfio_iommu_type1
aesni_intel
vfio
ath10k_core
ath
kvm
aes_x86_64
irqbypass
ipmi_devintf
ipmi_msghandler
mac80211
drm_kms_helper
crypto_simd
cryptd
cfg80211
drm
i2c_algo_bit
glue_helper
rtsx_pci_ms
input_leds
intel_cstate
fb_sys_fops
syscopyarea
sysfillrect
memstick
sysimgblt
acer_wmi
sparse_keymap
serio_raw
intel_wmi_thunderbolt
wmi_bmof
intel_rapl_perf
idma64
virt_dma
intel_pch_thermal
mei_me
intel_xhci_usb_role_switch
intel_lpss_pci
roles
intel_lpss
mei
acpi_pad
mac_hid
ip6t_REJECT
nf_reject_ipv6
nf_log_ipv6
xt_hl
ip6t_rt
ipt_REJECT
nf_reject_ipv4
nf_log_ipv4
nf_log_common
xt_LOG
xt_limit
xt_tcpudp
xt_addrtype
xt_conntrack
ip6table_filter
ip6_tables
nf_conntrack_netbios_ns
nf_conntrack_broadcast
nf_nat_ftp
nf_nat
nf_conntrack_ftp
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
libcrc32c
sch_fq_codel
iptable_filter
bpfilter
parport_pc
ppdev
lp
parport
ip_tables
x_tables
autofs4
hid_generic
usbhid
rtsx_pci_sdmmc
r8169
ahci
i2c_hid
rtsx_pci
realtek
libahci
hid
wmi
video

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

[ 0.150882] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.150882] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.150882] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
--
[ 49.954746] intel_rapl: Found RAPL domain dram
[ 50.702603] snd_soc_skl 0000:00:1f.3: The DSP is not enabled on this platform, aborting probe
[ 50.722766] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
--
[ 579.728272] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:fb:dc:41:5f:8f:20:70:08:00 SRC=192.168.0.100 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=31152 PROTO=2
[ 626.273398] snd_soc_skl 0000:00:1f.3: The DSP is not enabled on this platform, aborting probe
[ 700.141628] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:64:70:02:e0:83:96:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2
--
[ 1140.910410] Disabling IRQ #16
[ 1164.063853] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[ 1164.063991] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 1164.177030] snd_hda_intel 0000:00:1f.3: CORB reset timeout#1, CORBRP = 0
[ 1164.178629] snd_hda_intel 0000:00:1f.3: no codecs found!
[ 1200.152737] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:64:70:02:e0:83:96:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2
--
[ 2079.210275] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:fb:dc:41:5f:8f:20:70:08:00 SRC=192.168.0.100 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=62505 PROTO=2
[ 2138.434470] snd_hda_intel 0000:00:1f.3: Dropping the link to 0000:00:02.0
[ 2138.955788] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[ 2138.955835] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 2139.068244] snd_hda_intel 0000:00:1f.3: CORB reset timeout#1, CORBRP = 0
[ 2139.069850] snd_hda_intel 0000:00:1f.3: no codecs found!
[ 2200.085191] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:64:70:02:e0:83:96:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2

klevi@Klevis-Aspire-E5-575G:~$ uname -r
5.0.7-050007-generic
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
 This PPA is for HDA DKMS daily build snapshots. Please do not add this PPA directly - instead follow the instructions at https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS
 More info: https://launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-daily
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:3 http://archive.canonical.com/ubuntu bionic InRelease
Hit:4 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:5 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://ppa.launchpad.net/hvr/ghc/ubuntu bionic InRelease
Hit:7 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:8 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:9 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:10 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:12 http://ppa.launchpad.net/ubuntu-audio-dev/alsa-daily/ubuntu bionic InRelease
Fetched 88,7 kB in 1s (86,0 kB/s)
Reading package lists... Done
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get update
Hit:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:4 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Hit:5 http://archive.canonical.com/ubuntu bionic InRelease
Hit:6 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:7 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:8 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:9 http://ppa.launchpad.net/hvr/ghc/ubuntu bionic InRelease
Hit:10 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:12 http://ppa.launchpad.net/ubuntu-audio-dev/alsa-daily/ubuntu bionic InRelease
Fetched 88,7 kB in 1s (86,5 kB/s)
Reading package lists... Done
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get install linux-image-extra-`uname -r`Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-5.0.7-050007-generic
E: Couldn't find any package by glob 'linux-image-extra-5.0.7-050007-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.0.7-050007-generic'
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get install --reinstall linux-image-extra-`uname -r`
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-5.0.7-050007-generic
E: Couldn't find any package by glob 'linux-image-extra-5.0.7-050007-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.0.7-050007-generic'
klevi@Klevis-Aspire-E5-575G:~$ sudo apt-get install oem-audio-hda-daily-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
oem-audio-hda-daily-dkms is already the newest version (0.201904121537~ubuntu18.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
klevi@Klevis-Aspire-E5-575G:~$ cat /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}; ls -l /usr/share/pulseaudio/alsa-mixer/paths/; sudo rm /etc/asound.conf; sudo rm -r ~/.pulse ~/.asound* ;sudo rm ~/.pulse-cookie; sudo apt-get update; sudo apt-get install aptitude; sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; sudo lshw -short;ls -lart /dev/snd; find /lib/modules/`uname -r` | grep snd ;cat /dev/sndstat; lspci -nn; lsusb; sudo which alsactl; sudo fuser -v /dev/dsp /dev/snd/* ; dpkg -S bin/slmodemd; dmesg | egrep 'EMU|probe|emu|ALSA|alsa|ac97|udi|snd|ound|irmware'; sudo /etc/init.d/sl-modem-daemon status; sudo grep model /etc/modprobe.d/* ; sudo dmidecode|egrep 'anufact|roduct|erial|elease'; lsmod | egrep 'snd|usb|midi|udio'; pacmd list-sinks; aplay -l; sudo alsa force-reload; ubuntu-support-status ; sudo lshw -C sound
Advanced Linux Sound Architecture Driver Version k5.0.7-050007-generic.
--- no soundcards ---
 33: : timer
cat: /proc/asound/seq/clients: No such file or directory
total 172
-rw-r--r-- 1 root root 1415 Jan 23 07:54 analog-input-aux.conf
-rw-r--r-- 1 root root 2056 Jan 23 07:54 analog-input.conf
-rw-r--r-- 1 root root 5769 Jan 23 07:54 analog-input.conf.common
-rw-r--r-- 1 root root 2185 Jan 23 07:54 analog-input-dock-mic.conf
-rw-r--r-- 1 root root 1420 Jan 23 07:54 analog-input-fm.conf
-rw-r--r-- 1 root root 2196 Jan 23 07:54 analog-input-front-mic.conf
-rw-r--r-- 1 root root 2298 Jan 23 07:54 analog-input-headphone-mic.conf
-rw-r--r-- 1 root root 2360 Jan 23 07:54 analog-input-headset-mic.conf
-rw-r--r-- 1 root root 2797 Jan 23 07:54 analog-input-internal-mic-always.conf
-rw-r--r-- 1 root root 3155 Jan 23 07:54 analog-input-internal-mic.conf
-rw-r--r-- 1 root root 2569 Jan 23 07:54 analog-input-linein.conf
-rw-r--r-- 1 root root 2758 Jan 23 07:54 analog-input-mic.conf
-rw-r--r-- 1 root root 1330 Jan 23 07:54 analog-input-mic.conf.common
-rw-r--r-- 1 root root 1457 Jan 23 07:54 analog-input-mic-line.conf
-rw-r--r-- 1 root root 2185 Jan 23 07:54 analog-input-rear-mic.conf
-rw-r--r-- 1 root root 1425 Jan 23 07:54 analog-input-tvtuner.conf
-rw-r--r-- 1 root root 1385 Jan 23 07:54 analog-input-video.conf
-rw-r--r-- 1 root root 1929 Jan 23 07:54 analog-output.conf
-rw-r--r-- 1 root root 10609 Jan 23 07:54 analog-output.conf.common
-rw-r--r-- 1 root root 2139 Jan 23 07:54 analog-output-headphones-2.conf
-rw-r--r-- 1 root root 3147 Jan 23 07:54 analog-output-headphones.conf
-rw-r--r-- 1 root root 4095 Jan 23 07:54 analog-output-lineout.conf
-rw-r--r-- 1 root root 1993 Jan 23 07:54 analog-output-mono.conf
-rw-r--r-- 1 root root 3725 Jan 23 07:54 analog-output-speaker-always.conf
-rw-r--r-- 1 root root 4521 Jan 23 07:54 analog-output-speaker.conf
-rw-r--r-- 1 root root 159 Jan 23 07:54 hdmi-output-0.conf
-rw-r--r-- 1 root root 161 Jan 23 07:54 hdmi-output-1.conf
-rw-r--r-- 1 root root 161 Jan 23 07:54 hdmi-output-2.conf
-rw-r--r-- 1 root root 161 Jan 23 07:54 hdmi-output-3.conf
-rw-r--r-- 1 root root 163 Jan 23 07:54 hdmi-output-4.conf
-rw-r--r-- 1 root root 163 Jan 23 07:54 hdmi-output-5.conf
-rw-r--r-- 1 root root 163 Jan 23 07:54 hdmi-output-6.conf
-rw-r--r-- 1 root root 163 Jan 23 07:54 hdmi-output-7.conf
-rw-r--r-- 1 root root 712 Jan 23 07:54 iec958-stereo-output.conf
-rw-r--r-- 1 root root 1072 Jan 23 07:54 steelseries-arctis-5-output-chat.conf
-rw-r--r-- 1 root root 1064 Jan 23 07:54 steelseries-arctis-5-output-game.conf
-rw-r--r-- 1 root root 937 Jan 23 07:54 steelseries-arctis-7-input.conf
-rw-r--r-- 1 root root 1209 Jan 23 07:54 steelseries-arctis-7-output-mono.conf
-rw-r--r-- 1 root root 1299 Jan 23 07:54 steelseries-arctis-7-output-stereo.conf
rm: cannot remove '/etc/asound.conf': No such file or directory
rm: cannot remove '/home/klevi/.pulse': No such file or directory
rm: cannot remove '/home/klevi/.asound*': No such file or directory
rm: cannot remove '/home/klevi/.pulse-cookie': No such file or directory
Hit:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://archive.canonical.com/ubuntu bionic InRelease
Hit:3 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Hit:5 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:7 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:8 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Hit:9 http://ppa.launchpad.net/hvr/ghc/ubuntu bionic InRelease
Hit:10 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:12 http://ppa.launchpad.net/ubuntu-audio-dev/alsa-daily/ubuntu bionic InRelease
Fetched 88,7 kB in 1s (85,1 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
aptitude is already the newest version (0.8.10-6ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
No candidate version found for paman
Unable to apply some actions, aborting
H/W path Device Class Description
=======================================================
                             system Aspire E5-575G (Aspire E5-575G_115F_
/0 bus Ironman_SK
/0/0 memory 128KiB BIOS
/0/4 processor Intel(R) Core(TM) i5-7200U CPU @ 2.5
/0/4/5 memory 128KiB L1 cache
/0/4/6 memory 512KiB L2 cache
/0/4/7 memory 3MiB L3 cache
/0/d memory 8GiB System Memory
/0/d/0 memory 8GiB SODIMM DDR4 Synchronous 2133 MH
/0/d/1 memory [empty]
/0/d/2 memory [empty]
/0/d/3 memory [empty]
/0/100 bridge Xeon E3-1200 v6/7th Gen Core Process
/0/100/2 display HD Graphics 620
/0/100/14 bus Sunrise Point-LP USB 3.0 xHCI Contro
/0/100/14/0 usb1 bus xHCI Host Controller
/0/100/14/0/2 input 2.4G Keyboard Mouse
/0/100/14/0/5 communication Bluetooth wireless interface
/0/100/14/0/7 multimedia HD WebCam
/0/100/14/1 usb2 bus xHCI Host Controller
/0/100/14.2 generic Sunrise Point-LP Thermal subsystem
/0/100/15 generic Sunrise Point-LP Serial IO I2C Contr
/0/100/16 communication Sunrise Point-LP CSME HECI #1
/0/100/17 storage Sunrise Point-LP SATA Controller [AH
/0/100/1c bridge Sunrise Point-LP PCI Express Root Po
/0/100/1c/0 display GM107M [GeForce GTX 950M]
/0/100/1d bridge Sunrise Point-LP PCI Express Root Po
/0/100/1d.2 bridge Intel Corporation
/0/100/1d.2/0 wlp3s0 network QCA9377 802.11ac Wireless Network Ad
/0/100/1d.3 bridge Intel Corporation
/0/100/1d.3/0 generic RTL8411B PCI Express Card Reader
/0/100/1d.3/0.1 enp4s0f1 network RTL8111/8168/8411 PCI Express Gigabi
/0/100/1f bridge Sunrise Point-LP LPC Controller
/0/100/1f.2 memory Memory controller
/0/100/1f.3 multimedia Sunrise Point-LP HD Audio
/0/100/1f.4 bus Sunrise Point-LP SMBus
/0/1 scsi0 storage
/0/1/0.0.0 /dev/sda disk 1TB TOSHIBA MQ01ABD1
/0/1/0.0.0/1 /dev/sda1 volume 931GiB Linux LVM Physical Volume par
/0/2 scsi1 storage
/0/2/0.0.0 /dev/cdrom disk DVD A DA8AESH
total 0
drwxr-xr-x 2 root root 80 Apr 13 01:53 .
crw-rw----+ 1 root audio 116, 1 Apr 13 01:53 seq
crw-rw----+ 1 root audio 116, 33 Apr 13 02:28 timer
drwxr-xr-x 23 root root 5060 Apr 13 02:34 ..
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/aw2/snd-aw2.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ali5451/snd-ali5451.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-als300.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/vx222/snd-vx222.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/lx6464es/snd-lx6464es.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/au88x0/snd-au8810.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/au88x0/snd-au8820.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/au88x0/snd-au8830.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-rme96.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/lola/snd-lola.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/riptide/snd-riptide.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/mixart/snd-mixart.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-atiixp-modem.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-sonicvibes.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-intel8x0m.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ca0106/snd-ca0106.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-maestro3.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-azt3328.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ymfpci/snd-ymfpci.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/trident/snd-trident.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-ens1370.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-als4000.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ctxfi/snd-ctxfi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ice1712/snd-ice1724.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ice1712/snd-ice1712.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-ens1371.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/korg1212/snd-korg1212.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/rme9652/snd-rme9652.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/rme9652/snd-hdspm.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/rme9652/snd-hdsp.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-via82xx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/oxygen/snd-oxygen-lib.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/oxygen/snd-virtuoso.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/oxygen/snd-oxygen.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-intel8x0.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/asihpi/snd-asihpi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-via.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-idt.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-ca0110.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-cmedia.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-cirrus.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-conexant.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-intel.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-si3054.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-generic.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-realtek.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-analog.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-hdmi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/hda/snd-hda-codec-ca0132.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-fm801.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-ad1889.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-rme32.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-es1968.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/emu10k1/snd-emu10k1.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-cmipci.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/ac97/snd-ac97-codec.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/pcxhr/snd-pcxhr.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-bt87x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-via82xx-modem.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-echo3g.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-indigoio.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-mona.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-indigo.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-gina24.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-indigoiox.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-indigodj.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-indigodjx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-layla20.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-layla24.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-darla20.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-mia.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-darla24.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/echoaudio/snd-gina20.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/nm256/snd-nm256.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-atiixp.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-cs4281.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/cs46xx/snd-cs46xx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pci/snd-es1938.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/snd-soc-acpi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/xtensa/snd-soc-xtfpga-i2s.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/fsl/snd-soc-fsl-spdif.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/fsl/snd-soc-fsl-sai.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/fsl/snd-soc-fsl-esai.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/fsl/snd-soc-imx-audmux.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/fsl/snd-soc-fsl-asrc.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/fsl/snd-soc-fsl-ssi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/common/snd-soc-sst-dsp.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/common/snd-soc-sst-ipc.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/common/snd-soc-sst-acpi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/common/snd-soc-sst-firmware.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/common/snd-soc-acpi-intel-match.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/skylake/snd-soc-skl-ipc.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/skylake/snd-soc-skl-ssp-clk.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/skylake/snd-soc-skl.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-skl_nau88l25_ssm4567.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-kbl_rt5663_rt5514_max98927.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-bxt-da7219_max98357a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-bytcr-rt5651.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-kbl_rt5663_max98927.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-glk-rt5682_max98357a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-skl_hda_dsp.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-skl_rt286.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-cht-bsw-nau8824.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-cht-bsw-rt5645.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-haswell.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-kbl_da7219_max98357a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-kbl_rt5660.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-bdw-rt5677-mach.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-cht-bsw-rt5672.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-kbl_da7219_max98927.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-byt-cht-es8316.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-skl_nau88l25_max98357a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-broadwell.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-cht-bsw-max98090_ti.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-byt-cht-da7213.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-bxt-rt298.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/boards/snd-soc-sst-byt-cht-nocodec.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/atom/sst/snd-intel-sst-core.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/atom/sst/snd-intel-sst-pci.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/intel/haswell/snd-soc-sst-haswell-pcm.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs4265.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ssm2305.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-da7219.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8974.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-nau8540.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm3060-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak4104.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic32x4.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs35l34.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-es8328-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tscs454.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs35l33.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5663.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-hdac-hda.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm1789-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-nau8810.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8753.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs35l32.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau1701.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic23-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-gtm601.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ac97.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max98927.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm186x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tpa6130a2.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8903.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8985.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tas2552.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rl6231.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sigmadsp-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max9759.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau1761-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8750.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tas571x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5677-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5631.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ssm4567.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak5558.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-dmic.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm3168a-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8523.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs53l30.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sigmadsp-regmap.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ssm2602-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic23.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs4349.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5682.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5514.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tas5720.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8580.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-bd28623.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42l52.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rl6347a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-es8328-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5640.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt286.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic31xx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm1681.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau1761.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42l42.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-inno-rk3036.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak4554.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8782.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm512x-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-spdif-tx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8962.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8741.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-bt-sco.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8737.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5670.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-simple-amplifier.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm186x-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8804.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-msm8916-digital.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak4642.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic32x4-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5660.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs4271-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic3x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-es7134.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sigmadsp.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8770.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic23-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm512x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm3168a-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42xx8.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8728.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tscs42xx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sti-sas.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-nau8824.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak4458.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max98088.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max98090.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau7002.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42l51.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-msm8916-analog.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt298.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max98504.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5616.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak5386.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs43130.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm179x-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8804-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max98357a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau-utils.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak4613.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max98373.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-es8328.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm179x-codec.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm1789-codec.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-mt6351.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-nau8822.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ssm2602.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm186x-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5645.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm3060-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-es8316.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sgtl5000.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-hdac-hdmi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-spdif-rx.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-es7241.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-si476x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-alc5623.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sta32x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tda7419.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tfa9879.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8804-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8776.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5651.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42l56.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max9867.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-da7213.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs4270.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42l51-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs4271-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ak4118.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42l73.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8978.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ssm2602-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs42xx8-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm179x-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8960.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8510.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tas5086.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8731.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-nau8825.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8711.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-zx-aud96p22.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tas6424.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-tlv320aic32x4-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau1761-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-wm8524.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5677.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm3168a.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm3060.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-pcm512x-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs4271.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-cs35l35.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-rt5514-spi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-sta350.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-max9860.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-hdmi-codec.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/codecs/snd-soc-adau17x1.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/generic/snd-soc-simple-card.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/generic/snd-soc-simple-card-utils.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/amd/snd-soc-acp-rt5645-mach.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/amd/snd-soc-acp-da7219mx98357-mach.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/amd/raven/snd-acp3x-pcm-dma.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/amd/raven/snd-pci-acp3x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/xilinx/snd-soc-xlnx-i2s.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/soc/snd-soc-core.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/xen/snd_xen_front.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/misc/snd-ua101.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/line6/snd-usb-line6.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/line6/snd-usb-toneport.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/line6/snd-usb-variax.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/line6/snd-usb-pod.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/line6/snd-usb-podhd.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/bcd2000/snd-bcd2000.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/6fire/snd-usb-6fire.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/hiface/snd-usb-hiface.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/snd-usb-audio.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/snd-usbmidi-lib.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/caiaq/snd-usb-caiaq.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/usx2y/snd-usb-us122l.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/usb/usx2y/snd-usb-usx2y.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/isa/sb/snd-sb-common.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/fireworks/snd-fireworks.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/bebob/snd-bebob.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/motu/snd-firewire-motu.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/snd-isight.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/tascam/snd-firewire-tascam.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/fireface/snd-fireface.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/snd-firewire-lib.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/digi00x/snd-firewire-digi00x.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/oxfw/snd-oxfw.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/firewire/dice/snd-dice.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/snd-i2c.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/other/snd-ak4114.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/other/snd-ak4113.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/other/snd-pt2258.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/other/snd-ak4117.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/i2c/snd-cs8427.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/hda/ext/snd-hda-ext-core.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/hda/snd-hda-core.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pcmcia/vx/snd-vxpocket.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/x86/snd-hdmi-lpe-audio.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/synth/emux/snd-emux-synth.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/synth/snd-util-mem.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-rawmidi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-hrtimer.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-pcm.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-timer.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-pcm-dmaengine.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/snd-seq-midi-emul.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/snd-seq-virmidi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/snd-seq.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/snd-seq-midi-event.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/oss/snd-seq-oss.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/snd-seq-midi.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/seq/snd-seq-dummy.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-seq-device.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/oss/snd-mixer-oss.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/oss/snd-pcm-oss.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-compress.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/core/snd-hwdep.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-aloop.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/vx/snd-vx-lib.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-mts64.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-mtpav.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-portman2x4.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-dummy.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/opl3/snd-opl3-lib.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/opl3/snd-opl3-synth.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-serial-u16550.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/pcsp/snd-pcsp.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/mpu401/snd-mpu401.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
/lib/modules/5.0.7-050007-generic/kernel/sound/drivers/snd-virmidi.ko
cat: /dev/sndstat: No such file or directory
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:5904] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02)
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 [8086:9d10] (rev f1)
00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 [8086:9d18] (rev f1)
00:1d.2 PCI bridge [0604]: Intel Corporation Device [8086:9d1a] (rev f1)
00:1d.3 PCI bridge [0604]: Intel Corporation Device [8086:9d1b] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d58] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 950M] [10de:139a] (rev a2)
03:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader [10ec:5287] (rev 01)
04:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f2:b573 Chicony Electronics Co., Ltd
Bus 001 Device 003: ID 0489:e0a3 Foxconn / Hon Hai
Bus 001 Device 002: ID 062a:5918 Creative Labs
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/usr/sbin/alsactl
Specified filename /dev/dsp does not exist.
dpkg-query: no path found matching pattern *bin/slmodemd*
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.011996] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [(____ptrval____)]
[ 0.013135] No NUMA configuration found
[ 0.139780] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.150268] audit: initializing netlink subsys (disabled)
[ 0.150268] audit: type=2000 audit(1555113193.040:1): state=initialized audit_enabled=0 res=1
[ 0.150882] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.192179] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.300850] pnp: PnP ACPI: found 8 devices
[ 1.345246] libphy: Fixed MDIO Bus: probed
[ 1.346790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[ 1.346876] hub 1-0:1.0: USB hub found
[ 1.348260] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[ 1.348338] hub 2-0:1.0: USB hub found
[ 1.401653] No architecture policies found
[ 1.437910] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.445126] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.506636] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[ 1.506638] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[ 1.506639] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[ 1.506639] wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
[ 1.555505] libphy: r8169: probed
[ 1.836512] usb 1-2: New USB device found, idVendor=062a, idProduct=5918, bcdDevice= 1.02
[ 2.115560] usb 1-5: New USB device found, idVendor=0489, idProduct=e0a3, bcdDevice= 0.01
[ 2.401965] usb 1-7: New USB device found, idVendor=04f2, idProduct=b573, bcdDevice=92.01
[ 41.700389] lp: driver loaded but no devices found
[ 46.399131] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 46.401303] i2c_hid i2c-ELAN0501:00: i2c-ELAN0501:00 supply vdd not found, using dummy regulator
[ 46.401314] i2c_hid i2c-ELAN0501:00: i2c-ELAN0501:00 supply vddl not found, using dummy regulator
[ 49.391173] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00002-QCATFSWPZ-5 api 5 features ignore-otp crc32 c3e0d04f
[ 49.889267] [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
[ 49.954744] intel_rapl: Found RAPL domain package
[ 49.954745] intel_rapl: Found RAPL domain core
[ 49.954745] intel_rapl: Found RAPL domain uncore
[ 49.954746] intel_rapl: Found RAPL domain dram
[ 50.702603] snd_soc_skl 0000:00:1f.3: The DSP is not enabled on this platform, aborting probe
[ 50.722766] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 53.294656] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b573)
[ 53.431758] ACPI Warning: \_SB.PCI0.RP01.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
[ 63.537195] vboxdrv: Found 4 processor cores
[ 64.596319] vboxpci: IOMMU not found (not registered)
[ 626.273398] snd_soc_skl 0000:00:1f.3: The DSP is not enabled on this platform, aborting probe
[ 1164.063853] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[ 1164.063991] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 1164.177030] snd_hda_intel 0000:00:1f.3: CORB reset timeout#1, CORBRP = 0
[ 1164.178629] snd_hda_intel 0000:00:1f.3: no codecs found!
[ 2138.434470] snd_hda_intel 0000:00:1f.3: Dropping the link to 0000:00:02.0
[ 2138.955788] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[ 2138.955835] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 2139.068244] snd_hda_intel 0000:00:1f.3: CORB reset timeout#1, CORBRP = 0
[ 2139.069850] snd_hda_intel 0000:00:1f.3: no codecs found!
sudo: /etc/init.d/sl-modem-daemon: command not found
 Release Date: 08/02/2016
 Manufacturer: Acer
 Product Name: Aspire E5-575G
 Serial Number: NXGDZEG0186331D90B7600
 Manufacturer: Acer
 Product Name: Ironman_SK
 Serial Number: NBGDF1100B6331D90B7600
 Manufacturer: Chassis Manufacturer
 Serial Number: Chassis Serial Number
 Manufacturer: Intel(R) Corporation
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: Kingston
 Serial Number: 201BAB19
 Manufacturer: Not Specified
 Serial Number: Not Specified
 Manufacturer: Not Specified
 Serial Number: Not Specified
 Manufacturer: Not Specified
 Serial Number: Not Specified
snd_soc_skl 106496 0
snd_soc_hdac_hda 24576 1 snd_soc_skl
snd_hda_ext_core 28672 2 snd_soc_hdac_hda,snd_soc_skl
snd_soc_skl_ipc 65536 1 snd_soc_skl
snd_soc_sst_ipc 20480 1 snd_soc_skl_ipc
snd_soc_sst_dsp 36864 1 snd_soc_skl_ipc
snd_soc_acpi_intel_match 28672 1 snd_soc_skl
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_soc_skl
snd_soc_core 233472 2 snd_soc_hdac_hda,snd_soc_skl
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_hda_intel 40960 0
snd_hda_codec 131072 2 snd_hda_intel,snd_soc_hdac_hda
snd_hda_core 86016 5 snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_hdac_hda,snd_soc_skl
snd_hwdep 20480 1 snd_hda_codec
snd_pcm 106496 7 snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
snd_timer 36864 1 snd_pcm
snd 81920 7 snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
soundcore 16384 1 snd
btusb 49152 0
btrtl 20480 1 btusb
btbcm 16384 1 btusb
btintel 24576 1 btusb
bluetooth 557056 31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
intel_xhci_usb_role_switch 16384 0
roles 16384 1 intel_xhci_usb_role_switch
usbhid 53248 0
hid 126976 4 i2c_hid,usbhid,hid_multitouch,hid_generic
1 sink(s) available.
  * index: 0
 name: <auto_null>
 driver: <module-null-sink.c>
 flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
 state: SUSPENDED
 suspend cause: IDLE
 priority: 1000
 volume: front-left: 65536 / 100% / 0,00 dB, front-right: 65536 / 100% / 0,00 dB
         balance 0,00
 base volume: 65536 / 100% / 0,00 dB
 volume steps: 65537
 muted: no
 current latency: 0,00 ms
 max request: 344 KiB
 max rewind: 344 KiB
 monitor source: 0
 sample spec: s16le 2ch 44100Hz
 channel map: front-left,front-right
              Stereo
 used by: 0
 linked by: 0
 configured latency: 0,00 ms; range is 0,50 .. 2000,00 ms
 module: 11
 properties:
  device.description = "Dummy Output"
  device.class = "abstract"
  device.icon_name = "audio-card"
aplay: device_list:270: no soundcards found...
Unloading ALSA sound driver modules: snd-soc-skl snd-soc-hdac-hda snd-hda-ext-core snd-soc-skl-ipc snd-soc-sst-ipc snd-soc-sst-dsp snd-soc-acpi-intel-match snd-soc-acpi snd-soc-core snd-compress snd-pcm-dmaengine snd-hda-intel snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer.
Loading ALSA sound driver modules: snd-soc-skl snd-soc-hdac-hda snd-hda-ext-core snd-soc-skl-ipc snd-soc-sst-ipc snd-soc-sst-dsp snd-soc-acpi-intel-match snd-soc-acpi snd-soc-core snd-compress snd-pcm-dmaengine snd-hda-intel snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer.
Support status summary of 'Klevis-Aspire-E5-575G':

You have 1869 packages (82.3%) supported until April 2023 (Canonical - 5y)
You have 298 packages (13.1%) supported until April 2021 (Community - 3y)
You have 2 packages (0.1%) supported until April 2021 (Canonical - 3y)

You have 5 packages (0.2%) that can not/no-longer be downloaded
You have 97 packages (4.3%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
  *-usb:2
       description: Video
       product: HD WebCam
       vendor: Chicony Electronics Co.,Ltd.
       physical id: 7
       bus info: usb@1:7
       version: 92.01
       capabilities: usb-2.00
       configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
  *-multimedia
       description: Audio device
       product: Sunrise Point-LP HD Audio
       vendor: Intel Corporation
       physical id: 1f.3
       bus info: pci@0000:00:1f.3
       version: 21
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list
       configuration: driver=snd_hda_intel latency=32
       resources: irq:134 memory:b4320000-b4323fff memory:b4310000-b431ffff

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Kernel release: 5.0.7-050007-generic

If you use the official kernel for Bionic, rather than one you found online, does sound work OK?

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.