From: Wander L. C. <wan...@gm...> - 2015-06-10 10:37:05
|
2015-06-09 6:34 GMT-03:00 UNIVERSAL PHONE <uni...@gm...>: >> Message: 1 >> Date: Sun, 31 May 2015 11:46:07 -0300 >> From: Wander Lairson Costa <wan...@gm...> >> Subject: Re: [pyusb-users] (no subject) >> To: pyusb-users <pyu...@li...> >> Message-ID: >> >> <CAFsSK4bbWhZ-Q6nUDZqWDFMVx9qRwvETN47=jBt...@ma...> >> Content-Type: text/plain; charset=UTF-8 >> >> 2015-05-30 9:42 GMT-03:00 UNIVERSAL PHONE <uni...@gm...>: >> > Hi, >> > >> > >> > this is my program: >> > >> > import usb.util >> > import usb.core >> > import sys >> > >> > dev=usb.core.find() >> > dev.set_configuration() >> > >> > this is the error message: >> > >> > usb.core.USBError:could not set config 1: Device or resource busy >> > >> > >> > >> > What's wrong with my program ? >> > >> >> What Operating System are you using? >> > > --- I'm running SUSE LINUX ENTERPRISE DESKTOP 12 > The problem must be you have a driver attached to your device. You can find examples on how to detach the driver from the device in other messages in this mailing list. -- Best Regards, Wander Lairson Costa |