hiĀ  Uwe .

don't shure to understand what you want us to do with these lines ?


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

do you want us  to make a script and run it ?

thanks .

respectfully and friendly .
alain .



On Thu, 6 Feb 2025 18:51:01 +0100 Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= <uklei...@debian.org> wrote:

> 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

Reply via email to