[PD] pd-extended 0.43.3/ raspberry pi (wheezy) - start patch on boot?

Epic Jefferson jeffreyconcepcion at gmail.com
Sun Nov 25 18:11:07 CET 2012


Hans:

to make sure i had everything correct i started from scratch,
i did everything you indicated including the exact patch location, still
nothing.
i added the auto login as suggested by Cyrille, nada.

Cyrille:
could you be more specific as to what i would replace the startx with?
should i indicate the exact path as well?

like so: su pi -c /home/pi/Desktop/whatever.pd

i tested it with startx and it did not work anyway.


On Sun, Nov 25, 2012 at 4:14 AM, Cyrille Henry <ch at chnry.net> wrote:

> hello,
>
> to start a patch on a RPi, you can also follow this instruction :
> http://elinux.org/RPi_Debian_**Auto_Login<http://elinux.org/RPi_Debian_Auto_Login>
>
> once autologin work, you can replace the startX by pd.
>
> works for me.
> cheers
> c
>
>
> Le 25/11/2012 06:10, Epic Jefferson a écrit :
>
>> Charles:
>>
>> i found /etc/init.d/pd-extended and added
>>
>> su -c "pd whetever.pd" pi
>>
>> (am i supposed to specify the exact location of the patch?
>>   /home/pi/Desktop/pd/whatever.**pd)
>>
>> then
>> $ chmod a+x /etc/init.d/pd-extended
>> $ update-rc.d pd-extended defaults 99
>>
>> i rebooted but no pd patch on startup
>>
>> Hans:
>> i also tried editing /etc/default/pd-extended by un-commenting
>> RUNPDDAEMON=yes
>> DAEMON=/usr/bin/pd-extended
>> and i set the patch location
>> and the user: USER=pi
>>
>> still nothing on start up. perhaps there is a conflict between Charles'
>> and Hans' instructions?
>>
>>
>> On Sat, Nov 24, 2012 at 9:37 PM, Hans-Christoph Steiner <hans at at.or.at<mailto:
>> hans at at.or.at>> wrote:
>>
>>
>>     On Nov 24, 2012, at 6:49 PM, Charles Goyard wrote:
>>
>>      > Epic Jefferson wrote:
>>      >> i'd like to start a patch automatically upon booting. is there a
>> file i can
>>      >> edit to load a whatever.pd patch by the end of the start up
>> sequence? GUI
>>      >> is not required.
>>      >
>>      > Create a script named /etc/init.d/pdauto containing :
>>      >
>>      > #!/bin/sh
>>      > su -c "pd mypatch.pd" your_username
>>      >
>>      > Make it executable : chmod a+x /etc/init.d/pdauto
>>      >
>>      > Then run :
>>      > update-rc.d pdauto defaults 99
>>      > to make it run at startup
>>      >
>>      > See 11.6 in
>>      > http://www.debian.org/doc/**manuals/debian-faq/ch-**
>> customizing.en.html<http://www.debian.org/doc/manuals/debian-faq/ch-customizing.en.html>
>>      > for more details.
>>
>>     Pd-extended Debian packages should install /etc/init.d/pd, otherwise
>> you can get it from pure-data SVN: trunk/scripts/debian.
>>
>>     Edit /etc/default/pd to change the startup options.
>>
>>     .hc
>>
>>
>>
>>     ______________________________**_________________
>>     Pd-list at iem.at <mailto:Pd-list at iem.at> mailing list
>>
>>     UNSUBSCRIBE and account-management -> http://lists.puredata.info/**
>> listinfo/pd-list <http://lists.puredata.info/listinfo/pd-list>
>>
>>
>>
>>
>> --
>> www.epicjefferson.com <http://www.epicjefferson.com>
>> www.avmachinists.org <http://www.avmachinists.org> Puerto Rico based Art
>> Collective/ Non-Profit Org
>>
>>
>>
>> ______________________________**_________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/**
>> listinfo/pd-list <http://lists.puredata.info/listinfo/pd-list>
>>
>>


-- 
www.epicjefferson.com
www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20121125/27c0148f/attachment-0001.htm>


More information about the Pd-list mailing list