Skip to content
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

Got wifi unsupport #41

Closed
hamabao413 opened this issue Jun 28, 2024 · 15 comments
Closed

Got wifi unsupport #41

hamabao413 opened this issue Jun 28, 2024 · 15 comments
Assignees
Labels
bug Something isn't working

Comments

@hamabao413
Copy link

Describe the bug
I Got wifi : unsupport fram type : 0c0
I Got wifi : unsupport fram type : 0a0
and
Screen show Both packets failed to send

Dont know what I did err

@dj1ch
Copy link
Owner

dj1ch commented Jun 28, 2024

Describe the bug I Got wifi : unsupport fram type : 0c0 I Got wifi : unsupport fram type : 0a0 and Screen show Both packets failed to send

Dont know what I did err

esp-idf will block deauthentication frames by default. in this case you will need to apply the fixes stated in the install guide in this section

@dj1ch dj1ch self-assigned this Jun 28, 2024
@dj1ch dj1ch added the bug Something isn't working label Jun 28, 2024
@dj1ch
Copy link
Owner

dj1ch commented Jun 28, 2024

let me know if this fix works, I have applied this fix to my ESP32 already so it should.

@hamabao413
Copy link
Author

hamabao413 commented Jun 29, 2024

let me know if this fix works, I have applied this fix to my ESP32 already so it should.

I'm not sure the format is incorrect when I editing platform.txt. Is there any demonstration?
I did:

build.extra_flags.esp32=-w -DARDUINO_USB_CDC_ON_BOOT=0

compiler.c.elf.libs.esp32=-zmuldefs -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -

Same, I Got wifi : unsupport fram type : 0c0
   I Got wifi : unsupport fram type : 0a0

is that because i am using ESP32 version 2.0.11 not 2.0.10?

Also in INSTALL.md the
II For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings
III For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings
are the same step?

ESP8266 works for me and having fun

Thank you for help and your great work!!

@dj1ch
Copy link
Owner

dj1ch commented Jun 29, 2024

I'm not sure the format is incorrect when I editing platform.txt. Is there any demonstration?
I did:
build.extra_flags.esp32=-w -DARDUINO_USB_CDC_ON_BOOT=0
compiler.c.elf.libs.esp32=-zmuldefs -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -

As of now, we don't have any video guides. But from the look of it this is correct if that was the only modification you made. You're supposed to use esp32 version 2.0.10 not 2.0.11 because this can lead to unknown issues, which could be the cause of this problem. The fix is meant to be applied to that version only.

This isn't a problem with my code as it works fine on my ESP32 along with everyone else's.

@ATOMNFT
Copy link
Contributor

ATOMNFT commented Jun 29, 2024

let me know if this fix works, I have applied this fix to my ESP32 already so it should.

I'm not sure the format is incorrect when I editing platform.txt. Is there any demonstration? I did:

build.extra_flags.esp32=-w -DARDUINO_USB_CDC_ON_BOOT=0

compiler.c.elf.libs.esp32=-zmuldefs -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -

Same, I Got wifi : unsupport fram type : 0c0    I Got wifi : unsupport fram type : 0a0

is that because i am using ESP32 version 2.0.11 not 2.0.10?

Also in INSTALL.md the II For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings III For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings are the same step?

ESP8266 works for me and having fun

Thank you for help and your great work!!

