> I searched the wiki on 'USB power' but noticed only sections 4 and 10 of > https://wiki.freebsd.org/TuningPowerConsumption seemed to relate at all. > If that's it or not, I'd appreciate some more guidance .. > > thanks, Ian
That's correct, section 10 from that wiki page. Here's all I did: $ sudo usbconfig (it then lists all USB related devices) $ sudo usbconfig -d 1.3 power_save (then put a device into powersave mode. I put this in a script) and that was it for me. The zenbook almost imediately reports an extra hour of battery and I can confirm it does indeed extend it's life to close to an hour. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
