Re: Modprobe Issue : Module Not Found Reply #15 – 27 May 2021, 23:17:09 did you updated your kernel today? are you sure, that linux-headers are really installed? what say Code: [Select]uname -r Quote Selected
Re: Modprobe Issue : Module Not Found Reply #16 – 27 May 2021, 23:19:30 I've tried building the kernel module here, but weirdly, I only get retroracer's errors (same log, even) if I use pamac as the AUR helper.Yay and makepkg work fine.@retroracer, does a manual build process for the package work?Code: [Select]git clone https://aur.archlinux.org/zenpower-dkms.gitcd zenpower-dkmsmakepkg -fsi Quote Selected
Re: Modprobe Issue : Module Not Found Reply #17 – 27 May 2021, 23:20:30 Quote from: capezotte – on 27 May 2021, 23:19:30I've tried building the kernel module here, but weirdly, I only get retroracer's errors (same log, even) if I use pamac as the AUR helper.Yay and makepkg work fine.@retroracer, does a manual build process for the package work?Code: [Select]git clone https://aur.archlinux.org/zenpower-dkms.gitcd zenpower-dkmsmakepkg -fsimaybe pamac's bug?? Quote Selected
Re: Modprobe Issue : Module Not Found Reply #18 – 27 May 2021, 23:22:27 @retroracer maybe you can install another AUR helper .. Code: [Select]pacman -S trizen Code: [Select]trizen -S zenpower-dkmsfor checking, if this way works.... Quote Selected 1 Likes
Re: Modprobe Issue : Module Not Found Reply #19 – 27 May 2021, 23:24:05 Quote from: capezotte – on 27 May 2021, 23:19:30I've tried building the kernel module here, but weirdly, I only get retroracer's errors (same log, even) if I use pamac as the AUR helper.Yay and makepkg work fine.@retroracer, does a manual build process for the package work?Code: [Select]git clone https://aur.archlinux.org/zenpower-dkms.gitcd zenpower-dkmsmakepkg -fsithis worked....thank you guys so much Quote Selected
Re: Modprobe Issue : Module Not Found Reply #20 – 27 May 2021, 23:30:25 So that was a bug in Pamac.I second @alium's recommendation of using a more "classic" AUR helper (like yay or trizen) that is made to work on Arch/Artix. They do the same thing, and likely won't have bugs like these since they only wrap pacman (rather than trying to replace it). Quote Selected
Re: [SOLVED]Modprobe Issue : Module Not Found Reply #21 – 27 May 2021, 23:56:35 Quote from: capezotte – on 27 May 2021, 23:30:25So that was a bug in Pamac.I second @alium's recommendation of using a more "classic" AUR helper (like yay or trizen) that is made to work on Arch/Artix. They do the same thing, and likely won't have bugs like these since they only wrap pacman (rather than trying to replace it).ya I had yay installed already so I could get GreenWithEnvy, but I'll go ahead and install trizen as well. Pamac having the GUI is super helpful as a beginner (and that was the first issue I had with it), but if its going to keep having issues its ease of use becomes moot lol. Quote Selected