Thank you.
you would only allow temporary network access to the templatevm to test the printer. you can right click the templatevm name in qubes-manager and hit edit firewall rules.
after shutting down the template set your appvm firewall rules accordingly and restart it. default is to allow all outgoing so you shouldn't have to worry about setting anything, unless you've made custom changes.
It is a USB printer, not a network printer. So I assume I don't need to mess with the firewall, and it should show up in the attach/detatch context menu on Qubes VM Manager. But it doesn't! What do I do if it doesn't show up there?
I'd assume I need to install HPLIP package. But I'm not sure which template to install it on in order for the Qubes VM Manager to pick it up? In other words, what template does the Qubes VM Manager use?
Thanks for everyone who responded to me.
On Sunday, December 18, 2016 at 9:18:53 PM UTC-8, Andrew David Wong wrote:
> If it's a network printer, then you probably want to allow access to
> whichever IP address it has on your local network, e.g., 192.168.1.102.
>
> - --
> Andrew David Wong (Axon)
> Community Manager, Qubes OS
> https://www.qubes-os.org
It is a USB printer, not a network printer.
So I assume I don't need to mess with the firewall, and it should show up in the attach/detatch context menu on Qubes VM Manager. But it doesn't! What do I do if it doesn't show up there?
I'd assume I need to install HPLIP package. But I'm not sure which template to install it on in order for the Qubes VM Manager to pick it up? In other words, what template does the Qubes VM Manager use?
Thanks for everyone who responded to me.
--
You received this message because you are subscribed to the Google Groups "qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscribe@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/bda5ed4d-c584-473c-9039-fdfe8aa31eab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
you will have to print from a sys-usb qubes then most likely if using usb. the template you install printer drivers to is that one. You can try to add single usb device instead if using latest qubes. https://www.qubes-os.org/doc/usb/
Scroll to "Attaching a single USB device to a qube (USB passthrough)"
Then you can attach the single usb device to an appvm and possibly print to it? No idea though I've never tried it, maybe someone with more experience can chime in. Actually I have dont it with an android phone and its worked. Before I would have to transfer files from the usbvm. So maybe it works for printers too I would give it a shot.
Though, most people use network printer from a disposable vm using a whole separate template. cause printer drivers is untrusted. first virus i ever got as a young child was from a printer driver disk straight from factory.
You may be having similar problems to me a week or two ago. See my thread headed "HP PRINTER PROBLEM" starting 10 DEC. I eventually solved it for both network and USB options - on Fedora-23 and DEBIAN-8 templates. Hope this helps.
I don't see your thread can you link it?
I'll try the USB passthrough method as soon as I figure out how to install qubes-usb-proxy on my Fedora-23 template VM Software app. I created a new thread in this forum to figure that out. It's called "Fedora-23 Software only shows already installed apps".
That worked. I opened a terminal on Fedora-23 template VM, ran "sudo dnf install qubes-usb-proxy" without quotes, opened a XTerm from the System Tools Xfce start menu, ran "qvm-usb", found my printer listed, then ran "qvm-usb -a disp[#] sys-usb:[#-#]" replacing # with whatever number the disposable app VM I had open that I wanted to print from and the other #s replaced with the numbers listed next to my printer with the previous command "qvm-usb" and no brackets or quotes. Printed just fine. I wish qvm-usb was available through the GUI Qubes VM Manager. Since it's not I have to save a Firefox bookmark to the page https://www.qubes-os.org/doc/usb/ so I don't forget the commands I need to use to attach my printer to another disposable VM next time I need to print.
Thanks for all your help you guys. My printer now works!
Thank you Mr. Andrew. You're the best!
in meantime you can use the up arrow in a terminal to use your last commands, instead of retyping.
or use the "history" command, followed by:
$!<number> to execute previous command corresponding to <number> in the output from history.
Very good ideas, thanks!