Ok, have checked similar threads wihich got no successful answers.
I have a PC with Epson printer connect directly via USB. Print driver installed correctly. Works fine.
Windows 7 Ultimate (32 bit) no security other than windows firewall and microsoft security essentials.
Laptop connected wirelessly to PC. On same network and homegroup, file and media sharing all working fine.
Laptop running Windows 7 Ultimate (32 bit) same security as PC.
When I add a network printer it finds printer on PC and correctly installs driver etc. Printer appears in devices and will print the first couple of times.
However, by the next day the network printer shows up as "offline" in the print spooler on the laptop. Documents simply stack up.
The PC does not go to sleep and is left on all of the time except for the monitor which is switched off. Printer works fine on PC, indeed with docs stuck on the laptop I can still print directly from the PC - even this does not show the printer as online on
the laptop.
Have checked that the printer spooler on laptop is running and set to automatic.
Epson unable/unwilling to help - have found a similar thread with no answer - anybody any guesses as to what to try?
Many thanks
Rolandsizzers
Ok here is what I think is going on.
Your printing to a Printer that is connected to a PC via USB port.
If you use DHCP to assign your Desktop PC an IP address your IP address for the Desktop PC
will change from time to time. I don't know what scope you are using from your router for DHCP
but let's say Router is setup for DHCP address range of 192.168.X.100 -- 192.168.X.150.
Your routers IP is probably 192.168.X.1 or 192.168.X.254 So what you should do is set the desktop to say 192.168.X.50
That address is outside the scope of the DHCP and you can remap printer on the Laptop to
\\192.168.X.50\shared_Printer_Name and the Printer should not drop offline.
You can setup a host file on your laptop with the desktops computer name mapped to the IP address.
Example Host file
Location is : C:\Windows\System32\drivers\etc
Edit hosts file with notepad
lines or following the machine name denoted by a '#' symbol.
For example:
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.0.50 PCComputerName
You don't need to use host file if you use the IP address to map the printer But if you use the computer
name then this will cause your computer to not have to use Dicovery to find the IP address of the shred printer computer.
Hope this Helps
Robert Hale