I am not a purist, my OS should work for me, not me for my OS. I expect my hardware components to work as designed and with the most appropriate firmware/software that is available. How do I ensure I am able to have access and download all non-free firmware for my Bookwork installation?
Thanks
[Solved] Non-Free Firmware -- How to find and install it?
- bbbhltz
- Section Moderator

- Posts: 294
- Joined: 2024-01-10 14:53
- Location: Normandy
- XMMP/Jabber: bbbhltz@mailbox.org
- Has thanked: 69 times
- Been thanked: 69 times
Re: Non-Free Firmware -- How to find and install it?
It is pretty straightforward.
Edit (with nano or vim or whatever) /etc/apt/sources.list.
Add contrib and non-free-firmware after main:
Then do you your regular update and upgrade.
You can also do
And
Then you can go about hunting for missing firmware, maybe using something like
Edit (with nano or vim or whatever) /etc/apt/sources.list.
Add contrib and non-free-firmware after main:
deb http://deb.debian.org/debian/ bookworm main contrib non-free-firmware
Then do you your regular update and upgrade.
You can also do
Code: Select all
sudo apt install software-properties-commonCode: Select all
sudo apt-add-repository contrib non-free-firmwareCode: Select all
# dmesg | grep -i firmwarebbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
- wizard10000
- Global Moderator

- Posts: 1137
- Joined: 2019-04-16 23:15
- Location: southeastern us
- Has thanked: 120 times
- Been thanked: 198 times
Re: Non-Free Firmware -- How to find and install it?
Edited the post above and fixed a typo that was kinda critical - changed "contrb" to "contrib".
we see things not as they are, but as we are.
-- anais nin
-- anais nin
Re: Non-Free Firmware -- How to find and install it?
Thanks very much, I appreciate the link, info, and correction. I will mark this as solved and hopefully it will be of help to other members and site visitors.
- sunrat
- Site admin

- Posts: 7438
- Joined: 2006-08-29 09:12
- Location: Melbourne, Australia
- Has thanked: 134 times
- Been thanked: 660 times
Re: [Solved] Non-Free Firmware -- How to find and install it?
It is explained in a section of the Release Notes for Bookworm - https://www.debian.org/releases/bookwor ... free-split
Everyone reads the Release Notes before installing, right?
contrib is not essential but can be useful.
Everyone reads the Release Notes before installing, right?
contrib is not essential but can be useful.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Re: [Solved] Non-Free Firmware -- How to find and install it?
Touche' ... you are correct.sunrat wrote: 2024-04-28 22:43 It is explained in a section of the Release Notes for Bookworm - https://www.debian.org/releases/bookwor ... free-split
Everyone reads the Release Notes before installing, right?![]()
contrib is not essential but can be useful.
Thanks