!!################################ !!ALSA Information Script v 0.5.0 !!################################ !!Script ran on: Fri Mar 19 12:36:34 UTC 2021 !!Linux Distribution !!------------------ Ubuntu 18.04.5 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.5 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: Product Name: Product Version: Firmware Version: TCIBX10H.86A.0048.2011.1206.1342 System SKU: Board Vendor: Intel Corporation Board Name: DH55TC !!ACPI Device Status Information !!--------------- /sys/bus/acpi/devices/PNP0103:00/status 15 /sys/bus/acpi/devices/PNP0401:00/status 15 /sys/bus/acpi/devices/PNP0501:00/status 15 /sys/bus/acpi/devices/PNP0C01:01/status 15 /sys/bus/acpi/devices/PNP0C0C:00/status 11 /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:18/status 15 /sys/bus/acpi/devices/device:27/status 15 /sys/bus/acpi/devices/device:41/status 15 !!Kernel Information !!------------------ Kernel release: 5.4.0-67-generic Operating System: GNU/Linux Architecture: x86_64 Processor: x86_64 SMP Enabled: Yes !!ALSA Version !!------------ Driver version: k5.4.0-67-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:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 06) Subsystem: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:0036] !!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 !!--------------------------- !!Sysfs card info !!--------------- !!Card: /sys/class/sound/card* Driver: Tree: !!ALSA Device nodes !!----------------- crw-rw---- 1 root audio 116, 1 Mar 19 17:43 /dev/snd/seq crw-rw---- 1 root audio 116, 33 Mar 19 17:43 /dev/snd/timer !!ALSA configuration files !!------------------------ !!System wide config file (/etc/asound.conf) # ~/.asoundrc or /etc/asound.conf # ALSA configuration file ##### USAGE ##### # Save this file as "~/.asoundrc" (for user-specific sound configuration) or # "/etc/asound.conf" (for system-wide sound configuration) and specify ALSA # device names ad described in the next section. ##### DEVICE NAMES ##### # This configuration file defines four devices for use by the user. Those # devices are "analog", "mixed-analog", "digital", and "mixed-digital". The # user may also re-define "default" to be identical to one of the above-named # devices (i.e. to send all sound output to the digital output unless otherwise # specified). Use the device names as described below: # - "analog" outputs to the analog output directly and (at least on software # sound cards) blocks other audio output. After playback completes, "queued" # sounds are output in sequence. # - "mixed-analog" mixes audio output from multiple programs into the analog # output (so you can hear beeps, alerts, and other noises while playing back # an audio stream). # - "digital" outputs to the digital output directly. Since most (all?) # digital outputs expect 48kHz PCM audio, this may not work for some playback # (i.e. CD's--which are 44.1kHz PCM audio--or 32kHz audio streams from TV # recordings, etc.). # - "mixed-digital" # All other devices created within this file are used only by the configuration # file itself and should /not/ be used directly. In other words, do not use # the devices "analog-hw", "dmix-analog", "digital-hw", or "dmix-digital". ##### IMPORTANT ##### # To make this ALSA configuration file work with your sound card, you will need # to define the appropriate card and device information for the "analog-hw" and # "digital-hw" devices below. You can find the card and device information # using "aplay -l". # Alias for (converted) analog output on the card # - This is identical to the device named "default"--which always exists and # refers to hw:0,0 (unless overridden) # - Therefore, we can specify "hw:0,0", "default", or "analog" to access analog # output on the card # - Note that as of ALSA 1.0.9, "software" sound card definitions redefine # "default" to do mixing, meaning this device is different from "default" and # allows playback while blocking other sound sources (until playback # completes). pcm.analog { type plug slave.pcm "analog-hw" hint { show on description "Analog Output - Use analog outputs, converting samples, format, and rate as necessary." } } # Control device (mixer, etc.) for the card ctl.analog { type hw card 0 } # Alias for (converted) mixed analog output on the card # - This will accept audio input--regardless of rate--and convert to the rate # required for the dmix plugin (in this case 48000Hz) # - Note that as of ALSA 1.0.9, "software" sound card definitions redefine # "default" to do mixing, meaning this device is identical to "default" for # "software" sound cards. pcm.mixed-analog { type plug slave.pcm "dmix-analog" hint { show on description "Mixed Analog Output - Use analog outputs, converting samples, format, and rate as necessary. Allows mixing with system sounds." } } # Control device (mixer, etc.) for the card ctl.mixed-analog { type hw card 0 } # Alias for (converted) digital (HDMI) output on the card pcm.digital { type plug slave.pcm "digital-hw" hint { show on description "Digital Output - Use digital outputs, converting samples, format, and rate as necessary." } } # Control device (mixer, etc.) for the card ctl.digital { type hw card 0 } # Alias for mixed (converted) digital (HDMI) output on the card pcm.mixed-digital { type plug slave.pcm "dmix-digital" hint { show on description "Mixed Digital Output - Use digital outputs, converting samples, format, and rate as necessary. Allows mixing with system sounds." } } # Control device (mixer, etc.) for the card ctl.mixed-digital { type hw card 0 } # The following devices are not useful by themselves. They require specific # rates, channels, and formats. Therefore, you probably do not want to use # them directly. Instead use of of the devices defined above. # Alias for analog output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.analog-hw { type hw card 0 device 0 } # Control device (mixer, etc.) for the card ctl.analog-hw { type hw card 0 } # Alias for digital (HDMI) output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.digital-hw { type hw card 0 device 1 } # Control device (mixer, etc.) for the card ctl.digital-hw { type hw card 0 } # Direct software mixing plugin for analog output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.dmix-analog { type dmix ipc_key 1234 slave { pcm "analog-hw" period_time 0 period_size 1024 buffer_size 4096 rate 48000 } } # Control device (mixer, etc.) for the card ctl.dmix-analog { type hw card 0 } # Direct software mixing plugin for digital (S/PDIF) output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.dmix-digital { type dmix ipc_key 1235 slave { pcm "digital-hw" period_time 0 period_size 1024 buffer_size 4096 rate 48000 } } # Control device (mixer, etc.) for the card ctl.dmix-digital { type hw card 0 } # Make joint analog/HDMI the default pcm.!default { type plug slave { pcm multi rate 48000 } ttable.0.0 1.0 ttable.1.1 1.0 ttable.0.2 1.0 ttable.1.3 1.0 } # Control device (mixer, etc.) for the card ctl.!default { type hw card 0 } pcm.xbmc { type plug slave { pcm multi rate 48000 channels 4 } ttable.0.0 1.0 ttable.1.1 1.0 ttable.0.2 1.0 ttable.1.3 1.0 } ctl.xbmc { type hw card 0 } pcm.multi { type multi slaves.a.pcm "analog-hw" slaves.a.channels 2 slaves.b.pcm "digital-hw" slaves.b.channels 2 bindings.0.slave a bindings.0.channel 0 bindings.1.slave a bindings.1.channel 1 bindings.2.slave b bindings.2.channel 0 bindings.3.slave b bindings.3.channel 1 } ctl.multi { type hw card 0 } !!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 !!------------------ autofs4 binfmt_misc coretemp drm drm_kms_helper e1000e fb_sys_fops gpio_ich hid hid_generic i2c_algo_bit i915 input_leds intel_cstate intel_powerclamp ip_tables joydev kvm kvm_intel lp lpc_ich mac_hid mei mei_me parport parport_pc pata_acpi ppdev sch_fq_codel snd snd_hda_codec snd_hda_core snd_hda_intel snd_hwdep snd_intel_dspcfg snd_pcm snd_rawmidi snd_seq snd_seq_device snd_seq_midi snd_seq_midi_event snd_timer soundcore syscopyarea sysfillrect sysimgblt usbhid video x_tables !!ALSA/HDA dmesg !!-------------- [ 0.288489] ACPI: Added _OSI(Linux-Dell-Video) [ 0.288490] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.288491] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) -- [ 10.064853] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11 [ 10.065034] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 10.093066] gpio_ich gpio_ich.2.auto: GPIO from 436 to 511 -- [ 10.172765] i915 0000:00:02.0: fb0: i915drmfb frame buffer device [ 10.196943] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0 [ 11.980547] Adding 7999484k swap on /dev/sda5. Priority:-2 extents:1 across:7999484k FS [ 12.289188] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) [ 13.212497] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000 [ 13.372369] audit: type=1400 audit(1616156019.538:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=540 comm="apparmor_parser" -- [ 13.440120] audit: type=1400 audit(1616156019.606:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=536 comm="apparmor_parser" [ 14.216429] snd_hda_intel 0000:00:1b.0: No response from codec, disabling MSI: last cmd=0x000f0000 [ 15.224478] snd_hda_intel 0000:00:1b.0: Codec #0 probe error; disabling it... [ 15.329044] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0 [ 16.332470] snd_hda_intel 0000:00:1b.0: Codec #1 probe error; disabling it... [ 16.437096] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0 [ 17.448448] snd_hda_intel 0000:00:1b.0: Codec #3 probe error; disabling it... [ 17.553012] snd_hda_intel 0000:00:1b.0: CORB reset timeout#1, CORBRP = 0 [ 18.560471] snd_hda_intel 0000:00:1b.0: No response from codec, resetting bus: last cmd=0x000f0000 [ 19.568479] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to single_cmd mode: last cmd=0x000f0000 [ 19.568616] azx_single_send_cmd: 47 callbacks suppressed [ 19.568878] hdaudio hdaudioC0D0: no AFG or MFG node found [ 19.569500] hdaudio hdaudioC0D1: no AFG or MFG node found [ 19.570088] hdaudio hdaudioC0D3: no AFG or MFG node found [ 19.570092] snd_hda_intel 0000:00:1b.0: no codecs initialized [ 22.618094] e1000e: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx !!Packages installed !!-------------------- ii alsa-utils 1.1.3-1ubuntu1 amd64 Utilities for configuring and using ALSA