Yes, go to version 2.0.10
It is mentioned in the marauder tutorial (https://github.com/justcallmekoko/ESP32Marauder/wiki/arduino-ide-setup) that other versions will not work.

@dj1ch
Copy link
Owner

dj1ch commented Jun 29, 2024

let me know if this fix works, I have applied this fix to my ESP32 already so it should.

I'm not sure the format is incorrect when I editing platform.txt. Is there any demonstration? I did:
build.extra_flags.esp32=-w -DARDUINO_USB_CDC_ON_BOOT=0
compiler.c.elf.libs.esp32=-zmuldefs -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -
Same, I Got wifi : unsupport fram type : 0c0    I Got wifi : unsupport fram type : 0a0
is that because i am using ESP32 version 2.0.11 not 2.0.10?
Also in INSTALL.md the II For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings III For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings are the same step?
ESP8266 works for me and having fun
Thank you for help and your great work!!

Yes, go to version 2.0.10 It is mentioned in the marauder tutorial (https://github.com/justcallmekoko/ESP32Marauder/wiki/arduino-ide-setup) that other versions will not work.

I figured that was the issue anyway. I'll close this as soon as their ESP32 works correctly.

@hamabao413
Copy link
Author

let me know if this fix works, I have applied this fix to my ESP32 already so it should.

I'm not sure the format is incorrect when I editing platform.txt. Is there any demonstration? I did:
build.extra_flags.esp32=-w -DARDUINO_USB_CDC_ON_BOOT=0
compiler.c.elf.libs.esp32=-zmuldefs -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -
Same, I Got wifi : unsupport fram type : 0c0    I Got wifi : unsupport fram type : 0a0
is that because i am using ESP32 version 2.0.11 not 2.0.10?
Also in INSTALL.md the II For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings III For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings are the same step?
ESP8266 works for me and having fun
Thank you for help and your great work!!

Yes, go to version 2.0.10 It is mentioned in the marauder tutorial (https://github.com/justcallmekoko/ESP32Marauder/wiki/arduino-ide-setup) that other versions will not work.

I figured that was the issue anyway. I'll close this as soon as their ESP32 works correctly.

OK thank you!! I will try to install again.

@hamabao413
Copy link
Author

let me know if this fix works, I have applied this fix to my ESP32 already so it should.

I'm not sure the format is incorrect when I editing platform.txt. Is there any demonstration? I did:
build.extra_flags.esp32=-w -DARDUINO_USB_CDC_ON_BOOT=0
compiler.c.elf.libs.esp32=-zmuldefs -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -
Same, I Got wifi : unsupport fram type : 0c0    I Got wifi : unsupport fram type : 0a0
is that because i am using ESP32 version 2.0.11 not 2.0.10?
Also in INSTALL.md the II For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings III For compiler.c.elf.libs.esp32, compiler.c.elf.libs.esp32s2, compiler.c.elf.libs.esp32s3, compiler.c.elf.libs.esp32c3, add -zmuldefs to their compile settings are the same step?
ESP8266 works for me and having fun
Thank you for help and your great work!!

Yes, go to version 2.0.10 It is mentioned in the marauder tutorial (https://github.com/justcallmekoko/ESP32Marauder/wiki/arduino-ide-setup) that other versions will not work.

I figured that was the issue anyway. I'll close this as soon as their ESP32 works correctly.

OK thank you!! I will try to install again.

i installed ESP32 by Espressif System 2.0.10 but is same just got wifi : unsupport fram type : 0c0

@dj1ch
Copy link
Owner

dj1ch commented Jul 2, 2024

did you make the changes to platform.txt on 2.0.10?

@hamabao413
Copy link
Author

did you make the changes to platform.txt on 2.0.10?

Yes, I did and checked many times, Also tried Lilygo ESP32-S without display.

@dj1ch
Copy link
Owner

dj1ch commented Jul 2, 2024

Are you compiling from the development branch or are you using a release? the latest ESP32 release(a month old) has issues with deauthing

@hamabao413
Copy link
Author

I am using latest ESP32 release..... I thought that is NEW, I will try download files later. Thank you!

@dj1ch
Copy link
Owner

dj1ch commented Jul 3, 2024

I am using latest ESP32 release..... I thought that is NEW, I will try download files later. Thank you!

no problem. at the moment I'm a little busy so most of my progress is in the development branch. once I can fix everything when I get the chance I can probably make a new release.

@hamabao413
Copy link
Author

I am using latest ESP32 release..... I thought that is NEW, I will try download files later. Thank you!

no problem. at the moment I'm a little busy so most of my progress is in the development branch. once I can fix everything when I get the chance I can probably make a new release.

Confirmed that it works!!!! Good Job ! I love it!

@dj1ch
Copy link
Owner

dj1ch commented Jul 3, 2024

going to close the issue now that the problem is resolved.

@dj1ch dj1ch closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

3 participants