Page 7 of 28 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 273

Thread: Sound troubleshooting

  1. #61
    Join Date
    Apr 2012
    Beans
    14

    Re: Sound troubleshooting

    The first thing you'll have to do is get rid of PulseAudio:

    Code:

    sudo apt-get install gstreamer0.10-alsa gnome-alsamixer
    sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio vlc-plugin-pulse

    Then you'll need to put the following configuration file into your user home directory. Save it as ".asoundrc":
    Code:

    pcm.!default {
    type plug
    slave.pcm {
    type asym
    playback.pcm {
    type route
    slave.pcm "dmix:0"
    ttable.0.0 0.66
    ttable.0.1 0.33
    ttable.1.0 0.33
    ttable.1.1 0.66
    }
    capture.pcm "hw:0"
    }
    }

    Log out and log in again, then open a terminal window and run the following test:

    Code:

    speaker-test -t wav -c 2

  2. #62
    Join Date
    Apr 2012
    Beans
    14

    Re: Sound troubleshooting

    Code:

    sudo apt-get install gstreamer0.10-alsa gnome-alsamixer
    sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio vlc-plugin-pulse

    Then you'll need to put the following configuration file into your user home directory. Save it as ".asoundrc":
    Code:

    pcm.!default {
    type plug
    slave.pcm {
    type asym
    playback.pcm {
    type route
    slave.pcm "dmix:0"
    ttable.0.0 0.66
    ttable.0.1 0.33
    ttable.1.0 0.33
    ttable.1.1 0.66
    }
    capture.pcm "hw:0"
    }
    }

    Log out and log in again, then open a terminal window and run the following test:

    Code:

    speaker-test -t wav -c 2

    This will play back two sound clips ("front left" and "front right"). You should be able to hear both clips on either channel, with one being slightly louder than the other.

  3. #63
    Join Date
    Apr 2012
    Beans
    14

    Re: Sound troubleshooting

    http://ubuntuforums.org/showthread.php?t=1384860

    Look here this is where i got it,im having trouble to copy this you might have more luck
    it worked for me first time.

  4. #64
    Join Date
    Apr 2012
    Beans
    5

    Re: Sound troubleshooting

    @ takka

    nope didn't work

    I am thinking that maybe if i switch to Ubuntu 12.04, or even Debian 6 (squeeze) it may potentially solve my problems.
    any thoughts on this, or am i just potentially perpetuating the problem?

    thanks

    MrW
    Attached Images Attached Images

  5. #65
    Join Date
    Apr 2012
    Beans
    14

    Re: Sound troubleshooting

    ".asoundrc": are you saving to root with gedit exactly how its written here with symbols?

  6. #66
    Join Date
    Jun 2007
    Beans
    14,793

    Re: Sound troubleshooting

    @takka360: advising people to remove pulseaudio is probably a bad idea in general (though it may work in some cases).

  7. #67
    Join Date
    Apr 2012
    Beans
    5

    Re: Sound troubleshooting

    Quote Originally Posted by takka360 View Post
    ".asoundrc": are you saving to root with gedit exactly how its written here with symbols?
    yes, i am.

    fun times. lol

  8. #68
    Join Date
    Dec 2011
    Beans
    6

    Re: Sound troubleshooting

    I have a suggestion if it hasn't been implemented in the new release of Ubuntu; get rid of pulseaudio altogether, it's inferior to Alsa and that Alsa should be the default system for Ubuntu. I'm sick of purging pulseaudio and it's elements every time I have to install a new version of Ubuntu and I'm sure that the majority of Linux users are too.

  9. #69
    Join Date
    Jun 2007
    Beans
    14,793

    Re: Sound troubleshooting

    Quote Originally Posted by Pednick View Post
    I have a suggestion if it hasn't been implemented in the new release of Ubuntu; get rid of pulseaudio altogether, it's inferior to Alsa and that Alsa should be the default system for Ubuntu. I'm sick of purging pulseaudio and it's elements every time I have to install a new version of Ubuntu and I'm sure that the majority of Linux users are too.
    Use Lubuntu or find another distro, because Ubuntu devs aren't dropping pulseaudio.

  10. #70
    Join Date
    Dec 2011
    Beans
    6

    Re: Sound troubleshooting

    Quote Originally Posted by Temüjin View Post
    Use Lubuntu or find another distro, because Ubuntu devs aren't dropping pulseaudio.
    So Libuntu doesn't put even a little trace of pulseaudio? I guess I could try that. anything to get rid of that crappy pulseaudio.

Page 7 of 28 FirstFirst ... 5678917 ... LastLast

Tags for this Thread

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
  •