<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>HI Miller,<br><br>I installed from source; i couldn't find PD packages in OpenSuSE (http://software.opensuse.org) nor in packman repositories.<br><br>Cheers<br><br>Ricardo Cedeņo Montaņa<br>Humboldt-Universität zu Berlin<br>Institute of Cultural History and Theory<br><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Fri, 12 Apr 2013 13:46:58 -0700<br>&gt; From: msp@ucsd.edu<br>&gt; To: drnn_1076@hotmail.com<br>&gt; Subject: Re: [PD] pd 0.44 installation problem<br>&gt; <br>&gt; Thanks... did you install from source or did you find a SUSE package<br>&gt; somewhere?  I think it would be good to try to fix this :)<br>&gt; <br>&gt; M<br>&gt; <br>&gt; On Fri, Apr 12, 2013 at 08:33:39PM +0000, Ricardo Cedeņo wrote:<br>&gt; &gt; Miller,<br>&gt; &gt; <br>&gt; &gt; I uninstalled PD and reinstalled it, then I changed the file as you requested.<br>&gt; &gt; <br>&gt; &gt; I got:<br>&gt; &gt; <br>&gt; &gt; @linux-9xum:~&gt; pd<br>&gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear<br>&gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe<br>&gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side<br>&gt; &gt; Cannot connect to server socket err = No such file or directory<br>&gt; &gt; Cannot connect to server socket<br>&gt; &gt; jack server is not running or cannot be started<br>&gt; &gt; disabling real-time priority due to missing pd-watchdog (/usr/local/bin/pd-watchdog)<br>&gt; &gt; Error in startup script: couldn't read file "/usr/local/tcl/pd_connect.tcl": no such file or directory<br>&gt; &gt;     while executing<br>&gt; &gt; "source [file join [file dirname [info script]] pd_connect.tcl]"<br>&gt; &gt;     (file "/usr/local/tcl//pd-gui.tcl" line 26)<br>&gt; &gt; <br>&gt; &gt; Then I copied the entire folder<br>&gt; &gt; /pd-0.44-0/tcl/  <br>&gt; &gt; to <br>&gt; &gt; /usr/local/<br>&gt; &gt; <br>&gt; &gt; And Ps started as usual. To open the browser I had to copy pd-0.44-0/doc/, too<br>&gt; &gt; <br>&gt; &gt; Now I'm installing GEM I hope it goes smoothly.<br>&gt; &gt; <br>&gt; &gt; Thank you very much<br>&gt; &gt; Cheers,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Ricardo Cedeņo Montaņa<br>&gt; &gt; Humboldt-Universität zu Berlin<br>&gt; &gt; Institute of Cultural History and Theory<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &gt; Date: Fri, 12 Apr 2013 12:55:22 -0700<br>&gt; &gt; &gt; From: msp@ucsd.edu<br>&gt; &gt; &gt; To: drnn_1076@hotmail.com<br>&gt; &gt; &gt; Subject: Re: [PD] pd 0.44 installation problem<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; Hmmm.. I just realized that's the first pd-supplied package - so it's<br>&gt; &gt; &gt; likely some problem about Pd's knowinbg what path to look for the package.<br>&gt; &gt; &gt; That normally should be handled in the file, pkgIndex.tcl<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; I don't know why it's thought necessary to use the "package require" nonsense<br>&gt; &gt; &gt; in the first place (I didn't write any of this)<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; I just tried replacing all the package require nonsense in pd_gui.tcl as <br>&gt; &gt; &gt; follows:<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; source [file join [file dirname [info script]] pd_connect.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pd_menus.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pd_bindings.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pdwindow.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_array.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_audio.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_canvas.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_data.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_font.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_gatom.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_iemgui.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_message.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_midi.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_path.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] dialog_startup.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] helpbrowser.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pd_menucommands.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] opt_parser.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pdtk_canvas.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pdtk_text.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pdtk_textwindow.tcl]<br>&gt; &gt; &gt; # TODO eliminate this kludge:<br>&gt; &gt; &gt; source [file join [file dirname [info script]] wheredoesthisgo.tcl]<br>&gt; &gt; &gt; source [file join [file dirname [info script]] pd_guiprefs.tcl]<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; and things started up fine... would you give that a try on your end and<br>&gt; &gt; &gt; see if that helps?<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; thanks<br>&gt; &gt; &gt; M<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; On Fri, Apr 12, 2013 at 07:36:42PM +0000, Ricardo Cedeņo wrote:<br>&gt; &gt; &gt; &gt; HI Miller,<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; yes, I do.<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; Ricardo Cedeņo Montaņa<br>&gt; &gt; &gt; &gt; Humboldt-Universität zu Berlin<br>&gt; &gt; &gt; &gt; Institute of Cultural History and Theory<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; Date: Fri, 12 Apr 2013 12:04:04 -0700<br>&gt; &gt; &gt; &gt; &gt; From: msp@ucsd.edu<br>&gt; &gt; &gt; &gt; &gt; To: drnn_1076@hotmail.com<br>&gt; &gt; &gt; &gt; &gt; CC: pd-list@iem.at<br>&gt; &gt; &gt; &gt; &gt; Subject: Re: [PD] pd 0.44 installation problem<br>&gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; Hi Ricardo -<br>&gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; I never heard of that problem before... do you have a file<br>&gt; &gt; &gt; &gt; &gt; .../pd-xxxx/tcl/pd_connect.tcl ?  That's what appears to be missing judging<br>&gt; &gt; &gt; &gt; &gt; from the messages you're getting.<br>&gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; cheers<br>&gt; &gt; &gt; &gt; &gt; Miller<br>&gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; On Fri, Apr 12, 2013 at 06:50:13PM +0000, Ricardo Cedeņo wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; HI,<br>&gt; &gt; &gt; &gt; &gt; &gt; I've just tried to install pd vanilla 0.44 and everything went OK I got no error messages. But when I try to run PD I got:<br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; without Jack<br>&gt; &gt; &gt; &gt; &gt; &gt; @linux-9xum:~&gt; pd<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream<br>&gt; &gt; &gt; &gt; &gt; &gt; Cannot connect to server socket err = No such file or directory<br>&gt; &gt; &gt; &gt; &gt; &gt; Cannot connect to server socket<br>&gt; &gt; &gt; &gt; &gt; &gt; jack server is not running or cannot be started<br>&gt; &gt; &gt; &gt; &gt; &gt; disabling real-time priority due to missing pd-watchdog (/usr/local/bin/pd-watchdog)<br>&gt; &gt; &gt; &gt; &gt; &gt; Error in startup script: can't find package pd_connect<br>&gt; &gt; &gt; &gt; &gt; &gt;     while executing<br>&gt; &gt; &gt; &gt; &gt; &gt; "package require pd_connect"<br>&gt; &gt; &gt; &gt; &gt; &gt;     (file "/usr/local/tcl//pd-gui.tcl" line 26)<br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; or with Jack running<br>&gt; &gt; &gt; &gt; &gt; &gt; inux-9xum:~&gt; pd<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm_dsnoop.c:617:(snd_pcm_dsnoop_open) unable to open slave<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream<br>&gt; &gt; &gt; &gt; &gt; &gt; ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave<br>&gt; &gt; &gt; &gt; &gt; &gt; Cannot lock down 86577696 byte memory area (Cannot allocate memory)<br>&gt; &gt; &gt; &gt; &gt; &gt; disabling real-time priority due to missing pd-watchdog (/usr/local/bin/pd-watchdog)<br>&gt; &gt; &gt; &gt; &gt; &gt; Error in startup script: can't find package pd_connect<br>&gt; &gt; &gt; &gt; &gt; &gt;     while executing<br>&gt; &gt; &gt; &gt; &gt; &gt; "package require pd_connect"<br>&gt; &gt; &gt; &gt; &gt; &gt;     (file "/usr/local/tcl//pd-gui.tcl" line 26)<br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; I'm on Opensuse 12.3<br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; Linux linux-9xum.site 3.7.10-1.1-desktop #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21) x86_64 x86_64 x86_64 GNU/Linux<br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; Any help will be greatly appreciated<br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; Ricardo Cedeņo Montaņa<br>&gt; &gt; &gt; &gt; &gt; &gt; Humboldt-Universität zu Berlin<br>&gt; &gt; &gt; &gt; &gt; &gt; Institute of Cultural History and Theory<br>&gt; &gt; &gt; &gt; &gt; &gt;                                                <br>&gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; Pd-list@iem.at mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<br>&gt; &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                                                <br>&gt; &gt;                                                <br></div>                                               </div></body>
</html>