Control: forcemerge -1 1094767 Hi Peter, hi alain,
your reports look very similar and you both already contributed to both
bugs. So I'm merging.
On Sun, Jan 26, 2025 at 11:10:05AM +1100, Peter Ross wrote:
> On upgrading to 6.12.10, the amdgpu driver module does not load at boot.
>
> Manually trying to load it gives:
>
> insmod: ERROR: could not insert module
> /usr/lib/modules/6.12.10-amd64/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz:
> Unknown symbol in module
insmod is actually the wrong tool. Ideally the module gets autoloaded,
but if it isn't, use
modprobe amdgpu
.
I don't understand why the kernel module doesn't get autoloaded. To
maybe shed some light on the situation can you please provide the output
of the above modprobe command, and of:
for d in /etc/modprobe.d /run/modprobe.d /usr/local/lib/modprobe.d
/usr/lib/modprobe.d /lib/modprobe.d; do
echo "$d"
for f in "$d/"*.conf; do
echo " $f"
sed 's/^/ /' "$f"
done
done
dmesg
(run as root) ideally on a freshly booted machine to reduce the
unrelated log lines?
Best regards
Uwe
signature.asc
Description: PGP signature

