slash boot slash config.txt #1083
-
Checklist
VersionGenmon: 1.19.02 Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted.I have not submitted logs What is/are your question(s)?when I try to run serialconfig.py I get: Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Is this a 64 bit versions of Ubuntu? It looks like the latest version of Raspbian 64 changed the location of the config.txt file from /boot to /boot/firmware. I assume this is the reason it is different on Ubuntu as well. I just checked a pi that has 64 bit Raspbian bookworm and the file /boot/config.txt has this message in it:
To date I have only tested with Raspbian, but this does appear to be a recent change with all debian based distros for the pi. I should have a fix in the next couple of days, but if you want to work around this issue you then do this: Back up your /boot/firmware/config.txt and the /boot/firmware/cmdline.txt files
Make a copy of /boot/firmware/config.txt and cmdline.txt and put it in the /boot folder
Then run the script Then copy the file back to /boot/firmware/config.txt, that will probably work.
Let me know if you have any questions or if you just prefer to wait for a fix. |
Beta Was this translation helpful? Give feedback.
-
I checked in an update. You can update to the latest with this command:
This should work on both old an new version of the firmware. serialconfig.py will print the location of the file it is working on. I tested with Raspberry pi OS, not Ubuntu, but the file locations appear to be the same. These files are read by the firmware, not the OS so it should work the same on both Raspbian and Ubuntu. Let me know how your testing goes. |
Beta Was this translation helpful? Give feedback.
-
the install script gives you and option to add genmon to the crontab. You can manually do this by this command:
this will bring up a text editor to edit the crontab, then add this line:
Note that you may need to change the path to the startgenmon.sh script, depending on where you installed genmon. Save the file. Then it will start on every reboot after a 30 second delay (the delay is to allow the network to come up) |
Beta Was this translation helpful? Give feedback.
I checked in an update. You can update to the latest with this command:
This should work on both old an new version of the firmware. serialconfig.py will print the location of the file it is working on. I tested with Raspberry pi OS, not Ubuntu, but the file locations appear to be the same. These files are read by the firmware, not the OS so it should work the same on both Raspbian and Ubuntu. Let me know how your testing goes.