If I try to use sudo instead, I get a warning that
Current kernel version is out of supported range.
If I try anyway, I get
Searching and removing previously installed UFSD driver in /lib/modules/6.5.10-200.fc38.x86_64/
Preparing to install
cat: config.log: No such file or directory
Error: Can’t prepare driver configuration
If I use sudo passwd root to create a temporary root password, I still get the same error. I used sudo passwd -l root to remove it afterwards.
Fortunately, I can still read HFS+, but it would be very useful to be able to write to it too.
P.S. After further attempts, and other updates, I can no longer connect to the internet, and can no longer read HFS+. I guess I will have to check my Vorta backups and reinstall Linux again.
P.P.S. I can connect and read again. Maybe I opened a buggy build in grub that time.
A development environment is required to compile Linux drivers and utilities. Please verify that these tools are functional. The easiest way is to choose the developer toolkit when installing Linux.
What must be installed:
kernel source code (recommended) or header files (doesn’t always work) for the kernel
GNU C (gcc) compiler (version 3.3 or higher is required)
GNU C++ (g++) compiler
GNU glibc-static library
GNU Make
GNU ld (binutils)
Modutils (module-init-tools)
DKMS library
No, I didn’t see that section. I tried to follow the instructions in the readme file.
Since then, I installed those files, created a root password, logged out, logged in as root, disabled effects and switched themes and disabled cursor blinking in the terrminal so I could see, tried the same command as root, got the same error, logged out, logged in as myself, and removed the root password.