MrLightgun / MiSTerSindenDriver

A repo to for all the files needed to get Sinden Lightgun to work on MiSTer
24 stars 4 forks source link

Kernel no longer supports CIFS #6

Open michael-watts opened 3 weeks ago

michael-watts commented 3 weeks ago

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.

michael-watts commented 3 weeks ago

/lib/modules/5.15.1-MiSTer-MiSTer is the wrong path. Extra -MiSTer somehow.

michael-watts commented 3 weeks ago

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.

michael-watts commented 3 weeks ago

As a temporary solution, I've just created a symbolic link for the path with the extra -MiSTer. Seems to work.

MrLightgun commented 3 weeks ago

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.

MrLightgun commented 3 weeks ago

I believe this is now resolved with an updated Kernel.. Thank you.