Page 170 of 171 FirstFirst ... 70120160168169170171 LastLast
Results 1,691 to 1,700 of 1706

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

  1. #1691
    Join Date
    Sep 2009
    Beans
    26

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

    Might be about time to update this since PulseAudio is used by default now in Kubuntu 10.10 (which really really sucks since the default configuration provides NO access to all of the input channels of the sound hardware used, making it impossible to configure various things like Mic 2 selection, Mic boost, mute or unmute aux/line in/phone or any other input).

  2. #1692
    Join Date
    Feb 2007
    Beans
    Hidden!

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

    Thank you for this.

  3. #1693
    Join Date
    Mar 2011
    Beans
    6

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

    damo@damo-HP-Pavilion-dv7-Notebook-PC:~$ pkill pulseaudio; sleep 2; pulseaudio -vv
    I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: core-rtclock.c: Timer slack is set to 50 us.
    D: core-util.c: RealtimeKit worked.
    I: core-util.c: Successfully gained nice level -11.
    I: main.c: This is PulseAudio 0.9.21-63-gd3efa-dirty
    D: main.c: Compilation host: i686-pc-linux-gnu
    D: main.c: Compilation CFLAGS: -g -O2 -g -Wall -O3 -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    D: main.c: Running on host: Linux i686 2.6.35-28-generic-pae #49-Ubuntu SMP Tue Mar 1 14:58:06 UTC 2011
    D: main.c: Found 2 CPUs.
    I: main.c: Page size is 4096 bytes
    D: main.c: Compiled with Valgrind support: no
    D: main.c: Running in valgrind mode: no
    D: main.c: Running in VM: no
    D: main.c: Optimized build: yes
    D: main.c: All asserts enabled.
    I: main.c: Machine ID is ba7716074992340f68c5140000000007.
    I: main.c: Session ID is ba7716074992340f68c5140000000007-1302485562.759307-1573744398.
    I: main.c: Using runtime directory /home/damo/.pulse/ba7716074992340f68c5140000000007-runtime.
    I: main.c: Using state directory /home/damo/.pulse.
    I: main.c: Using modules directory /usr/lib/pulse-0.9.21/modules.
    I: main.c: Running in system mode: no
    E: pid.c: Daemon already running.
    E: main.c: pa_pid_file_create() failed.
    damo@damo-HP-Pavilion-dv7-Notebook-PC:~$


    damo@damo-HP-Pavilion-dv7-Notebook-PC:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: STAC92xx Digital [STAC92xx Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    damo@damo-HP-Pavilion-dv7-Notebook-PC:~$

    lucid lynx 11.04 1386

    all aps appear in apps box even skype but no sound still get connection failed

    damianogrady@ hotmail.com

  4. #1694
    Join Date
    Jan 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Lubuntu

    Angry Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support

    As you know, Pulse audio defaults to two channels.

    Why ?

    Almost all mainboards these days comes with at least 6 channel integrated audio.

    But because pulse audio defaults to 2 channels people can't enjoy surround sound (without doing some serious tweaking) despite having the hardware.
    Lubuntu 20.04

  5. #1695
    Join Date
    May 2011
    Beans
    1

    Wink Re: HOWTO: PulseAudio Fixes & System-Wide Equalizer Support

    I had this issue on my Dell XPS M1530. I resolved it by following the instructions in Appendix A point 1 above.

    My specific actions were as follows:
    rm -rf ~./pulse
    sudo reboot 0


    RESOLVED
    I have commented on this so people searching for this issue on Dell XPS M1530 will find help

  6. #1696
    Join Date
    May 2011
    Beans
    48

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

    pleas update for current version 11.04 thank i can give cooki if fast uipdate ned eqaulizer

  7. #1697
    Join Date
    Mar 2008
    Beans
    104

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

    pkill pulseaudio; sleep 2; pulseaudio -vv
    I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: core-rtclock.c: Timer slack is set to 50 us.
    D: core-util.c: RealtimeKit worked.
    I: core-util.c: Successfully gained nice level -11.
    I: main.c: This is PulseAudio 0.9.21-63-gd3efa-dirty
    D: main.c: Compilation host: i686-pc-linux-gnu
    D: main.c: Compilation CFLAGS: -g -O2 -g -Wall -O3 -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    D: main.c: Running on host: Linux i686 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011
    D: main.c: Found 1 CPUs.
    I: main.c: Page size is 4096 bytes
    D: main.c: Compiled with Valgrind support: no
    D: main.c: Running in valgrind mode: no
    D: main.c: Running in VM: no
    D: main.c: Optimised build: yes
    D: main.c: All asserts enabled.
    I: main.c: Machine ID is ea7ca271934b0b9b38bdb31d0000000b.
    I: main.c: Session ID is ea7ca271934b0b9b38bdb31d0000000b-1307091093.672770-1645104095.
    I: main.c: Using runtime directory /home/holefarm/.pulse/ea7ca271934b0b9b38bdb31d0000000b-runtime.
    I: main.c: Using state directory /home/holefarm/.pulse.
    I: main.c: Using modules directory /usr/lib/pulse-0.9.21/modules.
    I: main.c: Running in system mode: no
    E: pid.c: Daemon already running.
    E: main.c: pa_pid_file_create() failed.
    holefarm@dbell:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: CMI8738 [C-Media CMI8738], device 0: CMI8738-MC6 [C-Media PCI DAC/ADC]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: CMI8738 [C-Media CMI8738], device 1: CMI8738-MC6 [C-Media PCI 2nd DAC]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: CMI8738 [C-Media CMI8738], device 2: CMI8738-MC6 [C-Media PCI IEC958]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    holefarm@dbell:~$
    worked until a recent kernel upgrade
    Any clues on how to fix?

  8. #1698
    Join Date
    Feb 2007
    Beans
    Hidden!

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

    bogdan@bogdan-945PL-S3P:~$ pulseaudio-equalizer
    /usr/bin/pulseaudio-equalizer: line 68: [: 0: unary operator expected
    /usr/bin/pulseaudio-equalizer: line 78: 10+: syntax error: operand expected (error token is "+")
    (standard_in) 1: syntax error
    This happened after reinstalling (completely removing with synaptic and installing again).
    Any ideas?

    EDIT: deleted .pulse in home folder and works now

    I was wrong about editing preset file to add custom frequencies.
    This being, PLEASE tell us how we can add them.
    Last edited by nightfever; July 12th, 2011 at 10:01 PM.

  9. #1699
    Join Date
    Sep 2009
    Beans
    33
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

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

    I am having some issues. I can hear sound fine but when I open up the Pulse VolumeManager the vu-meter isn't registering anything for the ALSA plugin. When I make a loopback adapter and try using that instead I still don't get anything. I tried to record the monitor but no audio was recorded. This seems to work fine for the internal mic, just not from the soundcard itself.

    My aplay...

    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    The other command...
    http://pastebin.com/d3NUnBGP

    Thanks

  10. #1700
    Join Date
    Aug 2008
    Beans
    68

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

    Hello.
    I have 5.1 system. How to make redirection of bass with pulseaudio or with alsa from all channells to subwoofer?

Page 170 of 171 FirstFirst ... 70120160168169170171 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
  •