ICE

TCP/IP Products => TCP-PRO => Topic started by: matias on April 21, 2005, 01:07:41 pm

Title: Linux Installation for ICElp
Post 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
Title: Linux Installation for ICElp
Post by: Bob on April 21, 2005, 01:24:53 pm
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?
Title: Linux Installation for ICElp
Post by: matias on April 21, 2005, 02:04:51 pm
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
Title: Re:Linux Installation for ICElp
Post by: matias on April 21, 2005, 02:23:31 pm
Linux 7.2
Don't know if CUPS or LPRng
4 years
Yes I got eh icelp.scr files from the CD
thanks
Title: Linux Installation for ICElp
Post by: Bob on April 21, 2005, 03:02:47 pm
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.
Title: Linux Installation for ICElp
Post by: matias on April 21, 2005, 04:10:32 pm
Thanks can I get the icelp.scr for linux

Title: Linux Installation for ICElp
Post by: Bob on April 21, 2005, 04:14:34 pm
Check that location that I sent you a message about. It has icelp.scr examples for older linux.
Title: Linux Installation for ICElp
Post by: matias on April 21, 2005, 04:15:34 pm
thanks I got them

Have a nice day

You have been very helpful

Title: Linux Installation for ICElp
Post by: matias on April 21, 2005, 04:25:00 pm
How can I check what linuz verison I am running

Title: Linux Installation for ICElp
Post by: Bob on April 21, 2005, 04:36:03 pm
cat /proc/version
Title: Linux Installation for ICElp
Post by: Bob on April 21, 2005, 04:37:21 pm
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.
Title: Linux Installation for ICElp
Post by: Bob on April 21, 2005, 04:39:10 pm
rpm -qa | grep release

is useful on rpm (like redhat) based systems.
Title: Linux Installation for ICElp
Post by: matias on April 21, 2005, 04:56:09 pm
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