erol.name
  • Linux
  • Windows
  • Retro gaming
  • C64
  • Mobile
  • Raspberry Pi

erol.name

Tag: snd_hda_intel

Posted on 29. 12. 201218. 04. 2017

Low volume workaround for snd_hda_intel in Linux

Add this to your /etc/asound.conf

pcm.!default {
  type plug
  slave.pcm "softvol"
  }

pcm.softvol {
  type softvol
  slave {
  pcm "dmix"
  }
  control {
  name "Pre-Amp"
  card 0
  }
  min_dB -5.0
  max_dB 20.0
  resolution 6
  }

Reboot after so that it takes effect.

Posted on 21. 01. 201018. 04. 2017

Fix annoying clicking sound in (K)Ubuntu Karmic Koala

After testing new Kubuntu on my laptop I have noticed this annoying click just after sound is played. It seems that soundcard goes to sleep if it is not used to save power. To leave sound card enabled and to get rid of this sound you need to edit alsa-base.conf file.

Continue reading “Fix annoying clicking sound in (K)Ubuntu Karmic Koala”

Recent Posts

  • OGA – Odroid Go Advance replace glass screen lens
  • Add IP to CirrOS manually if DHCP fails
  • PHPMailer plugin in Organizr is not working
  • Manually add files and folders to ownCloud
  • Use wget to download entire web site for local browsing

Recent Comments

  • jackd on Switch axis in pifba retropie emulator configuration
  • polv on Select and hide unmounted drive icons from Xfce desktop
  • erol on Compile Realtek rtl8812AU/8821AU USB WiFi driver on Debian Jessie
  • Eddie G. O'Connor Jr on Compile Realtek rtl8812AU/8821AU USB WiFi driver on Debian Jessie
  • eroprofile on Switch axis in pifba retropie emulator configuration

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2007-2017 by Erol Tahirović