Discussion:
[pyusb-users] Detect device on Mac
Oci Ocean
2014-11-17 09:56:54 UTC
Permalink
Hallo together,

I have a problem detecting my ir-reciever on Mac 10.8.
The ir-reciever is noticed by the oporating system and i can control
iTunes with a remote control but:

device = usb.core.find(find_all=True)

just finds USB-Mouse and Keyboard.

Where is my mistake or what can i do to have success?

Kind regards
Oci
Wander Lairson Costa
2014-12-27 01:41:47 UTC
Permalink
Post by Oci Ocean
Hallo together,
Hi, sorry for the delay.
Post by Oci Ocean
I have a problem detecting my ir-reciever on Mac 10.8.
The ir-reciever is noticed by the oporating system and i can control
device = usb.core.find(find_all=True)
just finds USB-Mouse and Keyboard.
Where is my mistake or what can i do to have success?
So, I am not a Mac guy, does Mac have a lsusb like tool? Does your
device appear there?

Best Regards,
Wander Lairson Costa
Steven Michalske
2014-12-29 08:04:14 UTC
Permalink
Post by Wander Lairson Costa
Post by Oci Ocean
Hallo together,
Hi, sorry for the delay.
Post by Oci Ocean
I have a problem detecting my ir-reciever on Mac 10.8.
The ir-reciever is noticed by the oporating system and i can control
device = usb.core.find(find_all=True)
just finds USB-Mouse and Keyboard.
Where is my mistake or what can i do to have success?
So, I am not a Mac guy, does Mac have a lsusb like tool? Does your
device appear there?
The USB view under Hardware in the “System Information” app.

/Applications/Utilities/System Information

There are developer tools that provide some more information.
https://developer.apple.com/hardwaredrivers/ <https://developer.apple.com/hardwaredrivers/>

You have to register as a developer, and it should be available with the free developer account. Although you probably don’t need these tools, it does include an optionaly logging USB kernel driver for OSX
Post by Wander Lairson Costa
Best Regards,
Wander Lairson Costa
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
pyusb-users mailing list
https://lists.sourceforge.net/lists/listinfo/pyusb-users
Loading...