Re: what do I need to add to my sources.list for the new non-free-firmware repository?

2023-01-31 Thread Brad Rogers
On Tue, 31 Jan 2023 04:03:51 -0800
"Rick Thomas"  wrote:

Hello Rick,

>So what do I need to add to my sources.list file to get them back now?

There was an announcement a few days ago, saying what to do.  Typically,
I cannot find it ATM.

However, you simply need to add;
   non-free-firmware
To the relevant part(s) of your sources.list file.

How you go about that may depend on what you use to do software updates.

-- 
 Regards  _   "Valid sig separator is {dash}{dash}{space}"
 / )  "The blindingly obvious is never immediately apparent"
/ _)rad   "Is it only me that has a working delete key?"
You said you ain't had none for weeks, but baby I seen your arms
Deny - The Clash


pgpOJhmuJuNrk.pgp
Description: OpenPGP digital signature


Re: what do I need to add to my sources.list for the new non-free-firmware repository?

2023-01-31 Thread David
On Tue, 31 Jan 2023 at 23:21, Rick Thomas  wrote:

> I've got a couple of Debian systems that (for various reasons) are running 
> "testing" or "sid".
> I recently did
>  apt update && apt upgrade && aptitude search '~o'
> on these machines and found that a number of firmware packages are considered
> "obsolete", presumably because they are no longer in any of the repositories 
> listed
> in sources.list.
>
> So what do I need to add to my sources.list file to get them back now?

Hi, I'm not running testing or sid, so I can't be sure, but I suggest to
start with this recent thread:
  https://lists.debian.org/debian-user/2023/01/msg00706.html
followed by 'apt update'.



what do I need to add to my sources.list for the new non-free-firmware repository?

2023-01-31 Thread Rick Thomas
I've got a couple of Debian systems that (for various reasons) are running 
"testing" or "sid".  I recently did
 apt update && apt upgrade && aptitude search '~o'
on these machines and found that a number of firmware packages are considered 
"obsolete", presumably because they are no longer in any of the repositories 
listed in sources.list.

So what do I need to add to my sources.list file to get them back now?

Here's what I see:

root@kmac:~# aptitude search '~o'
i A  firmware-amd-graphics - Binary firmware for 
AMD/ATI graphics chips
i firmware-linux - Binary firmware 
for various drivers in the Linux kernel (metapackage) 
i A  firmware-linux-nonfree  - Binary firmware for 
various drivers in the Linux kernel (metapackage) 
i A  firmware-misc-nonfree  - Binary firmware for 
various drivers in the Linux kernel   
root@kmac:~# 

Any thoughts?
Rick