Results 1 to 7 of 7

Thread: high pitched noise

  1. #1
    Join Date
    Nov 2007
    Beans
    450

    high pitched noise

    Hi,

    I have a
    Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller

    I noticed that whenever the PCM slider is at 100% I get really wierd noise. I need to keep it at around -3db. How do I get that to work? I can't even move the slider around anymore.

  2. #2
    Join Date
    Nov 2007
    Beans
    450

    Re: high pitched noise

    bump

  3. #3
    Join Date
    Jan 2010
    Location
    Portland, Oregon
    Beans
    525
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: high pitched noise

    Quote Originally Posted by whitethorn View Post
    Hi,

    I have a
    Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller

    I noticed that whenever the PCM slider is at 100% I get really wierd noise. I need to keep it at around -3db. How do I get that to work? I can't even move the slider around anymore.
    Which software version(s) are you running?

    My motherboard also has an ICH10 but I don't have any audio problems running Ubuntu 9.10. I am waiting until 10.04 gets the majority of its bugs fixed before I try that release.

    quaproc

  4. #4
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: high pitched noise

    Can you post the output of these terminal commands for me please:
    Code:
    uname -a
    aplay -l
    cat /proc/asound/version
    head -n 1 /proc/asound/card*/codec#*
    Terminal="Applications->Accessories->Terminal"
    Please post text output using code tags. Also helpful is the make/model of your PC/Laptop.

  5. #5
    Join Date
    Nov 2007
    Beans
    450

    Re: high pitched noise

    I did a couple updates and now my ubuntu won't boot properly. I haven't really had time to try to fix it (I think it was a kernel panic) I was planning on doing a clean install anyway. But I can give you some of the output from the commands from my arch installation (installed it on the weekend, but I do still want to fix the pulseaudio problem).

    Code:
    uname -a
    Linux wt-arch 2.6.33-ARCH #1 SMP PREEMPT Mon Apr 26 19:31:00 CEST 2010 x86_64 Intel(R) Core(TM)2 Quad CPU Q9650 @ 3.00GHz GenuineIntel GNU/Linux
    Code:
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Code:
    Advanced Linux Sound Architecture Driver Version 1.0.21.
    Code:
    Codec: Realtek ALC1200
    I guess the only difference between running these commands in ubuntu to arch would be the kernel version, distro, and maybe the alsa version.

    Is it possible to set the maximum value of the pcm slider to be -3dbs less than the actual maximum?

  6. #6
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: high pitched noise

    You could try this, but I'm going on limited information here. Using a Terminal="Applications->Accessories->Terminal"
    Open this file for editing:
    Code:
     gksudo gedit /etc/modprobe.d/alsa-base.conf
    Insert this line at the bottom:
    Code:
     options snd-hda-intel probe_mask=1
    Save. Close. Reboot. Check your levels in alsamixer.
    Code:
     alsamixer
    Press F6 to select the correct soundcard.
    Press F3 to show playback levels. F4 selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
    Go to "System ->Preferences ->Sound" and

  7. #7
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: high pitched noise

    You probably shouldn't have your PCM set to 100%. On most sound cards you'll get distortion. In your case, you're getting high-pitched noise. Keep it at 95% or lower and you should be fine.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •