i used "chmod +s /usr/local/bin/pd" as "su" then runned:
huolong@linux:~> pd -alsa -alsadev 1,2 -nomidi -rt Sample width set to 2 bytes priority 96 scheduling enabled. memory locking enabled. priority 98 scheduling enabled. memory locking enabled.
pd starts and audio worx... so, does my suse8.1 have a RT kernel or is pd just emulating
thnx -andre
On Sunday 23 March 2003 11:09, you wrote:
realtime sceduling for pd needs a kernel with realtime-scheduling. you can get the patch for your kernel here: http://www.zip.com.au/%7Eakpm/linux/schedlat.html#downloads after compiling and installing this kernel and pd you should set the suid-flag for pd (chmod +s bin/pd), then you can start pd as normal user and use this feature. regards d13b
Andre Schmidt wrote:
hi,
how do i use "-rt" flag as user ? tried "su" but i get command not found where ever i run it (/usr/bin ; /usr/local/bin)
cheers -andre ps. i used "make depend" + "make install"
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
It seems to work. If you want "better" realtime, use a kernel with the low latency patches.
Le dim 23/03/2003 à 05:33, Andre Schmidt a écrit :
i used "chmod +s /usr/local/bin/pd" as "su" then runned:
huolong@linux:~> pd -alsa -alsadev 1,2 -nomidi -rt Sample width set to 2 bytes priority 96 scheduling enabled. memory locking enabled. priority 98 scheduling enabled. memory locking enabled.
pd starts and audio worx... so, does my suse8.1 have a RT kernel or is pd just emulating
thnx -andre
On Sunday 23 March 2003 11:09, you wrote:
realtime sceduling for pd needs a kernel with realtime-scheduling. you can get the patch for your kernel here: http://www.zip.com.au/%7Eakpm/linux/schedlat.html#downloads after compiling and installing this kernel and pd you should set the suid-flag for pd (chmod +s bin/pd), then you can start pd as normal user and use this feature. regards d13b
Andre Schmidt wrote:
hi,
how do i use "-rt" flag as user ? tried "su" but i get command not found where ever i run it (/usr/bin ; /usr/local/bin)
cheers -andre ps. i used "make depend" + "make install"
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Andre Schmidt hat gesagt: // Andre Schmidt wrote:
i used "chmod +s /usr/local/bin/pd" as "su" then runned:
huolong@linux:~> pd -alsa -alsadev 1,2 -nomidi -rt Sample width set to 2 bytes priority 96 scheduling enabled. memory locking enabled. priority 98 scheduling enabled. memory locking enabled.
pd starts and audio worx... so, does my suse8.1 have a RT kernel or is pd just emulating
Pd runs with "realtime" even on an unpatched plain vanilla kernel. The low latency patches just lower the chances, that the kernel itself will interrupt you audio processing.
Frank Barknecht _ ______footils.org__
Hi
http://www.linuxdevices.com/articles/AT8906594941.html
some details and tests about the chances of the kernel interrupting pd preemptive patch / low-latency patch
Has anyone experience with a kernel with both patches applied and pd?
ciao Michael plankton labs
Am Son, 2003-03-23 um 13.09 schrieb Frank Barknecht:
Hallo, Andre Schmidt hat gesagt: // Andre Schmidt wrote:
i used "chmod +s /usr/local/bin/pd" as "su" then runned:
huolong@linux:~> pd -alsa -alsadev 1,2 -nomidi -rt Sample width set to 2 bytes priority 96 scheduling enabled. memory locking enabled. priority 98 scheduling enabled. memory locking enabled.
pd starts and audio worx... so, does my suse8.1 have a RT kernel or is pd just emulating
Pd runs with "realtime" even on an unpatched plain vanilla kernel. The low latency patches just lower the chances, that the kernel itself will interrupt you audio processing.
ciao
Frank Barknecht _ ______footils.org__
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
On 24 Mar 2003, Michael Hackl wrote:
Hi
http://www.linuxdevices.com/articles/AT8906594941.html
some details and tests about the chances of the kernel interrupting pd preemptive patch / low-latency patch
Has anyone experience with a kernel with both patches applied and pd?
If you want to run pd together with jack the patches are definitely necessary, otherwise jack will not run without producing underruns.
Especially the low-latency patch improves the situation a lot on a loaded system (e.g. if you want to read/write from harddisk in you patch).
Guenter
ciao Michael plankton labs
Am Son, 2003-03-23 um 13.09 schrieb Frank Barknecht:
Hallo, Andre Schmidt hat gesagt: // Andre Schmidt wrote:
i used "chmod +s /usr/local/bin/pd" as "su" then runned:
huolong@linux:~> pd -alsa -alsadev 1,2 -nomidi -rt Sample width set to 2 bytes priority 96 scheduling enabled. memory locking enabled. priority 98 scheduling enabled. memory locking enabled.
pd starts and audio worx... so, does my suse8.1 have a RT kernel or is pd just emulating
Pd runs with "realtime" even on an unpatched plain vanilla kernel. The low latency patches just lower the chances, that the kernel itself will interrupt you audio processing.
ciao
Frank Barknecht _ ______footils.org__
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list