ricardojlrufino / anyka_v380ipcam_experiments

Scripts and hacks for Anyka V380 / AK3918 IP camera
50 stars 13 forks source link

wifi not work #7

Open bolt1502 opened 2 years ago

bolt1502 commented 2 years ago

Hello. I have a slightly different camera, but I managed to start Root, there is only one problem does not start wifi.Can tell me what can be done?

[root@IoT-CAM ~]$ /usr/bin/start_wifi.sh insmod: can't insert '/usr/modules/atbm603x_wifi_HT20_usb.ko': File exists ifconfig: SIOCSIFMTU: No such device /usr/bin/start_wifi.sh: line 10: wpa_supplicant: Permission denied udhcpc: SIOCGIFINDEX: No such device

bolt1502 commented 2 years ago

dev: size erasesize name mtd0: 00800000 00001000 "spi0.0" mtd1: 00180000 00001000 "KERNEL" mtd2: 00001000 00001000 "MAC" mtd3: 00001000 00001000 "ENV" mtd4: 00100000 00001000 "A" mtd5: 00480000 00001000 "B" mtd6: 000af000 00001000 "C"

Processor : ARM926EJ-S rev 5 (v5l) BogoMIPS : 199.06 Features : swp half fastmult edsp java CPU implementer : 0x41 CPU architecture: 5TEJ CPU variant : 0x0 CPU part : 0x926 CPU revision : 5

Hardware : Cloud39EV2_AK3918E80PIN_MNBD Revision : 0000 Serial : 0000000000000000

ricardojlrufino commented 2 years ago

Different cameras use different drivers try copy driver form your cam copy /usr/bin/start_wifi.sh, edit and test using driver from you camera.

ricardojlrufino commented 2 years ago

please send photos of you camera

bolt1502 commented 2 years ago

DEPBA-ZXJ9c S20211127_0002 S20211127_0003 S20211127_0005

bolt1502 commented 2 years ago

24404615

ricardojlrufino commented 2 years ago

You need adapt your script (/usr/bin/start_wifi.sh) and point to corrent drive:

ohdavid2018 commented 1 year ago

I have a PTZ camera, in my case the wifi driver is rdawfmac.ko, change /usr/bin/start_wifi.sh with it There are some error messages when loading the wifi driver, but it does work. Both telnet and ftp also works.

ohdavid2018 commented 1 year ago

20221115_164915

ohdavid2018 commented 1 year ago

Great job Ricardo! Keep update your blog! Can't wait to see your progress!

ricardojlrufino commented 1 year ago

I have a PTZ camera, in my case the wifi driver is rdawfmac.ko, change /usr/bin/start_wifi.sh with it There are some error messages when loading the wifi driver, but it does work. Both telnet and ftp also works.

Congratulations ...