diff --git a/salt/sys-print/README.md b/salt/sys-print/README.md index 71bae89..864b3f5 100644 --- a/salt/sys-print/README.md +++ b/salt/sys-print/README.md @@ -124,6 +124,14 @@ system-config-printer On the client, select the file to print, open it with an editor, viewer or browser and target the desired printer. +### Network printers + +By default, `sys-print` and `disp-sys-print` have no NetVM. If you are accessing a networked printer, you must attach one (ideally isolated from your primary NetVM). + +### USB multi-function printers + +USB printers with both printing and scanning function can run into situations where either scanning or printing does not work. [Explanation of the issue](https://fitzcarraldoblog.wordpress.com/2015/07/20/the-problem-of-scanning-using-usb-multi-function-printers-in-linux/) + ## Credits * [Unman](https://github.com/unman/shaker/tree/main/sys-print) diff --git a/salt/sys-print/create.sls b/salt/sys-print/create.sls index 3bb4f0b..7dec9ae 100644 --- a/salt/sys-print/create.sls +++ b/salt/sys-print/create.sls @@ -35,7 +35,7 @@ present: prefs: - template: tpl-{{ slsdotpath }} - label: red -- netvm: "*default*" +- netvm: "" - audiovm: "" - vcpus: 1 - memory: 300 @@ -70,7 +70,7 @@ present: prefs: - template: dvm-{{ slsdotpath }} - label: red -- netvm: "*default*" +- netvm: "" - audiovm: "" - vcpus: 1 - memory: 300 @@ -105,7 +105,7 @@ present: prefs: - template: tpl-{{ slsdotpath }} - label: red -- netvm: "*default*" +- netvm: "" - audiovm: "" - vcpus: 1 - memory: 300