LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-23-2009, 09:56 PM   #1
pccor
LQ Newbie
 
Registered: Mar 2007
Posts: 12

Rep: Reputation: 0
Sound system dies when starting rosegarden.


Platform: SUSE 11.1, Kernel 2.6.27.29-0.1-pae and Gnome 2.24.1.

Whenever I start rosegarden my sound system dies and I get the following error from rosegarden's sequencer status details:

----------------------

JackDriver::initialiseAudio - JACK sample rate = 48000Hz, buffer size = 1024
JackDriver::initialiseAudio - creating disk thread
JackDriver::initialiseAudio - found 8 JACK physical outputs
JackDriver::initialiseAudio - connecting from "rosegarden:master out L" to "systemlayback_1"
JackDriver::initialiseAudio - connecting from "rosegarden:master out R" to "systemlayback_2"
JackDriver::initialiseAudio - found 2 JACK physical inputs
JackDriver::initialiseAudio - connecting from "system:capture_1" to "rosegarden:record in 1 L"
JackDriver::initialiseAudio - connecting from "system:capture_2" to "rosegarden:record in 1 R"
JackDriver::initialiseAudio - initialised JACK audio subsystem

ALSA Client information:

14,0 - (Midi Through, Midi Through Port-0) (DUPLEX) [ctype 2, ptype 655362, cap 99]

Creating device 0 in Play mode for connection 14:0 Midi Through Port-0 (duplex) (not connecting)
Default device name for this device is MIDI output system device
Creating device 1 in Record mode for connection 14:0 Midi Through Port-0 (duplex) (not connecting)
Default device name for this device is MIDI input system device
Using low-resolution system timer, sending a warning
Current timer set to "system timer" with timer checks
WARNING: using system timer with only 250Hz resolution!
AlsaDriver::initialiseMidi - initialised MIDI subsystem

Using low-resolution system timer, sending a warning
Current timer set to "system timer" with timer checks
WARNING: using system timer with only 250Hz resolution!

ALSA Client information:

14,0 - (Midi Through, Midi Through Port-0) (DUPLEX) [ctype 2, ptype 655362, cap 99]
129,0 - (FLUID Synth (11683), Synth input port (11683:0)) (WRITE ONLY) [ctype 1, ptype 1048578, cap 66]

New ports:
129:0 Synth input port (11683:0) (write)
(Reusing play device 0)

ALSA Client information:

14,0 - (Midi Through, Midi Through Port-0) (DUPLEX) [ctype 2, ptype 655362, cap 99]
129,0 - (FLUID Synth (11683), Synth input port (11683:0)) (WRITE ONLY) [ctype 1, ptype 1048578, cap 66]

---------------------------

In the stderr output there is a line indicating:
"rosegarden: could not connect to socket
rosegarden: No such file or directory"

When I test the sound system in YAST I find that the system has died and I need to restart it. This necessitates a restart of rosegarden which (again) kills the sound system. Any help would be appreciated.

Thanks,

pcor.
 
Old 09-24-2009, 05:41 PM   #2
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Your kernel is not low latency(1000Hz), which is problematic for realtime media applications. You probably lack sequencer support as well which makes midi operations next to impossible. YaST probably gets confused because you've switched from a sound system based on jackd instead of artsd. "mplayer -ao jack sound.wav" and other ways to use a jack based system. Which doesn't really mean that it's broke, it's just different.
 
Old 09-24-2009, 07:02 PM   #3
pccor
LQ Newbie
 
Registered: Mar 2007
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for the help but I am none the wiser here. "mplayer -ao jack sound.wav" works if I start jackd beforehand. And I forgot to say that when I start rosegarden I use the following script:

#!/bin/sh
jackd -d alsa -d hw:0 &
qsynth &
/opt/kde3/bin/rosegarden

but still no sound from rosegarden. Also, after running mplayer as above the sound dies in Yast and I get the following error:

YaST got signal 11 at YCP file /usr/share/YaST2/clients/sw_single.ycp:595
/sbin/yast2: line 440: 7542 Segmentation fault $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS

I have installed arts (Was I supposed to do that?). I have used rosegarden successfully before with the same kernel running KDE. So where do I go from here?
 
Old 09-26-2009, 08:36 PM   #4
pccor
LQ Newbie
 
Registered: Mar 2007
Posts: 12

Original Poster
Rep: Reputation: 0
Sound system dies when starting rosegarden.

Quote:
Originally Posted by Shadow_7 View Post
Your kernel is not low latency(1000Hz), which is problematic for realtime media applications. You probably lack sequencer support as well which makes midi operations next to impossible. YaST probably gets confused because you've switched from a sound system based on jackd instead of artsd. "mplayer -ao jack sound.wav" and other ways to use a jack based system. Which doesn't really mean that it's broke, it's just different.
Thanks for the help but I am none the wiser here. "mplayer -ao jack sound.wav" works if I start jackd beforehand. And I forgot to say that when I start rosegarden I use the following script:

#!/bin/sh
jackd -d alsa -d hw:0 &
qsynth &
/opt/kde3/bin/rosegarden

but still no sound from rosegarden. Also, after running mplayer as above the sound dies in Yast and I get the following error:

YaST got signal 11 at YCP file /usr/share/YaST2/clients/sw_single.ycp:595
/sbin/yast2: line 440: 7542 Segmentation fault $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS

I have installed arts (Was I supposed to do that?). I have used rosegarden successfully before with the same kernel running KDE. So where do I go from here?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Rosegarden help! Can't get sound from keyboard. jimmyjazzstl Linux - Software 0 07-22-2009 06:30 PM
No sound with Rosegarden linmix Linux - Software 27 11-25-2006 10:39 AM
Rosegarden; sound is muted? Nailgun Linux - Software 7 11-05-2006 02:20 PM
no sound for rosegarden drethenerd Linux - Software 9 08-22-2005 12:44 AM
Starting the sound system? Denwar Mandriva 2 04-13-2004 07:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration