×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

New drivers profiles in Ekos

@Gonzothegreat, try again, I updated in the VM today and received the updated KStars.
7 years 11 months ago #8113

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
It looks I forgot to run "apt-get dist-upgrade" after my upgrade to 16.04 LTS.... ts ts ts ts
updates coming in now....
7 years 11 months ago #8121

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
The tiny icon 'edit profile' in "select profile" is missing, just a empty square at the moment.
7 years 11 months ago #8145

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
It would be super cool to have an auto-detect function to populate the names directly.
root@heidenrod-obs:~# indi_getprop | grep  DRIVER_INFO.DRIVER_NAME
SX Wheel.DRIVER_INFO.DRIVER_NAME=SX Wheel
WunderGround.DRIVER_INFO.DRIVER_NAME=WunderGround
Indi RG11 Rain Sensor.DRIVER_INFO.DRIVER_NAME=Indi RG11 Rain Sensor
GonzoBox.DRIVER_INFO.DRIVER_NAME=GonzoBox
EQMod Mount.DRIVER_INFO.DRIVER_NAME=EQMod Mount
root@heidenrod-obs:~#
7 years 11 months ago #8146

Please Log in or Create an account to join the conversation.

It's a one-time operation, sure you can select the drivers yourself :P
7 years 11 months ago #8147

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223

true true :pinch:
7 years 11 months ago #8148

Please Log in or Create an account to join the conversation.

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

I updated just now and didnt see any change.
7 years 11 months ago #8164

Please Log in or Create an account to join the conversation.

KStars version is now 2.6.0 and available for 15.10+. PPA ok in your system?
The following user(s) said Thank You: Derek
7 years 11 months ago #8165

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
I confirm that Kstars is now 2.6.0 and running on my 16.04 LTS vm box.
indi@indi-VirtualBox:~$ dpkg -l | grep kstars
ii  kstars-bleeding                                 5:16.04+r5727.253~ubuntu16.04.1            amd64        desktop planetarium for KDE
ii  kstars-bleeding-data                            5:16.04+r5727.253~ubuntu16.04.1            all          data files for KStars desktop planetarium
indi@indi-VirtualBox:~$ 
7 years 11 months ago #8166

Please Log in or Create an account to join the conversation.

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

Jasem,
Thanks!, yes there was something wrong with my repositories. A known issue with google's chrome repo (askubuntu.com/questions/766883/there-is-...1397bc53640db551-goo) which prevented me getting any updates...

I got the update and have the profiles now. Looks good. I found I have to recompile my custom indi-drivers. Getting an error on recompilation related to the LOGGER.
Will have a look tomorrow (too sleepy now )

Derek
7 years 11 months ago #8170

Please Log in or Create an account to join the conversation.

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

Any ideas as to why I cant recompile my driver? I've probably done something stupid again :blush:
dokeeffe@observatory-1:~/Code/ip-focuser/indi-driver/build$ sudo rm * -rf;cmake -DCMAKE_INSTALL_PREFIX=/usr ../indi-ipfocuser/;sudo make install
-- The CXX compiler identification is GNU 4.9.3
-- The C compiler identification is GNU 4.9.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- checking for module 'libindi'
--   found libindi, version 1.2.0
-- Found INDI: /usr/include/libindi (found version "1.2.0") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dokeeffe/Code/ip-focuser/indi-driver/build
Scanning dependencies of target indi_ipfocuser
[ 50%] Building CXX object CMakeFiles/indi_ipfocuser.dir/ipfocuser.o
[100%] Building CXX object CMakeFiles/indi_ipfocuser.dir/gason.o
Linking CXX executable indi_ipfocuser
CMakeFiles/indi_ipfocuser.dir/ipfocuser.o: In function `IpFocus::Connect()':
ipfocuser.cpp:(.text+0x389): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x4e5): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x56a): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x72c): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x7c8): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
CMakeFiles/indi_ipfocuser.dir/ipfocuser.o:ipfocuser.cpp:(.text+0x875): more undefined references to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)' follow
collect2: error: ld returned 1 exit status
CMakeFiles/indi_ipfocuser.dir/build.make:111: recipe for target 'indi_ipfocuser' failed
make[2]: *** [indi_ipfocuser] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/indi_ipfocuser.dir/all' failed
make[1]: *** [CMakeFiles/indi_ipfocuser.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
dokeeffe@observatory-1:~/Code/ip-focuser/indi-driver/build$ 
7 years 11 months ago #8176

Please Log in or Create an account to join the conversation.

Any link to your sources?
7 years 11 months ago #8178

Please Log in or Create an account to join the conversation.

Time to create page: 0.487 seconds