Fuse/ifuse not working 22 April 2022, 01:46:33 I installed ifuse and tried to start it using "modprobe fuse" but I get the error modprobe: FATAL: Module fuse not found in directory /lib/modules/5.16.8-artix1-2I looked around and I could not find any solutions. My kernel version is 5.17.4-artix1-1. Is the only solution to downgrade the kernel to 5.16.8-artix1-2? Last Edit: 22 April 2022, 02:05:54 by BloodAndSoil
Re: Fuse/ifuse not working Reply #1 – 22 April 2022, 07:19:53 Quote from: BloodAndSoil – on 22 April 2022, 01:46:33 Is the only solution to downgrade the kernel to 5.16.8-artix1-2?Try linux-zen and linux-zen-headersCode: [Select]sudo pacman -Sy linux-zen linux-zen-headers or linux-lts and linux-lts-headersCode: [Select]sudo pacman -Sy linux-lts linux-lts-headers
Re: Fuse/ifuse not working Reply #2 – 22 April 2022, 07:26:24 Quote from: BloodAndSoil – on 22 April 2022, 01:46:33Is the only solution to downgrade the kernel to 5.16.8-artix1-2?You could compile your own kernel. It takes around an hour to two hours once you have configured it, but then you have a kernel that fits your machine.Fun fact: This was considered the first thing to do after installation in the old days, when Internet wasn't available or fast as today, and installation was done from CD-ROM. 1 Likes
Re: Fuse/ifuse not working Reply #3 – 22 April 2022, 07:44:51 Quote from: strajder – on 22 April 2022, 07:26:24Fun fact: This was considered the first thing to do after installation in the old days, when Internet wasn't available or fast as today, and installation was done from CD-ROM.I remember it well, and I still have cold sweats thinking about it. 1 Likes
Re: Fuse/ifuse not working Reply #4 – 23 April 2022, 01:05:29 Quote from: tintin – on 22 April 2022, 07:19:53Try linux-zen and linux-zen-headersI did this and modprobe ifuse worked but upon reboot, the new kernel would disable my internet. So I had to revert to the previous kernel. A new issue arose: libimobiledevice no longer identifies my phone even though dmesg indicates that the phone connects. I now have to figure that part out.
Re: Fuse/ifuse not working Reply #5 – 23 April 2022, 03:36:37 Quote from: BloodAndSoil – on 23 April 2022, 01:05:29I now have to figure that part out.And what happens with : Code: [Select]sudo pacman -Sy linux-lts linux-lts-headersIn easy fixes, that's all I see.Experts may be able to tell you more.Moreover above, strajder suggested to you: "You could compile your own kernel. ".