doshi 1
Üyecik
- Katılım
- 19 Temmuz 2026
- Mesajlar
- 2
- Beğeniler
- 1
- İşletim sistemi: Void Linux
- Masaüstü ortamı: KDE Plasma (Wayland)
- Ses altyapısı: PipeWire
- Donanım: Acer Aspire 3 A15-57G
Kod:
[E][18:13:36.674657] mod.fallback-sink | [module-fallback-: 426 pipewire__module_init()] can't connect: Host is down [E][18:13:36.674795] default | [ cmd.c: 51 do_cmd()] can't run command load-module module-always-sink: Host is down [E][18:13:36.675273] mod.protocol-pulse | [ pulse-server.c: 1085 do_set_client_name()] 0x55ef43bc4750: failed to connect client: Host is down [W][18:13:36.675289] mod.protocol-pulse | [ reply.c: 54 reply_error()] client 0x55ef43bd34d0 []: ERROR command:9 (SET_CLIENT_NAME) tag:1 error:6 (Host is down) [E][18:13:41.489845] mod.protocol-pulse | [ pulse-server.c: 1085 do_set_client_name()] 0x55ef43bc4750: failed to connect client: Host is down [W][18:13:41.489875] mod.protocol-pulse | [ reply.c: 54 reply_error()] client 0x55ef43bd34d0 []: ERROR command:9 (SET_CLIENT_NAME) tag:1 error:6 (Host is down)
Hatasını vermekte.
Şu ana kadar çözüm için denediklerim:
Intel sürücülerini doğru bir biçimde silip tekrar kurdum.
PipeWire yazınca rtkit hatası veriyordu; rtkit kurup servisini aktifleştirdim ve rtkit hatası düzeldi.
PipeWire, wireplumber, alsa-utils, sof-Firmware ve alsa-ucm-conf paketlerini eksiksiz bir şekilde kurdum.
Gerekli olabileceğini düşündüğüm terminal çıktıları:
Kod:
lspci | grep -i audio
00:1f.3 Audio device: Intel Corporation Ice Lake-LP Smart Sound Technology Audio Controller (rev 30)
Kod:
inxi -Axxx
Audio:
Device-1: Intel Ice Lake-LP Smart Sound Audio vendor: Acer Incorporated ALI
driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 chip-ID: 8086:34c8
class-ID: 0403
API: ALSA v: k6.18.38_1 status: kernel-api
Server-1: PipeWire v: 1.6.7 status: off with: 1: pipewire-pulse
status: off 2: wireplumber status: off
Kod:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
Sorunu çözmüş bulunmaktayım.
Kod:
pipewire &
sleep 2
pipewire-pulse &
sleep 2
wireplumber &
Komutlarını terminale yazınca ses sorunum düzelmiş durumda.
Son düzenleme: