[Çözüldü] Kulaklıkta Cızırtı

Başlatan fsutil, 22 Kasım 2017 - 01:18:14

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

fsutil

Kulaklık taktığımda eğer bi ses sağ taraftan geliyorsa sol tarafta bir cızırtı oluşuyor. Yani sesin dengesi ne tarafa kayıyorsa diğer tarafta bir cızırtı oluyor. Windows üzerinde böyle bir durum olmamakta. İşin ilginç yani bir kaç defa linux üzerinde de olmadı ama aç kapa yaptıktan sonra yine aynı sorunlu haline dönüyor. Ne yapmalıyım.

Çıktılar :

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial


lspci | grep Audio

00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)

grep "Codec:" /proc/asound/card*/codec*

/proc/asound/card0/codec#0:Codec: Realtek ALC295
/proc/asound/card0/codec#2:Codec: Intel Kabylake HDMI


lsmod | grep snd

snd_hda_codec_hdmi     53248  1
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
snd_hda_intel          40960  3
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           73728  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               106496  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  2 snd_pcm,snd_seq
snd                    81920  17 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore              16384  1 snd


aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC295 Analog [ALC295 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

Hyakuya

Codeci Kaldırıp, Yeniden Kur Veya Yeni Bir Codec Yükle Eğer Sorunun Yazılımsalsa Bunu Yapman Sorununu Çözer

if

[mention=633501]@Hyakuya[/mention]

Çözücüyü nerede bulacağımızı, nasıl kaldırıp kuracağımızı da söyleseydiniz.

@fsutil,


sudo apt install alsa-tools
hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x67
hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x3000


komutlarını uyguladıktan sonra sorun devam ediyor mu?

https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1648183

fsutil

Alıntı yapılan: if - 22 Kasım 2017 - 08:25:56
[mention=633501]@Hyakuya[/mention]

Çözücüyü nerede bulacağımızı, nasıl kaldırıp kuracağımızı da söyleseydiniz.

@fsutil,


sudo apt install alsa-tools
hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x67
hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x3000


komutlarını uyguladıktan sonra sorun devam ediyor mu?

https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1648183

Sorun çözüldü şuan, çok teşekkür ederim. Bunu her açılışta script olarak çalıştırmam mı gerekiyor ?

if

Rica ederim, evet bu komutları bir betikğe çevirip her açılışta - en azından sorun çekirdekte düzeltilene kadar - çalıştırmanız gerekiyor. Bunun için de şu[1] anlatımı uygulayabilirsiniz.

[1] https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX430/UX530#Headphones_audio_is_too_low

fsutil

[mention=633524]@if[/mention] , anladım tekrardan teşekkür ederim  :)