Hi Bohdi, I searched, but except of the known fanspeed and cpu-temp readings, there were no other occurences of ic2read or ic2write in the RootFS.by 030theo - Debian
Hi Bohdi, first of all - thank you very much for your great work! I think I found a solution for the WOL Problem. I searched in the orignal rcS2 in /etc on the original RootFS and found this: ###### setup WOL ###### if [ -e ${CONF_PATH}/wol.status ]; then /sbin/i2cset -y 0x0 0xa 0xa 0x0006 w else /sbin/i2cset -y 0x0 0xa 0xa 0x0306 w fi If I put: /usr/sbin/i2cset -y 0x0 0xa 0by 030theo - Debian