-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
error esp-hosted-release-ng-v1.0.2?????? #319
Comments
kkk@kkk-Lenovo-ideapad-100-15IBY:~/esp-hosted-release-ng-v1.0.2/esp_hosted_ng/host$ grep -r "cfg80211_auth_request" /home/kkk/esp-hosted-release-ng-v1.0.2/esp_hosted_ng/host/esp_cmd.c: In function 'process_auth_event': grep -r "cfg80211_rx_mlme_mgmt" |
@kangz543g suggest to update to latest code and retry. Also please share your kernel version. |
root@openipc-t21:/mnt/mmcblk0p1# insmod esp32_sdio.ko kk@kkk-Lenovo-ideapad-100-15IBY: |
make |
$ uname -a |
uname -a |
Is it possible to at least move to 4.x ot 5.x kernel? This kernel is very old. |
uname -a |
#319 (comment) #319 (comment) Is that correct? |
USB is not supported. So you can see https://github.com/espressif/esp-hosted/blob/master/esp_hosted_fg/docs/Linux_based_host/rpi_esp32_c6_setup.jpg for reference. The ESP (any supported) and Linux should have SPI/SDIO/UART connections as per documentation. |
Above link is interesting. ESP <== 2 or 4 pins UART > ==> Linux |
modinfo eps32c3_serial.ko root@openipc-t21: root@openipc-t21:/mnt/mmcblk0p1# insmod eps32c3_serial.ko root@openipc-t21:/mnt/mmcblk0p1# lsmod | grep eps32c3_serial root@openipc-t21:ls /dev/tty* root@openipc-t21:dmesg | tail |
not resolved. |
We are still trying to understand exact issue you are facing. |
eps32c3_serial.ko is not supported. root@openipc-t21:/mnt/mmcblk0p1# insmod cdcacm.ko root@openipc-t21:/mnt/mmcblk0p1# ls /dev/tty* root@openipc-t21:/mnt/mmcblk0p1# ls /dev/ttyA* root@openipc-t21:/mnt/mmcblk0p1# esp32c3 usb driver ok!!!! the end. |
Do you have any GitHub repo to refer the code? |
esp-hosted-release-ng-v1.0.2.zip
esp_hosted_ng/host/Makefile:$(MODULE_NAME)-y := esp_bt.o main.o esp_cmd.o esp_wpa_utils.o esp_cfg80211.o esp_stats.o $(module_objects)
error esp_cmd.o,esp_wpa_utils.o, esp_cfg80211.o
The text was updated successfully, but these errors were encountered: