al177 / esp8089

Linux kernel module driver for the ESP8089 WiFi chip
GNU General Public License v2.0
180 stars 114 forks source link

Any reason not to work on kernel 5.4.51 ? #43

Closed amateusz closed 3 years ago

amateusz commented 4 years ago

I compiled the module on current stable (5.4.51 as of July 2020) and it doesn't seem to work. I confirmed it working on 4.9 some time ago on the same HW (RPi A+ with soldered ESP-12F).

Could you confirm it's not working on kernels ≥5 ?


By the way thank you for your work. I've spotted your pants project on hackaday some long time ago and finally made one myself few months ago

al177 commented 4 years ago

I just tried a fresh install on a Pi 2B of Raspbian Lite and the release 1.9.20190603 deb and it appears to be working on the latest kernel 5.4.51-v7+.

However I haven't tried on an armv6 platform. Can you elaborate on what's not working?

amateusz commented 3 years ago

I confirm it works on 5.4.51+ armv6.

The problem was missing dtoverlay=sdio,poll_once=off in config.txt. Found the tip in your hackaday.io instructions. Maybe consider adding it to readme?

Sorry for the fuss.


"Retro" RPi 1A going strong: IMG_0753

al177 commented 3 years ago

Thanks for letting me know, and glad you got it working!