!!################################ !!ALSA Information Script v 0.4.64 !!################################ !!Script ran on: Fri Dec 20 08:04:18 UTC 2019 !!Linux Distribution !!------------------ ID_LIKE=arch !!DMI Information !!--------------- Manufacturer: LENOVO Product Name: 80S7 Product Version: Lenovo YOGA 510-14ISK Firmware Version: 0VCN31WW(V1.15) Board Vendor: LENOVO Board Name: LNVNB161216 !!ACPI Device Status Information !!--------------- /sys/bus/acpi/devices/ACPI000C:00/status 15 /sys/bus/acpi/devices/ETD0653:00/status 15 /sys/bus/acpi/devices/INT33D3:00/status 15 /sys/bus/acpi/devices/INT344B:00/status 15 /sys/bus/acpi/devices/INT3F0D:00/status 15 /sys/bus/acpi/devices/MSFT0001:00/status 15 /sys/bus/acpi/devices/MSFT0101:00/status 15 /sys/bus/acpi/devices/NPCE0388:00/status 15 /sys/bus/acpi/devices/PNP0103:00/status 15 /sys/bus/acpi/devices/PNP0C02:00/status 3 /sys/bus/acpi/devices/PNP0C02:03/status 3 /sys/bus/acpi/devices/PNP0C0A:00/status 31 /sys/bus/acpi/devices/PNP0C0D:00/status 15 /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/SYNA7501:00/status 15 /sys/bus/acpi/devices/VPC2004:00/status 15 /sys/bus/acpi/devices/device:2f/status 15 /sys/bus/acpi/devices/device:6b/status 11 !!Kernel Information !!------------------ Kernel release: 5.4.2-1-MANJARO Operating System: GNU/Linux Architecture: x86_64 Processor: unknown SMP Enabled: Yes !!ALSA Version !!------------ Driver version: k5.4.2-1-MANJARO Library version: 1.2.1.2 Utilities version: 1.2.1 !!Loaded ALSA modules !!------------------- !!Sound Servers on this system !!---------------------------- Pulseaudio: Installed - Yes (/usr/bin/pulseaudio) Running - Yes Jack: Installed - Yes (/usr/bin/jackd) Running - No !!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:9d70 (rev 21) Subsystem: 17aa:3801 !!Loaded sound module options !!--------------------------- !!ALSA Device nodes !!----------------- crw-rw---- 1 root audio 116, 1 Dec 20 10:03 /dev/snd/seq crw-rw---- 1 root audio 116, 33 Dec 20 10:03 /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:272: no soundcards found... ARECORD arecord: device_list:272: no soundcards found... !!Amixer output !!------------- !!Alsactl output !!-------------- --startcollapse-- --endcollapse-- !!All Loaded Modules !!------------------ Module fuse intel_rapl_msr intel_rapl_common ath10k_pci ath10k_core x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel btusb btrtl btbcm btintel ath i915 bluetooth kvm mac80211 uvcvideo videobuf2_vmalloc hid_sensor_accel_3d videobuf2_memops videobuf2_v4l2 hid_sensor_trigger industrialio_triggered_buffer videobuf2_common snd_hda_intel kfifo_buf i2c_algo_bit ecdh_generic hid_sensor_iio_common joydev irqbypass snd_intel_nhlt ecc industrialio drm_kms_helper mousedev videodev snd_hda_codec crct10dif_pclmul hid_sensor_hub crc32_pclmul ghash_clmulni_intel hid_multitouch hid_generic aesni_intel drm crypto_simd cryptd nls_iso8859_1 snd_hda_core iTCO_wdt glue_helper nls_cp437 snd_hwdep mei_hdcp mc iTCO_vendor_support vfat intel_cstate intel_wmi_thunderbolt fat snd_pcm cfg80211 intel_uncore snd_timer intel_gtt agpgart intel_rapl_perf rtsx_pci_ms input_leds psmouse syscopyarea tpm_crb snd intel_lpss_pci sysfillrect mei_me soundcore i2c_i801 intel_xhci_usb_role_switch intel_lpss tpm_tis memstick r8168 sysimgblt libarc4 fb_sys_fops mei intel_pch_thermal roles idma64 ideapad_laptop tpm_tis_core sparse_keymap rfkill i2c_hid wmi tpm battery ac rng_core evdev mac_hid nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype xt_tcpudp 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 iptable_filter uinput crypto_user ip_tables x_tables usbhid hid ext4 crc32c_generic crc16 mbcache jbd2 sd_mod rtsx_pci_sdmmc serio_raw mmc_core atkbd libps2 ahci libahci libata xhci_pci crc32c_intel xhci_hcd scsi_mod rtsx_pci i8042 serio !!ALSA/HDA dmesg !!--------------