Printing from the network

I have made various attempts at sharing my printer over my home network. The criteria for sharing are simple; the printer must be available over the network and I must be able to print from Windows and Mac machines.
In practice this turned out to be a little more difficult.

The simplest solution would have been a network enabled printer, but I had no luck in finding an affordable consumer grade home printer that can directly connect to the network.

My first implementation was to connect a Canon i960 to my Windows XP machine using USB, and then sharing the printer. This had a few problems; my machine had to be on all the time, the Windows XP x64 Canon i960 driver crashed when connected to a network shared printer, and the Canon i960 Mac driver could not print to a network shared printer.

The Canon i960 had given me good service, but I was now looking for a better photo printer. I decided to upgrade a few systems at the same time; I upgraded to Vista, I bought a HP D7360 Photosmart printer, and I bought a Belkin F5L009 network USB hub.

The F5L009 is a USB hub that you connect to your network, and then by installing a USB driver on any computer on the network, the USB devices connected to the hub appear to be directly connected to your machine.

At this time I was running Windows Server 2003 R2 x64 as my home server, and since the server was on all the time, I wanted to share the printer from the server. I installed the USB hub driver on the server, and I installed the printer driver. It turns out that the hub software only connects the hub as long as you are logged in, as soon as you log out the printer disconnects. This is in my opinion a fatal flaw in the F5L009 implementation.
I resorted to installing the F5L009 driver on all my client machines, a less than ideal solution.

I recently noticed that HP released the D7460 printer, basically the same as the D7360 except it has native network printing support, great. With a $25 HP online store discount I paid less for the D7460 than what I paid for the D7360.

Since the D7460 is a network printer any machine can directly print to the printer, but sharing the printer from my server has the advantage of a much simplified installation for client machines, and greater manageability.

I had recently upgraded my server to Windows Server 2008 x64, but I thought no problem, the D7460 comes with Vista x64 drivers, so installing the driver on W2K8 x64 should not be a problem. It turns out the driver installer does an OS check and does not allow the driver to be installed on W2K8.

I proceeded to install the driver on my Vista x64 machine, the install utility found the network printer, and automatically installed the driver. On investigation I found that the installer had simply configured a custom printer port to print to TCP port 9001 on the printer. I also found that the printer has a web based management portal that showed status information and allowed the network properties such as device name to be changed.

I changed the printer network device name, made sure that the entry showed up on the DNS server, added a new printer port in W2K8 pointing to the printer, and when asked for the driver pointed to the driver directory, and everything worked fine.

I wanted to add the x86 drivers to the print server so that clients can automatically get the printer driver without neding access the the driver media, but when I tried to add the drivers I got a message asking for the x86 print processor file from the install media. I tried to add the x86 drivers to the server from an x86 Vista machine, but the option to add additional drivers was grayed out. After searching I found users with similar problems, and KB927832 describing a solution for Vista. I could not get the solution to work.
I ended up remotely installing the x86 drivers from W2K8 x86 running in VMWare, not very elegant but it worked.

I now have an elegant network printing solution.

9 Comments

  1. István says:

    Hi, how did you manage to install the Belkin hub on win2003 server? I only found xp and vista drivers for it.

    Like

  2. Ken Cobler says:

    I copied the Belkin folder (from Program Files) from Windows XP to Windows 2003.File list is located at C:\Program Files\Belkin\Network USB Hub Control Center\Coflist.iniThere are two registry entries that I used regedit to export:HCU\Software\BelkinHLM\Software\BelkinImported the registry entries into Windows 2003.This allows the program to run on Windows 2003. However, I cannot connect to the remote USB device.I think it has to do with the SXUPTP driver. If you can SXUPTP in Windows 2003, I think that will complete the task.

    Like

  3. Ken Cobler says:

    Update to get this to work on Windows 2003.Download SX Virtual Driver and install (updated SXUPTP driver).Now, works on Windows 2003.Here is the link for SX Virtual Driver.http://www.silexamerica.com/us/support/printserver/virtuallink.html

    Like

  4. David says:

    Many thanks for that Silex link!I have ordered a Digi AnywhereUSB (at great cost) as I still cannot get the Belkin to work with the devices I need for home automation. I just hope that the Anywhere USB is not a Silex product too!With the Silex drivers, the devices attach, then detach… until manually reconnected, if you check the auto reconnect box, they dont reconnect.I guess I should try to hack around the Belkin original drivers as they worked ok in 2k8 server VM (Hyper-V) and its in a 2k3 server VM that the disconnect trouble exists… Thats bleeding edge for you…

    Like

  5. Michichael says:

    David,Have you gotten it to stop dropping in 2k3? I've been screwing with it for a while now… So far I've tried the SX drivershttp://www.silexeurope.com/en/home/support/productgroups/common-downloads/device-server-and-virtual-link.htmlAnd that works, installs, and lets me connect… then drops it. I'm using Server 2003 R2 X64. Right now I'm trying to get the original software/drivers loaded, but it's being a bear.

    Like

  6. TheCorm says:

    Copying the usbd file in manually worked with Hyper-V too! (Reboot of virtual machine required).I also found that running setup32.exe in xp compatibility mode also let's you install!

    Like

  7. andykrej says:

    To make it work even when logged off run connect.exe as a service.Check these guides (2nd one has download link):http://support.microsoft.com/kb/137890http://www.tacktech.com/display.cfm?ttid=197

    Like

  8. jakobojvind says:

    My solution on my windows 2003 server was to run the Setup32.exe in windows XP compability mode, and then install it as a service under a local administrator account.The only thing was, that the service (connect.exe) now starts with an error in the event log. The symptom is, that the service seems not to be startet, even thoug hit is. You can check the eventlog for that, and of course try to print.

    Like

  9. Andy G says:

    I installed using XP compatability mode, then installed connect.exe as a service.I stopped the service, ran connect.exe on console to configure the USB devices, quit connect.exe and restarted the service.Service started OK, but no joy with USB devices loading.I changed the service account to be local administrator (instead of system), restarted service and it all works OK now with everyone logged out.HTH,Andy

    Like

Leave a reply to TheCorm Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.