Re: [PD] [shell] mount USB drive - howto ?

2008-10-03 Thread Ingo Scherzinger
Hi Frank,

 

Thank you for your suggestion. I'll check that out, too.

However these are always different USB-Sticks in order to exchange patch
data.

So what I did was use [shell]:

 

First create an empty directory usb in the root folder and then

 

[mount /dev/sdb1 /usb(

|

[shell]

 

That does the trick. Unmount doesn't work this way, however.

For some reason [shell] doesn't seem to accept all possible/needed commands.

 

I'll try some other commands like kill or something similar.

 

Ingo

 

 

 

Hallo,

Ingo Scherzinger hat gesagt: // Ingo Scherzinger wrote:

 

 Can anybody help me to mount an USB-Stick on Linux with a -nogui patch?

 

 I've found [shell] which looks like it should do the trick. However I'm
not

 too much of a Linux Console guy.

 

 I need to be able to save patch data on a stick that is to be mounted
after

 pd has started.

 

Will it always be the same stick? Then it's probably easier to set up

automatic mounting similar to the procedure described here: 

 http://www.debian-administration.org/articles/127
http://www.debian-administration.org/articles/127

and in a lot of other places search engines can find for you.

 

In the directory /dev/disk/ you will find various subdirectories which

will get filled with device files for your stick. Personally I like the 

/dev/disk/by-id/ format most. For example my MP3-Player shows up there

as:

 

/dev/disk/by-id/usb-Meizu_MiniPlayer_0

 

To mount it just use: 

 

$ mount -t vfat /dev/disk/by-id/usb-Meizu_MiniPlayer_0
/media/stick

 

or similar. 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [shell] mount USB drive - howto ?

2008-10-03 Thread Martin Peach
Ingo Scherzinger wrote:
 [mount /dev/sdb1 /usb(
 |
 [shell]
 That does the trick. “Unmount” doesn’t work this way, however.
 
Maybe umount works?

Martin

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] bbogart's popup bangs when gop redraws

2008-10-03 Thread Rob Canning
hi,
the dropdown menu [popup] sends a bang when the screen is redrawn in a 
GOP context.
so if i toggle between desktops on my XFCE desktop everytime i return to 
the desktop with my GOP pd patch all the [popup] objects fire out a bang.

does anyone know how to avoid this or perhaps know an alternative object 
or abstraction that will function as a dropdown menu?

thanks

rob

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] User access to the HID object

2008-10-03 Thread Martin Schied
I chose 444 without thinking much about it, only chose 4 (read only) so nobody 
has permission to write to it which caused crashes for me.

Martin

simone-www.io-lab.org wrote:
 sweet, it worked but i dont  understand that 444 instead of 777
 stuff, in the how to they dont use 777 but 660 and 664
 thanks
 Simone


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bbogart's popup bangs when gop redraws

2008-10-03 Thread Rob Canning
Rob Canning wrote:
 hi,
 the dropdown menu [popup] sends a bang when the screen is redrawn in a 
 GOP context.
 so if i toggle between desktops on my XFCE desktop everytime i return to 
 the desktop with my GOP pd patch all the [popup] objects fire out a bang.

 does anyone know how to avoid this or perhaps know an alternative object 
 or abstraction that will function as a dropdown menu?
   

ok so i could use the right outlet combined with a [route]

how about away to change the menu container and font size?
 thanks

 rob

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


   


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] looking for open dmx external

2008-10-03 Thread palmieri, ricardo
hi david.

do you have a linux version opf you open dmx patch library?
do you have some tip to an ubuntu user?
i' ve tryed your dll, but without sucess. what version of puredata are
you using?

thanks anyway

palmieri


2007/10/13 David Kirkpatrick [EMAIL PROTECTED]:
 Hi Jim,

 I developed an external with Adrian 'Packrat' Taylor that allows pd to talk
 to the Enttec USB DMX Pro. It is called [dmxsend], and is part of the
 Packrat library (.dll).

 You can find it at www.packratproductions.com.au/davidkirkpatrick.

 I've included a simple help patch to show the basic functions and how they
 work. If you have any questions, let me know. Also, if you want to try and
 get it working on OSX or linux you're welcome to try.


 David Kirkpatrick

Hi, does anyone know where I can find an external for the Entec Open DMX
USB device, preferably for Linux though I can also use windows if I have
to. Thanks.
Jim



 
 Check our comprehensive Salary Centre Overpaid or Underpaid?
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





-- 
ricardo palmieri
# 1185833173
[palm.estudiolivre.org]
[skype:palmieriricardo]
[jabber: [EMAIL PROTECTED]
[msn: [EMAIL PROTECTED]
[linux user # 392484]

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pd-extended on Gentoo

2008-10-03 Thread Derek Holzer
Howdy!

I just tried installing the Gentoo Pd-Extended Ebuild following these  
instructions:

http://pd-overlay.sourceforge.net/setup.html

The Ebuild compiles cleanly, which is quite cool because looking at  
the whole thing happening, you realize how much stuff is actually in  
there!

However, I have some problems to report:

1) Is there any reason why JACK support is not included in the Ebuild?  
I know I could hack it myself and include the USE flag, but I wonder  
if it was a conscious choice or not...

2) I had to manually do the following:

cp  
/usr/portage/distfiles/svn-src/pd-extended/v0-40/packages/linux_make/default.pdsettings
  
/home/derek/.pdsettings

I think this is a common problem with all Pd-Extended packages, that  
the package manager doesn't do the final step of configuring Pd. Could  
this be improved?
In particular, this is exactly what etc-update on Gentoo would be  
good for, since it allows you to compare and merge changes rather than  
simply overwrite files.

3) Some libs/objects/abs still don't load, notably Gem, arduino,  
list-abs, memento, pddp, pixeltango, rradical, jmmmp, pdp, pidip...  
and I'm sure there are others. Path problem with the pdsettings perhaps?

4) I don't know how stable 0.40 is for me compared to 0.39. I still  
get lots of unexpected crashes and such on both Linux and OSX. Is  
there a 0.39 extended Ebuild kicking around anywhere?

As usual, help appreciated!

best,
Derek


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list