Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > Networking Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Networking Support General Networking Support Forum

Reply
 
LinkBack Thread Tools
Old 03-29-2008, 02:01 AM   #1 (permalink)
Registered User
 
Join Date: Mar 2008
Posts: 3
OS: Vista Biz CZ


Print servers doen't work

Hi,

i got a problem with USB 2.0 print servers. I have tried two different models. The first one was same Edimax, now it's LevelOne FPS-9022. Both find the printer (HP LaserJet 1022) which is connected with printserver and they recognise if is priter on or off. Problem is current status. If is printer on, the status is still "paper out" (with a lot of paper in). I think that is why the printer doesn’t print – I can send page for print, but nothing happen. Printer works normally connected with PC.

Here is print server system information:

Device Name : PS3E54D3
Raw Printing : Enable
Printer Server Name : PS3E54D3
IPP Printing : Enable
Model Type : 1U Print Server
LPR Printing : Enable
Firmware Version : 8.0.20
AppleTalk Printing : Enable
MAC Address : 00: 11: 6B: 3E: 54: D3
NetWare Printing : Enable
USB Port Number : 1
SMB : Enable
LPT Port Number : No
SNMP : Enable
Wireless Lan Status : No
NetBEUI : Enable

DHCP is enabled in network.

Thanks for help.
Bildr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 03-29-2008, 09:53 AM   #2 (permalink)
Registered User
 
Join Date: Dec 2007
Location: southeast texas
Posts: 106
OS: xp home sp2

My System

Re: Print servers doen't work

I went to LevelOne support site and viewed the product specs and Vista wasn't listed
With 2 servers not working, see if you can find one Vista compatible. I did a Google search on 'Vista print servers' and see others having same problems
texas666 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-29-2008, 10:21 AM   #3 (permalink)
Registered User
 
Join Date: Mar 2008
Posts: 3
OS: Vista Biz CZ


Re: Print servers doen't work

All computers in the network running on XP prof. Vista is on my home PC.
Bildr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-29-2008, 02:51 PM   #4 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,774
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Print servers doen't work

How is the printer connected, USB or parallel port?
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-31-2008, 12:15 AM   #5 (permalink)
Registered User
 
Join Date: Mar 2008
Posts: 3
OS: Vista Biz CZ


Re: Print servers doen't work

Quote:
Originally Posted by johnwill View Post
How is the printer connected, USB or parallel port?
USB 2.0
Bildr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-31-2008, 07:12 AM   #6 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,774
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Print servers doen't work

I assume the printer works if simply connected to a local machine?

You may want to consider the following changes.


Changes that may help to increase the compatibility of Vista with older networking devices:



Disable the IP Helper service:

1. Hold the Windows key and type R, enter "services.msc" (without the quotes) and press Enter
2. Scroll down to the IP Helper service, right click on it and select Properties
3. In the dropdown box that says "Automatic" or "Manual", set it to Disabled and then click on "Apply"
4. Then click on "Stop" to stop the service from running in the current session
5. Click OK to exit the dialog



Disable IPv6:

1. Hold the Windows key and type R, enter "ncpa.cpl" (without the quotes) and press Enter
2. Right click on each network connection and select "Properties"
3. Remove the checkmark from the box next to "Internet Protocol Version 6 (TCP/IPv6)
4. Click OK to exit the dialog

NOTE: You should do this for each network connection.



Disable the DHCP Broadcast Flag:

Link: http://support.microsoft.com/default.aspx/kb/928233
  1. Hold the Windows key and type R, enter regedit and press Enter.
  2. Locate and then click the following registry subkey:
  3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{GUID}
  4. In this registry path, click the (GUID) subkey to be updated.
  5. If the key DhcpConnForceBroadcastFlag does not exist, use the Edit menu, point to New, and then click DWORD (32-bit) Value. In the New Value #1 box, type DhcpConnForceBroadcastFlag, and then press ENTER. If the key exists, skip this step.
  6. Right-click DhcpConnForceBroadcastFlag, and then click Modify.
  7. In the Value data box, type 0, and then click OK.
  8. Close Registry Editor.
NOTE: You should do this for each and every GUID subkey.
NOTE2: (GUID) is a mnemonic for the individual subkeys, the actual text "GUID" does not appaer.




The only program I'm aware of that currently relies on IPv6 is the new Windows Meeting Space. The first 2 changes will cause that program not to work - but will leave all of your normal (IPv4) connections unaffected. If it causes problems that you can't overcome, simply revert back to the original settings.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 02:19 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85