LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-19-2008, 08:07 PM   #1
IsharaComix
Member
 
Registered: Sep 2008
Location: Raleigh
Distribution: Ubuntu 8.10
Posts: 88
Blog Entries: 1

Rep: Reputation: 15
How do I connect to a print server in Linux?


Hello again, LQ. If you haven't noticed yet, I'm the whiny guy who wants to be Linux-educated but can't figure anything out on his own. I've used Windows as a crutch for too long, and this is my last step towards Windows Independence.

We've got a Netgear Wireless Print Server in our home:
http://www.netgear.com/Products/Prin...s/WGPS606.aspx

But I can't figure out how to connect to it properly in Linux? I've tried looking at CUPS and stuff, but I can't figure out what to do. By that, I mean I don't know whether its IPP or HTP or LPT or whatever. The website I provided shows the product, but it has absolutely helpful info that I can find.

It works flawlessly in Windows Vista, but the wizard that I used to install it shields all the technical stuff that I need to know to set it up in Linux.

The print server is connected to our internet server. From my computer's perspective:

My Gateway: 192.168.1.1
My Laptop: 192.168.1.101
My Print Server: 192.168.1.206
My Printer is an HP Deskjet 9800 connected to Port 1.
I'm running Xubuntu 8.04

When I check my printer's properties it says its in port "IP_192.168.1.206P1" but the CUPS front-end doesn't seem to like when I give it that answer.

Can I get a step-by-step tutorial on how to do this? The info might have been in the manual... but I'm not the one who bought the thing so I have no clue where the manual is (and neither does anybody else). Let me know if you need more info.
 
Old 10-19-2008, 08:44 PM   #2
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
Have you tried installing the printer driver:

Go to Administration-> Printing->

Click New Printer in top left.

Wait for Search to finish.

Click on LPD/LPR Printer.

Type the address of your Print Server, in this case, 192.168.1.206 in the Host box. Then click Probe.

Let us know how you go....
 
Old 10-19-2008, 08:45 PM   #3
vishy8859
LQ Newbie
 
Registered: Oct 2008
Posts: 5

Rep: Reputation: 0
go for GUI.... can make out that u r amateur...follow irishbitte
 
Old 10-19-2008, 09:15 PM   #4
IsharaComix
Member
 
Registered: Sep 2008
Location: Raleigh
Distribution: Ubuntu 8.10
Posts: 88

Original Poster
Blog Entries: 1

Rep: Reputation: 15
It locks up

@irishbitte

I've done it before, but I'm running it now again anyways. Whenever I click "probe," the program freezes.

Just for the heck of it, I pinged the printer server and got this back:
Code:
PING 192.168.1.206 (192.168.1.206) 56(84) bytes of data.
64 bytes from 192.168.1.206: icmp_seq=1 ttl=64 time=7.07 ms
64 bytes from 192.168.1.206: icmp_seq=1 ttl=64 time=7.58 ms (DUP!)
64 bytes from 192.168.1.206: icmp_seq=2 ttl=64 time=3.47 ms
64 bytes from 192.168.1.206: icmp_seq=2 ttl=64 time=3.99 ms (DUP!)
64 bytes from 192.168.1.206: icmp_seq=3 ttl=64 time=6.60 ms
64 bytes from 192.168.1.206: icmp_seq=3 ttl=64 time=7.04 ms (DUP!)
64 bytes from 192.168.1.206: icmp_seq=4 ttl=64 time=3.51 ms
64 bytes from 192.168.1.206: icmp_seq=4 ttl=64 time=4.10 ms (DUP!)
I pressed ctrl-c here

--- 192.168.1.206 ping statistics ---
4 packets transmitted, 4 received, +4 duplicates, 0% packet loss, time 3001ms
rtt min/avg/max/mdev = 3.476/5.424/7.588/1.681 ms
Note: I've got two printers plugged into this server (which might be why I'm getting a duplicate pong).
 
Old 10-20-2008, 08:50 AM   #5
vishy8859
LQ Newbie
 
Registered: Oct 2008
Posts: 5

Rep: Reputation: 0
hi...ishara....is ur printer connected to wireless router?
 
Old 10-20-2008, 11:28 AM   #6
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
Might want to disconnect the other printer until you get this one up and running and then add the other one back in to eliminate conflict.
 
Old 10-20-2008, 11:38 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,748

Rep: Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927
From a quick goole the first printer name should be p1 (port 1). Probing the print server might be causing the problem and specifying the name might work.

A duplicate ping could mean several things but is unrelated to the printers.
 
Old 10-20-2008, 05:24 PM   #8
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
Yeah, try plugging out one of the printers, then follow the directions I gave you again. The problem you're hitting is that unfortunately your print 'server' is using the one IP address for both printers. Try a portscan:

[CODE]Go to System -> Administration -> Network Tools.
Click on Portscan tab at top.
Type in IP address and click scan.[CODE]
The only way the two printers can be separated is using separate ports, however your 'server' may not allow you that level of configuration.
 
Old 10-20-2008, 07:21 PM   #9
IsharaComix
Member
 
Registered: Sep 2008
Location: Raleigh
Distribution: Ubuntu 8.10
Posts: 88

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Thanks for the help

Thanks for the help, everyone... but a friend of mine at school pointed me in the direction of a very nice tutorial:

http://www.cups.org/articles.php?L317+T+P1+Q

I had to specify the port L1 explicitly to detect my printer.

Now I'm 100% Windows-Free! Woohoo. Hopefully I'll never have to boot my machine back into Windows Vista. I've got printers, I've got Internet, I've got soda. I am very content.

Once again, thanks to irishbitte and everyone else at LQ for the help. Hopefully now I can stop being such a pain in the rear and start helping other new folks enjoy their Linux systems as much as I do!
 
Old 10-21-2008, 09:26 AM   #10
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
Good stuff, glad you got sorted! Thanks for posting the link up, it will help others to solve the same problem!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I connect to a Dlink Print server. FyrFyt Linux - Hardware 4 06-18-2008 06:40 PM
Can't connect to Airlink Print Server RGBBW Linux - Hardware 3 05-30-2006 08:48 AM
Connect to window print server yhus Linux - Networking 1 07-12-2005 07:07 AM
Client refused to connect to printer via print server kgao Linux - Networking 3 02-10-2005 08:31 PM
Can a Linux print server be set up on a Microsoft server network? crenshawmarc Mandriva 3 09-29-2003 07:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration