Ben Gilsrud replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

If you're up for testing the change, here are the instructions:

sudo apt-get -y install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev libftdi-dev libgps-dev libraw-dev libdc1394-22-dev libgphoto2-dev libboost-dev libboost-regex-dev librtlsdr-dev liblimesuite-dev libftdi1-dev libavcodec-dev libavdevice-dev git

git clone github.com/bgilsrud/indi-3rdparty.git
cd indi-3rdparty
git checkout dsi_model_name_fix
mkdir -p build/indi-dsi
cd build/indi-dsi/
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../indi-dsi/
make
sudo make install

Then you could try to figure up ekos as you normally do (remember to select your normal profile!) and I'm hoping that it works. If you're able to verify this, then I'll submit the code change upstream.

Thanks,
Ben

Read More...