We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware: 1.8.7.0C_201705091058 Model: 12CN
First case:
Second case:
Third case:
In first and second cases, there won't be record and record_sub folders.
I find the issue #212. But the case is even I turn the debug on, there is no new file comes out (with 15min waiting while yellow on).
ipconfig on win10: IPv4: 192.168.178.x Subnet Mask: 255.255.255.0 Default Gateway: 192.168.178.1
yi-hack.cfg: IP=192.168.178.40 NETMASK=255.255.255.0 GATEWAY=192.168.178.1 NAMESERVER=192.168.178.1 ... DEBUG=yes
wpa_supplicant.conf: ssid="xxx_2.4GHz" .. psk="rightpassword"
The text was updated successfully, but these errors were encountered:
This is an abandoned project. I wouldn't expect it to work in any case.
Sorry, something went wrong.
Solved:
#!/bin/sh # Telnet if [ ! -f "/etc/init.d/S88telnet" ]; then echo "#!/bin/sh" > /etc/init.d/S88telnet echo "telnetd &" >> /etc/init.d/S88telnet chmod 755 /etc/init.d/S88telnet fi dr=`dirname $0` # fix bootcycle mv $dr/equip_test.sh $dr/equip_test.sh.moved echo "root:n00d1e5Yummy" | chpasswd reboot
telnet camera_ip
cp /tmp/hd1/rtspsvrM /home/rtspsvr
date -s 'YYYY-MM-DD hh:mm(:ss)'
source: https://bbs.hassbian.com/thread-3402-1-1.html
No branches or pull requests
Firmware: 1.8.7.0C_201705091058
Model: 12CN
First case:
-> yellow on without blink
Second case:
-> yellow on without blink
Third case:
-> yellow on with blink
In first and second cases, there won't be record and record_sub folders.
I find the issue #212.
But the case is even I turn the debug on, there is no new file comes out (with 15min waiting while yellow on).
ipconfig on win10:
IPv4: 192.168.178.x
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.178.1
yi-hack.cfg:
IP=192.168.178.40
NETMASK=255.255.255.0
GATEWAY=192.168.178.1
NAMESERVER=192.168.178.1
...
DEBUG=yes
wpa_supplicant.conf:
ssid="xxx_2.4GHz"
..
psk="rightpassword"
The text was updated successfully, but these errors were encountered: