Hi,

1st time posting here. The latest INDI 1,8.8 released a few days ago has a driver, ActiveFocuser for the Takahashi, which I’d like to try on my Astroberry setup. How does one upgrade to the latest INDI 1.8.8 or even just add only the ActiveFocuser driver to the existing Astroberry build? I tried installing the repository holding the new driver but that’s failed :-

astroberry@astroberry:~ $ sudo add-apt-repository ppa:mutlaqja/ppa
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 95, in
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in init
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Raspbian/buster

I guess it failed ‘cos of an Ubuntu vs Raspbian difference?

Read More...