Announcement

Collapse
No announcement yet.

Popping audio issues on new install....

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Popping audio issues on new install....

    I can't save changes to the file below (so I can fix this problem) because I don't have the right permissions. How can I get permissions to get rid of that annoying popping and make the change I need to make to this file? Thanks for the knowledge.

    etc/modprobe.d/# on last line

    #2
    Re: Popping audio issues on new install....

    you nead to edit as root the file like

    Code:
    kdesudo kate /etc/modprobe.d/alsa-base.conf
    if thats the file your trying to edit.

    you going to coment out the last line hear.

    # Prevent abnormal drivers from grabbing index 0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    options snd-usb-caiaq index=-2
    # Ubuntu #62691, enable MPU for snd-cmipci
    options snd-cmipci mpu_port=0x330 fm_port=0x388
    # Keep snd-pcsp from being loaded as first soundcard
    options snd-pcsp index=-2
    # Power down HDA controllers after 10 idle seconds
    #options snd-hda-intel power_save=10 power_save_controller=N
    ?

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: Popping audio issues on new install....

      Back in January, I had this issue. I followed the advice. Later, I found that changing the line to:
      options snd-hda-intel power_save=0 power_save_controller=N
      and leaving it un-commented (active) worked. I have no popping when the desktop loads. No popping at all.
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment

      Working...
      X