-
Notifications
You must be signed in to change notification settings - Fork 22
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
Missing Modules #106
Comments
Just started looking into the 88xx problem. Anyone aware of some of the problems reported by 5.3.4? Sorry if this is already mentioned. I am just getting up to speed.. |
To further resolve this issue I am wondering if journald (or perhaps some other log) should be enabled to get more log output. |
The issue is : with 5.3.4 on the airPi, no video transmission to the ground and error message "injection failed". |
Its definitely a better decision to move back to 5.2.20, there appear to be more people with issues (in regards to monitor mode etc.): |
I agree. Thanks. |
To go back to 5.2.20 is it as simple as changing the git request? Or is it more involved than it appears? |
A little more involved, since the rest of the modifications still needs to work |
@JelleTigchelaar just want to point out that the makefile for 5.2.20 now (as of a week ago) has option specific to pi3b+ CONFIG_PLATFORM_ARM_RPI = n |
something else interesting- it has been some time since I have gone thru the terminal output while an image is being built. So here is some output with warnings of duplicate module aliases when depmod is called /usr/bin/make -C /lib/modules/4.14.71+/build M=/home/pi/flir/v4l2loopback modules_install |
So to get to the bottom of our missing modules I have attempted some fairly aggressive rollbacks on the code. I have gone so far as to completely comment out all purges, auto-remove, completely deleted stage 4 04-run.sh. I am about to comment out Comparing @Yes21 11-05 image there are quite a few more drivers present within /rootfs/lib/modules/4.14.71-v7+/kernel/drivers than any new image I create. lsmod on a live image also confirms missing modules in the newer images Ideas? not sure what changed to screw this up |
Comparing the stage 2 kernel config file in @JelleTigchelaar repo and my older cloned repo there is a difference at line 1170. my repo- this repo- rtl8812au=y Its commented out. dont know if the patch comes later or some other process changes it down the road but it is a difference in the 2 repo files. |
I can confirm that the latest commit (ab0206d) does this #CONFIG_RTL8812AU=y. But @RespawnDespair did explain me that's not an error :
|
@Yes21 thanks for the reply. I am sure @JelleTigchelaar is right then... I am running out of ideas and just going earlier in the stages to figure it out. I’ve already been building an image with older config files (that appear correct) to see what that does. Sounds like it will not fix the problem |
But I don't understand why @RespawnDespair did change to 8821 for the v5.3.4 branch of the 8812 driver ... |
Pushing both major and minor updates to the v5.2.20 branch within a week. when I finish up, I'll port them into the v5.3.4 (Edimax) base. contains frame injection fix and lots of other important fixes. so stay tuned |
awesome! |
Many thanks. |
Yup. v5.3.4 is good, but it got some issues still.. work in progres more or less |
Here is the real issue we had with 5.3.4 :
|
I think we can close this... |
In an effort to document and stay organized it pains me to open this 😔
The text was updated successfully, but these errors were encountered: