LAN9514

Версия от 19:49, 18 июля 2019; RomanKulibaba (обсуждение | вклад) (Новая страница: «2) The driver can be sent to suspend2, while the consumption drops: <pre> echo "0" > "/sys/bus/usb/devices/$port/power/autosuspend" echo "auto" > "/sys/bus/usb/de…»)

Другие языки:


LAN9514

Power management

1) You can disable the Ethernet chip via hubpower


2) The driver can be sent to suspend2, while the consumption drops:

echo "0" > "/sys/bus/usb/devices/$port/power/autosuspend"
echo "auto" > "/sys/bus/usb/devices/$port/power/control"

3) Линукс, судя по всему, не умеет делать suspend части девайса, поэтому если так загнать драйвер с активированными GPIO в suspend, то он будет постоянно просыпаться и засыпать обратно. Потребление при этом кажется растёт не сильно:

up + high 22.2
up + low 17.4
down + low 13.3
down + unexport 13.2