You are not logged in.

#1 2023-03-11 10:13:19

barnd3
Member
Registered: 2023-02-07
Posts: 106

ACPI group/action undefined:

acpid.service spits out the following message for me

sudo systemctl status acpid.service  
[sudo] Passwort für andre: 
● acpid.service - ACPI event daemon
     Loaded: loaded (/usr/lib/systemd/system/acpid.service; enabled; preset: disabled)
     Active: active (running) since Sat 2023-03-11 09:37:46 CET; 51min ago
       Docs: man:acpid(8)
   Main PID: 561 (acpid)
      Tasks: 1 (limit: 38413)
     Memory: 292.0K
        CPU: 72ms
     CGroup: /system.slice/acpid.service
             └─561 /usr/bin/acpid --foreground --netlink

Mär 11 09:37:46 I-NET acpid[561]: waiting for events: event logging is off
Mär 11 09:37:46 I-NET acpid[561]: client connected from 632[0:0]
Mär 11 09:37:46 I-NET acpid[561]: 1 client rule loaded
Mär 11 09:37:47 I-NET acpid[561]: client connected from 632[0:0]
Mär 11 09:37:47 I-NET acpid[561]: 1 client rule loaded
Mär 11 09:37:47 I-NET root[699]: ACPI group/action undefined: jack/lineout / LINEOUT
Mär 11 09:37:47 I-NET root[701]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Mär 11 09:37:59 I-NET root[1002]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Mär 11 09:37:59 I-NET root[1004]: ACPI group/action undefined: jack/lineout / LINEOUT
Mär 11 09:37:59 I-NET root[1006]: ACPI group/action undefined: jack/videoout / VIDEOOUT

Do we still need to define this and manually add it to handler.sh?
And if so, how?

Edit: Problem still exists...

Last edited by barnd3 (2023-03-11 10:45:12)

Offline

#2 2023-05-31 16:39:27

christian-oudard
Member
Registered: 2023-02-15
Posts: 3

Re: ACPI group/action undefined:

This is expected, because of this line in the handler.sh script:

    *)
        logger "ACPI group/action undefined: $1 / $2"
        ;;


It's just saying that the jack/* events are not specifically handled. You can comment out the logger line if you don't want this message.

Offline

Board footer

Powered by FluxBB