oe-alliance / oe-alliance-core

The openembedded alliance core.
GNU General Public License v2.0
163 stars 175 forks source link

wake on lan on SF8008 #843

Closed bibcoder closed 12 months ago

bibcoder commented 12 months ago

Hey there,

the Octagon SF8008 uses a Hi3798MV200 chipset, which supports according to https://www.hisilicon.com/en/products/smart-media/STB/Hi3798MV200

"One 1000 Mbit/s Ethernet port or one 100 Mbit/s Ethernet port, one GMAC and one FE PHY integrated"

Thus, to me this seems, it supports Wake on lan by the hardware chipset -- I may be wrong. On the other hand, no matter which linux distro I use, this device still uses 6 Watts in Standby, when WOL is activated. Could it be, that the software side doesn't yet support the full features of the low power mode of this chipset?

Any comments and helpful replies to this answer are highly welcome.

kind regards

atvcaptain commented 12 months ago

we use it as the manufacturer has integrated it into the driver, oe-a has no influence on it.

bibcoder commented 12 months ago

Good Morning!

Thanks for your reply. So with "manufacturer" you mean the producer of the chipset, right? You mean that the oe-a code just calls the according Wake-on-lan and power mode functions provided by the driver for the chipset, and this is kind of a black box what happens next, did I understand you correct?

have a nice day

atvcaptain commented 12 months ago

yes the manufacturer of the box and the driver, and yes for us it is a black box, we have no possibility to intervene.

bibcoder commented 12 months ago

Thank you atvcaptain. I will try to find the root of this evil, the manufacturer ;-)