USB Devices - eLogger Not Seen by App Running Under Wine

Questions about Wine on Linux
Locked
jackerbes
Level 2
Level 2
Posts: 20
Joined: Wed Jul 29, 2015 2:24 pm

USB Devices - eLogger Not Seen by App Running Under Wine

Post by jackerbes »

I am running an Windows application under Wine that is running a Wizard that is waiting for me to plug a USB device in so it can configure it. I have a grayed out Next button on the Wizard and nothing happens on the system when I plug the device into a USB port (no beeps, no disk activity).

The device is the Eagle Tree Systems eLogger electric power data logging recorder.

When I plug the eLogger in it shows an blinking LED that inidicates it is powered up and ready for the application to read it. And I do see the device as present on the USB bus and the info on that is as follows:

Code: Select all

lsusb

Bus 003 Device 007: ID 0461:0200 Primax Electronics, Ltd 
The detailed info is as follows:

Code: Select all

lsusb -D /dev/bus/usb/003/007
Device: ID 0461:0200 Primax Electronics, Ltd 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x0461 Primax Electronics, Ltd
  idProduct          0x0200 
  bcdDevice            6.00
  iManufacturer           1 ETS
  iProduct                2 ETS eLogger V3        
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.00
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      30
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0017  1x 23 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0017  1x 23 bytes
        bInterval               1
Device Status:     0x0001
  Self Powered
The maker of the device has acknowledged that the device is not working under Linux said they are working on that. They said that in 2008 and we are still waiting...

I have another app running under Wine that will read storage devices on the USB bus.

I have working installs for the same device running under XP Pro and Windows 7, if I can copy files and folders from those installs into the Wine install to get it working I can do that.

Any suggestions or help is appreciated...

Jack
jackerbes
Level 2
Level 2
Posts: 20
Joined: Wed Jul 29, 2015 2:24 pm

Re: USB Devices - eLogger Not Seen by App Running Under Wine

Post by jackerbes »

I guess this question is a little too obscure or narrow in it's use...

I think is what the problem is that I need an app under linux that can see and then communicate with the data logger. It really only needs to be able to see and download the data that is stored there I think...

But I don't have clue as to where I could go to talk to someone who is smart enough to develop the software interface...

Any suggestions as to a forum for that kind of programming?

Jack
Locked