445 words
2 minutes

Install Firmware for Kernel Drivers on Ubuntu

Cover image for Install Firmware for Kernel Drivers on Ubuntu

This article is for those looking for a detailed and straightforward guide on installing firmware for kernel drivers on Ubuntu.

Visit the linux-firmware directory, then locate and copy the URL of the latest .deb file for the “linux-firmware” package.

Install Firmware for Kernel Drivers on Ubuntu - Step 1

Create a new directory for the “linux-firmware” package using the command:

Terminal window
mkdir /tmp/linux-firmware

Install Firmware for Kernel Drivers on Ubuntu - Step 2

Go to the new directory using the command:

Terminal window
cd /tmp/linux-firmware

Install Firmware for Kernel Drivers on Ubuntu - Step 3

Download the new version of the “linux-headers” package with the “.deb” extension using the command:

Terminal window
wget https://mirrors.edge.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.183_all.deb

Install Firmware for Kernel Drivers on Ubuntu - Step 4

Now you need to install the downloaded package using the command:

Terminal window
sudo dpkg -i *.deb

Install Firmware for Kernel Drivers on Ubuntu - Step 5

Specify the password for the account and press “Enter”.

Install Firmware for Kernel Drivers on Ubuntu - Step 6

We reboot the operating system using the command:

Terminal window
sudo reboot

Install Firmware for Kernel Drivers on Ubuntu - Step 7


Patreon Exclusives#

🏆 Join my Patreon and dive deep into the world of Docker and DevOps with exclusive content tailored for IT enthusiasts and professionals. As your experienced guide, I offer a range of membership tiers designed to suit everyone from newbies to IT experts.


Tools I Personally Trust#

If you’re building, breaking, and trying to keep your digital life sane (like every good DevOps engineer), these are tools I actually use every day:

🛸 Proton VPN (60% off link) - my shield on the internet. Keeps my Wi-Fi secure, hides my IP, and blocks trackers. Even on sketchy café Wi-Fi, I’m safe.

🔑 Proton Pass (50% off link) - my password vault. End-to-end encrypted logins, 2FA, and notes - all mine and only mine.

🦑 GitKraken Pro (50% off link) - my visual Git sidekick. Beautiful commit graph, easy merges, and fewer “WTF just happened?” moments.

💜 These links give you discounts - and help support the channel at no extra cost.


Gear & Books I Trust#

📕 Essential DevOps books
🖥️ Studio streaming & recording kit
📡 Streaming starter kit


Social Channels#

🎬 YouTube
🐦 X (Twitter)
🎨 Instagram
🐘 Mastodon
🧵 Threads
🎸 Facebook
🦋 Bluesky
🎥 TikTok
💻 LinkedIn
📣 daily.dev Squad
✈️ Telegram
🐈 GitHub


Community of IT Experts#

👾 Discord


Is this content AI-generated?

No. Every article on this blog is written by me personally, drawing on decades of hands-on IT experience and a genuine passion for technology.

I use AI tools exclusively to help polish grammar and ensure my technical guidance is as clear as possible. However, the core ideas, strategic insights, and step-by-step solutions are entirely my own, born from real-world work.

Because of this human-and-AI partnership, some detection tools might flag this content. You can be confident, though, that the expertise is authentic. My goal is to share road-tested knowledge you can trust.

Install Firmware for Kernel Drivers on Ubuntu
https://www.heyvaldemar.com/install-firmware-for-kernel-drivers-on-ubuntu/
Author
Vladimir Mikhalev
Published at
2019-10-21
License
CC BY-NC-SA 4.0