i see it
maybe you should double check everything you said maybe you made a typo
Ah, yes if you are already Change Directory'd into the linux-firmware directory...
sudo cp -u * /lib/firmware/amdgpu/
ok that seemed to have worked but this happened
sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.15.7-061507-generic
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8126a-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8126a-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125bp-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125d-1.fw for module r8169
LOL
Ok...
Back to that website
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8126a-3.fw
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8126a-2.fw
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8125bp-2.fw
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8125d-2.fw
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8125d-1.fw
sudo cp *.fw /lib/firmware/rtl_nic/
sudo update-initramfs -u
ok i did that so am i like good to go now?
Do you show any more missing firmware warnings?
sudo apt update
is this fine? it doesnt seem to say anything about missing firmware
sudo apt update
Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:2 Index of /ubuntu jammy InRelease
Hit:3 Index of /ubuntu jammy-updates InRelease
Hit:4 Index of /ubuntu jammy-backports InRelease
Hit:5 Index of /ubuntu jammy-security InRelease
Hit:6 Index of /amdgpu/6.4.2/ubuntu/ noble InRelease
Hit:7 Index of /rocm/apt/6.4.2/ noble InRelease
Hit:8 Index of /stable/ jammy InRelease
Hit:9 https://packages.mozilla.org/apt mozilla InRelease
Hit:10 Index of /patches/ jammy InRelease
Hit:11 Index of /apps/ jammy InRelease
Hit:12 Index of /drivers/ jammy InRelease
Hit:13 Index of /cappelikan/ppa/ubuntu jammy InRelease
Hit:14 Index of /ernstp/mesarc/ubuntu jammy InRelease
Hit:15 Index of /ernstp/ppa/ubuntu jammy InRelease
Hit:16 Index of /graphics-drivers/ppa/ubuntu jammy InRelease
Hit:17 Index of /kisak/kisak-mesa/ubuntu jammy InRelease
Hit:18 Index of /kisak/turtle/ubuntu jammy InRelease
Hit:19 Index of /oibaf/graphics-drivers/ubuntu jammy InRelease
Ign:20 Index of /ubuntukylin-members/ukui3.0/ubuntu jammy InRelease
Hit:21 Index of /zorinos/apps/ubuntu jammy InRelease
Hit:22 Index of /zorinos/drivers/ubuntu jammy InRelease
Hit:23 Index of /zorinos/patches/ubuntu jammy InRelease
Hit:24 Index of /zorinos/stable/ubuntu jammy InRelease
Err:25 Index of /ubuntukylin-members/ukui3.0/ubuntu jammy Release
404 Not Found [IP: 2620:2d:4000:1::81 443]
Reading package lists... Done
E: The repository 'Index of /ubuntukylin-members/ukui3.0/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Everything else looks good.
This repository is without function on Jammy because it has no release files.
You can remove it using Software & Updates > Other Software
If you do not see it listed, we can find it.
Primary sources are located in /etc/apt/sources.list which is a sources file.
Secondary or independent sources are located in /etc/apt/sources.list.d which is a directory that contains the independent files.
thank you so much i think my gpu is finally working!!!! i have no idea how its humanly possible to be this talented at linux crud
Actually... It was you that found that the drivers were indeed made available to Linux, they just have not yet been incorporated into the Kernel, yet.
So, you were facing an unusual and more rigorous issue - that would have been the same issue on Windows OS. Here, however, you have more control over access to your files so, while you needed a little help getting a cmd prompt to fully use that access (which is normal for everyone), you were able to get and move the firmware without waiting on an Update Patch to do it for you.
It is more about familiarity than talent.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.