Serial device not added correctly - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4) +--- Thread: Serial device not added correctly (/showthread.php?tid=4675) |
RE: Serial device not added correctly - baltika_no_9 - 2023-06-15 Hi Well your GPS is a u-blox 8, I only have a u-blox 7 but I just tried to install it. To compare to your installation here is what I see: Code: Hardware : BCM2835 Please see screenshots - what do your screens show? RE: Serial device not added correctly - Sailoog - 2023-06-19 Hi, sorry I am really busy now but I will take a look at this ASAP. baltika_no_9 thanks a lot for your tracking! RE: Serial device not added correctly - yvereg - 2023-06-20 Hi, sorry Baltica not to answer, I didn't see your reply and i'm not near the boat. I will check all your requests today and come back with the results Thanks a lot RE: Serial device not added correctly - yvereg - 2023-06-20 Hi, Screenshots are difficult to do for me, I'm using a tablet with no internet access. The device window and connection window do not show any difference with yours, except for the device where remember is set to port (in another attempt I checked with device set to device). The dashboard of signalK shows in connection activity gnss to 0, and last gnss error to no such file or directory cannot open /dev/ttyOP_gnss, not connected in /dev/ directory I do not find the alias. If I create this symbolic link all become normal but the alias is lost at the next reboot Regards RE: Serial device not added correctly - baltika_no_9 - 2023-06-20 You've confirmed that selecting "Remember port" doesn't work either is that correct? That is odd. To get over the lost symlink on reboot you could try to add the line: Code: sudo ln -s /dev/ttyACM0 /dev/ttyOP_ublox (Change the command to whatever is right for you of course) into your /etc/rc.local file before the Exit 0 line as follows: It will then be created each time the system boots. If you need to delete the symlink then: Code: sudo rm /dev/ttyOP_ublox RE: Serial device not added correctly - yvereg - 2023-06-20 Yes, I confirm that remember port does not work. I will follow your suggestion for make the symbolic link persistant. I see that apt list udev shows only: udev/oldstable,now 241-7~deb10u9+rpi1 armhf [installed] is this correct? Many thanks again RE: Serial device not added correctly - baltika_no_9 - 2023-06-20 Your udev looks quite old chris@bobby:~ $ apt list udev libudev1 Listing... Done libudev1/oldstable 247.3-7+deb11u2 arm64 [upgradable from: 247.3-7] libudev1/oldstable 247.3-7+deb11u2 armhf udev/oldstable 247.3-7+deb11u2 arm64 [upgradable from: 247.3-7] udev/oldstable 247.3-7+deb11u2 armhf Edit - I do not think that udev is causing your problem but your system does appear to be out of date. It might be worth considering updating it. RE: Serial device not added correctly - Techstyle - 2023-06-22 I believe I have the same issue as @yvereg. I have RPi 4 running OP2 and this issue appeared last week, there were also other weird USB related problems - peripherals stopped working etc. but I get a note in the Check settings saying there is an issue with GPS, and I get very similar stuff to yvereg in Signal K - number of sats shows 10, Date/Time is correct and messages are current but Lat/Long is null, as is COG and Mag. var. I am using a USB Globslsat BU-353 RE: Serial device not added correctly - PaddyB - 2023-06-22 (2023-06-22, 04:25 AM)Techstyle Wrote: I believe I have the same issue as @yvereg. I have RPi 4 running OP2 and this issue appeared last week, there were also other weird USB related problems - peripherals stopped working etc. but I get a note in the Check settings saying there is an issue with GPS, and I get very similar stuff to yvereg in Signal K - number of sats shows 10, Date/Time is correct and messages are current but Lat/Long is null, as is COG and Mag. var. I've seen similar before with new GPS modules. Took a few hours with a view of the sky to download the latest almanac data before it gets a position fix. RE: Serial device not added correctly - Techstyle - 2023-06-22 (2023-06-22, 05:20 AM)PaddyB Wrote:(2023-06-22, 04:25 AM)Techstyle Wrote: I believe I have the same issue as @yvereg. I have RPi 4 running OP2 and this issue appeared last week, there were also other weird USB related problems - peripherals stopped working etc. but I get a note in the Check settings saying there is an issue with GPS, and I get very similar stuff to yvereg in Signal K - number of sats shows 10, Date/Time is correct and messages are current but Lat/Long is null, as is COG and Mag. var. it wasn't new, I have been using the same Globalsat BU-353 since my original install in February of 2020. I have recently switched the SD card for a backup and then updated all modules. |