Kernel no longer supports CIFS
Opened this issue · 5 comments
I ran this script on an existing MiSTer setup, but it seems to have broken my CIFS. When running cifs_mount.sh:
cat: /lib/modules/5.15.1-MiSTer-MiSTer/modules.builtin: No such file or directory
The current Kernel doesn't
support CIFS (SAMBA).
Please update your
MiSTer Linux system.
I've run update scripts, but no change.
/lib/modules/5.15.1-MiSTer-MiSTer is the wrong path. Extra -MiSTer
somehow.
The script appears to use uname -r
which returns 5.15.1-MiSTer-MiSTer
for me somehow. Not sure if the directory I have as
/lib/modules/5.15.1-MiSTer/ is wrong or the uname.
As a temporary solution, I've just created a symbolic link for the path with the extra -MiSTer. Seems to work.
Hi @michael-watts thank you for your feedback, the same issue was also noticed on the Sinden Lightgun Discord and the guys there have helpfully built a new kernel (with the required changes) which I am going to test shortly. We didn't think of the symbolic link, which is a smart solution but having an up to date kernel is better anyway. So I'll move to the updated kernel rather than adding the symbolic link to the script. I should have this github updated within 24 hours.
I believe this is now resolved with an updated Kernel.. Thank you.