Re: [newbie] Help - Can't get printer on lan working

2003-03-13 Thread Technoslick
On Wed, 2003-03-12 at 22:37, Greg wrote:
 I did it  I got it to work   It took some fooling around with it but it does work 
 now   I had to delete all of my old printer setups and start over   Thanks very much 
 for your help   I owe you one  
 Greg

I may have to look into one of those combo router/print servers when it
comes time to replace my Linksys router. I'm glad I could help, Greg. 

T :-)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-12 Thread Greg
I did it  I got it to work   It took some fooling around with it but it does work now  
 I had to delete all of my old printer setups and start over   Thanks very much for 
your help   I owe you one  
Greg



Technoslick [EMAIL PROTECTED] wrote:

On Tue, 2003-03-11 at 18:19, Greg wrote: 
 I do have a staic ip for my router   It is  192.168.123.254  Where would I enter 
 the the ip number  What program would I use to set it up
  Thanks  Greg
Greg, 

I went to SMC's Web site and downloaded the manual for the four-port
unit with print server. The manual does an excellent job of describing
how to set-up the print server to work with Windows-based computers, but
gives you two sentences at the very end to explain how to do this in
UNIX (and Linux): 

Follow the traditional configuration procedure on UNIX platforms to
setup the Barricade print server. The printer name is lpt1. 

I love it when manufacturers assume things. :-)  

I read this to mean you will use your router's IP address as the name of
the print server and lpt1 as the name of the server's queue. So, this
is how I would put your information in as a LPD printer: 

Queue Name: my_print (whatever you want to call your print queue)
Queue Type
 Server: 192.168.123.254
 Queue: lpt1
Then select your appropriate driver for the printer you have. 
Do you know how to set-up a printer in Mandrake? If so, chose LPD at the
onset and you will get to where you would add the information I gave you
above. If you don't know how to add a printer, the easiest way is to go
into your Mandrake Control Center. You will be prompted for your root
password. Enter it and then choose System, then Printers. You should be
fine once you chose LPD as your print server type. Let me know if you
bog down anywhere in this process, on list or off. 

T





-- 
Linux Mandrake Rules


__
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Technoslick
On Mon, 2003-03-10 at 22:35, Greg wrote:

 Hi Everyone   I need help to set  up my 9.0 box to printer to my printer server on 
 my lan  The windows Machines can print to it using prt local port  The print server 
 is a Barricade router with the print server built in
 I have tried but I can not get it to woth with Linux  My printer is a HP 600c
 Any one have any ideas  Thanks  Greg

Hi, Greg,

I use an Intel NetportExpress 10/100 print server, so maybe I can help
you. I am not familiar with the Barricade router, but have seen such
devices advertised locally and on the Web.

My print server can be statically addressed or get its IP through a DHCP
server through a local LAN. Since yours is also a touter, I suspect that
you must statically address your router? Whatever that IP address is
(say 192.168.1.1 or 192.168.0.1, etc.), you can either use that IP as
the name of your LPD server, or if your router allows such, give a name
to the device (mine's 'gateway'). If you name it, and you are not using
local DHCP, WINS support through Samba-winbind, you will need to enter
its IP and name in 'hosts' to be sure that it gets resolved. Check with
your manual to see if there is a 'queue' name for the LPT port on the
router. You will need this, as well. So, here's how I would set-up my
printers using my device under and LPD/UNIX print server in Linux:

Queue Name: eps1550 (I have an Epson ActionLaser 1500...old timer)
Queue Type
Server: print (I could have used its static IP - 192.168.1.51)
Queue: lpt1_passthru (I have two LPT ports and one serial.
lpt1_passthru, lpt2_pathru, etc.)

Then select your appropriate driver for the printer. 

The set-up is similar under all distros.

Does this help any?

T



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Technoslick
On Mon, 2003-03-10 at 22:35, Greg wrote:

 Hi Everyone   I need help to set  up my 9.0 box to printer to my printer server on 
 my lan  The windows Machines can print to it using prt local port  The print server 
 is a Barricade router with the print server built in
 I have tried but I can not get it to woth with Linux  My printer is a HP 600c
 Any one have any ideas  Thanks  Greg

Sorry for the typos...cold fingers in a northern climate. :-)

T.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Greg
I do have a staic ip for my router   It is  192.168.123.254  Where would I enter the 
the ip number  What program would I use to set it up
 Thanks  Greg

Technoslick [EMAIL PROTECTED] wrote:

On Mon, 2003-03-10 at 22:35, Greg wrote:

 Hi Everyone   I need help to set  up my 9.0 box to printer to my printer server on 
 my lan  The windows Machines can print to it using prt local port  The print server 
 is a Barricade router with the print server built in
 I have tried but I can not get it to woth with Linux  My printer is a HP 600c
 Any one have any ideas  Thanks  Greg

Hi, Greg,

I use an Intel NetportExpress 10/100 print server, so maybe I can help
you. I am not familiar with the Barricade router, but have seen such
devices advertised locally and on the Web.

