PCIe-PoE572bt power supply source and PoE per port on/off setting
Last updated
Last updated
# install i2c-tools
sudo apt-get install i2c-tools# check the i2c device position first and the register of the network adapter should locate at 0x60
# PSE port1 on
sudo i2ctransfer -f -y 1 w2@0x60 0x10 0x05
# PSE port2 on
sudo i2ctransfer -f -y 1 w2@0x60 0x12 0x05
# PSE port1 off
sudo i2ctransfer -f -y 1 w2@0x60 0x10 0x00
# PSE port2 off
sudo i2ctransfer -f -y 1 w2@0x60 0x12 0x00