Re: [pyusb-users] Confusion with attach_kernel_driver() Method in pyusb-1.0.0b2

2014-10-01 Thread Jared Contrascere
Wander-- thank you so much for the help. I really appreciate it! I've managed to clone libusb 1.0 from https://github.com/libusb/libusb and install it successfully using GNU Autotools and Make. Adding.. export LD_LIBRARY_PATH=/usr/local/lib ...to the Python virtualenv postactivate script stream

Re: [pyusb-users] Confusion with attach_kernel_driver() Method in pyusb-1.0.0b2

2014-10-01 Thread Wander Lairson Costa
2014-09-30 23:31 GMT-03:00 Jared Contrascere : > > Hello! > > On Ubuntu 12.04 LTS, using Python 3.4.1 and pyusb-1.0.0b2, I cannot > successfully call attach_kernel_driver(). My attempts follow: > > dev.attach_kernel_driver() > # TypeError: attach_kernel_driver() missing 1 required positional argum

[pyusb-users] Confusion with attach_kernel_driver() Method in pyusb-1.0.0b2

2014-09-30 Thread Jared Contrascere
Hello! On Ubuntu 12.04 LTS, using Python 3.4.1 and pyusb-1.0.0b2, I cannot successfully call attach_kernel_driver(). My attempts follow: dev.attach_kernel_driver() # TypeError: attach_kernel_driver() missing 1 required positional argument: 'interface' When I call the method using the interface n