On Tue, 1 Jul 2025 19:52:40 +0200
JPT via samba <samba at lists.samba.org> wrote:
> Hi,
>
> I try to make my old printer send scans to the samba server. (because
> the linux scanner driver does not work yet)
> This does not work. Samba 2:4.22.2-1 says "server does not support
> any of the listed dialects"
>
> since the printer at least speaks LANMAN1 and 2, perhaps NT1 too
> I believe samba simply does not understand the keywords sent for
> these dialects?
> are they defined anywhere?
>
> These are the dialects my printer announces:
>
> ?PC NETWORK PROGRAM 1.0
> ?MICROSOFT NETWORKS 3.0
> ?DOS LM1.2X002
> ?DOS LANMAN2.1
> ?windows for workgroups 3.1a
> ?NT LM 0.12
>
> (fetched using wireshark)
>
> Of course I tried different "client min protocol" values like
LANMAN1
> LANMAN2, NT1
>
> But this did not change anything.
>
Your printer is the client (which knows the protocols it uses) and your
Samba server is (well, obvious really) the server (which, at the moment
doesn't know the protocols that the client uses), so try 'server min
protocol = NT1' in the Samba servers smb.conf
Rowland