Open cuibap1212 opened 8 years ago
Try that :
proto=WPA2 key_mgmt=WPA2-PSK pairwise=AES group=CCMP
I have research: proto:
key_mgmt:
"WPA" = WPA(1)
pairwise & group:
So is that working now ? I made some change on mine yesterday and i guess it works. Will put the config file if you want it.
Hi guys, do you have it please wotking with WPA2-PSK? Could you provide the config? Thank you, tampiss
I'd like to join tampiss request.
I worked with the YI firmware version M for over 6 months. For some reason it stopped working (connecting to wifi). Could not get it to connect to wifi on original version with the app. I stumbled upon this project and still no luck (LED turning blue for short period and then blinking orange). I have WPA2 AES protected LAN.
I tried:
what am I doing wrong? thank you
For WPA2 use:
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
I used that for more than 1 month with WPA2 AES proto=WPA RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP
Still no luck :( . This is my log (at least the relevant part):
Starting to log...
Start telnet server...
MTK 7601
Hardware version informations :
hwplatform=2
Software version informations :
[sys]
version=1.8.5.1M_201512011815
[kernel]
version=3-0.8
provider=18e
devtype=18e
Firmware letter is : 'M'
The RTSP server binary version which will be used is the 'M'
The HTTP server binary version which will be used is the 'M'
Check for some files size...
-rwxr-xr-x 1 root root 144885 Sep 9 2016 /home/hd1/test/http/serverJ
-rwxr-xr-x 1 root root 144912 Sep 9 2016 /home/hd1/test/http/serverM
-rwxr-xr-x 1 root root 121932 Sep 9 2016 /home/hd1/test/rtspsvrI
-rwxr-xr-x 1 root root 39572 Sep 9 2016 /home/hd1/test/rtspsvrK
-rwxr-xr-x 1 root root 39580 Sep 9 2016 /home/hd1/test/rtspsvrM
The blue led is currently blinking
Debug mode = no
Check for wifi configuration file...*
/home/wpa_supplicant.conf
Start wifi configuration...
Status for wifi configuration=255 (0 is ok)
Wifi configuration answer: Successfully initialized wpa_supplicant
rfkill: Cannot open RFKILL control device
Could not set interface ra0 flags (UP): Operation not permitted
WEXT: Could not set interface 'ra0' UP
ra0: Failed to initialize driver interface
Do network configuration 1/2 (ip and gateway)
Done
Configuration is :
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
`
Do network configuration 2/2 (DNS)
Done`
This is my wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="THEWIRELESSNAME"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="THEPASSWORD"
}
and this is my yi-hack.cfg:
# Don't forget to also fill the file wpa_supplicant.conf for the wifi configuration
IP=10.100.102.5
NETMASK=255.255.255.0
GATEWAY=10.100.102.1
NAMESERVER=10.100.102.1
Anyone has ideas why ra0 cannot be set-up? Am I missing something?
OK, I have more info. I opened up the camera and connected to the serial port. Lots of info appears during boot but I'll post the things that I think are more important:
Do I have some SD card issues?
cp: can't create '/etc/Wireless/RT2870STA/RT2870STA.dat': No space left on device
rm: can't remove '/home/mmap_tmpfs/mmap.info': No such file or directory
/home/hd1/test/equip_test.sh: line 90: can't create /etc/TZ: No space left on device
mv: can't create '/usr/share/udhcpc/default.script': No space left on device
rm: can't remove '/etc/resolv.conf': No such file or directory
ln: /etc/resolv.conf: No space left on device
tmpfs on /tmp type tmpfs (rw,relatime,size=32768k)
/dev/hd1 on /tmp/hd1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
Did my wireless module die on me?
RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2870STA/RT2870STA.dat
Open file "/etc/Wireless/RT2870STA/RT2870STA.dat" failed!
Phy Mode = 6 ERROR!!! RTMPReadParametersHook failed, Status[=0x00000001] Bulk In Failed. Status=-2, BIIdx=0x0, BIRIdx=0x0, actual_length= 0x0 unlink cmd rsp urb !!! rt28xx init fail !!!
trying to see manually if ra0 is up and trying to bring it up:
# ip link show ra0
ra0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
# ip link set ra0 up
RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2870STA/RT2870STA.dat
Open file "/etc/Wireless/RT2870STA/RT2870STA.dat" failed!
Phy Mode = 6 ERROR!!! RTMPReadParametersHook failed, Status[=0x00000001] Bulk In Failed. Status=-2, BIIdx=0x0, BIRIdx=0x0, actual_length= 0x0 unlink cmd rsp urb CMDTHREAD_RESET_BULK_IN: Cannot do bulk in because flags(0x1080042) on ! !!! rt28xx init fail !!! ip: SIOCSIFFLAGS: Operation not permitted
camera version is 22CN. Any ideas?
Still no luck :( . This is my log (at least the relevant part):
Starting to log...
Start telnet server...
MTK 7601
Hardware version informations :
hwplatform=2
Software version informations :
[sys]
version=1.8.5.1M_201512011815
[kernel]
version=3-0.8
provider=18e
devtype=18e
Firmware letter is : 'M'
The RTSP server binary version which will be used is the 'M'
The HTTP server binary version which will be used is the 'M'
`Check for some files size... ....Anyone has ideas why ra0 cannot be set-up? Am I missing something?
It is too late, but if anyone have the same problem, keep your WiFi SSID and password in " " :-D
Hello,
In file wpa_supplicant.conf:
I want to change: WPA-SPK to WPA2-SPK and TKIP to AES How to change it?