Last active
April 13, 2021 13:39
-
-
Save anddam/f5f225fe7b68b313db74dc6a24363b2a to your computer and use it in GitHub Desktop.
Pulseaudio issue recognizing an USB Trust headset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 562.620236] virbr0: port 1(vnet0) entered disabled state | |
[ 562.694045] usb 1-1.5: reset full-speed USB device number 8 using xhci_hcd | |
[ 562.837379] usb 1-1.6: reset full-speed USB device number 9 using xhci_hcd | |
[ 619.286409] usb 1-1.1: USB disconnect, device number 13 | |
[ 621.505856] usb 1-1.1: new full-speed USB device number 14 using xhci_hcd | |
[ 621.586984] usb 1-1.1: New USB device found, idVendor=145f, idProduct=02d2, bcdDevice= 1.00 | |
[ 621.586999] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
[ 621.587007] usb 1-1.1: Product: Trust On-ear USB PC Headset | |
[ 621.587013] usb 1-1.1: Manufacturer: Generalplus | |
[ 621.603118] input: Generalplus Trust On-ear USB PC Headset as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.3/0003:145F:02D2.0007/input/input27 | |
[ 621.655320] hid-generic 0003:145F:02D2.0007: input,hidraw0: USB HID v2.01 Device [Generalplus Trust On-ear USB PC Headset] on usb-0000:00:14.0-1.1/input3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
________________ | |
> pulseaudio_ps_do | |
root 716 0.0 0.0 2352 1304 ? Ss 15:45 0:00 runsvdir -P /run/runit/runsvdir/current log: eedesktop.PolicyKit1' dbus-daemon[746]: [system] Activating service name='org.freedesktop.RealtimeKit1' requested by ':1.9' (uid=1000 pid=1913 comm="/usr/bin/pulseaudio --start --log-target=syslog ") (using servicehelper) dbus-daemon[746]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' input device has been disconnected, fd 18 input device has been disconnected, fd 18 | |
ada 1913 0.0 0.0 497576 9132 ? Sl 15:46 0:00 /usr/bin/pulseaudio --start --log-target=syslog | |
ada 4289 0.0 0.0 3184 816 pts/3 S+ 15:58 0:00 grep pulseaudio | |
________________ | |
> which pulseaudio | |
/bin/pulseaudio | |
________________ | |
> pidof pulseaudio | |
1913 | |
________________ | |
> pulseaudio --version | |
pulseaudio 14.2 | |
________________ | |
> pactl info | |
Server String: /tmp/pulse-PKdhtXMmr18n/native | |
Library Protocol Version: 34 | |
Server Protocol Version: 34 | |
Is Local: yes | |
Client Index: 11 | |
Tile Size: 65472 | |
User Name: ada | |
Host Name: ada-pc | |
Server Name: pulseaudio | |
Server Version: 14.2 | |
Default Sample Specification: s16le 2ch 44100Hz | |
Default Channel Map: front-left,front-right | |
Default Sink: alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1 | |
Default Source: alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1.monitor | |
Cookie: f8fd:39d3 | |
________________ | |
> pactl list | |
Module #0 | |
Name: module-device-restore | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore the volume/mute state of devices" | |
module.version = "14.2" | |
Module #1 | |
Name: module-stream-restore | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore the volume/mute/device state of streams" | |
module.version = "14.2" | |
Module #2 | |
Name: module-card-restore | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore profile of cards" | |
module.version = "14.2" | |
Module #3 | |
Name: module-augment-properties | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Augment the property sets of streams with additional static information" | |
module.version = "14.2" | |
Module #4 | |
Name: module-switch-on-port-available | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "David Henningsson" | |
module.description = "Switches ports and profiles when devices are plugged/unplugged" | |
module.version = "14.2" | |
Module #5 | |
Name: module-udev-detect | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Detect available audio hardware and load matching drivers" | |
module.version = "14.2" | |
Module #8 | |
Name: module-bluetooth-policy | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Frédéric Dalleau, Pali Rohár" | |
module.description = "Policy module to make using bluetooth devices out-of-the-box easier" | |
module.version = "14.2" | |
Module #9 | |
Name: module-bluetooth-discover | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "João Paulo Rechi Vita" | |
module.description = "Detect available Bluetooth daemon and load the corresponding discovery module" | |
module.version = "14.2" | |
Module #10 | |
Name: module-bluez5-discover | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "João Paulo Rechi Vita" | |
module.description = "Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers" | |
module.version = "14.2" | |
Module #11 | |
Name: module-native-protocol-unix | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Native protocol (UNIX sockets)" | |
module.version = "14.2" | |
Module #12 | |
Name: module-gsettings | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Sylvain Baubeau" | |
module.description = "GSettings Adapter" | |
module.version = "14.2" | |
Module #13 | |
Name: module-default-device-restore | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore the default sink and source" | |
module.version = "14.2" | |
Module #14 | |
Name: module-always-sink | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Colin Guthrie" | |
module.description = "Always keeps at least one sink loaded even if it's a null one" | |
module.version = "14.2" | |
Module #16 | |
Name: module-intended-roles | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically set device of streams based on intended roles of devices" | |
module.version = "14.2" | |
Module #17 | |
Name: module-suspend-on-idle | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "When a sink/source is idle for too long, suspend it" | |
module.version = "14.2" | |
Module #19 | |
Name: module-position-event-sounds | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them." | |
module.version = "14.2" | |
Module #20 | |
Name: module-role-cork | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Mute & cork streams with certain roles while others exist" | |
module.version = "14.2" | |
Module #21 | |
Name: module-filter-heuristics | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Colin Guthrie" | |
module.description = "Detect when various filters are desirable" | |
module.version = "14.2" | |
Module #22 | |
Name: module-filter-apply | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Colin Guthrie" | |
module.description = "Load filter sinks automatically when needed" | |
module.version = "14.2" | |
Module #23 | |
Name: module-alsa-card | |
Argument: device_id="1" name="pci-0000_00_1f.3" card_name="alsa_card.pci-0000_00_1f.3" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1" | |
Usage counter: 0 | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "ALSA Card" | |
module.version = "14.2" | |
Module #25 | |
Name: module-cli-protocol-unix | |
Argument: | |
Usage counter: n/a | |
Properties: | |
module.author = "Lennart Poettering" | |
module.description = "Command line interface protocol (UNIX sockets)" | |
module.version = "14.2" | |
Sink #1 | |
State: SUSPENDED | |
Name: alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1 | |
Description: Built-in Audio Digital Stereo (HDMI 2) | |
Driver: module-alsa-card.c | |
Sample Specification: s16le 2ch 44100Hz | |
Channel Map: front-left,front-right | |
Owner Module: 23 | |
Mute: no | |
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 | |
Monitor Source: alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1.monitor | |
Latency: 0 usec, configured 0 usec | |
Flags: HARDWARE DECIBEL_VOLUME LATENCY SET_FORMATS | |
Properties: | |
alsa.resolution_bits = "16" | |
device.api = "alsa" | |
device.class = "sound" | |
alsa.class = "generic" | |
alsa.subclass = "generic-mix" | |
alsa.name = "HDMI 1" | |
alsa.id = "HDMI 1" | |
alsa.subdevice = "0" | |
alsa.subdevice_name = "subdevice #0" | |
alsa.device = "7" | |
alsa.card = "1" | |
alsa.card_name = "HDA Intel PCH" | |
alsa.long_card_name = "HDA Intel PCH at 0xd0040000 irq 127" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:00:1f.3" | |
sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card1" | |
device.bus = "pci" | |
device.vendor.id = "8086" | |
device.vendor.name = "Intel Corporation" | |
device.product.id = "a170" | |
device.product.name = "100 Series/C230 Series Chipset Family HD Audio Controller" | |
device.form_factor = "internal" | |
device.string = "hdmi:1,1" | |
device.buffering.buffer_size = "352800" | |
device.buffering.fragment_size = "176400" | |
device.access_mode = "mmap+timer" | |
device.profile.name = "hdmi-stereo-extra1" | |
device.profile.description = "Digital Stereo (HDMI 2)" | |
device.description = "Built-in Audio Digital Stereo (HDMI 2)" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
Ports: | |
hdmi-output-1: HDMI / DisplayPort 2 (type: HDMI, priority: 5800, available) | |
Active Port: hdmi-output-1 | |
Formats: | |
pcm | |
Source #1 | |
State: SUSPENDED | |
Name: alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1.monitor | |
Description: Monitor of Built-in Audio Digital Stereo (HDMI 2) | |
Driver: module-alsa-card.c | |
Sample Specification: s16le 2ch 44100Hz | |
Channel Map: front-left,front-right | |
Owner Module: 23 | |
Mute: no | |
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 | |
Monitor of Sink: alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1 | |
Latency: 0 usec, configured 0 usec | |
Flags: DECIBEL_VOLUME LATENCY | |
Properties: | |
device.description = "Monitor of Built-in Audio Digital Stereo (HDMI 2)" | |
device.class = "monitor" | |
alsa.card = "1" | |
alsa.card_name = "HDA Intel PCH" | |
alsa.long_card_name = "HDA Intel PCH at 0xd0040000 irq 127" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:00:1f.3" | |
sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card1" | |
device.bus = "pci" | |
device.vendor.id = "8086" | |
device.vendor.name = "Intel Corporation" | |
device.product.id = "a170" | |
device.product.name = "100 Series/C230 Series Chipset Family HD Audio Controller" | |
device.form_factor = "internal" | |
device.string = "1" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
Formats: | |
pcm | |
Client #0 | |
Driver: protocol-native.c | |
Owner Module: 11 | |
Properties: | |
application.name = "Skype" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "34" | |
application.process.id = "1876" | |
application.process.user = "ada" | |
application.process.host = "ada-pc" | |
application.process.binary = "teams" | |
application.language = "C" | |
window.x11.display = ":0" | |
application.process.machine_id = "1ef82e75018c105c85255d706061dea3" | |
Client #12 | |
Driver: protocol-native.c | |
Owner Module: 11 | |
Properties: | |
application.name = "pactl" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "34" | |
application.process.id = "4294" | |
application.process.user = "ada" | |
application.process.host = "ada-pc" | |
application.process.binary = "pactl" | |
application.language = "C" | |
window.x11.display = ":0" | |
application.process.machine_id = "1ef82e75018c105c85255d706061dea3" | |
Card #0 | |
Name: alsa_card.pci-0000_00_1f.3 | |
Driver: module-alsa-card.c | |
Owner Module: 23 | |
Properties: | |
alsa.card = "1" | |
alsa.card_name = "HDA Intel PCH" | |
alsa.long_card_name = "HDA Intel PCH at 0xd0040000 irq 127" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:00:1f.3" | |
sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card1" | |
device.bus = "pci" | |
device.vendor.id = "8086" | |
device.vendor.name = "Intel Corporation" | |
device.product.id = "a170" | |
device.product.name = "100 Series/C230 Series Chipset Family HD Audio Controller" | |
device.form_factor = "internal" | |
device.string = "1" | |
device.description = "Built-in Audio" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
Profiles: | |
output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority: 5900, available: no) | |
output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (sinks: 1, sources: 0, priority: 800, available: no) | |
output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (sinks: 1, sources: 0, priority: 800, available: no) | |
output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (sinks: 1, sources: 0, priority: 5700, available: yes) | |
output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (sinks: 1, sources: 0, priority: 5700, available: no) | |
output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no) | |
output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no) | |
output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (sinks: 1, sources: 0, priority: 5700, available: no) | |
output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (sinks: 1, sources: 0, priority: 600, available: no) | |
output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (sinks: 1, sources: 0, priority: 600, available: no) | |
off: Off (sinks: 0, sources: 0, priority: 0, available: yes) | |
Active Profile: output:hdmi-stereo-extra1 | |
Ports: | |
hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, availability group: Legacy 1, not available) | |
Properties: | |
device.icon_name = "video-display" | |
Part of profile(s): output:hdmi-stereo, output:hdmi-surround, output:hdmi-surround71 | |
hdmi-output-1: HDMI / DisplayPort 2 (type: HDMI, priority: 5800, latency offset: 0 usec, available) | |
Properties: | |
device.icon_name = "video-display" | |
device.product.name = "PHL 240S4QY" | |
Part of profile(s): output:hdmi-stereo-extra1 | |
hdmi-output-2: HDMI / DisplayPort 3 (type: HDMI, priority: 5700, latency offset: 0 usec, not available) | |
Properties: | |
device.icon_name = "video-display" | |
Part of profile(s): output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2 | |
hdmi-output-3: HDMI / DisplayPort 4 (type: HDMI, priority: 5600, latency offset: 0 usec, availability group: Legacy 1, not available) | |
Properties: | |
device.icon_name = "video-display" | |
Part of profile(s): output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3 | |
________________ | |
> cat /etc/pulse/daemon.conf | |
# This file is part of PulseAudio. | |
# | |
# PulseAudio is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# PulseAudio is distributed in the hope that it will be useful, but | |
# WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
# General Public License for more details. | |
# | |
# You should have received a copy of the GNU Lesser General Public License | |
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. | |
## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for | |
## more information. Default values are commented out. Use either ; or # for | |
## commenting. | |
; daemonize = no | |
; fail = yes | |
; allow-module-loading = yes | |
; allow-exit = yes | |
; use-pid-file = yes | |
; system-instance = no | |
; local-server-type = user | |
; enable-shm = yes | |
; enable-memfd = yes | |
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB | |
; lock-memory = no | |
; cpu-limit = no | |
; high-priority = yes | |
; nice-level = -11 | |
; realtime-scheduling = yes | |
; realtime-priority = 5 | |
; exit-idle-time = 20 | |
; scache-idle-time = 20 | |
; dl-search-path = (depends on architecture) | |
; load-default-script-file = yes | |
; default-script-file = /etc/pulse/default.pa | |
; log-target = auto | |
; log-level = notice | |
; log-meta = no | |
; log-time = no | |
; log-backtrace = 0 | |
; resample-method = speex-float-1 | |
; avoid-resampling = false | |
; enable-remixing = yes | |
; remixing-use-all-sink-channels = yes | |
; remixing-produce-lfe = no | |
; remixing-consume-lfe = no | |
; lfe-crossover-freq = 0 | |
; flat-volumes = no | |
; rescue-streams = yes | |
; rlimit-fsize = -1 | |
; rlimit-data = -1 | |
; rlimit-stack = -1 | |
; rlimit-core = -1 | |
; rlimit-as = -1 | |
; rlimit-rss = -1 | |
; rlimit-nproc = -1 | |
; rlimit-nofile = 256 | |
; rlimit-memlock = -1 | |
; rlimit-locks = -1 | |
; rlimit-sigpending = -1 | |
; rlimit-msgqueue = -1 | |
; rlimit-nice = 31 | |
; rlimit-rtprio = 9 | |
; rlimit-rttime = 200000 | |
; default-sample-format = s16le | |
; default-sample-rate = 44100 | |
; alternate-sample-rate = 48000 | |
; default-sample-channels = 2 | |
; default-channel-map = front-left,front-right | |
; default-fragments = 4 | |
; default-fragment-size-msec = 25 | |
; enable-deferred-volume = yes | |
; deferred-volume-safety-margin-usec = 8000 | |
; deferred-volume-extra-delay-usec = 0 | |
________________ | |
> cat /etc/pulse/client.conf | |
# This file is part of PulseAudio. | |
# | |
# PulseAudio is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# PulseAudio is distributed in the hope that it will be useful, but | |
# WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
# General Public License for more details. | |
# | |
# You should have received a copy of the GNU Lesser General Public License | |
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. | |
## Configuration file for PulseAudio clients. See pulse-client.conf(5) for | |
## more information. Default values are commented out. Use either ; or # for | |
## commenting. | |
; default-sink = | |
; default-source = | |
; default-server = | |
; default-dbus-server = | |
; autospawn = yes | |
; daemon-binary = /usr/bin/pulseaudio | |
; extra-arguments = --log-target=syslog | |
; cookie-file = | |
; enable-shm = yes | |
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB | |
; auto-connect-localhost = no | |
; auto-connect-display = no | |
________________ | |
> cat /etc/pulse/default.pa | |
#!/usr/bin/pulseaudio -nF | |
# | |
# This file is part of PulseAudio. | |
# | |
# PulseAudio is free software; you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# PulseAudio is distributed in the hope that it will be useful, but | |
# WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
# General Public License for more details. | |
# | |
# You should have received a copy of the GNU Lesser General Public License | |
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. | |
# This startup script is used only if PulseAudio is started per-user | |
# (i.e. not in system mode) | |
.fail | |
### Automatically restore the volume of streams and devices | |
load-module module-device-restore | |
load-module module-stream-restore | |
load-module module-card-restore | |
### Automatically augment property information from .desktop files | |
### stored in /usr/share/application | |
load-module module-augment-properties | |
### Should be after module-*-restore but before module-*-detect | |
load-module module-switch-on-port-available | |
### Load audio drivers statically | |
### (it's probably better to not load these drivers manually, but instead | |
### use module-udev-detect -- see below -- for doing this automatically) | |
#load-module module-alsa-sink | |
#load-module module-alsa-source device=hw:1,0 | |
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input | |
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input | |
#load-module module-null-sink | |
#load-module module-pipe-sink | |
### Automatically load driver modules depending on the hardware available | |
.ifexists module-udev-detect.so | |
load-module module-udev-detect | |
.else | |
### Use the static hardware detection module (for systems that lack udev support) | |
load-module module-detect | |
.endif | |
### Automatically connect sink and source if JACK server is present | |
.ifexists module-jackdbus-detect.so | |
.nofail | |
load-module module-jackdbus-detect channels=2 | |
.fail | |
.endif | |
### Automatically load driver modules for Bluetooth hardware | |
.ifexists module-bluetooth-policy.so | |
load-module module-bluetooth-policy | |
.endif | |
.ifexists module-bluetooth-discover.so | |
load-module module-bluetooth-discover | |
.endif | |
### Load several protocols | |
.ifexists module-esound-protocol-unix.so | |
load-module module-esound-protocol-unix | |
.endif | |
load-module module-native-protocol-unix | |
### Network access (may be configured with paprefs, so leave this commented | |
### here if you plan to use paprefs) | |
#load-module module-esound-protocol-tcp | |
#load-module module-native-protocol-tcp | |
#load-module module-zeroconf-publish | |
### Load the RTP receiver module (also configured via paprefs, see above) | |
#load-module module-rtp-recv | |
### Load the RTP sender module (also configured via paprefs, see above) | |
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'" | |
#load-module module-rtp-send source=rtp.monitor | |
### Load additional modules from GSettings. This can be configured with the paprefs tool. | |
### Please keep in mind that the modules configured by paprefs might conflict with manually | |
### loaded modules. | |
.ifexists module-gsettings.so | |
.nofail | |
load-module module-gsettings | |
.fail | |
.endif | |
### Automatically restore the default sink/source when changed by the user | |
### during runtime | |
### NOTE: This should be loaded as early as possible so that subsequent modules | |
### that look up the default sink/source get the right value | |
load-module module-default-device-restore | |
### Make sure we always have a sink around, even if it is a null sink. | |
load-module module-always-sink | |
### Honour intended role device property | |
load-module module-intended-roles | |
### Automatically suspend sinks/sources that become idle for too long | |
load-module module-suspend-on-idle | |
### If autoexit on idle is enabled we want to make sure we only quit | |
### when no local session needs us anymore. | |
.ifexists module-console-kit.so | |
load-module module-console-kit | |
.endif | |
.ifexists module-systemd-login.so | |
load-module module-systemd-login | |
.endif | |
### Enable positioned event sounds | |
load-module module-position-event-sounds | |
### Cork music/video streams when a phone stream is active | |
load-module module-role-cork | |
### Modules to allow autoloading of filters (such as echo cancellation) | |
### on demand. module-filter-heuristics tries to determine what filters | |
### make sense, and module-filter-apply does the heavy-lifting of | |
### loading modules and rerouting streams. | |
load-module module-filter-heuristics | |
load-module module-filter-apply | |
### Make some devices default | |
#set-default-sink output | |
#set-default-source input | |
________________ | |
> cat /etc/pulse/system.pa | |
#!/usr/bin/pulseaudio -nF | |
# | |
# This file is part of PulseAudio. | |
# | |
# PulseAudio is free software; you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# PulseAudio is distributed in the hope that it will be useful, but | |
# WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
# General Public License for more details. | |
# | |
# You should have received a copy of the GNU Lesser General Public License | |
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. | |
# This startup script is used only if PulseAudio is started in system | |
# mode. | |
### Automatically restore the volume of streams and devices | |
load-module module-device-restore | |
load-module module-stream-restore | |
load-module module-card-restore | |
### Automatically load driver modules depending on the hardware available | |
.ifexists module-udev-detect.so | |
load-module module-udev-detect | |
.else | |
### Use the static hardware detection module (for systems that lack udev/hal support) | |
load-module module-detect | |
.endif | |
### Load several protocols | |
.ifexists module-esound-protocol-unix.so | |
load-module module-esound-protocol-unix | |
.endif | |
load-module module-native-protocol-unix | |
### Automatically restore the default sink/source when changed by the user | |
### during runtime | |
### NOTE: This should be loaded as early as possible so that subsequent modules | |
### that look up the default sink/source get the right value | |
load-module module-default-device-restore | |
### Make sure we always have a sink around, even if it is a null sink. | |
load-module module-always-sink | |
### Automatically suspend sinks/sources that become idle for too long | |
load-module module-suspend-on-idle | |
### Enable positioned event sounds | |
load-module module-position-event-sounds | |
________________ | |
> ls -alt /dev/snd/* | |
crw-rw---- 1 root audio 116, 4 Apr 8 15:55 /dev/snd/controlC0 | |
crw-rw---- 1 root audio 116, 3 Apr 8 15:55 /dev/snd/pcmC0D0c | |
crw-rw---- 1 root audio 116, 2 Apr 8 15:55 /dev/snd/pcmC0D0p | |
crw-rw---- 1 root audio 116, 9 Apr 8 15:46 /dev/snd/pcmC1D7p | |
crw-rw---- 1 root audio 116, 11 Apr 8 15:46 /dev/snd/pcmC1D9p | |
crw-rw---- 1 root audio 116, 10 Apr 8 15:46 /dev/snd/pcmC1D8p | |
crw-rw---- 1 root audio 116, 8 Apr 8 15:46 /dev/snd/pcmC1D3p | |
crw-rw---- 1 root audio 116, 1 Apr 8 15:45 /dev/snd/seq | |
crw-rw---- 1 root audio 116, 33 Apr 8 15:45 /dev/snd/timer | |
crw-rw---- 1 root audio 116, 14 Apr 8 15:45 /dev/snd/controlC1 | |
crw-rw---- 1 root audio 116, 7 Apr 8 15:45 /dev/snd/pcmC1D2c | |
crw-rw---- 1 root audio 116, 12 Apr 8 15:45 /dev/snd/hwC1D0 | |
crw-rw---- 1 root audio 116, 13 Apr 8 15:45 /dev/snd/hwC1D2 | |
crw-rw---- 1 root audio 116, 6 Apr 8 15:45 /dev/snd/pcmC1D0c | |
crw-rw---- 1 root audio 116, 5 Apr 8 15:45 /dev/snd/pcmC1D0p | |
/dev/snd/by-id: | |
total 0 | |
drwxr-xr-x 2 root root 60 Apr 8 15:55 . | |
drwxr-xr-x 4 root root 380 Apr 8 15:55 .. | |
lrwxrwxrwx 1 root root 12 Apr 8 15:55 usb-Generalplus_Trust_On-ear_USB_PC_Headset-00 -> ../controlC0 | |
/dev/snd/by-path: | |
total 0 | |
drwxr-xr-x 2 root root 80 Apr 8 15:55 . | |
drwxr-xr-x 4 root root 380 Apr 8 15:55 .. | |
lrwxrwxrwx 1 root root 12 Apr 8 15:55 pci-0000:00:14.0-usb-0:1.1:1.0 -> ../controlC0 | |
lrwxrwxrwx 1 root root 12 Apr 8 15:45 pci-0000:00:1f.3 -> ../controlC1 | |
________________ | |
> lsof /dev/snd/* | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
pulseaudi 1913 ada 25u CHR 116,14 0t0 488 /dev/snd/controlC1 | |
pulseaudi 1913 ada 30u CHR 116,14 0t0 488 /dev/snd/controlC1 | |
________________ | |
> jacks_do | |
card=0 | |
card=1 | |
numid=36,iface=CARD,name='HDMI/DP,pcm=3 Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=on | |
numid=42,iface=CARD,name='HDMI/DP,pcm=7 Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=on | |
numid=48,iface=CARD,name='HDMI/DP,pcm=8 Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=off | |
numid=54,iface=CARD,name='HDMI/DP,pcm=9 Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=off | |
numid=29,iface=CARD,name='Headphone Mic Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=off | |
numid=28,iface=CARD,name='Headset Mic Phantom Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=on | |
numid=30,iface=CARD,name='Line Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=off | |
numid=31,iface=CARD,name='Line Out Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=off | |
numid=32,iface=CARD,name='Speaker Phantom Jack' | |
; type=BOOLEAN,access=r-------,values=1 | |
: values=on | |
________________ | |
> aplay -L | |
null | |
Discard all samples (playback) or generate zero samples (capture) | |
default:CARD=Headset | |
Default Audio Device | |
sysdefault:CARD=Headset | |
Default Audio Device | |
front:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
Front output / input | |
surround21:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
2.1 Surround output to Front and Subwoofer speakers | |
surround40:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
4.0 Surround output to Front and Rear speakers | |
surround41:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
4.1 Surround output to Front, Rear and Subwoofer speakers | |
surround50:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
5.0 Surround output to Front, Center and Rear speakers | |
surround51:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
5.1 Surround output to Front, Center, Rear and Subwoofer speakers | |
surround71:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers | |
iec958:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
IEC958 (S/PDIF) Digital Audio Output | |
default:CARD=PCH | |
HDA Intel PCH, ALC221 Analog | |
Default Audio Device | |
sysdefault:CARD=PCH | |
HDA Intel PCH, ALC221 Analog | |
Default Audio Device | |
front:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
Front output / input | |
surround21:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
2.1 Surround output to Front and Subwoofer speakers | |
surround40:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
4.0 Surround output to Front and Rear speakers | |
surround41:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
4.1 Surround output to Front, Rear and Subwoofer speakers | |
surround50:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
5.0 Surround output to Front, Center and Rear speakers | |
surround51:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
5.1 Surround output to Front, Center, Rear and Subwoofer speakers | |
surround71:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers | |
hdmi:CARD=PCH,DEV=0 | |
HDA Intel PCH, HDMI 0 | |
HDMI Audio Output | |
hdmi:CARD=PCH,DEV=1 | |
HDA Intel PCH, HDMI 1 | |
HDMI Audio Output | |
hdmi:CARD=PCH,DEV=2 | |
HDA Intel PCH, HDMI 2 | |
HDMI Audio Output | |
hdmi:CARD=PCH,DEV=3 | |
HDA Intel PCH, HDMI 3 | |
HDMI Audio Output | |
________________ | |
> arecord -L | |
null | |
Discard all samples (playback) or generate zero samples (capture) | |
default:CARD=Headset | |
Default Audio Device | |
sysdefault:CARD=Headset | |
Default Audio Device | |
front:CARD=Headset,DEV=0 | |
Trust On-ear USB PC Headset, USB Audio | |
Front output / input | |
default:CARD=PCH | |
HDA Intel PCH, ALC221 Analog | |
Default Audio Device | |
sysdefault:CARD=PCH | |
HDA Intel PCH, ALC221 Analog | |
Default Audio Device | |
front:CARD=PCH,DEV=0 | |
HDA Intel PCH, ALC221 Analog | |
Front output / input | |
________________ | |
> alsa_info_do | |
upload=true&script=true&cardinfo= | |
!!################################ | |
!!ALSA Information Script v 0.4.65 | |
!!################################ | |
!!Script ran on: Thu Apr 8 13:58:04 UTC 2021 | |
!!Linux Distribution | |
!!------------------ | |
!!DMI Information | |
!!--------------- | |
Manufacturer: HP | |
Product Name: HP Z240 Tower Workstation | |
Product Version: | |
Firmware Version: N51 Ver. 01.67 | |
System SKU: Y3Y62ES#ABZ | |
Board Vendor: HP | |
Board Name: 802F | |
!!ACPI Device Status Information | |
!!--------------- | |
/sys/bus/acpi/devices/ACPI000C:00/status 15 | |
/sys/bus/acpi/devices/IFX0102:00/status 15 | |
/sys/bus/acpi/devices/INT33A1:00/status 15 | |
/sys/bus/acpi/devices/INT340E: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/LNXPOWER:02/status 1 | |
/sys/bus/acpi/devices/PNP0103:00/status 15 | |
/sys/bus/acpi/devices/PNP0A06:00/status 15 | |
/sys/bus/acpi/devices/PNP0C02:00/status 3 | |
/sys/bus/acpi/devices/PNP0C02:02/status 15 | |
/sys/bus/acpi/devices/PNP0C04:00/status 31 | |
/sys/bus/acpi/devices/PNP0C09: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:3a/status 15 | |
!!Kernel Information | |
!!------------------ | |
Kernel release: 5.11.11_1 | |
Operating System: GNU/Linux | |
Architecture: x86_64 | |
Processor: unknown | |
SMP Enabled: Yes | |
!!ALSA Version | |
!!------------ | |
Driver version: k5.11.11_1 | |
Library version: | |
Utilities version: 1.2.4 | |
!!Loaded ALSA modules | |
!!------------------- | |
snd_usb_audio | |
snd_hda_intel | |
!!Sound Servers on this system | |
!!---------------------------- | |
Pulseaudio: | |
Installed - Yes (/bin/pulseaudio) | |
Running - Yes | |
!!Soundcards recognised by ALSA | |
!!----------------------------- | |
0 [Headset ]: USB-Audio - Trust On-ear USB PC Headset | |
Generalplus Trust On-ear USB PC Headset at usb-0000:00:14.0-1.1, full speed | |
1 [PCH ]: HDA-Intel - HDA Intel PCH | |
HDA Intel PCH at 0xd0040000 irq 127 | |
!!PCI Soundcards installed in the system | |
!!-------------------------------------- | |
00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller [8086:a170] (rev 31) | |
Subsystem: Hewlett-Packard Company Device [103c:802f] | |
!!Loaded sound module options | |
!!--------------------------- | |
!!Module: snd_usb_audio | |
autoclock : Y | |
delayed_register : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) | |
device_setup : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | |
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y | |
id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) | |
ignore_ctl_error : N | |
implicit_fb : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N | |
index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
pid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
quirk_alias : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) | |
skip_validation : N | |
use_vmalloc : Y | |
vid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
!!Module: snd_hda_intel | |
align_buffer_size : -1 | |
bdl_pos_adj : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y | |
dmic_detect : Y | |
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y | |
enable_msi : -1 | |
id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) | |
index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | |
model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) | |
patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) | |
pm_blacklist : Y | |
position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
power_save : 1 | |
power_save_controller : Y | |
probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | |
probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | |
single_cmd : -1 | |
snoop : -1 | |
!!HDA-Intel Codec information | |
!!--------------------------- | |
--startcollapse-- | |
Codec: Realtek ALC221 | |
Address: 0 | |
AFG Function Id: 0x1 (unsol 1) | |
Vendor Id: 0x10ec0221 | |
Subsystem Id: 0x103c802f | |
Revision Id: 0x100103 | |
No Modem Function Group found | |
Default PCM: | |
rates [0x560]: 44100 48000 96000 192000 | |
bits [0xe]: 16 20 24 | |
formats [0x1]: PCM | |
Default Amp-In caps: N/A | |
Default Amp-Out caps: N/A | |
State of AFG node 0x01: | |
Power states: D0 D1 D2 D3 D3cold CLKSTOP EPSS | |
Power: setting=D0, actual=D0 | |
GPIO: io=4, o=0, i=0, unsolicited=1, wake=0 | |
IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 | |
IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 | |
IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 | |
IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 | |
Node 0x02 [Audio Output] wcaps 0x41d: Stereo Amp-Out | |
Control: name="Speaker Playback Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=Out, idx=0, ofs=0 | |
Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0 | |
Amp-Out vals: [0x3c 0x3c] | |
Converter: stream=0, channel=0 | |
PCM: | |
rates [0x560]: 44100 48000 96000 192000 | |
bits [0xe]: 16 20 24 | |
formats [0x1]: PCM | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x03 [Audio Output] wcaps 0x41d: Stereo Amp-Out | |
Control: name="Headphone+LO Playback Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=Out, idx=0, ofs=0 | |
Device: name="ALC221 Analog", type="Audio", device=0 | |
Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0 | |
Amp-Out vals: [0x3c 0x3c] | |
Converter: stream=0, channel=0 | |
PCM: | |
rates [0x560]: 44100 48000 96000 192000 | |
bits [0xe]: 16 20 24 | |
formats [0x1]: PCM | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x04 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x06 [Audio Output] wcaps 0x611: Stereo Digital | |
Converter: stream=0, channel=0 | |
Digital: | |
Digital category: 0x0 | |
IEC Coding Type: 0x0 | |
PCM: | |
rates [0x5e0]: 44100 48000 88200 96000 192000 | |
bits [0xe]: 16 20 24 | |
formats [0x1]: PCM | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In | |
Control: name="Capture Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Control: name="Capture Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Device: name="ALC221 Analog", type="Audio", device=0 | |
Amp-In caps: ofs=0x17, nsteps=0x3f, stepsize=0x02, mute=1 | |
Amp-In vals: [0x27 0x27] | |
Converter: stream=0, channel=0 | |
SDI-Select: 0 | |
PCM: | |
rates [0x560]: 44100 48000 96000 192000 | |
bits [0xe]: 16 20 24 | |
formats [0x1]: PCM | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 1 | |
0x23 | |
Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In | |
Control: name="Capture Volume", index=1, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Control: name="Capture Switch", index=1, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Device: name="ALC221 Alt Analog", type="Audio", device=2 | |
Amp-In caps: ofs=0x17, nsteps=0x3f, stepsize=0x02, mute=1 | |
Amp-In vals: [0x80 0x80] | |
Converter: stream=0, channel=0 | |
SDI-Select: 0 | |
PCM: | |
rates [0x560]: 44100 48000 96000 192000 | |
bits [0xe]: 16 20 24 | |
formats [0x1]: PCM | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 1 | |
0x22 | |
Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In | |
Control: name="Headset Mic Playback Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Control: name="Headset Mic Playback Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Control: name="Headphone Mic Playback Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=2, ofs=0 | |
Control: name="Headphone Mic Playback Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=2, ofs=0 | |
Control: name="Line Playback Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=3, ofs=0 | |
Control: name="Line Playback Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=3, ofs=0 | |
Control: name="Beep Playback Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=4, ofs=0 | |
Control: name="Beep Playback Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=4, ofs=0 | |
Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1 | |
Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] | |
Connection: 5 | |
0x18 0x19 0x1a 0x1b 0x1d | |
Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In | |
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-In vals: [0x00 0x00] [0x80 0x80] | |
Connection: 2 | |
0x02 0x0b | |
Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In | |
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-In vals: [0x00 0x00] [0x80 0x80] | |
Connection: 2 | |
0x03 0x0b | |
Node 0x0e [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In | |
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-In vals: [0x00] [0x80] | |
Connection: 2 | |
0x02 0x0b | |
Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x12 [Pin Complex] wcaps 0x40040b: Stereo Amp-In | |
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0 | |
Amp-In vals: [0x00 0x00] | |
Pincap 0x00000020: IN | |
Pin Default 0x403cc000: [N/A] CD at Ext N/A | |
Conn = UNKNOWN, Color = UNKNOWN | |
DefAssociation = 0x0, Sequence = 0x0 | |
Pin-ctls: 0x00: | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x14 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out | |
Control: name="Line Out Playback Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=Out, idx=0, ofs=0 | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x00 0x00] | |
Pincap 0x0000001c: OUT HP Detect | |
Pin Default 0x01014020: [Jack] Line Out at Ext Rear | |
Conn = 1/8, Color = Green | |
DefAssociation = 0x2, Sequence = 0x0 | |
Pin-ctls: 0x40: OUT | |
Unsolicited: tag=02, enabled=1 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 2 | |
0x0c 0x0d* | |
Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x17 [Pin Complex] wcaps 0x40050c: Mono Amp-Out | |
Control: name="Speaker Playback Switch", index=0, device=0 | |
ControlAmp: chs=1, dir=Out, idx=0, ofs=0 | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x00] | |
Pincap 0x00010010: OUT EAPD | |
EAPD 0x2: EAPD | |
Pin Default 0x90170110: [Fixed] Speaker at Int N/A | |
Conn = Analog, Color = Unknown | |
DefAssociation = 0x1, Sequence = 0x0 | |
Misc = NO_PRESENCE | |
Pin-ctls: 0x40: OUT | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 1 | |
0x0f | |
Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out | |
Control: name="Headset Mic Boost Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0 | |
Amp-In vals: [0x00 0x00] | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x80 0x80] | |
Pincap 0x0000373c: IN OUT HP Detect | |
Vref caps: HIZ 50 GRD 80 100 | |
Pin Default 0x01a19030: [Jack] Mic at Ext Rear | |
Conn = 1/8, Color = Pink | |
DefAssociation = 0x3, Sequence = 0x0 | |
Pin-ctls: 0x24: IN VREF_80 | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 2 | |
0x0c* 0x0d | |
Node 0x19 [Pin Complex] wcaps 0x40048b: Stereo Amp-In | |
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0 | |
Amp-In vals: [0x00 0x00] | |
Pincap 0x00003724: IN Detect | |
Vref caps: HIZ 50 GRD 80 100 | |
Pin Default 0x411111f0: [N/A] Speaker at Ext Rear | |
Conn = 1/8, Color = Black | |
DefAssociation = 0xf, Sequence = 0x0 | |
Misc = NO_PRESENCE | |
Pin-ctls: 0x20: IN VREF_HIZ | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x1a [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out | |
Control: name="Headphone Mic Boost Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0 | |
Amp-In vals: [0x00 0x00] | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x80 0x80] | |
Pincap 0x0000373c: IN OUT HP Detect | |
Vref caps: HIZ 50 GRD 80 100 | |
Pin Default 0x02a11031: [Jack] Mic at Ext Front | |
Conn = 1/8, Color = Black | |
DefAssociation = 0x3, Sequence = 0x1 | |
Pin-ctls: 0x20: IN VREF_HIZ | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 2 | |
0x0c* 0x0d | |
Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out | |
Control: name="Line Boost Volume", index=0, device=0 | |
ControlAmp: chs=3, dir=In, idx=0, ofs=0 | |
Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0 | |
Amp-In vals: [0x00 0x00] | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x80 0x80] | |
Pincap 0x0000373c: IN OUT HP Detect | |
Vref caps: HIZ 50 GRD 80 100 | |
Pin Default 0x0181303f: [Jack] Line In at Ext Rear | |
Conn = 1/8, Color = Blue | |
DefAssociation = 0x3, Sequence = 0xf | |
Pin-ctls: 0x20: IN VREF_HIZ | |
Unsolicited: tag=04, enabled=1 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 2 | |
0x0c* 0x0d | |
Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x1d [Pin Complex] wcaps 0x400400: Mono | |
Pincap 0x00000020: IN | |
Pin Default 0x40500001: [N/A] Digital Out at Ext N/A | |
Conn = Unknown, Color = Unknown | |
DefAssociation = 0x0, Sequence = 0x1 | |
Pin-ctls: 0x20: IN | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x1e [Pin Complex] wcaps 0x400781: Stereo Digital | |
Pincap 0x00000010: OUT | |
Pin Default 0x411111f0: [N/A] Speaker at Ext Rear | |
Conn = 1/8, Color = Black | |
DefAssociation = 0xf, Sequence = 0x0 | |
Misc = NO_PRESENCE | |
Pin-ctls: 0x40: OUT | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 1 | |
0x06 | |
Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono | |
Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono | |
Processing caps: benign=0, ncoeff=62 | |
Node 0x21 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out | |
Control: name="Headphone Playback Switch", index=0, device=0 | |
ControlAmp: chs=3, dir=Out, idx=0, ofs=0 | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x00 0x00] | |
Pincap 0x0000001c: OUT HP Detect | |
Pin Default 0x0221102f: [Jack] HP Out at Ext Front | |
Conn = 1/8, Color = Black | |
DefAssociation = 0x2, Sequence = 0xf | |
Pin-ctls: 0xc0: OUT HP | |
Unsolicited: tag=01, enabled=1 | |
Power states: D0 D1 D2 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Connection: 2 | |
0x0c 0x0d* | |
Node 0x22 [Audio Selector] wcaps 0x300101: Stereo | |
Connection: 7 | |
0x18* 0x19 0x1a 0x1b 0x1d 0x0b 0x12 | |
Node 0x23 [Audio Selector] wcaps 0x300101: Stereo | |
Connection: 6 | |
0x18* 0x19 0x1a 0x1b 0x1d 0x0b | |
Codec: Intel Skylake HDMI | |
Address: 2 | |
AFG Function Id: 0x1 (unsol 0) | |
Vendor Id: 0x80862809 | |
Subsystem Id: 0x103c802f | |
Revision Id: 0x100000 | |
No Modem Function Group found | |
Default PCM: | |
rates [0x0]: | |
bits [0x0]: | |
formats [0x0]: | |
Default Amp-In caps: N/A | |
Default Amp-Out caps: N/A | |
State of AFG node 0x01: | |
Power states: D0 D3 CLKSTOP EPSS | |
Power: setting=D0, actual=D0, Clock-stop-OK | |
GPIO: io=0, o=0, i=0, unsolicited=0, wake=0 | |
Node 0x02 [Audio Output] wcaps 0x6611: 8-Channels Digital | |
Converter: stream=0, channel=0 | |
Digital: Enabled KAE | |
Digital category: 0x0 | |
IEC Coding Type: 0x0 | |
PCM: | |
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 | |
bits [0x1a]: 16 24 32 | |
formats [0x5]: PCM AC3 | |
Power states: D0 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital | |
Converter: stream=0, channel=0 | |
Digital: Enabled KAE | |
Digital category: 0x0 | |
IEC Coding Type: 0x0 | |
PCM: | |
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 | |
bits [0x1a]: 16 24 32 | |
formats [0x5]: PCM AC3 | |
Power states: D0 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x04 [Audio Output] wcaps 0x6611: 8-Channels Digital | |
Converter: stream=0, channel=0 | |
Digital: Enabled KAE | |
Digital category: 0x0 | |
IEC Coding Type: 0x0 | |
PCM: | |
rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 | |
bits [0x1a]: 16 24 32 | |
formats [0x5]: PCM AC3 | |
Power states: D0 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Node 0x05 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x00 0x00] | |
Pincap 0x0b000094: OUT Detect HBR HDMI DP | |
Pin Default 0x58560010: [N/A] Digital Out at Int HDMI | |
Conn = Digital, Color = Unknown | |
DefAssociation = 0x1, Sequence = 0x0 | |
Pin-ctls: 0x00: | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Devices: 0 | |
Connection: 0 | |
Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x00 0x00] | |
Pincap 0x0b000094: OUT Detect HBR HDMI DP | |
Pin Default 0x18560020: [Jack] Digital Out at Int HDMI | |
Conn = Digital, Color = Unknown | |
DefAssociation = 0x2, Sequence = 0x0 | |
Pin-ctls: 0x40: OUT | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Devices: 0 | |
Connection: 3 | |
0x02 0x03* 0x04 | |
Node 0x07 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP | |
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 | |
Amp-Out vals: [0x00 0x00] | |
Pincap 0x0b000094: OUT Detect HBR HDMI DP | |
Pin Default 0x18560030: [Jack] Digital Out at Int HDMI | |
Conn = Digital, Color = Unknown | |
DefAssociation = 0x3, Sequence = 0x0 | |
Pin-ctls: 0x40: OUT | |
Unsolicited: tag=00, enabled=0 | |
Power states: D0 D3 EPSS | |
Power: setting=D0, actual=D0 | |
Devices: 0 | |
Connection: 3 | |
0x02* 0x03 0x04 | |
Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono | |
--endcollapse-- | |
!!USB Mixer information | |
!!--------------------- | |
--startcollapse-- | |
USB Mixer: usb_id=0x145f02d2, ctrlif=0, ctlerr=0 | |
Card: Generalplus Trust On-ear USB PC Headset at usb-0000:00:14.0-1.1, full speed | |
Unit: 5 | |
Control: name="Auto Gain Control", index=0 | |
Info: id=5, control=7, cmask=0x0, channels=1, type="BOOLEAN" | |
Volume: min=0, max=1, dBmin=0, dBmax=0 | |
Unit: 5 | |
Control: name="Mic Capture Volume", index=0 | |
Info: id=5, control=2, cmask=0x0, channels=1, type="S16" | |
Volume: min=-3072, max=8448, dBmin=-1200, dBmax=3300 | |
Unit: 5 | |
Control: name="Mic Capture Switch", index=0 | |
Info: id=5, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN" | |
Volume: min=0, max=1, dBmin=0, dBmax=0 | |
Unit: 6 | |
Control: name="Headphone Playback Volume", index=0 | |
Info: id=6, control=2, cmask=0x3, channels=2, type="S16" | |
Volume: min=-11520, max=0, dBmin=-4500, dBmax=0 | |
Unit: 6 | |
Control: name="Headphone Playback Switch", index=0 | |
Info: id=6, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN" | |
Volume: min=0, max=1, dBmin=0, dBmax=0 | |
Unit: 7 | |
Control: name="Mic Playback Volume", index=0 | |
Info: id=7, control=2, cmask=0x0, channels=1, type="S16" | |
Volume: min=-3072, max=2304, dBmin=-1200, dBmax=900 | |
Unit: 7 | |
Control: name="Mic Playback Switch", index=0 | |
Info: id=7, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN" | |
Volume: min=0, max=1, dBmin=0, dBmax=0 | |
--endcollapse-- | |
!!ALSA Device nodes | |
!!----------------- | |
crw-rw---- 1 root audio 116, 4 Apr 8 15:55 /dev/snd/controlC0 | |
crw-rw---- 1 root audio 116, 14 Apr 8 15:45 /dev/snd/controlC1 | |
crw-rw---- 1 root audio 116, 12 Apr 8 15:45 /dev/snd/hwC1D0 | |
crw-rw---- 1 root audio 116, 13 Apr 8 15:45 /dev/snd/hwC1D2 | |
crw-rw---- 1 root audio 116, 3 Apr 8 15:55 /dev/snd/pcmC0D0c | |
crw-rw---- 1 root audio 116, 2 Apr 8 15:55 /dev/snd/pcmC0D0p | |
crw-rw---- 1 root audio 116, 6 Apr 8 15:45 /dev/snd/pcmC1D0c | |
crw-rw---- 1 root audio 116, 5 Apr 8 15:45 /dev/snd/pcmC1D0p | |
crw-rw---- 1 root audio 116, 7 Apr 8 15:45 /dev/snd/pcmC1D2c | |
crw-rw---- 1 root audio 116, 8 Apr 8 15:46 /dev/snd/pcmC1D3p | |
crw-rw---- 1 root audio 116, 9 Apr 8 15:46 /dev/snd/pcmC1D7p | |
crw-rw---- 1 root audio 116, 10 Apr 8 15:46 /dev/snd/pcmC1D8p | |
crw-rw---- 1 root audio 116, 11 Apr 8 15:46 /dev/snd/pcmC1D9p | |
crw-rw---- 1 root audio 116, 1 Apr 8 15:45 /dev/snd/seq | |
crw-rw---- 1 root audio 116, 33 Apr 8 15:45 /dev/snd/timer | |
/dev/snd/by-id: | |
total 0 | |
drwxr-xr-x 2 root root 60 Apr 8 15:55 . | |
drwxr-xr-x 4 root root 380 Apr 8 15:55 .. | |
lrwxrwxrwx 1 root root 12 Apr 8 15:55 usb-Generalplus_Trust_On-ear_USB_PC_Headset-00 -> ../controlC0 | |
/dev/snd/by-path: | |
total 0 | |
drwxr-xr-x 2 root root 80 Apr 8 15:55 . | |
drwxr-xr-x 4 root root 380 Apr 8 15:55 .. | |
lrwxrwxrwx 1 root root 12 Apr 8 15:55 pci-0000:00:14.0-usb-0:1.1:1.0 -> ../controlC0 | |
lrwxrwxrwx 1 root root 12 Apr 8 15:45 pci-0000:00:1f.3 -> ../controlC1 | |
!!ALSA configuration files | |
!!------------------------ | |
!!User specific config file (~/.asoundrc) | |
defaults.pcm.!card PCH | |
defaults.ctl.!card PCH | |
defaults.pcm.!device 3 | |
# defaults.pcm.!device 0 | |
!!Aplay/Arecord output | |
!!-------------------- | |
APLAY | |
**** List of PLAYBACK Hardware Devices **** | |
card 0: Headset [Trust On-ear USB PC Headset], device 0: USB Audio [USB Audio] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 0: ALC221 Analog [ALC221 Analog] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
ARECORD | |
**** List of CAPTURE Hardware Devices **** | |
card 0: Headset [Trust On-ear USB PC Headset], device 0: USB Audio [USB Audio] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 0: ALC221 Analog [ALC221 Analog] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
card 1: PCH [HDA Intel PCH], device 2: ALC221 Alt Analog [ALC221 Alt Analog] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 | |
!!Amixer output | |
!!------------- | |
!!-------Mixer controls for card Headset | |
Card hw:0 'Headset'/'Generalplus Trust On-ear USB PC Headset at usb-0000:00:14.0-1.1, full speed' | |
Mixer name : 'USB Mixer' | |
Components : 'USB145f:02d2' | |
Controls : 9 | |
Simple ctrls : 3 | |
Simple mixer control 'Headphone',0 | |
Capabilities: pvolume pswitch pswitch-joined | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 30 | |
Mono: | |
Front Left: Playback 16 [53%] [-21.00dB] [on] | |
Front Right: Playback 16 [53%] [-21.00dB] [on] | |
Simple mixer control 'Mic',0 | |
Capabilities: pvolume pvolume-joined cvolume cvolume-joined pswitch pswitch-joined cswitch cswitch-joined | |
Playback channels: Mono | |
Capture channels: Mono | |
Limits: Playback 0 - 14 Capture 0 - 30 | |
Mono: Playback 1 [7%] [-10.50dB] [off] Capture 26 [87%] [27.00dB] [on] | |
Simple mixer control 'Auto Gain Control',0 | |
Capabilities: pswitch pswitch-joined | |
Playback channels: Mono | |
Mono: Playback [off] | |
!!-------Mixer controls for card PCH | |
Card hw:1 'PCH'/'HDA Intel PCH at 0xd0040000 irq 127' | |
Mixer name : 'Realtek ALC221' | |
Components : 'HDA:10ec0221,103c802f,00100103 HDA:80862809,103c802f,00100000' | |
Controls : 64 | |
Simple ctrls : 24 | |
Simple mixer control 'Master',0 | |
Capabilities: pvolume pvolume-joined pswitch pswitch-joined | |
Playback channels: Mono | |
Limits: Playback 0 - 87 | |
Mono: Playback 60 [69%] [-20.25dB] [on] | |
Simple mixer control 'Headphone',0 | |
Capabilities: pswitch | |
Playback channels: Front Left - Front Right | |
Mono: | |
Front Left: Playback [on] | |
Front Right: Playback [on] | |
Simple mixer control 'Headphone Mic',0 | |
Capabilities: pvolume pswitch | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 31 | |
Mono: | |
Front Left: Playback 0 [0%] [-34.50dB] [off] | |
Front Right: Playback 0 [0%] [-34.50dB] [off] | |
Simple mixer control 'Headphone Mic Boost',0 | |
Capabilities: volume | |
Playback channels: Front Left - Front Right | |
Capture channels: Front Left - Front Right | |
Limits: 0 - 3 | |
Front Left: 0 [0%] [0.00dB] | |
Front Right: 0 [0%] [0.00dB] | |
Simple mixer control 'Headphone+LO',0 | |
Capabilities: pvolume | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 87 | |
Mono: | |
Front Left: Playback 87 [100%] [0.00dB] | |
Front Right: Playback 87 [100%] [0.00dB] | |
Simple mixer control 'Speaker',0 | |
Capabilities: pvolume pswitch pswitch-joined | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 87 | |
Mono: | |
Front Left: Playback 87 [100%] [0.00dB] [on] | |
Front Right: Playback 87 [100%] [0.00dB] [on] | |
Simple mixer control 'PCM',0 | |
Capabilities: pvolume | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 255 | |
Mono: | |
Front Left: Playback 255 [100%] [0.00dB] | |
Front Right: Playback 255 [100%] [0.00dB] | |
Simple mixer control 'Line',0 | |
Capabilities: pvolume pswitch | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 31 | |
Mono: | |
Front Left: Playback 0 [0%] [-34.50dB] [off] | |
Front Right: Playback 0 [0%] [-34.50dB] [off] | |
Simple mixer control 'Line Boost',0 | |
Capabilities: volume | |
Playback channels: Front Left - Front Right | |
Capture channels: Front Left - Front Right | |
Limits: 0 - 3 | |
Front Left: 0 [0%] [0.00dB] | |
Front Right: 0 [0%] [0.00dB] | |
Simple mixer control 'Line Out',0 | |
Capabilities: pswitch | |
Playback channels: Front Left - Front Right | |
Mono: | |
Front Left: Playback [on] | |
Front Right: Playback [on] | |
Simple mixer control 'Mic Mute-LED Mode',0 | |
Capabilities: enum | |
Items: 'On' 'Off' 'Follow Capture' 'Follow Mute' | |
Item0: 'Follow Mute' | |
Simple mixer control 'IEC958',0 | |
Capabilities: pswitch pswitch-joined | |
Playback channels: Mono | |
Mono: Playback [on] | |
Simple mixer control 'IEC958',1 | |
Capabilities: pswitch pswitch-joined | |
Playback channels: Mono | |
Mono: Playback [on] | |
Simple mixer control 'IEC958',2 | |
Capabilities: pswitch pswitch-joined | |
Playback channels: Mono | |
Mono: Playback [on] | |
Simple mixer control 'IEC958',3 | |
Capabilities: pswitch pswitch-joined | |
Playback channels: Mono | |
Mono: Playback [on] | |
Simple mixer control 'Beep',0 | |
Capabilities: pvolume pswitch | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 31 | |
Mono: | |
Front Left: Playback 0 [0%] [-34.50dB] [off] | |
Front Right: Playback 0 [0%] [-34.50dB] [off] | |
Simple mixer control 'Capture',0 | |
Capabilities: cvolume cswitch | |
Capture channels: Front Left - Front Right | |
Limits: Capture 0 - 63 | |
Front Left: Capture 39 [62%] [12.00dB] [on] | |
Front Right: Capture 39 [62%] [12.00dB] [on] | |
Simple mixer control 'Capture',1 | |
Capabilities: cvolume cswitch | |
Capture channels: Front Left - Front Right | |
Limits: Capture 0 - 63 | |
Front Left: Capture 0 [0%] [-17.25dB] [off] | |
Front Right: Capture 0 [0%] [-17.25dB] [off] | |
Simple mixer control 'Auto-Mute Mode',0 | |
Capabilities: enum | |
Items: 'Disabled' 'Speaker Only' 'Line Out+Speaker' | |
Item0: 'Line Out+Speaker' | |
Simple mixer control 'Headset Mic',0 | |
Capabilities: pvolume pswitch | |
Playback channels: Front Left - Front Right | |
Limits: Playback 0 - 31 | |
Mono: | |
Front Left: Playback 0 [0%] [-34.50dB] [off] | |
Front Right: Playback 0 [0%] [-34.50dB] [off] | |
Simple mixer control 'Headset Mic Boost',0 | |
Capabilities: volume | |
Playback channels: Front Left - Front Right | |
Capture channels: Front Left - Front Right | |
Limits: 0 - 3 | |
Front Left: 0 [0%] [0.00dB] | |
Front Right: 0 [0%] [0.00dB] | |
Simple mixer control 'Input Source',0 | |
Capabilities: cenum | |
Items: 'Headset Mic' 'Headphone Mic' 'Line' | |
Item0: 'Headset Mic' | |
Simple mixer control 'Input Source',1 | |
Capabilities: cenum | |
Items: 'Headset Mic' 'Headphone Mic' 'Line' | |
Item0: 'Headset Mic' | |
Simple mixer control 'Loopback Mixing',0 | |
Capabilities: enum | |
Items: 'Disabled' 'Enabled' | |
Item0: 'Disabled' | |
!!Alsactl output | |
!!-------------- | |
--startcollapse-- | |
state.Headset { | |
control.1 { | |
iface PCM | |
name 'Playback Channel Map' | |
value.0 0 | |
value.1 0 | |
comment { | |
access read | |
type INTEGER | |
count 2 | |
range '0 - 36' | |
} | |
} | |
control.2 { | |
iface PCM | |
name 'Capture Channel Map' | |
value 0 | |
comment { | |
access read | |
type INTEGER | |
count 1 | |
range '0 - 36' | |
} | |
} | |
control.3 { | |
iface MIXER | |
name 'Mic Playback Switch' | |
value false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.4 { | |
iface MIXER | |
name 'Mic Playback Volume' | |
value 1 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 1 | |
range '0 - 14' | |
dbmin -1200 | |
dbmax 900 | |
dbvalue.0 -1050 | |
} | |
} | |
control.5 { | |
iface MIXER | |
name 'Headphone Playback Switch' | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.6 { | |
iface MIXER | |
name 'Headphone Playback Volume' | |
value.0 16 | |
value.1 16 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 30' | |
dbmin -4500 | |
dbmax 0 | |
dbvalue.0 -2100 | |
dbvalue.1 -2100 | |
} | |
} | |
control.7 { | |
iface MIXER | |
name 'Mic Capture Switch' | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.8 { | |
iface MIXER | |
name 'Mic Capture Volume' | |
value 26 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 1 | |
range '0 - 30' | |
dbmin -1200 | |
dbmax 3300 | |
dbvalue.0 2700 | |
} | |
} | |
control.9 { | |
iface MIXER | |
name 'Auto Gain Control' | |
value false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
} | |
state.PCH { | |
control.1 { | |
iface MIXER | |
name 'Headphone+LO Playback Volume' | |
value.0 87 | |
value.1 87 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 87' | |
dbmin -6525 | |
dbmax 0 | |
dbvalue.0 0 | |
dbvalue.1 0 | |
} | |
} | |
control.2 { | |
iface MIXER | |
name 'Line Out Playback Switch' | |
value.0 true | |
value.1 true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.3 { | |
iface MIXER | |
name 'Headphone Playback Switch' | |
value.0 true | |
value.1 true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.4 { | |
iface MIXER | |
name 'Speaker Playback Volume' | |
value.0 87 | |
value.1 87 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 87' | |
dbmin -6525 | |
dbmax 0 | |
dbvalue.0 0 | |
dbvalue.1 0 | |
} | |
} | |
control.5 { | |
iface MIXER | |
name 'Speaker Playback Switch' | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.6 { | |
iface MIXER | |
name 'Loopback Mixing' | |
value Disabled | |
comment { | |
access 'read write' | |
type ENUMERATED | |
count 1 | |
item.0 Disabled | |
item.1 Enabled | |
} | |
} | |
control.7 { | |
iface MIXER | |
name 'Headset Mic Playback Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 31' | |
dbmin -3450 | |
dbmax 1200 | |
dbvalue.0 -3450 | |
dbvalue.1 -3450 | |
} | |
} | |
control.8 { | |
iface MIXER | |
name 'Headset Mic Playback Switch' | |
value.0 false | |
value.1 false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.9 { | |
iface MIXER | |
name 'Headphone Mic Playback Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 31' | |
dbmin -3450 | |
dbmax 1200 | |
dbvalue.0 -3450 | |
dbvalue.1 -3450 | |
} | |
} | |
control.10 { | |
iface MIXER | |
name 'Headphone Mic Playback Switch' | |
value.0 false | |
value.1 false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.11 { | |
iface MIXER | |
name 'Line Playback Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 31' | |
dbmin -3450 | |
dbmax 1200 | |
dbvalue.0 -3450 | |
dbvalue.1 -3450 | |
} | |
} | |
control.12 { | |
iface MIXER | |
name 'Line Playback Switch' | |
value.0 false | |
value.1 false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.13 { | |
iface MIXER | |
name 'Auto-Mute Mode' | |
value 'Line Out+Speaker' | |
comment { | |
access 'read write' | |
type ENUMERATED | |
count 1 | |
item.0 Disabled | |
item.1 'Speaker Only' | |
item.2 'Line Out+Speaker' | |
} | |
} | |
control.14 { | |
iface MIXER | |
name 'Input Source' | |
value 'Headset Mic' | |
comment { | |
access 'read write' | |
type ENUMERATED | |
count 1 | |
item.0 'Headset Mic' | |
item.1 'Headphone Mic' | |
item.2 Line | |
} | |
} | |
control.15 { | |
iface MIXER | |
name 'Input Source' | |
index 1 | |
value 'Headset Mic' | |
comment { | |
access 'read write' | |
type ENUMERATED | |
count 1 | |
item.0 'Headset Mic' | |
item.1 'Headphone Mic' | |
item.2 Line | |
} | |
} | |
control.16 { | |
iface MIXER | |
name 'Capture Volume' | |
value.0 39 | |
value.1 39 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 63' | |
dbmin -1725 | |
dbmax 3000 | |
dbvalue.0 1200 | |
dbvalue.1 1200 | |
} | |
} | |
control.17 { | |
iface MIXER | |
name 'Capture Switch' | |
value.0 true | |
value.1 true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.18 { | |
iface MIXER | |
name 'Capture Volume' | |
index 1 | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 63' | |
dbmin -1725 | |
dbmax 3000 | |
dbvalue.0 -1725 | |
dbvalue.1 -1725 | |
} | |
} | |
control.19 { | |
iface MIXER | |
name 'Capture Switch' | |
index 1 | |
value.0 false | |
value.1 false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.20 { | |
iface MIXER | |
name 'Headset Mic Boost Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 3' | |
dbmin 0 | |
dbmax 3000 | |
dbvalue.0 0 | |
dbvalue.1 0 | |
} | |
} | |
control.21 { | |
iface MIXER | |
name 'Headphone Mic Boost Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 3' | |
dbmin 0 | |
dbmax 3000 | |
dbvalue.0 0 | |
dbvalue.1 0 | |
} | |
} | |
control.22 { | |
iface MIXER | |
name 'Line Boost Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 3' | |
dbmin 0 | |
dbmax 3000 | |
dbvalue.0 0 | |
dbvalue.1 0 | |
} | |
} | |
control.23 { | |
iface MIXER | |
name 'Beep Playback Volume' | |
value.0 0 | |
value.1 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 2 | |
range '0 - 31' | |
dbmin -3450 | |
dbmax 1200 | |
dbvalue.0 -3450 | |
dbvalue.1 -3450 | |
} | |
} | |
control.24 { | |
iface MIXER | |
name 'Beep Playback Switch' | |
value.0 false | |
value.1 false | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 2 | |
} | |
} | |
control.25 { | |
iface MIXER | |
name 'Mic Mute-LED Mode' | |
value 'Follow Mute' | |
comment { | |
access 'read write' | |
type ENUMERATED | |
count 1 | |
item.0 On | |
item.1 Off | |
item.2 'Follow Capture' | |
item.3 'Follow Mute' | |
} | |
} | |
control.26 { | |
iface MIXER | |
name 'Master Playback Volume' | |
value 60 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 1 | |
range '0 - 87' | |
dbmin -6525 | |
dbmax 0 | |
dbvalue.0 -2025 | |
} | |
} | |
control.27 { | |
iface MIXER | |
name 'Master Playback Switch' | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.28 { | |
iface CARD | |
name 'Headset Mic Phantom Jack' | |
value true | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.29 { | |
iface CARD | |
name 'Headphone Mic Jack' | |
value false | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.30 { | |
iface CARD | |
name 'Line Jack' | |
value false | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.31 { | |
iface CARD | |
name 'Line Out Jack' | |
value false | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.32 { | |
iface CARD | |
name 'Speaker Phantom Jack' | |
value true | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.33 { | |
iface PCM | |
name 'Playback Channel Map' | |
value.0 0 | |
value.1 0 | |
comment { | |
access read | |
type INTEGER | |
count 2 | |
range '0 - 36' | |
} | |
} | |
control.34 { | |
iface PCM | |
name 'Capture Channel Map' | |
value.0 0 | |
value.1 0 | |
comment { | |
access read | |
type INTEGER | |
count 2 | |
range '0 - 36' | |
} | |
} | |
control.35 { | |
iface PCM | |
device 2 | |
name 'Capture Channel Map' | |
value.0 0 | |
value.1 0 | |
comment { | |
access read | |
type INTEGER | |
count 2 | |
range '0 - 36' | |
} | |
} | |
control.36 { | |
iface CARD | |
name 'HDMI/DP,pcm=3 Jack' | |
value true | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.37 { | |
iface MIXER | |
name 'IEC958 Playback Con Mask' | |
value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.38 { | |
iface MIXER | |
name 'IEC958 Playback Pro Mask' | |
value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.39 { | |
iface MIXER | |
name 'IEC958 Playback Default' | |
value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access 'read write' | |
type IEC958 | |
count 1 | |
} | |
} | |
control.40 { | |
iface MIXER | |
name 'IEC958 Playback Switch' | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.41 { | |
iface PCM | |
device 3 | |
name ELD | |
value '100008006b1400010000000000000000410cfe0850484c20323430533451590907070000' | |
comment { | |
access 'read volatile' | |
type BYTES | |
count 36 | |
} | |
} | |
control.42 { | |
iface CARD | |
name 'HDMI/DP,pcm=7 Jack' | |
value true | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.43 { | |
iface MIXER | |
name 'IEC958 Playback Con Mask' | |
index 1 | |
value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.44 { | |
iface MIXER | |
name 'IEC958 Playback Pro Mask' | |
index 1 | |
value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.45 { | |
iface MIXER | |
name 'IEC958 Playback Default' | |
index 1 | |
value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access 'read write' | |
type IEC958 | |
count 1 | |
} | |
} | |
control.46 { | |
iface MIXER | |
name 'IEC958 Playback Switch' | |
index 1 | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.47 { | |
iface PCM | |
device 7 | |
name ELD | |
value '100008006b1400010000000000000000410cfe0850484c20323430533451590907070000' | |
comment { | |
access 'read volatile' | |
type BYTES | |
count 36 | |
} | |
} | |
control.48 { | |
iface CARD | |
name 'HDMI/DP,pcm=8 Jack' | |
value false | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.49 { | |
iface MIXER | |
name 'IEC958 Playback Con Mask' | |
index 2 | |
value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.50 { | |
iface MIXER | |
name 'IEC958 Playback Pro Mask' | |
index 2 | |
value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.51 { | |
iface MIXER | |
name 'IEC958 Playback Default' | |
index 2 | |
value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access 'read write' | |
type IEC958 | |
count 1 | |
} | |
} | |
control.52 { | |
iface MIXER | |
name 'IEC958 Playback Switch' | |
index 2 | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.53 { | |
iface PCM | |
device 8 | |
name ELD | |
value '' | |
comment { | |
access 'read volatile' | |
type BYTES | |
count 0 | |
} | |
} | |
control.54 { | |
iface CARD | |
name 'HDMI/DP,pcm=9 Jack' | |
value false | |
comment { | |
access read | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.55 { | |
iface MIXER | |
name 'IEC958 Playback Con Mask' | |
index 3 | |
value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.56 { | |
iface MIXER | |
name 'IEC958 Playback Pro Mask' | |
index 3 | |
value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access read | |
type IEC958 | |
count 1 | |
} | |
} | |
control.57 { | |
iface MIXER | |
name 'IEC958 Playback Default' | |
index 3 | |
value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | |
comment { | |
access 'read write' | |
type IEC958 | |
count 1 | |
} | |
} | |
control.58 { | |
iface MIXER | |
name 'IEC958 Playback Switch' | |
index 3 | |
value true | |
comment { | |
access 'read write' | |
type BOOLEAN | |
count 1 | |
} | |
} | |
control.59 { | |
iface PCM | |
device 9 | |
name ELD | |
value '' | |
comment { | |
access 'read volatile' | |
type BYTES | |
count 0 | |
} | |
} | |
control.60 { | |
iface PCM | |
device 3 | |
name 'Playback Channel Map' | |
value.0 0 | |
value.1 0 | |
value.2 0 | |
value.3 0 | |
value.4 0 | |
value.5 0 | |
value.6 0 | |
value.7 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 8 | |
range '0 - 36' | |
} | |
} | |
control.61 { | |
iface PCM | |
device 7 | |
name 'Playback Channel Map' | |
value.0 0 | |
value.1 0 | |
value.2 0 | |
value.3 0 | |
value.4 0 | |
value.5 0 | |
value.6 0 | |
value.7 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 8 | |
range '0 - 36' | |
} | |
} | |
control.62 { | |
iface PCM | |
device 8 | |
name 'Playback Channel Map' | |
value.0 0 | |
value.1 0 | |
value.2 0 | |
value.3 0 | |
value.4 0 | |
value.5 0 | |
value.6 0 | |
value.7 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 8 | |
range '0 - 36' | |
} | |
} | |
control.63 { | |
iface PCM | |
device 9 | |
name 'Playback Channel Map' | |
value.0 0 | |
value.1 0 | |
value.2 0 | |
value.3 0 | |
value.4 0 | |
value.5 0 | |
value.6 0 | |
value.7 0 | |
comment { | |
access 'read write' | |
type INTEGER | |
count 8 | |
range '0 - 36' | |
} | |
} | |
control.64 { | |
iface MIXER | |
name 'PCM Playback Volume' | |
value.0 255 | |
value.1 255 | |
comment { | |
access 'read write user' | |
type INTEGER | |
count 2 | |
range '0 - 255' | |
tlv '0000000100000008ffffec1400000014' | |
dbmin -5100 | |
dbmax 0 | |
dbvalue.0 0 | |
dbvalue.1 0 | |
} | |
} | |
} | |
--endcollapse-- | |
!!All Loaded Modules | |
!!------------------ | |
8021q | |
ac97_bus | |
acpi_pad | |
aesni_intel | |
agpgart | |
ahci | |
blake2b_generic | |
bluetooth | |
bridge | |
btrfs | |
button | |
cdrom | |
cec | |
cfg80211 | |
coretemp | |
crc16 | |
crc32_pclmul | |
crc32c_generic | |
crc32c_intel | |
crct10dif_pclmul | |
cryptd | |
crypto_simd | |
cuse | |
dm_log | |
dm_mirror | |
dm_mod | |
dm_region_hash | |
drm | |
drm_kms_helper | |
ecc | |
ecdh_generic | |
ee1004 | |
evdev | |
ext4 | |
fat | |
fb_sys_fops | |
fuse | |
garp | |
ghash_clmulni_intel | |
glue_helper | |
hci_vhci | |
hid | |
hid_generic | |
hp_wmi | |
i2c_algo_bit | |
i2c_i801 | |
i2c_smbus | |
i915 | |
iTCO_vendor_support | |
iTCO_wdt | |
input_leds | |
intel_cstate | |
intel_gtt | |
intel_pch_thermal | |
intel_pmc_bxt | |
intel_powerclamp | |
intel_rapl_common | |
intel_rapl_msr | |
ip6_tables | |
ip6table_filter | |
ip6table_mangle | |
ip6table_nat | |
ip_tables | |
ipt_REJECT | |
iptable_filter | |
iptable_mangle | |
iptable_nat | |
irqbypass | |
jbd2 | |
joydev | |
kvm | |
kvm_intel | |
ledtrig_audio | |
libahci | |
libata | |
libcrc32c | |
llc | |
loop | |
mac_hid | |
mbcache | |
mc | |
mei | |
mei_hdcp | |
mei_me | |
mei_wdt | |
mrp | |
nf_conntrack | |
nf_defrag_ipv4 | |
nf_defrag_ipv6 | |
nf_nat | |
nf_reject_ipv4 | |
nls_cp437 | |
nls_iso8859_1 | |
nvram | |
pcspkr | |
ppp_generic | |
psmouse | |
raid6_pq | |
rapl | |
rc_core | |
rfkill | |
rng_core | |
scsi_mod | |
sd_mod | |
serio_raw | |
sg | |
slhc | |
snd | |
snd_compress | |
snd_hda_codec | |
snd_hda_codec_generic | |
snd_hda_codec_hdmi | |
snd_hda_codec_realtek | |
snd_hda_core | |
snd_hda_intel | |
snd_hwdep | |
snd_intel_dspcfg | |
snd_pcm | |
snd_pcm_dmaengine | |
snd_rawmidi | |
snd_seq | |
snd_seq_device | |
snd_soc_core | |
snd_timer | |
snd_usb_audio | |
snd_usbmidi_lib | |
soundcore | |
soundwire_bus | |
soundwire_cadence | |
soundwire_generic_allocation | |
soundwire_intel | |
sparse_keymap | |
sr_mod | |
stp | |
syscopyarea | |
sysfillrect | |
sysimgblt | |
tap | |
tiny_power_button | |
tpm | |
tpm_infineon | |
tpm_tis | |
tpm_tis_core | |
tun | |
uas | |
uhid | |
uinput | |
usb_storage | |
usbcore | |
usbhid | |
usbkbd | |
usbmouse | |
userio | |
vfat | |
vfio | |
vfio_iommu_type1 | |
vhost | |
vhost_iotlb | |
vhost_net | |
vhost_vsock | |
video | |
vmw_vsock_virtio_transport_common | |
vsock | |
wmi | |
wmi_bmof | |
x86_pkg_temp_thermal | |
x_tables | |
xhci_hcd | |
xhci_pci | |
xhci_pci_renesas | |
xor | |
xt_CHECKSUM | |
xt_MASQUERADE | |
xt_conntrack | |
xt_tcpudp | |
!!Sysfs Files | |
!!----------- | |
/sys/class/sound/hwC1D0/init_pin_configs: | |
0x12 0x403cc000 | |
0x14 0x01014020 | |
0x17 0x90170110 | |
0x18 0x01a19030 | |
0x19 0x411111f0 | |
0x1a 0x02a11031 | |
0x1b 0x0181303f | |
0x1d 0x40500001 | |
0x1e 0x411111f0 | |
0x21 0x0221102f | |
/sys/class/sound/hwC1D0/driver_pin_configs: | |
0x18 0x01a1913c | |
0x1a 0x01a1913d | |
/sys/class/sound/hwC1D0/user_pin_configs: | |
/sys/class/sound/hwC1D0/init_verbs: | |
/sys/class/sound/hwC1D0/hints: | |
/sys/class/sound/hwC1D2/init_pin_configs: | |
0x05 0x58560010 | |
0x06 0x18560020 | |
0x07 0x18560030 | |
/sys/class/sound/hwC1D2/driver_pin_configs: | |
/sys/class/sound/hwC1D2/user_pin_configs: | |
/sys/class/sound/hwC1D2/init_verbs: | |
/sys/class/sound/hwC1D2/hints: | |
!!ALSA/HDA dmesg | |
!!-------------- | |
[ 0.100041] ACPI: Added _OSI(Linux-Dell-Video) | |
[ 0.100041] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) | |
[ 0.100041] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) | |
-- | |
[ 3.641534] usb 1-1.5: Manufacturer: ACS | |
[ 3.679284] usbcore: registered new interface driver snd-usb-audio | |
[ 3.705585] iTCO_vendor_support: vendor-support=0 | |
-- | |
[ 3.773952] intel_rapl_common: Found RAPL domain dram | |
[ 3.776810] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102) | |
[ 3.779576] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops __SCT__tp_func_render_mmio [i915]) | |
[ 3.827268] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC221: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line | |
[ 3.827759] usb 1-1.6: new full-speed USB device number 9 using xhci_hcd | |
[ 3.830427] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0) | |
[ 3.830452] scsi 4:0:0:0: CD-ROM Bit4ID DigitalDNA Key 1.00 PQ: 0 ANSI: 0 | |
[ 3.831519] sr 4:0:0:0: [sr1] scsi-1 drive | |
[ 3.843054] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) | |
[ 3.846224] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 | |
[ 3.849392] snd_hda_codec_realtek hdaudioC1D0: inputs: | |
[ 3.852511] snd_hda_codec_realtek hdaudioC1D0: Headset Mic=0x18 | |
[ 3.854854] snd_hda_codec_realtek hdaudioC1D0: Headphone Mic=0x1a | |
[ 3.857098] snd_hda_codec_realtek hdaudioC1D0: Line=0x1b | |
[ 3.859124] sr 4:0:0:0: Attached scsi CD-ROM sr1 | |
[ 3.859374] sr 4:0:0:0: Attached scsi generic sg4 type 5 | |
[ 3.908497] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card1/input18 | |
[ 3.909916] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19 | |
[ 3.911386] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20 | |
[ 3.912812] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21 | |
[ 3.914252] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22 | |
[ 3.915718] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input23 | |
[ 3.917157] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input24 | |
[ 3.918595] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input25 | |
[ 3.922797] usb 1-1.6: New USB device found, idVendor=08e6, idProduct=3437, bcdDevice= 2.00 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D: [pulseaudio] cli.c: CLI got EOF from user. | |
I: [pulseaudio] client.c: Freed 3 "UNIX socket client" | |
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: no | |
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/sound/card0 removed. | |
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes | |
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/sound/card0 is busy: no | |
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="usb-Generalplus_Trust_On-ear_USB_PC_Headset-00" card_name="alsa_card.usb-Generalplus_Trust_On-ear_USB_PC_Headset-00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"' | |
D: [pulseaudio] reserve-wrap.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.BadAddress: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") | |
I: [pulseaudio] (alsa-lib)parser.c: Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'. | |
I: [pulseaudio] (alsa-lib)main.c: error: failed to import hw:0 use case configuration -2 | |
I: [pulseaudio] (alsa-lib)parser.c: Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'. | |
I: [pulseaudio] (alsa-lib)main.c: error: failed to import Trust On-ear USB PC Headset use case configuration -2 | |
I: [pulseaudio] alsa-ucm.c: UCM not available for card Trust On-ear USB PC Headset | |
D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf' | |
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo) | |
D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.front.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM front:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo) | |
D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.iec958.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM iec958:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo) | |
D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.front.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM front:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-stereo - will not be able to open output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 2.1 (analog-surround-21) | |
D: [pulseaudio] alsa-util.c: Trying surround21:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.surround51.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround21:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device surround21:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:analog-stereo - will not be able to open output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:iec958-stereo - will not be able to open output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40) | |
D: [pulseaudio] alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.surround40.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround40:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41) | |
D: [pulseaudio] alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.surround51.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround41:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50) | |
D: [pulseaudio] alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.surround51.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround50:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51) | |
D: [pulseaudio] alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.surround51.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround51:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71) | |
D: [pulseaudio] alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.surround71.3:CARD=0' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround71:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo) | |
D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.iec958.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM iec958:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40) | |
D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-stereo - will not be able to open output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51) | |
D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-stereo - will not be able to open output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51) | |
D: [pulseaudio] alsa-util.c: Trying dca:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dca:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-stereo - will not be able to open output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:iec958-stereo - will not be able to open output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI) (hdmi-surround) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:analog-stereo - will not be able to open output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:iec958-stereo - will not be able to open output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI) (hdmi-surround71) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:analog-stereo - will not be able to open output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:iec958-stereo - will not be able to open output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI/DTS) (hdmi-dts-surround) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:analog-stereo - will not be able to open output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:iec958-stereo - will not be able to open output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 2) (hdmi-stereo-extra1) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.1:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,1 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,1: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:analog-stereo - will not be able to open output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2) (hdmi-surround-extra1) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.1:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,1 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,1: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 2) (hdmi-surround71-extra1) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.1:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,1 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,1: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:analog-stereo - will not be able to open output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2/DTS) (hdmi-dts-surround-extra1) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,1 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,1: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 3) (hdmi-stereo-extra2) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.2:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,2 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,2: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:analog-stereo - will not be able to open output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3) (hdmi-surround-extra2) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.2:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,2 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,2: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 3) (hdmi-surround71-extra2) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.2:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,2 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,2: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:analog-stereo - will not be able to open output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3/DTS) (hdmi-dts-surround-extra2) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,2 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,2: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 4) (hdmi-stereo-extra3) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,3 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,3: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:analog-stereo - will not be able to open output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4) (hdmi-surround-extra3) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,3 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,3: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 4) (hdmi-surround71-extra3) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.3:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,3 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,3: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:analog-stereo - will not be able to open output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4/DTS) (hdmi-dts-surround-extra3) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,3 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,3: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 5) (hdmi-stereo-extra4) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.4:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,4 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,4: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:analog-stereo - will not be able to open output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5) (hdmi-surround-extra4) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.4:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,4 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,4: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 5) (hdmi-surround71-extra4) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.4:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,4 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,4: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:analog-stereo - will not be able to open output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5/DTS) (hdmi-dts-surround-extra4) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,4 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,4: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 6) (hdmi-stereo-extra5) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.5:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,5 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:analog-stereo - will not be able to open output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6) (hdmi-surround-extra5) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.5:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,5 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 6) (hdmi-surround71-extra5) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.5:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,5 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:analog-stereo - will not be able to open output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6/DTS) (hdmi-dts-surround-extra5) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,5 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,5: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 7) (hdmi-stereo-extra6) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.6:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,6 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:analog-stereo - will not be able to open output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7) (hdmi-surround-extra6) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.6:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,6 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 7) (hdmi-surround71-extra6) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.6:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,6 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:analog-stereo - will not be able to open output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7/DTS) (hdmi-dts-surround-extra6) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,6 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,6: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 8) (hdmi-stereo-extra7) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.7:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,7 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:analog-stereo - will not be able to open output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8) (hdmi-surround-extra7) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.7:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,7 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 8) (hdmi-surround71-extra7) | |
D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.USB-Audio.pcm.hdmi.7:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2' | |
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory | |
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0,7 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:analog-stereo - will not be able to open output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8/DTS) (hdmi-dts-surround-extra7) | |
D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,7 | |
I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,7: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile input:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Checking for recording on Stereo (stereo-fallback) | |
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3c' failed (-2) | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Looking at profile input:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Checking for recording on Mono (mono-fallback) | |
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3c' failed (-2) | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Looking at profile input:multichannel-input | |
D: [pulseaudio] alsa-mixer.c: Checking for recording on Multichannel (multichannel-input) | |
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3c' failed (-2) | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:multichannel-input | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:stereo-fallback - will not be able to open output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:mono-fallback - will not be able to open output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:multichannel-input - will not be able to open output:analog-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:stereo-fallback - will not be able to open output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:mono-fallback - will not be able to open output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:multichannel-input - will not be able to open output:analog-surround-21 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:stereo-fallback - will not be able to open output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:mono-fallback - will not be able to open output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:multichannel-input - will not be able to open output:analog-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:stereo-fallback - will not be able to open output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:mono-fallback - will not be able to open output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:multichannel-input - will not be able to open output:analog-surround-41 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:stereo-fallback - will not be able to open output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:mono-fallback - will not be able to open output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:multichannel-input - will not be able to open output:analog-surround-50 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:stereo-fallback - will not be able to open output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:mono-fallback - will not be able to open output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:multichannel-input - will not be able to open output:analog-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:stereo-fallback - will not be able to open output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:mono-fallback - will not be able to open output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:multichannel-input - will not be able to open output:analog-surround-71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:stereo-fallback - will not be able to open output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:mono-fallback - will not be able to open output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:multichannel-input - will not be able to open output:iec958-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:mono-fallback - will not be able to open output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:multichannel-input - will not be able to open output:iec958-ac3-surround-40 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:mono-fallback - will not be able to open output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:multichannel-input - will not be able to open output:iec958-ac3-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:stereo-fallback - will not be able to open output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:mono-fallback - will not be able to open output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:multichannel-input - will not be able to open output:iec958-dts-surround-51 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:stereo-fallback - will not be able to open output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:mono-fallback - will not be able to open output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:multichannel-input - will not be able to open output:hdmi-stereo | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:stereo-fallback - will not be able to open output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:mono-fallback - will not be able to open output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:multichannel-input - will not be able to open output:hdmi-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:stereo-fallback - will not be able to open output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:mono-fallback - will not be able to open output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:multichannel-input - will not be able to open output:hdmi-surround71 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:stereo-fallback - will not be able to open output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:mono-fallback - will not be able to open output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:multichannel-input - will not be able to open output:hdmi-dts-surround | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:mono-fallback - will not be able to open output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:multichannel-input - will not be able to open output:hdmi-stereo-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:stereo-fallback - will not be able to open output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:mono-fallback - will not be able to open output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:multichannel-input - will not be able to open output:hdmi-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:mono-fallback - will not be able to open output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:multichannel-input - will not be able to open output:hdmi-surround71-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra1 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:mono-fallback - will not be able to open output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:multichannel-input - will not be able to open output:hdmi-stereo-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:stereo-fallback - will not be able to open output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:mono-fallback - will not be able to open output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:multichannel-input - will not be able to open output:hdmi-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:mono-fallback - will not be able to open output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:multichannel-input - will not be able to open output:hdmi-surround71-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra2 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:mono-fallback - will not be able to open output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:multichannel-input - will not be able to open output:hdmi-stereo-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:stereo-fallback - will not be able to open output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:mono-fallback - will not be able to open output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:multichannel-input - will not be able to open output:hdmi-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:mono-fallback - will not be able to open output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:multichannel-input - will not be able to open output:hdmi-surround71-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra3 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:mono-fallback - will not be able to open output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:multichannel-input - will not be able to open output:hdmi-stereo-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:stereo-fallback - will not be able to open output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:mono-fallback - will not be able to open output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:multichannel-input - will not be able to open output:hdmi-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:mono-fallback - will not be able to open output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:multichannel-input - will not be able to open output:hdmi-surround71-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra4 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:mono-fallback - will not be able to open output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:multichannel-input - will not be able to open output:hdmi-stereo-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:mono-fallback - will not be able to open output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:multichannel-input - will not be able to open output:hdmi-surround71-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra5 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:mono-fallback - will not be able to open output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:multichannel-input - will not be able to open output:hdmi-stereo-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:mono-fallback - will not be able to open output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:multichannel-input - will not be able to open output:hdmi-surround71-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra6 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:mono-fallback - will not be able to open output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:multichannel-input - will not be able to open output:hdmi-stereo-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:mono-fallback - will not be able to open output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:multichannel-input - will not be able to open output:hdmi-surround71-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra7 | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Stereo (stereo-fallback) | |
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2) | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:stereo-fallback+input:analog-stereo - will not be able to open output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:stereo-fallback+input:iec958-stereo - will not be able to open output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Mono (mono-fallback) | |
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2) | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:mono-fallback+input:analog-stereo - will not be able to open output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:mono-fallback+input:iec958-stereo - will not be able to open output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Looking at profile output:multichannel-output | |
D: [pulseaudio] alsa-mixer.c: Checking for playback on Multichannel (multichannel-output) | |
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ... | |
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2) | |
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory | |
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:multichannel-output | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:multichannel-output+input:analog-stereo - will not be able to open output:multichannel-output | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:multichannel-output+input:iec958-stereo - will not be able to open output:multichannel-output | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:stereo-fallback+input:stereo-fallback - will not be able to open output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:stereo-fallback+input:mono-fallback - will not be able to open output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:stereo-fallback+input:multichannel-input - will not be able to open output:stereo-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:mono-fallback+input:stereo-fallback - will not be able to open output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:mono-fallback+input:mono-fallback - will not be able to open output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:mono-fallback+input:multichannel-input - will not be able to open output:mono-fallback | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:multichannel-output+input:stereo-fallback - will not be able to open output:multichannel-output | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:multichannel-output+input:mono-fallback - will not be able to open output:multichannel-output | |
D: [pulseaudio] alsa-mixer.c: Skipping profile output:multichannel-output+input:multichannel-input - will not be able to open output:multichannel-output | |
D: [pulseaudio] ratelimit.c: 380 events suppressed | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] flist.c: ../src/pulsecore/idxset.c: entries flist is full (don't worry) | |
D: [pulseaudio] alsa-mixer.c: Profile set 0x5618c7723130, auto_profiles=yes, probed=yes, n_mappings=0, n_profiles=0, n_decibel_fixes=0 | |
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile. | |
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="usb-Generalplus_Trust_On-ear_USB_PC_Headset-00" card_name="alsa_card.usb-Generalplus_Trust_On-ear_USB_PC_Headset-00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed. | |
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/sound/card0 (alsa_card.usb-Generalplus_Trust_On-ear_USB_PC_Headset-00) failed to load module. | |
I: [pulseaudio] client.c: Created 4 "UNIX socket client" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ speaker-test -t wav -c 2 -D front:CARD=Headset,DEV=0 -r 44100 | |
speaker-test 1.2.4 | |
Playback device is front:CARD=Headset,DEV=0 | |
Stream parameters are 44100Hz, S16_LE, 2 channels | |
WAV file(s) | |
Rate set to 44100Hz (requested 44100Hz) | |
Buffer size range from 90 to 262144 | |
Period size range from 45 to 131072 | |
Using max buffer size 262144 | |
Periods = 4 | |
was set period_size = 65536 | |
was set buffer_size = 262144 | |
Sample rate doesn't match (48000) for /usr/share/sounds/alsa/Front_Left.wav | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment