Made your suggested change and ran udevstart. The permissions look correct in /dev/input but I'm getting the same error?
----- Original Message ----- From: "Eric Blossom" <[EMAIL PROTECTED]> To: "Clark Pope-TWC" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, July 18, 2005 12:19 PM Subject: Re: [Discuss-gnuradio] PowerMate won't run? > On Sun, Jul 17, 2005 at 09:41:08PM -0400, Clark Pope-TWC wrote: > > I'm not able to get the powermate.py file to run at all. I've tried > > recompiling wxpython and gr-wxgui. All the other modules gr-wxgui/src/python > > work fine but when I run powermate.py I get: > > > > "Unable to fund PowerMate or Contour Shuttle" > > > > I think most everything else is installed okay. I can run > > tvrx_wfm_rcv_gui.py okay. > > > > Any help is appreciated. > > > > Thanks, > > Clark > > Check permissions on /dev/input/* > > You want them rw by you. > > I've modified my /etc/udev/00-udev.permissions like this: > > #------------------------------- > # input devices > # security => input: 644 => 600 > # else anybody logged on could read my password directly from the event device > # associated with the keyboard... > input/event2:root:root:0666 > input/*:root:root:0600 > > > Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
