Re: [vox-tech] Receiving an interrupt from a parallel port using xlib

2004-03-16 Thread Jeff Newmiller
On Tue, 16 Mar 2004, Bill Kendrick wrote: > On Tue, Mar 16, 2004 at 02:58:29PM +1100, Julie Russell wrote: > > Hi everyone, > > > > I have written an application in xlib that currently takes an xevent and > > processes it from the keyboard. Due to changes in hardware constraints I now > > have to

Re: [vox-tech] Receiving an interrupt from a parallel port using xlib

2004-03-16 Thread Mitch Patenaude
I'm not aware of any special x library or gnome abstractions. In general.. interfacing with the parallel part involves reading, writing, and using ioctl calls on the character special device associated with it... usually /dev/lp0 Actually hooking into the interrupt would involve writing or modi

Re: [vox-tech] AC97 Sound Card

2004-03-16 Thread Jonathan Stickel
Ken Bloom wrote: On Mon, Mar 08, 2004 at 12:59:03PM -0800, Mark K. Kim wrote: Crappy sound system... someone needs to make /dev/dsp into a virtual device that lets multiple apps open it directly and mix sound internally. -Mark ALSA can do this - or at least something like this. Your card support

Re: [vox-tech] Receiving an interrupt from a parallel port using xlib

2004-03-16 Thread Bill Kendrick
On Tue, Mar 16, 2004 at 02:58:29PM +1100, Julie Russell wrote: > Hi everyone, > > I have written an application in xlib that currently takes an xevent and > processes it from the keyboard. Due to changes in hardware constraints I now > have to take that event from a parallel port by receiving an i

Re: [vox-tech] mysql: printing all users and databases

2004-03-16 Thread Michael J Wenk
On Mon, Mar 15, 2004 at 09:03:01AM -0800, Peter Jay Salzman wrote: > thanks tim, > > i'll give it a try. i have to say, i'm a little disheartened with > mysql. i just want it to "work" and be secure. Well, what do you want it to do ? It pretty well works out of the box, but it requires a bit of

Re: [vox-tech] mysql: printing all users and databases

2004-03-16 Thread Michael J Wenk
On Mon, Mar 15, 2004 at 04:58:45AM -0800, Peter Jay Salzman wrote: > i see how to create new mysql users and new mysql databases, but how > does one print all mysql users on a given host? is there something like > an /etc/shadoow for mysql? No. MySQL keeps all its password and user information i