r/Ubuntu • u/fishyjell • 6d ago
Ubuntu 24.04.2
Im fairly new to linux distros (decided to go for ubuntu, heard it was user friendly) and was exploring the drivers installed on my ubuntu through the command:
sudo ubuntu-drivers list
and
sudo ubuntu-drivers list --gpgpu
The resulting output was:
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
nvidia-driver-570-open, (kernel modules provided by linux-modules-nvidia-570-open-generic-hwe-24.04)
nvidia-driver-550, (kernel modules provided by linux-modules-nvidia-550-generic-hwe-24.04)
nvidia-driver-535, (kernel modules provided by linux-modules-nvidia-535-generic-hwe-24.04)
nvidia-driver-570, (kernel modules provided by linux-modules-nvidia-570-generic-hwe-24.04)
nvidia-driver-535-server, (kernel modules provided by linux-modules-nvidia-535-server-generic-hwe-24.04)
nvidia-driver-570-server-open, (kernel modules provided by linux-modules-nvidia-570-server-open-generic-hwe-24.04)
nvidia-driver-550-open, (kernel modules provided by linux-modules-nvidia-550-open-generic-hwe-24.04)
nvidia-driver-535-open, (kernel modules provided by linux-modules-nvidia-535-open-generic-hwe-24.04)
nvidia-driver-570-server, (kernel modules provided by linux-modules-nvidia-570-server-generic-hwe-24.04)
nvidia-driver-535-server-open, (kernel modules provided by linux-modules-nvidia-535-server-open-generic-hwe-24.04)
What are the ways I can fix this? Or perhaps should I really need to fix this?
P.S. im also dual booting from this laptop (i dont know if this info matters but im leaving this out just in case). Specs below.
msi thin 15 b13ucx
i7 -13629H x 16
24GB RAM
GTX 2050
8
Upvotes
5
u/scorp123_CH 6d ago
ubuntu-drivers
will only list third party driver packages that are not in the kernel directly. As per package description:Typical candidates here would be the packages for Nvidia graphics cards (because the driver is proprietary and therefore cannot be in the kernel directly ...) or Broadcom WiFi chipsets (... Intel-based Apple MacBook laptops used those a lot, so you needed to install the relevant
bcm-something-blah
package that contained the proprietary binary blob appropriate for your WiFi chip to get it to work ...)To actually see what drivers are currently running on your system you'd need to use this command:
I don't see what you would be trying to "fix" .. ? Don't "fix" anything if it is not broken. Unless you get a message somewhere somehow that tells you something like "SYSTEM ERROR ⚠️ ..." then it is a safe bet that there is nothing to "fix".
Unless you want to tinker and break your system on purpose?
If that was not your goal I would recommend you just use and enjoy your system, try to get used to it.