Astrofriend's homepage

www.astrofriend.eu
Share: Twitter Reddit Facebook Gmail Gmail Email
Search Astrofriend's homepage:

Valid CSS!

All pages shall now have been validated

Info Cookies (Kakor) / GDPR

Navigation

Advertisement /
Annons:

Advertisement / Annons:

My astronomy project:
KStars and Linux


Content:

  1. Good to know Linux commands
  2. Linux udev rules
  3. To be continued

Note:
I take no responsibility or liability for what are written here, you use the information on your own risk!


2, Linux udev rules:

USB port number problem:

I always had problems with USB devices and the port number, both in Windows and Linux. If you move a device from one port to another the system loose the information where it's. Difficult to get it work again. Now I found a very good article of how to handle this problem in Linux, use the udev rules.

I follow this instruction and it's told to work with Pi5:


KStars Profile:

KStars, Linux udev rules

This is the devices I do this new udev rules thing on.


Find USB port number:

KStars, Linux udev rules

I start with the FTDI serial cable to the mount. First I must find which port it's connected to.

Just pull it out and type this command in the commando window:

  • ls -l /dev/tty*

It list all tty devices, in this case it was the ttyUSB0 that disappear and come back when connect the USB cable. The EQMOD mount and the GPS devices is what has caused the most problem for me. They change from USB0 to USB1 and so on. Many hours and frustration spend on this.


Find unique identities:

KStars, Linux udev rules

With help from the article above I examine the identities for USB0. These will be used later to recognize them without using the USB number which can change.


Creating device role list:

KStars, Linux udev rules

Continue using the information from the article and create a file where I put the information I got from the investigation of the identities.

Use this commando to create this text file:

  • sudo nano /etc/udev/rules.d/astrodevices.rules

Activate the rules:

Use these two commandon to reload and trigger the rules:

  • sudo udevadm control --reload-rules
  • sudo udevadm trigger
KStars, Linux udev rules

Do a check that the devices still is there but now with the names astro_xxxxx:

Scan the devices for my astro devices:

  • ls -l /dev/astro*

And yes they are there !


Setup the device in INDI control panel:

KStars, Linux udev rules

This is the MyFocuserPro2 INDI driver setup. Now set the port to the new name of the device: astro_myfocuser_pro2.


Set port:

KStars, Linux udev rules

Click the Set button to replace the default port number.


Connect MyFocuserPro2:

KStars, Linux udev rules

Click connect to see if INDI accept this port.


KStars, Linux udev rules

It does, this is wonderful, so long I have been struggle with this problem.

Don't forget to save under the options menu

Go Back to content

Go Back
To page VII

Advertisement / Annons: