-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
- Create a file called
/etc/udev/rules.d/90-wakeup.rulesan 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.
- run:
sudo udevadm control --reload-rules && sudo udevadm trigger
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels