indilib / indi

INDI Core Library Repository
https://www.indilib.org
GNU Lesser General Public License v2.1
373 stars 393 forks source link

FLI CFW-2-7 not detected (linux) #233

Closed gschwim closed 7 years ago

gschwim commented 7 years ago

I'm attempting to connect to the CFW-2-7 filter wheel but get an error. Not sure where to go with this. I'm using Ekos on Ubuntu w/ the latest builds of everything as of this moment. I'm also seeing the same for the FLI ML16200 camera (separate report).

2017-05-19T06:54:32: Error: no filter wheels were detected. 
2017-05-19T06:54:32: Attempting to find the FLI CFW... 

Enabling debug mode provides no additional information.

I can see the filter wheel is indeed visible to the OS. In fact, I can start TheSkyX and connect to the filter wheel. Operation is normal.

Bus 003 Device 010: ID 0f18:0007 Finger Lakes Instrumentation Filter Wheel
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  idVendor           0x0f18 Finger Lakes Instrumentation
  idProduct          0x0007 Filter Wheel
  bcdDevice            1.00
  iManufacturer           1 Finger Lakes Instrumentation
  iProduct                2 CFW-2-7
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower               30mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)
gschwim commented 7 years ago

Closing per details here: https://github.com/indilib/indi/issues/234