QLC+ Will not autostart on latest Pi image

All the topics related to QLC+ on the Raspberry Pi
Post Reply
Liamk23
Posts: 1
Joined: Sun Aug 06, 2023 6:16 pm
Real Name: Liam Keel

Hi, QLC+ is not auto starting on the latest image, maybe I am missing something with the Raspberry Pi Imager?
Is it not possible to set any advanced options or something? I am using WI-FI so set the details accordingly so Pi can connect on boot to network.
I can restart the service and all is good.

I get the below status:

Code: Select all

pi@QLC:~ $ sudo service qlcplus status
● qlcplus.service - LSB: Q Light Controller Plus
     Loaded: loaded (/etc/init.d/qlcplus; generated)
     Active: active (exited) since Sat 2023-05-20 10:19:33 BST; 2 months 17 days ago
       Docs: man:systemd-sysv-generator(8)
      Tasks: 0 (limit: 414)
        CPU: 0
     CGroup: /system.slice/qlcplus.service

May 20 10:19:31 QLC systemd[1]: Starting LSB: Q Light Controller Plus...
May 20 10:19:33 QLC qlcplus[305]: Starting Q Light Controller Plus: qlcplus.
May 20 10:19:33 QLC systemd[1]: Started LSB: Q Light Controller Plus.

Code: Select all

pi@QLC:~ $ sudo service qlcplus restart
pi@QLC:~ $ sudo service qlcplus status
● qlcplus.service - LSB: Q Light Controller Plus
     Loaded: loaded (/etc/init.d/qlcplus; generated)
     Active: active (running) since Sun 2023-08-06 19:13:28 BST; 4min 26s ago
       Docs: man:systemd-sysv-generator(8)
    Process: 699 ExecStart=/etc/init.d/qlcplus start (code=exited, status=0/SUCCESS)
      Tasks: 10 (limit: 414)
        CPU: 41.634s
     CGroup: /system.slice/qlcplus.service
             └─705 /usr/bin/qlcplus -platform eglfs --nowm --web --web-auth --operate --overscan

Aug 06 19:13:28 QLC systemd[1]: Starting LSB: Q Light Controller Plus...
Aug 06 19:13:28 QLC qlcplus[699]: Starting Q Light Controller Plus: qlcplus.
Aug 06 19:13:28 QLC systemd[1]: Started LSB: Q Light Controller Plus.
User avatar
mcallegari
Posts: 4482
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Reason #1 for RaspiOS to fail autostart is badly flashed SD card.
Please try to flash again or change SD card.
When I release a new version I always check the boot sequence and therefore QLC+ startup
Post Reply