×

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

Bi-monthly release with minor bug fixes and improvements

INDI Driver for ZWO ASI224 Camera

  • Posts: 4
  • Thank you received: 0
I am trying to install INDI Driver for ZWO ASI224 Camera. on a Raspberrypi 4 The instruction "sudo add-apt-repository ppa:mutlaqja/ppa" returns "sudo: add-apt-repository: command not found". "lsusb" returns

"Bus 002 Device 002: ID 03c3:224a ZWO ASI224MC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 046d:c542 Logitech, Inc. Wireless Receiver
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub"

Kindly advise please. Experience with Raspberrypi 4 is really limited.
8 months 1 day ago #95349

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

  • Posts: 1187
  • Thank you received: 370
You have a typo in the command, it should be

sudo apt-add-repository ppa:mutlaqja/ppa

(apt-add… not add-apt…)

HTH
Wolfgang
8 months 1 day ago #95351

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

  • Posts: 4
  • Thank you received: 0
Hi Wolfgang.
Thanks for the answer.
I followed the instruction "sudo add-apt-repository ppa:mutlaqja/ppa" on the INDI web page www.indilib.org/individuals/devices/came...ics-asi-cameras.html.
Correcting the instruction however returns "sudo: apt-add-repository: command not found".
Any suggestions?
8 months 1 day ago #95352

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

  • Posts: 1226
  • Thank you received: 566
It seems that add-apt-repository and apt-add-repository are two names for the same command:
askubuntu.com/questions/83489/what-is-th...y-apt-add-repository

Also, re the command not found error:
check out this link: itsfoss.com/add-apt-repository-command-not-found/
You may need to first run these commands:
sudo apt-get install software-properties-common
sudo apt-get update
to install the command.
8 months 1 day ago #95358

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

You can't use Ubuntu PPA on Debian.
8 months 1 day ago #95359

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

  • Posts: 4
  • Thank you received: 0
Good morning Jasem.

Thanks for the response. Is there a solution?

Thanks
Neels
8 months 2 days ago #95363

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

  • Posts: 4
  • Thank you received: 0
Good morning.

Thanks. I did try to use the commands, but with no success. Will nevertheless try again today.

Thanks
Neels
8 months 2 days ago #95364

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

Time to create page: 0.611 seconds