Page 15 of 171 FirstFirst ... 513141516172565115 ... LastLast
Results 141 to 150 of 1706

Thread: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support

  1. #141
    Join Date
    Jul 2007
    Beans
    8

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    It's rocking now!!!!


    Listen, I've lost almost all my afternoon but worth it.
    Didn't read your suggestions before making my tweaks but I think this is no more necessary.

    Here's what I did:

    First, in /etc/asound.conf:

    Code:
    [...]
    pcm.equalizer {
      type ladspa
      slave.pcm "plug:surround40"
      path "/usr/lib/ladspa"
    [...]
    Just to check, in /etc/pulse/daemon.conf:

    Code:
    [...]
    default-sample-channels = 4
    [...]
    In /etc/pulse/default.pa:

    Code:
    [...]
    load-module module-alsa-sink device=equalized
    [...]
    That's gonna work for any Audigy2 LS (or any other CA0106) I guess... Just change surround40 with the option you need taking care about the sample channels in the daemon.conf. (for surround41, 5 channels; surround51, 6 channels; surround71, 8 channels).
    I really don't know why I didn't find it before, because I've already tried that config, maybe I forgot to completely reboot the system and just ctrl+alt+backspace (which I don't know why don't work for this kind of stuff) and mess up myself trying pathetic config combinations.
    Sorry about the bother, and really thanks a lot. I messed it just for being a stupid anti-reboot silly person.
    Greetings from Argentina.

    cacus

  2. #142
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by cacus View Post
    It's rocking now!!!!
    I'm glad you got it working . By the way, you don't need to reboot after tweaking PulseAudio; all you need to do is kill the process and restart it, i.e.:
    Code:
    pkill pulseaudio; pulseaudio

  3. #143
    Join Date
    May 2008
    Beans
    13

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Hi, I did fix number one and now I get this on bootup:

    Code:
    May 29 00:19:56 hplappy kernel: [   47.799470] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2061: AC'97 1 does not respond - RESET
    May 29 00:19:56 hplappy kernel: [   47.833344] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2070: AC'97 1 access is not valid [0xffffffff], removing mixer.
    May 29 00:19:56 hplappy kernel: [   47.855456] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ali5451/ali5451.c:1927: ali mixer 1 creating error.
    .

    I can't get rid of these messages whatever I do. Any ideas? Thanks.

  4. #144
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by timothius View Post
    Hi, I did fix number one and now I get this on bootup:

    Code:
    May 29 00:19:56 hplappy kernel: [   47.799470] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2061: AC'97 1 does not respond - RESET
    May 29 00:19:56 hplappy kernel: [   47.833344] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2070: AC'97 1 access is not valid [0xffffffff], removing mixer.
    May 29 00:19:56 hplappy kernel: [   47.855456] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ali5451/ali5451.c:1927: ali mixer 1 creating error.
    .

    I can't get rid of these messages whatever I do. Any ideas? Thanks.
    If you google the error, it appears to be kernel related. Did you do a kernel upgrade? If that's the case, boot to the old kernel and see if it's fixed. Otherwise see Appendix 2... but it's not PulseAudio related.

  5. #145
    Join Date
    Jul 2007
    Beans
    4

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Thanks, i was getting really sick of the firefox crashes with libflashsupport this did the business

  6. #146
    Join Date
    May 2008
    Beans
    13

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by psyke83 View Post
    If you google the error, it appears to be kernel related. Did you do a kernel upgrade? If that's the case, boot to the old kernel and see if it's fixed. Otherwise see Appendix 2... but it's not PulseAudio related.
    Thats the thing, I followed the removal instructions to the letter and I still get:

    Code:
    [   49.901133] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2061: AC'97 1 does not respond - RESET
    [   49.936109] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2070: AC'97 1 access is not valid [0xffffffff], removing mixer.
    [   49.958047] ALSA /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ali5451/ali5451.c:1927: ali mixer 1 creating error.
    I'm using the default kernel that installs when you install from the Hardy CD.

    It seems that some configuration file change or something has been left even after install. I have no idea how to fix this

    Thanks for the help.

  7. #147
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by timothius View Post
    It seems that some configuration file change or something has been left even after install. I have no idea how to fix this

    Thanks for the help.
    If you follow the removal instructions of Appendix 2, then all configuration files and packages will be restored to Hardy defaults. Again as I said, this is a kernel issue and not related to PulseAudio or its configuration.

    Was sound working for you before you tried this guide? Does booting from the LiveCD present this issue as well? I cannot troubleshoot a kernel issue for your hardware since it's different to mine, and I don't believe this guide caused the issue. The removal instruction will restore your system to its original state.

    For a start to your troubleshooting, see these bug reports and links:
    https://bugs.launchpad.net/ubuntu/+s....20/+bug/65529
    https://bugs.launchpad.net/ubuntu/+s....20/+bug/94333
    http://groups.google.com/group/linux...e7d1ef18639869
    Last edited by psyke83; May 29th, 2008 at 04:43 PM.

  8. #148
    Join Date
    May 2008
    Beans
    13

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by psyke83 View Post
    If you follow the removal instructions of Appendix 2, then all configuration files and packages will be restored to Hardy defaults. Again as I said, this is a kernel issue and not related to PulseAudio or its configuration.

    Was sound working for you before you tried this guide? Does booting from the LiveCD present this issue as well? I cannot troubleshoot a kernel issue for your hardware since it's different to mine, and I don't believe this guide caused the issue. The removal instruction will restore your system to its original state.

    For a start to your troubleshooting, see these bug reports and links:
    https://bugs.launchpad.net/ubuntu/+s....20/+bug/65529
    https://bugs.launchpad.net/ubuntu/+s....20/+bug/94333
    http://groups.google.com/group/linux...e7d1ef18639869
    Ah, I might have had the message before I followed the guide - I only checked after I followed the guide, so assumed that it was the cause. I'll try to boot from the live cd to see.

    My audio works the same currently as it always has - the sound crackles and randomly speeds up and down. I was following the guide as it was linked from a bug report.

  9. #149
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by timothius View Post
    My audio works the same currently as it always has - the sound crackles and randomly speeds up and down. I was following the guide as it was linked from a bug report.
    Sound crackling certainly can occur because of PulseAudio, but speeding up and down does not. This indicates a problem with your audio chipset and not PulseAudio, so the fix is probably needed either in ALSA or with a BIOS update. The links I posted have lots of useful information.

  10. #150
    Join Date
    May 2008
    Beans
    13

    Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support (Hardy Heron)

    Quote Originally Posted by psyke83 View Post
    Sound crackling certainly can occur because of PulseAudio, but speeding up and down does not. This indicates a problem with your audio chipset and not PulseAudio, so the fix is probably needed either in ALSA or with a BIOS update. The links I posted have lots of useful information.
    Yup you were right I booted from the livecd and checked dmesg - those errors were present.

    I'll look into configuring ALSA (although i've tried in vain for days) and check my bios version.

Page 15 of 171 FirstFirst ... 513141516172565115 ... 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
  •