Quantcast
Viewing all articles
Browse latest Browse all 2849

Hardware • Re: Audio Volume: No output or input devices found.

Thanks for the formatting hint.

To answer the critical question first. This is not a dual boot with Windows machine. It is dual boot, mainly Debian, right now also Slackware, and previously Debian and Fedora.

Three sound based firmware packages are installed but never noticed in the dmesg records. Is that important, and how do I load those packages (at boot maybe?)

Here is the output from luser me. Had to use sudo on the dmesg commands. Also had to add me to the adm group. There are some differences.

The lsmod command shows one extra module, I will assume I missed it last time.

The alsamixer command brought up the graphical display rather than a bunch of error messages.

There is actual output for the pacmd listings

lspci

Code:

00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
lsmod | grep snd

Code:

snd_hda_codec_hdmi     81920  1snd_hda_intel          57344  1snd_intel_dspcfg       36864  1 snd_hda_intelsnd_intel_sdw_acpi     20480  1 snd_intel_dspcfgsnd_hda_codec         184320  2 snd_hda_codec_hdmi,snd_hda_intelsnd_hda_core          122880  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codecsnd_hwdep              16384  1 snd_hda_codecsnd_pcm               159744  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_coresnd_timer              49152  1 snd_pcmsnd                   126976  8 snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcmsoundcore              16384  1 snd

inxi -Fazy

Code:

Audio:  Device-1: Intel Haswell-ULT HD Audio driver: snd_hda_intel v: kernel    bus-ID: 00:03.0 chip-ID: 8086:0a0c class-ID: 0403  API: ALSA v: k6.1.0-18-amd64 status: kernel-api tools: alsamixer,amixer  Server-1: PulseAudio v: 16.1 status: active tools: pacat,pactl,pavucontrol
inx1 -Fxxxrz

Code:

Audio:  Device-1: Intel Haswell-ULT HD Audio driver: snd_hda_intel v: kernel    bus-ID: 00:03.0 chip-ID: 8086:0a0c class-ID: 0403  API: ALSA v: k6.1.0-18-amd64 status: kernel-api  Server-1: PulseAudio v: 16.1 status: active
aplay -l

Code:

**** List of PLAYBACK Hardware Devices ****card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]  Subdevices: 1/1  Subdevice #0: subdevice #0card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]  Subdevices: 1/1  Subdevice #0: subdevice #0card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]  Subdevices: 1/1  Subdevice #0: subdevice #0
pacmn list-sinks

Code:

1 sink(s) available.  * index: 0        name: <auto_null>        driver: <module-null-sink.c>        flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY        state: RUNNING        suspend cause: (none)        priority: 1000        volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB                balance 0.00        base volume: 65536 / 100% / 0.00 dB        volume steps: 65537        muted: no        current latency: 0.49 ms        max request: 0 KiB        max rewind: 0 KiB        monitor source: 0        sample spec: s16le 2ch 44100Hz        channel map: front-left,front-right                     Stereo        used by: 1        linked by: 1        configured latency: 2.51 ms; range is 0.50 .. 2000.00 ms        module: 14        properties:                device.description = "Dummy Output"                device.class = "abstract"                device.icon_name = "audio-card"p
pacmd list-cards | grep device.bus_path

Code:

device.bus_path = "pci-0000:00:03.0"
journalctl -k | grep -Ei "ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel"

Code:

Feb 27 20:57:23 pluto kernel: snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)Feb 27 20:57:23 pluto kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])Feb 27 20:57:23 pluto kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input21Feb 27 20:57:23 pluto kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input22Feb 27 20:57:23 pluto kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card1/input23
sudo dmesg | grep 'snd\|audio\|firmware'

Code:

[    0.105269] Spectre V2 : Enabling Restricted Speculation for firmware calls[   37.480626] platform regulatory.0: firmware: direct-loading firmware regulatory.db[   37.480893] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s[   38.150035] mwifiex_pcie 0000:01:00.0: firmware: direct-loading firmware mrvl/pcie8897_uapsta.bin[   38.382930] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)[   38.386194] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
sudo dmesg | grep firmware

Code:

[    0.105269] Spectre V2 : Enabling Restricted Speculation for firmware calls[   37.480626] platform regulatory.0: firmware: direct-loading firmware regulatory.db[   37.480893] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s[   38.150035] mwifiex_pcie 0000:01:00.0: firmware: direct-loading firmware mrvl/pcie8897_uapsta.bin
sudo dmesg | grep -E 'sof|snd'

Code:

