Printer not recognized
-
macombej
- Posts: 7
- Joined: 24. Apr 2009, 05:00
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Printer not recognized
I an on Fedora10, with VBox 2.2 hosting a XPSP3 guest. My HP LJ2604DN drivers work fine in the Fedora10 system and work well on my other XP system. I have configured VBox with the USB for the printer (all default based on VBox discovery of the printer). In the guest OS I cannot recognize the printer, I can load a port and assign the driver and it seems to process the test page, but never makes it to the printer. Any ideas?
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Printer not recognized
Instead of passing the printer to the VM through USB, why not share the printer on the network? If you have Linux as Host, you need to install Samba before the printer will be shared. There are plenty of howto's on the web for that. USB printing doesn't always work.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
macombej
- Posts: 7
- Joined: 24. Apr 2009, 05:00
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: Printer not recognized
That is a fallback position, but because of my company VPN configuration, if I do that I have to exit my VPN everytime I want to print. My hope is that using the USB passthrough will not be blocked by VPN as the VPN will see it as a local connection.
Re: Printer not recognized
The purpose of a VPN is to route traffic via the tunnel, this is mainly accomplished by routing and changing the default route towards the VPN gateway. This is also the reason why other local LAN addresses can't be reached since they also get routed via the VPN, the trick here is to reroute some portions of your local LAN by adding specific routing entries(like a printer) and pointing them to your own router/gateway.
Ea.:
route add 192.168.2.123 mask 255.255.255.255 192.168.2.1 metric 1
.123 = printer
.1 = local router/gateway
Ea.:
route add 192.168.2.123 mask 255.255.255.255 192.168.2.1 metric 1
.123 = printer
.1 = local router/gateway
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
macombej
- Posts: 7
- Joined: 24. Apr 2009, 05:00
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: Printer not recognized
While I agree with the posts, these are options I do not have with the VPN configuration. That is why I want to get USB support working properly. Any other ideas?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Printer not recognized
USB is not available in the OSE version of VirtualBox.
You can uninstall the OSE version and then install the PUEL version from here http://www.virtualbox.org/wiki/Linux_Downloads
You can uninstall the OSE version and then install the PUEL version from here http://www.virtualbox.org/wiki/Linux_Downloads
-
macombej
- Posts: 7
- Joined: 24. Apr 2009, 05:00
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: Printer not recognized
Wow, Sunacle reigns supreme. That was tricky of them!!! Guess I will work it over network share, I will just have to drop VPN to print. Thanks for all the great help folks!
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Printer not recognized
The PUEL version is still free and it works great in Linux, but the decision of course is yours.
-
macombej
- Posts: 7
- Joined: 24. Apr 2009, 05:00
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: Printer not recognized
Corporate box, got to pay for it.