Skip to content

Better way to enable ACPI via udev #1

@guysoft

Description

@guysoft

Hey,
After upgrading to Ubuntu 25.04 the script in the troubleshooting section stopped working for me (this one).

I found that this method works better assuming you have udev.

  1. Create a file called /etc/udev/rules.d/90-wakeup.rules an add to it the line:
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="303a", ATTRS{idProduct}=="4004", ATTR{power/wakeup}="enabled"

Make sure t change 303a and 4004 to the vendor usb. in my case it was 303a:4004. And that matches the script too.

  1. run:
sudo udevadm control --reload-rules && sudo udevadm trigger
  1. unplug and plug the esp.

That got it working again.

I was wondering if you would like a PR with that to the readme? Or something of that sort?
In general just wanted to document it here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions