alienatedsec

Results 161 comments of alienatedsec

Please check #70 as could be related

Another one to check #63 as there could be not enough RAM to manage I/O and data recording

> As you can see, when ether ifz is connected the firmware can't get the IP address and the rest of parameters @rubendediegomartinez please can you explain the above in...

@ping-localhost yes, I mentioned the same in the release. It looks like I could fix it easier with your output, but it won't be the same for other cameras.

> `cat /proc/net/wireless` returns different ranges on the cameras. 0-100 on YI Outdoor and I suspect 0-70 on others. On YI Outdoor `iwconfig` return a value of X/100 for the...

I hope that @roleoroleo can grab the Hisilicon model at some point and compile an app that will read directly from the kernel (at least that was roleo's plan at...

> /home/yi-hack-v5 # cat /proc/meminfo | grep -i Swap > SwapCached: 80 kB > SwapTotal: 65532 kB > SwapFree: 65448 kB @roleoroleo do you think that Swap is not utilised...

``` /home/yi-hack-v5 # cat /proc/sys/vm/swappiness 0 /home/yi-hack-v5 # ```

I changed it to 60 to see the difference ``` /home/yi-hack-v5 # echo 60 >> /proc/sys/vm/swappiness /home/yi-hack-v5 # cat /proc/sys/vm/swappiness 60 /home/yi-hack-v5 # reboot ```

> Probably there is a line that force this value during the boot. > init.sh or other startup scripts. > If you reboot it will come back to 0. Correct,...