ICE
TCP/IP Products => TCP-PRO => Topic started by: matias on April 21, 2005, 01:07:41 pm
-
I have ice.tcp 4.4 and I am trying to setup Icelp printing. I have used the icelp.scr and icelp1.scr files over to my linux machine but have not been able to successfully install them.
I get a mesage saying that the file are not binary
THanks
-
What version of linux?
Using CUPS or LPRng?
How old is your PRO CD?
Did you get the icelp.scr and associated files from the CD?
-
Linux verision 7.2
Yes I got the files from the PRO CD
My ICE pro is about 4 years old
version 4.4
Thanks
-
Linux 7.2
Don't know if CUPS or LPRng
4 years
Yes I got eh icelp.scr files from the CD
thanks
-
Put a
#!/bin/sh
at the top of the script.
Make the script executable
chmod 755 icelp.scr
You are using lpr or lprng, not cups. You are going to have to mess with adding the script to the linux spooler. We don't have any linux that old here so there is not a lot I can help you with on that end.
You will also need an icelpd binary for linux.
I'll IM you with a url to one.
-
Thanks can I get the icelp.scr for linux
-
Check that location that I sent you a message about. It has icelp.scr examples for older linux.
-
thanks I got them
Have a nice day
You have been very helpful
-
How can I check what linuz verison I am running
-
cat /proc/version
-
the cat /proc/version gives you the kernel version
cat /etc/issue (which is what you should get when you login) should tell you the linux version.
-
rpm -qa | grep release
is useful on rpm (like redhat) based systems.
-
thanks You very much You have been very helpful
I got the icelpd files and tested them on my linux machince
they worked fine
I will try to figure out how to put the script into the printer spooler
thanks