You are not logged in.
I installed Arch Linux with Awesome WM.
I thought it was good to install PipeWire with ALSA
After uninstalling PulseAudio and installing PipeWire, I couldn't hear anything through the speakers.
I switched back to PulseAudio, but there's still no sound.
aplay -D hw:1,0 /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
aplay: set_params:1398: Channels count non availablejournalctl --user -u pulseaudio
Jun 28 23:53:01 blackpearl systemd[956]: Starting Sound Service...
Jun 28 23:53:02 blackpearl systemd[956]: Started Sound Service.
Jun 28 23:53:27 blackpearl pulseaudio[10932]: Get() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jun 29 00:05:03 blackpearl pulseaudio[10932]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jun 29 00:05:04 blackpearl systemd[956]: Stopping Sound Service...
Jun 29 00:05:04 blackpearl systemd[956]: pulseaudio.service: Main process exited, code=dumped, status=11/SEGV
Jun 29 00:05:04 blackpearl systemd[956]: pulseaudio.service: Failed with result 'core-dump'.
Jun 29 00:05:04 blackpearl systemd[956]: Stopped Sound Service.
-- Boot 60dd15cd66d4477b8c0200cc7745d68e --
Jun 29 09:25:09 blackpearl systemd[1147]: Starting Sound Service...
Jun 29 09:25:10 blackpearl systemd[1147]: Started Sound Service.
Jun 29 11:07:48 blackpearl pulseaudio[1162]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jun 29 11:07:48 blackpearl systemd[1147]: Stopping Sound Service...
Jun 29 11:07:48 blackpearl systemd[1147]: pulseaudio.service: Main process exited, code=dumped, status=11/SEGV
Jun 29 11:07:48 blackpearl systemd[1147]: pulseaudio.service: Failed with result 'core-dump'.
Jun 29 11:07:48 blackpearl systemd[1147]: Stopped Sound Service.
-- Boot 878eca3212f649d5b7d1f30ea787f822 --
Jun 29 11:08:14 blackpearl systemd[935]: Starting Sound Service...
Jun 29 11:08:14 blackpearl systemd[935]: Started Sound Service.
Jun 29 11:15:56 blackpearl pulseaudio[951]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jun 29 11:15:56 blackpearl pulseaudio[951]: Assertion 'pa_atomic_load(&(y)->_ref) > 0' failed at ../pulseaudio/src/modules/bluetooth/bluez5-util.c:2207, function pa_bluetooth_discovery_hook(). Aborting.
Jun 29 11:15:56 blackpearl systemd[935]: Stopping Sound Service...
Jun 29 11:15:56 blackpearl systemd[935]: pulseaudio.service: Main process exited, code=dumped, status=6/ABRT
Jun 29 11:15:56 blackpearl systemd[935]: pulseaudio.service: Failed with result 'core-dump'.
Jun 29 11:15:56 blackpearl systemd[935]: Stopped Sound Service.
-- Boot 218222dde5c04549aa8a797638c35d53 --
Jun 29 11:16:22 blackpearl systemd[925]: Starting Sound Service...
Jun 29 11:16:23 blackpearl systemd[925]: Started Sound Service.Last edited by Amal-N47h (2024-07-03 15:00:46)
Offline
The proper way to change to pipewire is installing pipewire wireplumber pipewire-pulse pipewire-alsa
The proper way of changing back to pulseaudio is getting rid of pipewire-alsa pipewire-pulse and replacing wireplumber with pipewire-media-session so you don't gave conflicting implementations of pulseaudio.
If that doesn't help post
sudo fuser -v /dev/snd/*
systemctl --user status pipewire wireplumber pipewire-pulse pulseaudio Offline
The proper way to change to pipewire is installing pipewire wireplumber pipewire-pulse pipewire-alsa
The proper way of changing back to pulseaudio is getting rid of pipewire-alsa pipewire-pulse and replacing wireplumber with pipewire-media-session so you don't gave conflicting implementations of pulseaudio.
If that doesn't help post
sudo fuser -v /dev/snd/* systemctl --user status pipewire wireplumber pipewire-pulse pulseaudio
My system has been working flawlessly on pipewire for months or longer.
Today I did a full system upgrade (after a week).
Now I don't have sound.
Maybe it is somehow related.
sudo fuser -v /dev/snd/*
UŻYTKOWNIK PID DOSTĘP POLECENIE
/dev/snd/controlC0: jm 1134 F.... pipewire
jm 1135 F.... wireplumber
/dev/snd/controlC1: jm 1134 F.... pipewire
jm 1135 F.... wireplumber
/dev/snd/controlC2: jm 1134 F.... pipewire
jm 1135 F.... wireplumber
/dev/snd/seq: jm 1134 F.... pipewire
jm 3676 F.... qpwgraphsystemctl --user status pipewire wireplumber pipewire-pulse pulseaudio
Unit pulseaudio.service could not be found.
● pipewire.service - PipeWire Multimedia Service
Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: enabled)
Active: active (running) since Sat 2024-06-29 22:16:37 CEST; 23min ago
Invocation: 4782460b630e4f499b37c6f66c51b989
TriggeredBy: ● pipewire.socket
Main PID: 1134 (pipewire)
Tasks: 3 (limit: 33252)
Memory: 18.8M (peak: 31.4M)
CPU: 7.206s
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
└─1134 /usr/bin/pipewire
cze 29 22:16:37 p14s systemd[1028]: Started PipeWire Multimedia Service.
cze 29 22:18:34 p14s pipewire[1134]: pw.node: (alsa_output.pci-0000_64_00.6.HiFi__Speaker__sink-47) graph xrun (0 suppressed)
● wireplumber.service - Multimedia Service Session Manager
Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
Active: active (running) since Sat 2024-06-29 22:16:37 CEST; 23min ago
Invocation: c627d1c0b80444d5ae63dbb057d13b98
Main PID: 1135 (wireplumber)
Tasks: 7 (limit: 33252)
Memory: 22.3M (peak: 24.3M)
CPU: 438ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
└─1135 /usr/bin/wireplumber
cze 29 22:16:37 p14s systemd[1028]: Started Multimedia Service Session Manager.
cze 29 22:16:37 p14s wireplumber[1135]: wp-device: SPA handle 'api.alsa.acp.device' could not be loaded; is it installed?
cze 29 22:16:37 p14s wireplumber[1135]: s-monitors: Failed to create 'api.alsa.acp.device' device
cze 29 22:16:37 p14s wireplumber[1135]: spa.alsa: Path Mic ACP LED is not a volume or mute control
cze 29 22:16:37 p14s wireplumber[1135]: [0:00:21.967002655] [1135] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
cze 29 22:16:37 p14s wireplumber[1135]: [0:00:21.967018756] [1135] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has >
cze 29 22:16:37 p14s wireplumber[1135]: [0:00:21.967053781] [1135] INFO Camera camera_manager.cpp:313 libcamera v0.3.0Not sure why, but now I need to press twice my mute/unmute button after every reboot. Without that I don't have sound.
Last edited by 860lacov (2024-06-29 20:58:54)
Offline
Same thing here, 860lacov
Offline
Not sure why, but now I need to press twice my mute/unmute button after every reboot. Without that I don't have sound.
Please, report this here: https://gitlab.freedesktop.org/pipewire … ssues/4084
Offline
The proper way to change to pipewire is installing pipewire wireplumber pipewire-pulse pipewire-alsa
The proper way of changing back to pulseaudio is getting rid of pipewire-alsa pipewire-pulse and replacing wireplumber with pipewire-media-session so you don't gave conflicting implementations of pulseaudio.
If that doesn't help post
sudo fuser -v /dev/snd/* systemctl --user status pipewire wireplumber pipewire-pulse pulseaudio
This doesn't solve my problem
sudo fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: jacksparrow 998 F.... pulseaudio
/dev/snd/controlC1: jacksparrow 998 F.... pulseaudiosystemctl --user status pipewire wireplumber pipewire-pulse pulseaudio
Unit wireplumber.service could not be found.
Unit pipewire-pulse.service could not be found.
○ pipewire.service - PipeWire Multimedia Service
Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: enabled)
Active: inactive (dead)
TriggeredBy: ● pipewire.socket
● pulseaudio.service - Sound Service
Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; preset: enabled)
Active: active (running) since Tue 2024-07-02 08:53:58 IST; 4min 54s ago
Invocation: 417137e74c8b43889d8309a5ff0c4b96
TriggeredBy: ● pulseaudio.socket
Main PID: 998 (pulseaudio)
Tasks: 8 (limit: 19014)
Memory: 42.7M (peak: 44.7M)
CPU: 261ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulseaudio.service
├─ 998 /usr/bin/pulseaudio --daemonize=no --log-target=journal
└─1075 /usr/lib/pulse/gsettings-helper
Jul 02 08:53:57 blackpearl systemd[947]: Starting Sound Service...
Jul 02 08:53:58 blackpearl systemd[947]: Started Sound Service.Last edited by Amal-N47h (2024-07-02 03:28:58)
Offline
That's not meant to fix anything but to check what's breaking your sound and it's pulseaudio.
=> https://archlinux.org/packages/extra/x8 … ire-pulse/
Offline
Pulseaudio is crashing on some bluez interaction. Did you ever/are you intending to use a BT headset?
systemctl status bluetoothdoes it help to remove the ~/.config/pulse directory before restarting pulseaudio with
systemctl --user restart pulseaudio(assuming you're intending to stick to pulseaudio, otherwise see seths and my comment above about how to properly switch to pipewire
Offline
Pulseaudio is crashing on some bluez interaction. Did you ever/are you intending to use a BT headset?
systemctl status bluetoothdoes it help to remove the ~/.config/pulse directory before restarting pulseaudio with
systemctl --user restart pulseaudio(assuming you're intending to stick to pulseaudio, otherwise see seths and my comment above about how to properly switch to pipewire
Sometimes I use a Bluetooth headset, but I'm not using it right now.
systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
Active: active (running) since Wed 2024-07-03 11:19:33 IST; 2s ago
Invocation: 5b5247f29cf646329a3850c5b155aa02
Docs: man:bluetoothd(8)
Main PID: 21021 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 19014)
Memory: 748K (peak: 1.7M)
CPU: 35ms
CGroup: /system.slice/bluetooth.service
└─21021 /usr/lib/bluetooth/bluetoothd
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sbc
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc_>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sb>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc_>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sb>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/sbc_>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/sb>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink/fast>
Jul 03 11:19:33 blackpearl bluetoothd[21021]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource/fa>I tried removing .config/pulse and restarting PulseAudio, but that also didn’t work.
Last edited by Amal-N47h (2024-07-03 06:04:25)
Offline
That's weird, can you post the backtrace of the pulse crash? https://wiki.archlinux.org/title/Core_d … _core_dump
Offline
That's weird, can you post the backtrace of the pulse crash? https://wiki.archlinux.org/title/Core_d … _core_dump
There is no backtrace for pulseaudio , Nothing related to pulseaudio listed on coredumpctl list
And there is another error in journalctl
Jul 03 09:37:12 blackpearl systemd[923]: Starting Sound Service...
Jul 03 09:37:12 blackpearl systemd[923]: Started Sound Service.
Jul 03 10:30:55 blackpearl pulseaudio[955]: Battery Level: 60%
Jul 03 10:30:55 blackpearl pulseaudio[955]: Dock Status: undocked
Jul 03 10:30:56 blackpearl pulseaudio[955]: Battery Level: 60%
Jul 03 10:30:56 blackpearl pulseaudio[955]: Dock Status: undocked
Jul 03 10:30:56 blackpearl pulseaudio[955]: org.freedesktop.DBus.Properties.Get /org/bluez/hci0/dev_00_11_5A_0D_00_82/sep1/fd0 Volume property not (yet) available
Jul 03 11:19:33 blackpearl pulseaudio[955]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jul 03 11:27:00 blackpearl systemd[923]: Stopping Sound Service...
Jul 03 11:27:00 blackpearl systemd[923]: Stopped Sound Service.
Jul 03 11:27:00 blackpearl systemd[923]: Starting Sound Service...
Jul 03 11:27:01 blackpearl pulseaudio[22551]: Failed to open cookie file '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 11:27:01 blackpearl pulseaudio[22551]: Failed to load authentication key '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 11:27:01 blackpearl systemd[923]: Started Sound Service.
Jul 03 11:28:07 blackpearl systemd[923]: Stopping Sound Service...
Jul 03 11:28:07 blackpearl systemd[923]: Stopped Sound Service.
Jul 03 11:28:07 blackpearl systemd[923]: Starting Sound Service...
Jul 03 11:28:08 blackpearl pulseaudio[22872]: Failed to open cookie file '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 11:28:08 blackpearl pulseaudio[22872]: Failed to load authentication key '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 11:28:08 blackpearl systemd[923]: Started Sound Service.
Jul 03 19:44:04 blackpearl systemd[923]: Starting Sound Service...
Jul 03 19:44:05 blackpearl pulseaudio[111764]: Failed to open cookie file '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:44:05 blackpearl pulseaudio[111764]: Failed to load authentication key '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:44:05 blackpearl systemd[923]: Started Sound Service.
Jul 03 19:50:37 blackpearl systemd[923]: Starting Sound Service...
Jul 03 19:50:38 blackpearl pulseaudio[113184]: Failed to open cookie file '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:50:38 blackpearl pulseaudio[113184]: Failed to load authentication key '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:50:38 blackpearl systemd[923]: Started Sound Service.
Jul 03 19:55:47 blackpearl systemd[923]: Starting Sound Service...
Jul 03 19:55:47 blackpearl pulseaudio[114393]: Failed to open cookie file '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:55:47 blackpearl pulseaudio[114393]: Failed to load authentication key '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:55:47 blackpearl systemd[923]: Started Sound Service.
Jul 03 19:56:20 blackpearl pulseaudio[114393]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jul 03 19:56:21 blackpearl systemd[923]: pulseaudio.service: Main process exited, code=killed, status=11/SEGV
Jul 03 19:56:21 blackpearl systemd[923]: pulseaudio.service: Failed with result 'signal'.
Jul 03 19:56:21 blackpearl systemd[923]: pulseaudio.service: Scheduled restart job, restart counter is at 1.
Jul 03 19:56:21 blackpearl systemd[923]: Starting Sound Service...
Jul 03 19:56:21 blackpearl systemd[923]: Stopped Sound Service.
-- Boot 9391b64cc5cf4903909ea4f3a383244d --
Jul 03 19:56:48 blackpearl systemd[928]: Starting Sound Service...
Jul 03 19:56:48 blackpearl pulseaudio[958]: Failed to open cookie file '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:56:48 blackpearl pulseaudio[958]: Failed to load authentication key '/home/jacksparrow/.config/pulse/cookie': No such file or directory
Jul 03 19:56:48 blackpearl systemd[928]: Started Sound Service.Last edited by Amal-N47h (2024-07-03 14:46:21)
Offline
Ah yeah it actually started running again in the last log..
So lets roll this back to the baseline, what do you get from
sudo fuser -v /dev/snd/*
aplay -lL
amixer -c1
pactl list cards
pactl list sinks
pactl list sink-inputswhile trying to play back and things not working?
Last edited by V1del (2024-07-03 14:46:20)
Offline
Ah yeah it actually started running again in the last log..
So lets roll this back to the baseline, what do you get from
sudo fuser -v /dev/snd/* aplay -lL amixer -c1 pactl list cards pactl list sinks pactl list sink-inputswhile trying to play back and things not working?
sudo fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: jacksparrow 958 F.... pulseaudio
/dev/snd/controlC1: jacksparrow 958 F.... pulseaudioaplay -lL
null
Discard all samples (playback) or generate zero samples (capture)
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pulse
PulseAudio Sound Server
speex
Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
default
Default ALSA Output (currently PulseAudio Sound Server)
hdmi:CARD=HDMI,DEV=0
HDA Intel HDMI, HDMI 0
HDMI Audio Output
hdmi:CARD=HDMI,DEV=1
HDA Intel HDMI, HDMI 1
HDMI Audio Output
hdmi:CARD=HDMI,DEV=2
HDA Intel HDMI, HDMI 2
HDMI Audio Output
usbstream:CARD=HDMI
HDA Intel HDMI
USB Stream Output
sysdefault:CARD=PCH
HDA Intel PCH, CS4208 Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
Front output / input
surround21:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=PCH,DEV=0
HDA Intel PCH, CS4208 Digital
IEC958 (S/PDIF) Digital Audio Output
usbstream:CARD=PCH
HDA Intel PCH
USB Stream Output
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: CS4208 Analog [CS4208 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 1: CS4208 Digital [CS4208 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0amixer -c1
Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 127
Mono: Playback 127 [100%] [0.00dB] [off]
Simple mixer control 'Headphone',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 127
Mono:
Front Left: Playback 0 [0%] [-63.50dB] [off]
Front Right: Playback 0 [0%] [-63.50dB] [off]
Simple mixer control 'Speaker',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 127
Mono:
Front Left: Playback 127 [100%] [0.00dB] [off]
Front Right: Playback 127 [100%] [0.00dB] [off]
Simple mixer control 'Bass Speaker',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 127
Mono:
Front Left: Playback 127 [100%] [0.00dB] [off]
Front Right: Playback 127 [100%] [0.00dB] [off]
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 'Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 0 [0%] [-20.00dB]
Front Right: 0 [0%] [-20.00dB]
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'IEC958 Default PCM',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 63
Front Left: Capture 63 [100%] [12.00dB] [on]
Front Right: Capture 63 [100%] [12.00dB] [on]
Simple mixer control 'Auto-Mute Mode',0
Capabilities: enum
Items: 'Disabled' 'Enabled'
Item0: 'Disabled'
Simple mixer control 'Internal Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 2
Front Left: 2 [100%] [0.00dB]
Front Right: 2 [100%] [0.00dB]pactl list cards
Card #0
Name: alsa_card.pci-0000_00_03.0
Driver: module-alsa-card.c
Owner Module: 6
Properties:
alsa.card = "0"
alsa.card_name = "HDA Intel HDMI"
alsa.long_card_name = "HDA Intel HDMI at 0xa0c10000 irq 59"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:03.0"
sysfs.path = "/devices/pci0000:00/0000:00:03.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "0d0c"
device.product.name = "Crystal Well HD Audio Controller"
device.form_factor = "internal"
device.string = "0"
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: no)
output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no)
output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no)
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)
off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
Active Profile: off
Ports:
hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, 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, not available)
Properties:
device.icon_name = "video-display"
Part of profile(s): output:hdmi-stereo-extra1, output:hdmi-surround-extra1, output:hdmi-surround71-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
Card #1
Name: alsa_card.pci-0000_00_1b.0
Driver: module-alsa-card.c
Owner Module: 7
Properties:
alsa.card = "1"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xa0c14000 irq 60"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "8c20"
device.product.name = "8 Series/C220 Series Chipset High Definition 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:
input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 32833, available: yes)
output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 39268, available: yes)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 39333, available: yes)
output:analog-surround-21: Analog Surround 2.1 Output (sinks: 1, sources: 0, priority: 34068, available: yes)
output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 34133, available: yes)
output:analog-surround-40: Analog Surround 4.0 Output (sinks: 1, sources: 0, priority: 33968, available: yes)
output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 34033, available: yes)
output:iec958-stereo: Digital Stereo (IEC958) Output (sinks: 1, sources: 0, priority: 38268, available: yes)
output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 38333, available: yes)
output:iec958-ac3-surround-51: Digital Surround 5.1 (IEC958/AC3) Output (sinks: 1, sources: 0, priority: 300, available: yes)
output:iec958-ac3-surround-51+input:analog-stereo: Digital Surround 5.1 (IEC958/AC3) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 33133, available: yes)
off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
Active Profile: output:analog-stereo+input:analog-stereo
Ports:
analog-input-internal-mic: Internal Microphone (type: Mic, priority: 8900, latency offset: 0 usec, availability unknown)
Properties:
device.icon_name = "audio-input-microphone"
Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-ac3-surround-51+input:analog-stereo
analog-input-mic: Microphone (type: Mic, priority: 8700, latency offset: 0 usec, not available)
Properties:
device.icon_name = "audio-input-microphone"
Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-ac3-surround-51+input:analog-stereo
analog-output-speaker: Speakers (type: Speaker, priority: 10000, latency offset: 0 usec, availability unknown)
Properties:
device.icon_name = "audio-speakers"
Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21, output:analog-surround-21+input:analog-stereo, output:analog-surround-40, output:analog-surround-40+input:analog-stereo
analog-output-headphones: Headphones (type: Headphones, priority: 9900, latency offset: 0 usec, not available)
Properties:
device.icon_name = "audio-headphones"
Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
iec958-stereo-output: Digital Output (S/PDIF) (type: SPDIF, priority: 0, latency offset: 0 usec, availability unknown)
Part of profile(s): output:iec958-stereo, output:iec958-stereo+input:analog-stereopactl list sinks
Sink #0
State: SUSPENDED
Name: alsa_output.pci-0000_00_1b.0.analog-stereo
Description: Built-in Audio Analog Stereo
Driver: module-alsa-card.c
Sample Specification: s16le 2ch 44100Hz
Channel Map: front-left,front-right
Owner Module: 7
Mute: yes
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_1b.0.analog-stereo.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
Properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "CS4208 Analog"
alsa.id = "CS4208 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "1"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xa0c14000 irq 60"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "8c20"
device.product.name = "8 Series/C220 Series Chipset High Definition Audio Controller"
device.form_factor = "internal"
device.string = "front:1"
device.buffering.buffer_size = "352800"
device.buffering.fragment_size = "176400"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
device.description = "Built-in Audio Analog Stereo"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
Ports:
analog-output-speaker: Speakers (type: Speaker, priority: 10000, availability unknown)
analog-output-headphones: Headphones (type: Headphones, priority: 9900, not available)
Active Port: analog-output-speaker
Formats:
pcmAnd nothing is shown on "pactl list sink-inputs" this command
If it is good to install pipewire i will install it.
Offline
Nothing is shown because you're not trying to play anything back. but fwiw, your audio device is simply muted...
pactl set-sink-mute alsa_output.pci-0000_00_1b.0.analog-stereo offOffline
Nothing is shown because you're not trying to play anything back. but fwiw, your audio device is simply muted...
pactl set-sink-mute alsa_output.pci-0000_00_1b.0.analog-stereo off
Yes it worked. Thank you
Is it good to continue in pulseaudio or insalling pipewire
Offline
Generally up to you, pipewire is much more actively developed and will see newer features faster (also somewhat of a precond for many wayland related screen sharing shenanigans), but also run into regressions more often due to the pace, pulseaudio is older and works well if it works.
Offline
Generally up to you, pipewire is much more actively developed and will see newer features faster (also somewhat of a precond for many wayland related screen sharing shenanigans), but also run into regressions more often due to the pace, pulseaudio is older and works well if it works.
Ok, Thank You for your valuable time.
Offline