Discussion:
[pyusb-users] (no subject)
UNIVERSAL PHONE
2015-06-09 09:34:17 UTC
Permalink
Message: 1
Date: Sun, 31 May 2015 11:46:07 -0300
Subject: Re: [pyusb-users] (no subject)
<CAFsSK4bbWhZ-Q6nUDZqWDFMVx9qRwvETN47=
Content-Type: text/plain; charset=UTF-8
Hi,
import usb.util
import usb.core
import sys
dev=usb.core.find()
dev.set_configuration()
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 *
Wander Lairson Costa
2015-06-10 10:36:19 UTC
Permalink
Message: 1
Date: Sun, 31 May 2015 11:46:07 -0300
Subject: Re: [pyusb-users] (no subject)
Content-Type: text/plain; charset=UTF-8
Hi,
import usb.util
import usb.core
import sys
dev=usb.core.find()
dev.set_configuration()
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

------------------------------------------------------------------------------
Loading...