Get Connected!

Come and join our community. Expand your network and get to know new people!

Sorry, we currently have no events.
View All Events

hey Steve, when something like what you see happens it likely means the device gets disconnected (reasons here can be vary, but most often than not is about voltage drop)

May I suggest to open a terminal and run sudo dmesg -w

It will tail all kernel logs and you will see any action taken against your devices. That should help at least identifying the root cause

Read More...

I just downloaded and installed Stellarmate with Stars 3.7 on a Raspberry Pi 4.
Again the AAG Cloudwatcher is not recognized. I then switched over to an old install of Kstars 3.6 on Stellarmate and AAG Cloudwatcher works fine.
The only thing I changed was Kstars. It's 3.7 that fails.

Read More...

>> If you were unable to reproduce the problem, it is probably because the configuration files are correct. Tried changing your gpsd file with the previous values, and you should end up with the mount problem again.

I don't think that's right. I experienced failure after changing the gspd file and rebooting. See this post and this post .

Thanks for the explanations of how this all works but I'm still not seeing anything that would explain the intermittent failure. It would be nice to create a rule that would get the dongle onto a completely different /dev entry.

Read More...

Steve replied to the topic 'Install "Obsolete" Driver' in the forum. 11 hours 39 minutes ago

Anybody have thoughts on how to install an obsolete driver or get the lx200ap_v2 driver working with PHD2?

Steve

Read More...

  1. Any software author can make rules for their requirements. So you end up with multiple applications/drivers trying to claim the same device.
  2. The rules are processed in numeric order.
  3. Higher numbers "win" by overwriting matching rules in lower numbers. There's also priority from where the rules are stored. See www.freedesktop.org/software/systemd/man/latest/udev.html
  4. Mode=0666 is setting permissions. 6 means r/w, there are three of them for owner, group & all users. Ignore the leading 0 for most purposes.
  5. Don't know
  6. Don't know


Read More...

If you were unable to reproduce the problem, it is probably because the configuration files are correct. Tried changing your gpsd file with the previous values, and you should end up with the mount problem again.

IdVendor is the name of the company that produces several products (idProduct). The products are found in different rule files with the (unique) company id in front.
Look at these links to better understand the rules files:

devicehunt.com/view/type/usb/vendor/067B/device/2303

unix.stackexchange.com/questions/44308/u...ermissions-in-libusb

forums.opensuse.org/t/udev-rules-priorit...with-operator/100210

Your cable contains a PL2303 chip and not FTDI. So nothing to change in 69-libftdi.rules and you must leave it in 25-gspd-usb.rules because the PL2303 chip is used in some GPS

Read More...

After mulling my last post over, several questions come to mind. I am referring to this:



1. Why does this vendor ID occur in two different rules files (99-indi_auxiliary.rules and 25-gspd-usb.rules)?
2. What is the significance of the numbering inherent in the rules file names? Do lower numbers get processed first or last?
3. When a matching device is found in different rules files, which rule is followed? Is the first matched rule followed or the last?
4. What is the significance of MODE="0666"? Why is this entry much shorter than the others in 25-gspd-usb-rules?
5. Should this particular item (the USB-RJ cable) be in 25-gspd-usb.rules at all?
6. Should an entry for it be created in 69-libftdi.rules?

Read More...

Hi Akarsh,

This is what it looks like on the Mac (Macbook Pro M1 running Sonoma 14.4.1). It works perfectly on my Linux machine.



Read More...

Cricut Account Login: Access Your Designing Software

It’s been four years since I started using the Cricut machine to create custom-made projects, and I...
Show more

Cricut Account Login: Access Your Designing Software – cricut.com/setup

For easy Cricut account login, you must download Design Space on your device and create a Cricut ID. Read this blog and get to know…

The menu entry is called "Views" and not "Custom Views" although we've referred to the feature as "Custom Views". Please check if there is a menu item titled
"Views" in the "View" menu, screenshot from my Linux machine attached. I've tested the build on MacOS and at least on my custom builds, it showed up fine.

Clear Skies,
Akarsh

Read More...

Sorry, that was a nice feature. Can it be added?

Read More...

Steve Cohen replied to the topic 'Errors due to port instability' in the forum. yesterday

I spent a frustrating morning playing with my rig in three different setups.
1. No Dongle
2. Dongle connected after Pi booted
3. Dongle connected before Pi boot (the situation last night).
In no case could I reproduce the problem I saw last night. I made the mount go to various objects which were all invisible (due to my doing this in daylight hours) but in all cases the scope was pointed in the right general direction according to the map in KStars. If the problem had recurred, i would have seen error messages like these I saw last night

[2024-04-17T20:32:32.364 MST DEBG ][           org.kde.kstars.indi] - Celestron Advanced VX HC : "[DEBUG] CMD <e> "
[2024-04-17T20:32:32.364 MST INFO ][           org.kde.kstars.indi] - Celestron Advanced VX HC :  "[ERROR] Serial write error: Write Error: Input/output error "
[2024-04-17T20:32:32.365 MST INFO ][           org.kde.kstars.indi] - Celestron Advanced VX HC :  "[ERROR] Failed to read RA/DEC

Failed to read RA/DEC is a sign that communication with the mount is lost.

So I'm going to try your suggestions.

I looked at the /lib/udev/rules.d/25-gpsd-usb.rules file and it seems to include my gps device:

So that doesn't appear to be the problem.

But the USB/RJ cable appears to be more interesting.


Why would my USB/RJ cable be found under GPS devices?? Could that be the source of the confusion?

Read More...

It is a missing feature due to VNC server change: now with TigerVNC, as you can read here github.com/devDucks/astroarch/releases/tag/v1.8 the clipboard isn’s supported :(

Read More...

Jean-Luc created a new topic ' Video mode, howto ?' in the forum. yesterday

Hello,
Clouds, clouds, clouds, clouds and wind and rain... no astro since monday.
So, trying to understand how to set up video mode so as to get smooth frames with ASI183 on RPi 5.
The sensor is 5496x3672, which needs almost 2 seconds to transfer to the PCIe SSD. It has always been, and I think it will always be.
This means that fast exposure subjects are not a good idea : almost 120 seconds for 60 pictures at 0.1 second, 3600 frames of the moon that ought to last 6 minutes actually take around two hours.
Okay, there is a video mode in the capture tab, but at 0.1 second exposure, I get a framerate of ca. 4 images per second. A little bit better, but still not satisfying.
I then tried to figure out the way to lower the resolution, for instance decreasiing to 1280x720 at which, according to the manufacturer's data, the 183 is capable of 103 fps.
But nowhere in the menus of the SM APP on the tablet I could find how to achieve this.
I finally thought this could be done from the streaming tab of the Indi dashboard, but alas! even with so lower resolution of 1280x720, when i start capturing the framerate remains at 4 FPS
Long preamble to explain my problem, so now : how can I get a real video mode, that would allow to capture at least 20 fps ? What and where in the SM APP do I need to set ?
Rgrds,

Read More...

In Astriarch 1.7, the noVNC clipboard used to allow me to copy something from the host PC into the window, then copy it again and paste it into a window on the Pi where Astroarch is running. This would enable cut-from-host-paste-to-Pi. In Astroarch 1.8 this doesn't work. I can copy from the host-pc into the clipboard window, but when I paste in a Pi window, some other clipboard is the source of what gets pasted. It seems that there are two different clipboards in play. As I said, this was not the case in 1.7 or with Astroberry before that. Is this a bug, or is there some setting I need to set?

Read More...