4 ms·
I had this problem with a Cyberpower VP1500EILCD. I created this udev rule to stop the USB auto suspend feature and it's been rock solid since: SUBSYSTEM=="usb
by dantastic 3y ago
I had this problem with a Cyberpower VP1500EILCD. I created this udev rule to stop the USB auto suspend feature and it's been rock solid since:
SUBSYSTEM=="usb", ATTR{idVendor}=="0764", ATTR{idProduct}=="0501", GROUP="nut", ATTR{power/autosuspend}="-1"