nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Fedora 7 and Canon IR 3170 printer installation

This is a discussion on Fedora 7 and Canon IR 3170 printer installation within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; At work i have got my laptop with FC7. I tried to install our work's printer (on 192.168.2.50) , here ...


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Linux answers from nixCraft.


CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21-11-2007, 10:32 AM
Junior Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zillah is on a distinguished road
Default Fedora 7 and Canon IR 3170 printer installation

At work i have got my laptop with FC7. I tried to install our work's printer (on 192.168.2.50) , here what I did :

Through GUI, System-->Administration-->Printing--> New Printer ,,,,but i do not what to choost to assign TCP/IP port to the FC7 PC.

What option should I choose :

Windows Printer via SAMBA
AppSocket/HP JetDirect
Internet Printing Protocol
LPD/LPR Host or Printer
Other

Any help how to setup the printer.

Do i need to use command line or still I can do through GUI

I used to install other network printer on FC4, FC5

If I could not find the proper driver for our canot printer iR C3170.

Do I need to install one ? or the generic linux one does the job.

Regards
Reply With Quote
  #2 (permalink)  
Old 21-11-2007, 10:53 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use GUI tools, Select AppSocket/HP JetDirect and specify IP / port and other details.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 21-11-2007, 11:01 AM
Junior Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zillah is on a distinguished road
Default

Quote:
Use GUI tools, Select AppSocket/HP JetDirect and specify IP / port and other details.
I tried that , but I would not have been able to print!!!. The port number was chosen by defult as 9010 (I do not remember exactly the number), do I need to edit that ? if so to what number ?

Regards
Reply With Quote
  #4 (permalink)  
Old 21-11-2007, 11:04 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

No need to edit files, GUI tools are sufficient. You must know exact port and ip address / driver . Also make sure firewall is not blocking access to printer. Type the following to see if iptables is blocked or what
Code:
iptables -L -n
Also don't forget to start printer service from GUI. Once done you should able to print a test page.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #5 (permalink)  
Old 21-11-2007, 11:09 AM
Junior Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zillah is on a distinguished road
Default

Thanks nixcraft for your reply

Quote:
No need to edit files,
What I meant here is : as you know in Win OS I have got TCP/IP port which is : 192.168.2.50,,,I do not have any other port number, like the one that linux produces it (i.e. 9010),,,,therefore my question under linux OS do I need to edit that port number ?

Quote:
iptables -L -n
Worth to try it and I will update you.

Quote:
don't forget to start printer service from GUI
I will do that and see

Reagrds
Reply With Quote
  #6 (permalink)  
Old 21-11-2007, 11:27 AM
Junior Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zillah is on a distinguished road
Default

Quote:
iptables -L -n
Code:
[root@localhost ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain RH-Firewall-1-INPUT (1 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255 
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:4553 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:531 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:531 
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:21 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:25 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2149 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:27 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp dpt:156 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp dpt:184 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:159 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:445 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:444 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:28 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:80 
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
[root@localhost ~]#

Quote:
don't forget to start printer service from GUI
You meant CUPS , yes it was enabled.

I could not find the exact name as windows found which is IR 3170, I used : "Canon MultiPASS C3000 Foomatic/bjc600 (recommended)" do you thing this is the problem ?

The my linux box communicates with the printer, but the printer gives error message and it can not print the test page or any other page
Reply With Quote
  #7 (permalink)  
Old 22-11-2007, 10:39 AM
Junior Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zillah is on a distinguished road
Default

I have got two PCs one of them is desktop XP, and other is laptop FC7, with XP I can print no problem.

Printer is inside locked room, I will try to access that room to print configuration details, but meanwhile please look at these screenshots that obtained from the PC with XP OS.

http://img518.imageshack.us/img518/7...limagesuu1.jpg

Reply With Quote
  #8 (permalink)  
Old 23-11-2007, 03:07 AM
Junior Member
User
 
Join Date: Nov 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zillah is on a distinguished road
Default

Thanks for your help the problem was solved here
Fedora 7 and Canon IR 3170 printer installation - JustLinux Forums
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Fedora 8 Installation Hangs / Stops at maria_88 Linux software 2 13-12-2007 05:01 PM
migrate printer configuration of various users pss Networking, Firewalls and Security 1 03-09-2007 06:44 PM
Ubuntu 7.04 doesn´t print with HP K550 printer latest firmware joaquinnegrete Linux hardware 0 13-06-2007 05:31 PM
Printer driver installation failure LRC Linux hardware 1 07-06-2007 02:24 AM
Howto: Ubuntu Linux setting up my (or your) printer toor Getting started tutorials 2 06-07-2006 04:41 PM


All times are GMT +5.5. The time now is 06:50 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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