[    0.000000] DMI: Microsoft Corporation Surface Pro 3/Surface Pro 3, BIOS 3.11.2350 01/23/2018[    0.049613] software IO TLB: area num 4.[    0.355939] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)[    0.355941] software IO TLB: mapped [mem 0x00000000a419a000-0x00000000a819a000] (64MB)[    1.734183] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'[    1.734219] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'[   38.279326] surface_gpe: no compatible Microsoft Surface device found, exiting[   38.382930] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)[   38.386194] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
cat /boot/config-$(uname -r) | grep HDMI

Code:

CONFIG_DRM_DISPLAY_HDMI_HELPER=yCONFIG_HDMI=yCONFIG_SND_HDA_CODEC_HDMI=m# CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not setCONFIG_SND_SOC_HDAC_HDMI=mCONFIG_HDMI_LPE_AUDIO=m
apt policy alsa-ucm-conf

Code:

alsa-ucm-conf:  Installed: 1.2.8-1  Candidate: 1.2.8-1  Version table: *** 1.2.8-1 500        500 http://deb.debian.org/debian bookworm/main amd64 Packages        500 http://deb.debian.org/debian bookworm/main i386 Packages        100 /var/lib/dpkg/status
pavucontrol - configuration tab

Code:

Digital Stereo (HDMI) Output (unplugged)(unavailable)Digital Stereo (HDMI3) Output (unplugged)(unavailable)Digital Stereo (HDMI2) Output (unplugged)(unavailable)Digital Surround 7.1 (HDMI) Output (unplugged)(unavailable)Digital Surround 5.1 (HDMI) Output (unplugged)(unavailable)Digital Surround 7.1 (HDMI3) Output (unplugged)(unavailable)Digital Surround 7.1 (HDMI2) Output (unplugged)(unavailable)Digital Surround 5.1 (HDMI3) Output (unplugged)(unavailable)Digital Surround 5.1 (HDMI2) Output (unplugged)(unavailable)
fuser -v /dev/snd

Code:

(no output - blank line)
ps auxww | grep pulse

Code:

me       3727  0.0  0.6 848712 24152 ?        S<sl 21:26   0:01 /usr/bin/pulseaudio --daemonize=no --log-target=journalme       3738  0.0  0.1 241712  7696 ?        Sl   21:26   0:00 /usr/libexec/pulse/gsettings-helperme       5267  0.0  0.0   6332  2048 pts/2    S+   21:55   0:00 grep pulse
ps auxww | grep wire

Code:

me       5271  0.0  0.0   6332  2136 pts/2    S+   21:56   0:00 grep wire
alsamixer - has F2 for system information, 6 files to choose from, can't copy and paste
(default)
=> card and chip PulseAudio
=> shows (Master) with 00 and 100<>100 =>
hit F6 to choose card and choose default: 1
=> card: HDA Intel HDMI
=> chip: Intel Haswell HDMI
=> shows <S/PDIF> 00, S/PDIF1 00, S/PDIF2 00

ls -la /dev/snd/by_path/

Code:

lrwxrwxrwx 1 root root  12 Feb 27 20:57 pci-0000:00:03.0 -> ../controlC1
pulseaudio -vvv

Code:

I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permittedI: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permittedD: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.D: [pulseaudio] core-util.c: RealtimeKit worked.I: [pulseaudio] core-util.c: Successfully gained nice level -11.I: [pulseaudio] main.c: This is PulseAudio 16.1D: [pulseaudio] main.c: Compilation CFLAGS: Not yet supported on mesonD: [pulseaudio] main.c: Running on host: Linux x86_64 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01)D: [pulseaudio] main.c: Found 4 CPUs.I: [pulseaudio] main.c: Page size is 4096 bytesD: [pulseaudio] main.c: Compiled with Valgrind support: noD: [pulseaudio] main.c: Running in valgrind mode: noD: [pulseaudio] main.c: Running in VM: yesD: [pulseaudio] main.c: Running from build tree: noD: [pulseaudio] main.c: Optimized build: yesD: [pulseaudio] main.c: All asserts enabled.I: [pulseaudio] main.c: Machine ID is 8b7640bfd4c244f28d1372fa8e7dbf77.I: [pulseaudio] main.c: Session ID is 8.I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.I: [pulseaudio] main.c: Using state directory /home/scott/.config/pulse.I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-16.1+dfsg1/modules.I: [pulseaudio] main.c: Running in system mode: noE: [pulseaudio] pid.c: Daemon already running.E: [pulseaudio] main.c: pa_pid_file_create() failed.

Statistics: Posted by notbob — 2024-02-28 04:17



Viewing all articles
Browse latest Browse all 2849

Trending Articles