Re: py-usb problems

2015-02-19 Thread Andreas Gustafsson
Dave Tyson wrote: > Just putting a statement: > > ugen* at uhub? port ? vendor 0x product 0x flags 1 > > wasn't sufficient, I also needed to comment out the > > #uhidev* at uhub? port ? configuration ? interface ? > > and the uhidev child devices otherwise it just appeared as a child >

Re: py-usb problems

2015-02-19 Thread Dave Tyson
On 02/19/15 07:49, Andreas Gustafsson wrote: Dave Tyson wrote: Not sure whether this belongs here or in pkgsrc-users. I have been trying to package the weewx weather station software which is written in python. It uses py-usb to handle the devices, but I cannot get it to see anything on the usb

Re: py-usb problems

2015-02-18 Thread Andreas Gustafsson
Dave Tyson wrote: > Not sure whether this belongs here or in pkgsrc-users. I have been > trying to package the weewx weather station software which is > written in python. It uses py-usb to handle the devices, but > I cannot get it to see anything on the usb busses. What does the device show up as

Re: py-usb problems

2015-02-18 Thread Bob Nestor
I never could get any of the various open source weather programs working with my Oregon Scientific WMR200A. They never could find the station console on the USB. If I remember correctly the problem was that it gets claimed by the driver that handles Human Interface Devices so it shows up as a

Re: py-usb problems

2015-02-18 Thread Gary Duzan
In Message <54e5210d.6030...@anduin.org.uk>, Dave Tyson wrote: =>On 02/18/15 19:05, Jonathan A. Kollasch wrote: =>> On Wed, Feb 18, 2015 at 05:58:22PM +, Dave Tyson wrote: =>>> recent pkgsrc. /dev/usb* is readable/writeable by all =>> What about /dev/ugen*.*? Any ugen devices in dmesg? =>

Re: py-usb problems

2015-02-18 Thread Dave Tyson
On 02/18/15 19:05, Jonathan A. Kollasch wrote: On Wed, Feb 18, 2015 at 05:58:22PM +, Dave Tyson wrote: recent pkgsrc. /dev/usb* is readable/writeable by all What about /dev/ugen*.*? Any ugen devices in dmesg? Forgot to add that /dev/uhid0-/dev/uhid18 as also read-write all. Dave -- ===

Re: py-usb problems

2015-02-18 Thread Dave Tyson
On 02/18/15 19:05, Jonathan A. Kollasch wrote: On Wed, Feb 18, 2015 at 05:58:22PM +, Dave Tyson wrote: recent pkgsrc. /dev/usb* is readable/writeable by all What about /dev/ugen*.*? Any ugen devices in dmesg? Hi Jonathan, /dev/ugen0.00 - /dev/ugen3.15 are all read/write to all. e.g: c

Re: py-usb problems

2015-02-18 Thread Jonathan A. Kollasch
On Wed, Feb 18, 2015 at 05:58:22PM +, Dave Tyson wrote: > recent pkgsrc. /dev/usb* is readable/writeable by all What about /dev/ugen*.*? Any ugen devices in dmesg?