1

I have a fairly new HP Color LaserJet Pro MFP M283cdw and after Samba dropped support for smb1 in 4.11, I am unable to use the fairly important "Scan to Network Folder" feature.

Aside from using a VM and installing an older version of Linux to use an older samba version, are there any known workarounds for this? I know there are security concerns with smb1 and WannaCry but I do not have any Windows devices on our home network at all.

I have the most current driver from the HP website. I saw a white paper on manuals.plus saying that they added support for smb2 & smb3 to the M280-281 printers, but not the M283. ("Reason Added HP Color LaserJet Pro M280-M281 MFP - Added to SMB2 and SMB3 support")

Before I go the VM route to use this rather important feature, I'm trying to see if anyone else has this same printer (bought it from Costco) and has run into this as well.

Edit: I have tried to get support from HP but they are not helpful, insisting that I need to update Windows. I do not have Windows here at all.

Robotnik
  • 2,645
jrn75
  • 123

1 Answers1

3

Samba still supports SMBv1, it is, like Windows 10, just turned off by default. You can turn it on again by adding two lines to your smb.conf:

client min protocol = NT1 server min protocol = NT1