LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   jackd was installed with a program in Linux Mint, now there's no sound (https://www.linuxquestions.org/questions/linux-desktop-74/jackd-was-installed-with-a-program-in-linux-mint-now-theres-no-sound-4175494653/)

liquid paper 02-12-2014 08:51 AM

jackd was installed with a program in Linux Mint, now there's no sound
 
As the subject would suggest, I have no sound after installing rosegarden (depends on jackd).

The packages that were installed are:
flac (1.2.1-6build1)
guile-1.8 (1.8.8+1-6ubuntu3)
jackd (5)
jackd2 (1.9.8~dfsg.4+20120529git007cdc37-2ubuntu2)
jackd2-firewire (1.9.8~dfsg.4+20120529git007cdc37-2ubuntu2)
libconfig++9 (1.4.8-5)
libffado2 (2.0.99+svn2019-1ubuntu4)
liblo7 (0.26~repack-7)
liblrdf0 (0.4.0-5build1)
libraptor1 (1.4.21-7.1)
libtie-ixhash-perl (1.21-2)
libxml++2.6-2 (2.34.2-1)
libxml-twig-perl (1:3.39-1ubuntu1)
libxml-xpath-perl (1.13-7)
lilypond (2.14.2-3)
lilypond-data (2.14.2-3)
lilypond-doc (2.14.2-3)
qjackctl (0.3.9-2)
rosegarden (1:12.04-1)
sndfile-programs (1.0.25-5)
texinfo (4.13a.dfsg.1-10ubuntu2)
wavpack (4.60.1-3)

fuorviato 02-13-2014 04:09 AM

Is your pulseaudio running?

Enter
Quote:

ps -aux|grep [p]ulseaudio
to check that.

liquid paper 02-13-2014 09:41 AM

Thank you for your reply.

Code:

$ ps -A ux | grep [p]ulseaudio
2876  0.0  0.1 427100  6900 ?        S<l  06:49  0:00 /usr/bin/pulseaudio --start --log-target=syslog

I also took the liberty of checking the log output for any pulseaudio entries
I last booted my system at about 6:49 so these are all since last boot
Code:

$ cat syslog | grep pulseaudio
Feb 13 06:49:55 nolan-linuxmint pulseaudio[3386]: [pulseaudio] pid.c: Daemon already running.
Feb 13 06:50:35 nolan-linuxmint pulseaudio[2876]: [pulseaudio] sink-input.c: Failed to create sink input: sink is suspended.
Feb 13 06:51:34  pulseaudio[2876]: last message repeated 47 times
Feb 13 07:12:28 nolan-linuxmint pulseaudio[2876]: [pulseaudio] sink-input.c: Failed to create sink input: sink is suspended.
Feb 13 07:13:35  pulseaudio[2876]: last message repeated 35 times

Also I found a command to get some output from pulseaudio while doing some searching:
Code:

$ pkill pulseaudio; sleep 2; pulseaudio -vv
I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
D: [pulseaudio] core-util.c: RealtimeKit worked.
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 2.1
D: [pulseaudio] main.c: Compilation host: x86_64-pc-linux-gnu
D: [pulseaudio] main.c: Compilation CFLAGS: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
D: [pulseaudio] main.c: Running on host: Linux x86_64 3.5.0-45-generic #68-Ubuntu SMP Mon Dec 2 21:58:52 UTC 2013
D: [pulseaudio] main.c: Found 2 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: no
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
I: [pulseaudio] main.c: Machine ID is ac71b323c0b37038ecf692a95102b1f9.
I: [pulseaudio] main.c: Session ID is ac71b323c0b37038ecf692a95102b1f9-1392302987.479429-1294680043.
I: [pulseaudio] main.c: Using runtime directory /home/nolan/.pulse/ac71b323c0b37038ecf692a95102b1f9-runtime.
I: [pulseaudio] main.c: Using state directory /home/nolan/.pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
I: [pulseaudio] main.c: Running in system mode: no
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.

P.S. To double check that it is in fact the installation of jackd that was causing the problem I temporarily uninstalled it, the sound came back, and then went away again when I reinstalled it.

fuorviato 02-13-2014 10:16 AM

Seems to be a known problem with jack deamon "supressing" pulseaudio server.
It is explained here

Hope that helps


All times are GMT -5. The time now is 11:10 AM.