u/Apachez

Where to download latest firmware update for Brother MFC-9970CDW?

Hi,

I tried to reach out to Brother support but they seem to use some kind of retarded AI/LLM which takes about a week to answer each time and then dont really provide any true solution.

First they recommended to install the iScan & Print app to perform firmware update throug smartphone.

When I pointed out that sure printing and scanning works that way but not firmware updates they then recommended to install the Mobile Connect app.

But they forgot to inform that when you try to add the MFC-9970CDW to the Mobile Connect app you get redirected to the iScan & Print app which again doesnt support firmware updates.

So question is how do I firmware update a Brother MFC-9970CDW and what is a trustful source to download latest firmware update for this model?

There are no firmware updates available over at:

https://www.brother.se/support/mfc9970cdw/downloads

According to support version P (released in 2014-09-11) is the latest available.

reddit.com
u/Apachez — 5 days ago

Does Kingston DC2000B M.2 2280 NVMe storage supports ASPM and what are the defined powerstates?

That is output of:

  1. The parts with the drives:

    lspci -vv | awk '/ASPM/{print $0}' RS= | grep --color -P '(^[a-z0-9:.]+|ASPM )'

Along with:

  1. The part of "Supported Power States":

    smartctl -a /dev/nvme0

For example here are the output for Micron 7450 MAX 800GB M.2 2280 NVMe drives:

01:00.0 Non-Volatile memory controller: Micron Technology Inc 7450 MAX NVMe SSD (rev 01) (prog-if 02 [NVM Express])
            LnkCap:	Port #0, Speed 16GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <256ns, L1 unlimited
            LnkCtl:	ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+

06:00.0 Non-Volatile memory controller: Micron Technology Inc 7450 MAX NVMe SSD (rev 01) (prog-if 02 [NVM Express])
            LnkCap:	Port #0, Speed 16GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <256ns, L1 unlimited
            LnkCtl:	ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +     8.25W       -        -    0  0  0  0        0       0
 1 +     7.00W       -        -    1  1  1  1        0       0
 2 +     6.00W       -        -    2  2  2  2        0       0
 3 +     5.00W       -        -    3  3  3  3        0       0
 4 +     4.00W       -        -    4  4  4  4        0       0

So it seems that Micron 7450 MAX doesnt support ASPM meaning if you want them to run cooler you need to manually adjust the powerstate statically.

reddit.com
u/Apachez — 20 days ago
▲ 236 r/truenas+1 crossposts

So this seems like a fun week:

https://copy.fail/

CVE-2026-31431

Claims:

Copy Fail: 732 Bytes to Root on Every Major Linux Distributions

Xint Code disclosed CVE-2026-31431, an authencesn scratch-write bug chaining AF_ALG + splice() into a 4-byte page cache write. A 732-byte PoC gets root on Ubuntu, Amazon Linux, RHEL, SUSE.

Debian 13 (trixie) is affected (among others) which Proxmox, TrueNAS etc is based on:

https://security-tracker.debian.org/tracker/CVE-2026-31431

Ref:

https://xint.io/blog/copy-fail-linux-distributions

u/Apachez — 24 days ago