My print server can be statically addressed or get its IP through a DHCP
server through a local LAN. Since yours is also a touter, I suspect that
you must statically address your router? Whatever that IP address is
(say 192.168.1.1 or 192.168.0.1, etc.), you can either use that IP as
the name of your LPD server, or if your router allows such, give a name
to the device (mine's 'gateway'). If you name it, and you are not using
local DHCP, WINS support through Samba-winbind, you will need to enter
its IP and name in 'hosts' to be sure that it gets resolved. Check with
your manual to see if there is a 'queue' name for the LPT port on the
router. You will need this, as well. So, here's how I would set-up my
printers using my device under and LPD/UNIX print server in Linux:

Queue Name: eps1550 (I have an Epson ActionLaser 1500...old timer)
Queue Type
Server: print (I could have used its static IP - 192.168.1.51)
Queue: lpt1_passthru (I have two LPT ports and one serial.
lpt1_passthru, lpt2_pathru, etc.)

Then select your appropriate driver for the printer. 

The set-up is similar under all distros.

Does this help any?

T






-- 
Linux Mandrake Rules


__
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Greg
Thats understandableI am lucky to even type   
Greg

Technoslick [EMAIL PROTECTED] wrote:

On Mon, 2003-03-10 at 22:35, Greg wrote:

 Hi Everyone   I need help to set  up my 9.0 box to printer to my printer server on 
 my lan  The windows Machines can print to it using prt local port  The print server 
 is a Barricade router with the print server built in
 I have tried but I can not get it to woth with Linux  My printer is a HP 600c
 Any one have any ideas  Thanks  Greg

Sorry for the typos...cold fingers in a northern climate. :-)

T.





-- 
Linux Mandrake Rules


__
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread H.J.Bathoorn
On Wednesday 12 March 2003 00:19, Greg wrote:
 I do have a staic ip for my router   It is  192.168.123.254  Where would I
 enter the the ip number  What program would I use to set it up Thanks  Greg

Have you tried using(installing) cups?

I don't know any better than that it automagically sees the printerserver on 
the LAN. Admittedly  your's is one I've never had the chance to meet, so I 
could be wrong.

For configuration just open a browser, go to localhost:631 and log in as 
root.

Good luck,
HarM

 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Technoslick
On Tue, 2003-03-11 at 18:19, Greg wrote: 
 I do have a staic ip for my router   It is  192.168.123.254  Where would I enter the 
 the ip number  What program would I use to set it up
  Thanks  Greg
Greg, 

I went to SMC's Web site and downloaded the manual for the four-port
unit with print server. The manual does an excellent job of describing
how to set-up the print server to work with Windows-based computers, but
gives you two sentences at the very end to explain how to do this in
UNIX (and Linux): 

Follow the traditional configuration procedure on UNIX platforms to
setup the Barricade print server. The printer name is lpt1. 

I love it when manufacturers assume things. :-)  

I read this to mean you will use your router's IP address as the name of
the print server and lpt1 as the name of the server's queue. So, this
is how I would put your information in as a LPD printer: 

Queue Name: my_print (whatever you want to call your print queue)
Queue Type
 Server: 192.168.123.254
 Queue: lpt1
Then select your appropriate driver for the printer you have. 
Do you know how to set-up a printer in Mandrake? If so, chose LPD at the
onset and you will get to where you would add the information I gave you
above. If you don't know how to add a printer, the easiest way is to go
into your Mandrake Control Center. You will be prompted for your root
password. Enter it and then choose System, then Printers. You should be
fine once you chose LPD as your print server type. Let me know if you
bog down anywhere in this process, on list or off. 

T


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Greg
Yes I tried cups  Cups might be away to get it to work but I dont have any info on how 
to set it up   I am still learning Linux  
Greg


H.J.Bathoorn [EMAIL PROTECTED] wrote:

On Wednesday 12 March 2003 00:19, Greg wrote:
 I do have a staic ip for my router   It is  192.168.123.254  Where would I
 enter the the ip number  What program would I use to set it up Thanks  Greg

Have you tried using(installing) cups?

I don't know any better than that it automagically sees the printerserver on 
the LAN. Admittedly  your's is one I've never had the chance to meet, so I 
could be wrong.

For configuration just open a browser, go to localhost:631 and log in as 
root.

Good luck,
HarM

 





-- 
Linux Mandrake Rules


__
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help - Can't get printer on lan working

2003-03-11 Thread Greg
Thanks I will try it and see  how it works   I will let you know what happens
Thanks again 
Greg

Technoslick [EMAIL PROTECTED] wrote:

On Tue, 2003-03-11 at 18:19, Greg wrote: 
 I do have a staic ip for my router   It is  192.168.123.254  Where would I enter 
 the the ip number  What program would I use to set it up
  Thanks  Greg
Greg, 

I went to SMC's Web site and downloaded the manual for the four-port
unit with print server. The manual does an excellent job of describing
how to set-up the print server to work with Windows-based computers, but
gives you two sentences at the very end to explain how to do this in
UNIX (and Linux): 

Follow the traditional configuration procedure on UNIX platforms to
setup the Barricade print server. The printer name is lpt1. 

I love it when manufacturers assume things. :-)  

I read this to mean you will use your router's IP address as the name of
the print server and lpt1 as the name of the server's queue. So, this
is how I would put your information in as a LPD printer: 

Queue Name: my_print (whatever you want to call your print queue)
Queue Type
 Server: 192.168.123.254
 Queue: lpt1
Then select your appropriate driver for the printer you have. 
Do you know how to set-up a printer in Mandrake? If so, chose LPD at the
onset and you will get to where you would add the information I gave you
above. If you don't know how to add a printer, the easiest way is to go
into your Mandrake Control Center. You will be prompted for your root
password. Enter it and then choose System, then Printers. You should be
fine once you chose LPD as your print server type. Let me know if you
bog down anywhere in this process, on list or off. 

T





-- 
Linux Mandrake Rules


__
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Help - Can't get printer on lan working

2003-03-10 Thread Greg






Ddc750Nt wrote:

Hi Everyone   I need help to set  up my 9.0 box to printer to my printer server on my 
lan  The windows Machines can print to it using prt local port  The print server is a 
Barricade router with the print server built in
I have tried but I can not get it to woth with Linux  My printer is a HP 600c
Any one have any ideas  Thanks  Greg


Linux Mandrake Rules






Linux Mandrake Rules


__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com