You are not logged in.

#1 2024-05-16 13:53:59

Aleks.b01
Member
Registered: 2024-05-16
Posts: 16

[SOLVED] No sound devices found

I recently decided to install Arch again, and I wanted to set my headphone jack to an input device, and it for some reason broke my sound completely. I'm using KDE Plasma and the audio manager is telling me that No output or input devices have been found, wether I have a cable plugged into my headphone jack or not. Alsamixer is also not displaying any devices on any card. I'm also on a laptop if that would help. He're are the pacman packages that I have installed (and that I think have something to do with sound):
alsa-card-profiles 1:1.0.6-1
alsa-lib 1.2.11-1
alsa-topology-conf 1.2.5.1-3
alsa-ucm-conf 1.2.11-1
alsa-utils 1.2.11-1
ipewire 1:1.0.6-1
pipewire-alsa 1:1.0.6-1
pipewire-audio 1:1.0.6-1
pipewire-jack 1:1.0.6-1
pulseaudio 17.0-3

Last edited by Aleks.b01 (2024-05-17 21:36:53)

Offline

#2 2024-05-16 16:19:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,354

Re: [SOLVED] No sound devices found

Let's start with the low hanging fruit.  What are the output of:

uname -a
pacman -Q linux
  (Change that command as appropriate if you are not using the stock kernel)
lspci

?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2024-05-16 18:45:19

Aleks.b01
Member
Registered: 2024-05-16
Posts: 16

Re: [SOLVED] No sound devices found

Linux alekshost 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64 GNU/Linux

linux 6.8.9.arch1-2

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
00:1c.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #7 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)

Offline

#4 2024-05-16 18:56:47

loqs
Member
Registered: 2014-03-06
Posts: 18,352

Re: [SOLVED] No sound devices found

Please post the `lspci -nnk` output for the lspci entry:

00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)

Also the output of

aplay -l
pactl list cards
pactl list sinks

Online

#5 2024-05-17 15:19:53

Aleks.b01
Member
Registered: 2024-05-16
Posts: 16

Re: [SOLVED] No sound devices found

00:1f.3 Audio device [0403]: Intel Corporation CM238 HD Audio Controller [8086:a171] (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device [1043:15e0]
        Kernel driver in use: snd_soc_avs
        Kernel modules: snd_hda_intel, snd_soc_avs

aplay -l doesn-t give me any devices in the output
pactl list cards doesn't give me any output

Sink #0
        State: SUSPENDED
        Name: auto_null
        Description: Dummy Output
        Driver: module-null-sink.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 12
        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: auto_null.monitor
        Latency: 0 usec, configured 0 usec
        Flags: DECIBEL_VOLUME LATENCY SET_FORMATS
        Properties:
                device.description = "Dummy Output"
                device.class = "abstract"
                device.icon_name = "audio-card"
        Formats:
                pcm

Offline

#6 2024-05-17 16:14:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,118

Re: [SOLVED] No sound devices found

Offline

#7 2024-05-17 16:42:31

Aleks.b01
Member
Registered: 2024-05-16
Posts: 16

Re: [SOLVED] No sound devices found

So kde now recognizes audio devices, and it also plays system sounds, however im for some reason unable to play any video or audio trough chrome, I tried youtube and some news websites and I also tried soundcloud, and all of them are unable to even load the track

Offline

#8 2024-05-17 18:44:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,118

Re: [SOLVED] No sound devices found

Which audio server are you running?

sudo fuser -v /dev/snd/*
pactl list cards
pactl list sinks
pacman -Qs 'wire|pulse'
systemctl --user status pipewire{,-pulse} wireplumber pulseaudio

Offline

#9 2024-05-17 19:48:53

Aleks.b01
Member
Registered: 2024-05-16
Posts: 16

Re: [SOLVED] No sound devices found

Not sure if I'm supposed to post all of the outputs here (guessing not, correct me if I'm wrong) but all of the outputs are basically telling me wireplumber, pulseaudio and pipewire

Offline

#10 2024-05-17 21:01:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,118

Re: [SOLVED] No sound devices found

Post them here, wrap them in [ code ] [ /code ] tags without the spaces.

If pulseaudio and wireplumber both show up in that list, that will be a logical conflict, you probably want to replace pulseaudio with pipewire-pulse and reboot. (and I realize that's in your OP already, should've suggested that beforehand, sorry)

Last edited by V1del (2024-05-17 21:02:16)

Offline

#11 2024-05-17 21:37:23

Aleks.b01
Member
Registered: 2024-05-16
Posts: 16

Re: [SOLVED] No sound devices found

That fixed my problem, thank you!

Offline

Board footer

Powered by FluxBB