BREGOU replied to the topic 'ZWO EFWmini (filter wheel)' in the forum. 7 years ago

Hello,
Yes I reboot the RPI after i did the update.
As it does not makes a change, I execute your command line ($ sudo udevadm control --reload-rules) : same as before : the EFW not recognized
Here is the Ekos log :
******
2016-11-19T10:39:07 Unable to establish:
+ ASI Wheel
Please ensure the device is connected and powered on.
******
Here is what terminal retrurns when I lauch the indi server
******
bregou@bregou-desktop:~$ sudo indiserver -v indi_asi_wheel indi_atik_ccd
2016-11-19T09:33:04: startup: indiserver -v indi_asi_wheel indi_atik_ccd
2016-11-19T09:33:04: Driver indi_asi_wheel: pid=3108 rfd=3 wfd=6 efd=7
2016-11-19T09:33:04: Driver indi_atik_ccd: pid=3109 rfd=4 wfd=9 efd=10
2016-11-19T09:33:04: listening to port 7624 on fd 5
2016-11-19T09:33:05: Driver indi_atik_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2016-11-19T09:33:05: Driver indi_atik_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
2016-11-19T09:33:05: Driver indi_atik_ccd: snooping on CCD Simulator.FILTER_SLOT
2016-11-19T09:33:05: Driver indi_atik_ccd: snooping on CCD Simulator.FILTER_NAME
2016-11-19T09:33:18: Client 0: new arrival from 127.0.0.1:50048 - welcome!
2016-11-19T09:33:38: Driver indi_atik_ccd: snooping on EFW.FILTER_SLOT
2016-11-19T09:33:38: Driver indi_atik_ccd: snooping on EFW.FILTER_NAME
2016-11-19T09:37:38: Client 0: read EOF
2016-11-19T09:37:38: Client 0: shut down complete - bye!
******
And here is the end of /lib/udev/rules.d/99-asi.rules file (the end of CAMERAS section and the FILTER WHEELS section).
******
ATTR{product}=="ASI290MM-Cool" ATTR{idVendor}=="03c3" ATTR{idProduct}=="290d" GROUP="users", MODE="0666"

# FILTER WHEELS
KERNEL=="hidraw*", ATTRS{idVendor}=="03c3", ATTRS{idProduct}=="1f01", GROUP="users", MODE="0666"
******
Hope that help you
David

Read More...