Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] Unable to connect to Orion StartShoot G3: Operation not permitted #561

Closed
pabutler1 opened this issue Mar 29, 2022 · 7 comments · Fixed by #562
Closed

[ERROR] Unable to connect to Orion StartShoot G3: Operation not permitted #561

pabutler1 opened this issue Mar 29, 2022 · 7 comments · Fixed by #562
Assignees
Labels
bug Something isn't working

Comments

@pabutler1
Copy link

Describe the bug
After manually installing the driver (tried in both Stellarmate and Astroberry servers with Kstars and Ekos) I get an error when trying to connect (inside Ekos) and it reports this error: [ERROR] Unable to connect to Orion StartShoot G3: Operation not permitted. In Astroberry it actually seems to crash and restart but never gets past that part and just keeps crasing. I have sent logs over to the Stellarmate team and after several days of troubleshooting (validating USB is working, camera is working, software is up to date, etc) we are stuck at this issue. I will note that it seems to work just fine on my MAC - if I run Kstars and Ekos it will connect just fine to my Orion CCD camera.

To Reproduce
Exact steps to reproduce the behavior.

  1. sudo apt-get update && sudo apt-get -y install indi-orion-ssg3
  2. Start Kstars and Ekos - add the camera as an item, start profile, connect to camera and fail
  3. See error attached

Expected behavior
I expect it to continue past the connection and then show the display as normal and connection as good.

Screenshots
See attached logs

Desktop (please complete the following information):

  • OS: Raspberry PI - Stellarmate - latest version
  • Version [e.g. 1.7.6, GIT..etc] - Stellarmate 1.7.0

Log Files
Make sure to enable logging and include log files - See attached
log_18-44-36.txt
log_18-40-13.txt
HARDWARE_Details.pdf
USB_Details.pdf
Error.pdf

@pabutler1 pabutler1 added the bug Something isn't working label Mar 29, 2022
@bgilsrud
Copy link
Contributor

Thanks for the detailed bug report. The issue is that the debian package doesn't include the udev rule file that's required to make the device accessible to non-privileged users. I'll submit a fix.

bgilsrud added a commit to bgilsrud/indi-3rdparty that referenced this issue Mar 29, 2022
@pabutler1
Copy link
Author

Thanks a lot Ben, let me know if you need anything else - I have seen your good works helping folks out with your forum posts - much appriciated!

@knro knro closed this as completed in #562 Mar 29, 2022
@pabutler1
Copy link
Author

Hey Ben - is there a way for me to get this fix now or do I have to wait for a release? I have run the command to get the latest Indi drivers, Kstars and Ekos but still have the same problem - sorry for my ignorance - I am sure there is a command to run to get it, I just can't seem to find it. Thanks

@bgilsrud
Copy link
Contributor

I'm not sure how long it will take to get into the release packages for the platform that you're using. In the meantime, you can do this:

sudo vim /lib/udev/rules.d/99-orionssg3.rules
Put this in the file:

# All Orion Cameras
SUBSYSTEMS=="usb", ATTR{idVendor}=="07ee", MODE="0666"

sudo udevadm control --reload-rules
sudo udevadm trigger

@knro
Copy link
Collaborator

knro commented Mar 30, 2022

Release already made to StellarMate & INDI Nightly PPA as well.

@knro knro reopened this Mar 30, 2022
@knro knro closed this as completed Mar 30, 2022
@pabutler1
Copy link
Author

pabutler1 commented Mar 30, 2022 via email

@pabutler1
Copy link
Author

pabutler1 commented Mar 30, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants