pierrem
(pierrem)
August 11, 2023, 2:00pm
1
Hi,
I try to run a licensed version (last download…) on Debian/raspebby PI4 without success …
OS version is : Debian 11 Bullseye
After install, when clicking on the LB icon, a window opens with several options :
Execute
Run from terminal
Open
Cancel
I’ve tryied the 2 first options without success : the mouse cursor change to a watch for few seconds then nothing.
I’ve try to find some informations in the logs (not found LB specific one …) without success
Help appreciated
pm
jkwilborn
(Jack Wilborn)
August 11, 2023, 3:07pm
2
How did you install it?
Might have to mark it as an executable.
Do you have a LightBurn.desktop file?
This is Ubuntu, but Debian is a much more pure Linux…
Use find to locate them or identify them as missing… This allows you click on an icon…
jack@Kilo:~$ find ~/ -iregex ".*lightburn.*\.desktop$"
/home/jack/.local/share/applications/LightBurn-beta.desktop
/home/jack/.local/share/applications/LightBurn-release.desktop
jack@Kilo:~$
This is one of mine… the .txt is there so I can upload it to the site…
LightBurn.desktop.txt (222 Bytes)
pierrem
(pierrem)
August 11, 2023, 3:38pm
3
Thanks for interest !
lb installed as indicated on the web site
yes, LightBurn.desktop in /home/me/.local/application
yes, marked as Executable (every body … changed from owner only : no success)
It takes 10 seconds before the mouse pointer change from watch to normal arrow, meaning somethngs is happening.
I can’t find the log file where the error (?) is written
Again, thanks for helping
jkwilborn
(Jack Wilborn)
August 11, 2023, 3:46pm
4
You should be able to
sudo dmesg | tail
This should read the system error file and show the last entries… it’s very long, so I pipe it through tail to pitch most of it…
pierrem:
Debian/raspebby PI4
Running on a Raspberry Pi is non-trivial and definitely not supported.
Unless you’re very savvy with computers in general and specifically with Linux I’d advise against it.
Having said that, if you’re interested I put some work into getting this to work. You can find more information here:
Good news, everyone! This has been often discussed but never realized, until now.
[EDIT 2023-11-25] The instructions in the first post are old. Refer to post 32 for updated instructions and library archives.
LightBurn running on a Raspberry Pi:
[LightBurn_on_RPi]
I had theorized that this was possible and wanted to see what it would take for this to work.
Note that this is not a tutorial. This is a proof of concept and as can been seen from the screenshot I only got as far as the activatio…
pierrem
(pierrem)
August 11, 2023, 4:08pm
6
Hi again,
I tryied the ‘dmesg | tail’ … it show 2 errors :
(vc4-drm gpu: user defined mode not supported …)
then i try to run lb 2 more times, the rerun the above command.
no new entry … i guess the lb error is not the found message
any other idea to help ?
thanks
pierrem
(pierrem)
August 11, 2023, 4:09pm
7
thks, I’ll read that post !
Note that I posted that months ago and I don’t think a single other person has pursued it since. This is in spite of many claimed desires to have this capability. I suspect that’s in large part to the utility of it and the high barrier to entry.
Not all problems with the process were solved but it demonstrates the proof of concept. I didn’t have a fast enough Pi to test potentially better scenarios and wasn’t willing to pay scalper prices at the time. I suspect using a Ubuntu 20.04 for ARM base instead of Pi OS could resolve some of the remaining issues.
jkwilborn
(Jack Wilborn)
August 11, 2023, 4:54pm
9
Thanks for the correction, I was thinking it was debian on one of the supported architectures… missed his PI as part of the equation…
Don’t be so sure of what you think you don’t know
system
(system)
Closed
September 10, 2023, 4:55pm
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.