In the plotting, I don't the see the units on X and Y axis. Is there a way for me to show numbers on X and Y axis to make the graph more readable?
Unfortunately, the library I'm using to…
@khimaros These errors suggest you are not actually running 1.11.0. Maybe the firmware reverted? Did you validate after installing it?
You can see messages like
Nov 01 13:16:50…
Can you try editing /usr/lib/systemd/user/itd.service
and changing ExecStart=itd
to ExecStart=/usr/bin/itd, then run
systemctl --user daemon reload` and try starting ITD again? I think maybe…
Yeah, you can get that by enabling metrics in ITD. Run
cp /etc/itd.toml ~/.config/itd/itd.toml
Then, edit ~/.config/itd/itd.toml
and change
[metrics]
…
This is really strange. Your service file has an ExecStart field, but systemd is complaining about it not being there. Try running systemctl --user daemon-reload
, then start it again. If it…
I am not sure why a dialog is not appearing. Have you tried pairing first, and then starting ITD? That shouldn't be needed, but it should fix your issue.
@Arsen6331 Can I please give your remote control of my Linux machine to take a look at what's going on and save your time? Like TeamViewer? Just let me know whichever remote access App you would…
@mathemagician @ljishen Can you please try the new packages? If it's fixed your issues, I can close this and tag a new release with the fixes.
Those who have had issues with uploading resources, please try the attached ITD packages. I now assume MTU to be 256 if it isn't available, which should resolve the issues.
On the Arch machine, open a terminal window. Stop the itd
service using systemctl --user stop itd
, and then run ITD_LOGGING_LEVEL=debug itd
. It should output a bunch of text. Wait until the…
Can you please give me the output of cat /usr/lib/systemd/user/itd.service
so I can see what systemd is complaining about?
Ubuntu does work with ITD, but since you are running Arch, you can install kdialog
simply by running sudo pacman -S kdialog
. You don't need to uninstall KDE. It should've come with KDE, I'm…
You seem to be running KDE. Can you try to install kdialog
and see if that fixes it?
Interesting. ITD's service file certainly contains ExecStart
. Can you try 0.0.8?
Ah, you're using BlueZ 5.55. That would make sense because it doesn't have the MTU feature. What doesn't make sense is why it didn't return an error and instead just returned an incorrect value.…