|
From: Tormod V. <lis...@gm...> - 2012-11-15 23:38:02
|
On Thu, Nov 15, 2012 at 5:48 PM, Racquet Ball wrote: > Hello all, I have a Dream Link WH1080 Weather Station / USB Missile Launcher > connected to my linux box. I want to control its movement, but have been > unable to do so. Please post the output of "lsusb -v -d 1941:" for reference. > There are implementations for this usb toy such as the stormLauncher.py, and I have tested that and it produces the same error (I got the turn command from there actually!). And a link to that code, thanks! Was it specified there which version of pyusb it was tested on? > I'm running the program with sudo, so I don't think it's a permissions problem. I'm using pyusb 1.0.0a3 on python 2.7.3 in Fedora 17. Do not use sudo, fix your device permissions instead: http://sourceforge.net/mailarchive/forum.php?thread_name=CAJPFr9Qa-WDw6FYMK%2B%3D0mhuwnsUvpHMLC21LMscxiQzDNFxunA%40mail.gmail.com&forum_name=libusbx-devel Regards, Tormod |