Re: [expert] Automatically start application on insmod

2002-05-03 Thread kwan
On Thu, 2 May 2002, David Relson wrote: > >I've hacked up a program to sit and wait, looking every few seconds at > >the currently loaded modules but it pegs the CPU and interferes with > >power management. > > > Forgive me if I ask the obvious... Are you using sleep() to wait? sleep() > doe

Re: [expert] Automatically start application on insmod

2002-05-02 Thread David Relson
At 02:20 PM 5/2/02, you wrote: >Anyone here intimately familiar with modules? > >I'm trying to start my application automatically when a Compact Flash >is inserted into a Sandisk CF reader. Is there a facility in the kernel >or in insmod to automatically launch an application when a module is >ins