Results 1 to 10 of 10
Hello everyone
I have a machine running fedora core 8 ... and on that mchine i can see a printer (Samsung ML-1610) that is connected to another system on wh ...
- 03-28-2009 #1
CUPS printer config
Hello everyone
I have a machine running fedora core 8 ... and on that mchine i can see a printer (Samsung ML-1610) that is connected to another system on wh i am running ubuntu... i made it possible via
PHP Code:http://localhost:631/admin
but i wasnt able to print from my fedora machine
any idea how can i do that ...!!!
thanksLinux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-28-2009 #2
You may need to go through the "Add Printer" routine on the Fedora CUPS server. Instead of using "localhost" in the address, use the actual IP address. For example, here is my address for a HP PSC 1200 on another PC. I am using the ipp protocol instead of the http protocol.
Code:ipp://192.168.1.75:631/printers/psc_1200
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-28-2009 #3
thanks waterhead for ur reply
I tried following in my firefox
but i am gettin following erroripp://192.168.1.2:631/printers/
Firefox doesn't know how to open this address, because the protocol (ipp) isn't associated with any program.Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-28-2009 #4
You misunderstood me. You first must go to the CUPS server for your PC, then click the Add Printer button.
On this first page you only enter the "human readable" things, like this example:Code:http://localhost:631/admin?OP=add-printer
Name: Samsung_ML-1610
Location: Bedroom
Description: Laser Printer
Click the "Continue" button. Then you select the format for connecting to the printer. Ipp or http seem to be what you want to try. I have ipp for printers connected to another PC, and http for a printer connected to a print server.
Click "Continue" again. Here is where you enter the address to the printer. Since it is already configured on another CUPS server, use that name here, along with the correct IP address. It may look like this:
ipp://192.168.1.2:631/printers/Samsung_ML-1610
Now finish the new printer process, and print a test page.
Hope this helps.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-28-2009 #5
thanks waterhead for ur reply
i have done this all on my fedora machine .sadly its not working
i am starting to feel that may be i am missing some configurating on ubuntu machine.
could u please tell me that what configuration should be on ubuntu 8.10Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-28-2009 #6
On the PC that the printer is connected to (Ubuntu?), you should open that CUPS server. On the "Printers" tab, find the printer that you are trying to connect to. Then click on the button under it titled "Publish Printer".
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-29-2009 #7
thanks waterhead for ur reply.....
on my ubuntu system in i have a printer ML-1610 , whose Device URI is
and that printer is working(i assured that by printing a "test page")Device URI: usb://Samsung/ML-1610
Also share published printers connected to this system is also checked... i have also published that printer!!!
on my fedora system i added printer
now when i clicked "print test page" on my fedora system, initially i see a text message like thisDevice URI ipp://192.168.1.2:631/printers/ML-1610
but then after a while i got this errorML-1610 "Connecting to 192.168.1.2 on port 631..."
any idea what i am missing"recoverable: Unable to connect to printer; will retry in 30 seconds..."Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-29-2009 #8
Do you have a firewall enabled? Disable it (both computers) and try again. Also, disable SELinux on the Fedora machine.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-31-2009 #9
on fedora my firewall is disabled...
on ubuntu i have opened the port 631 (as ubuntu comes with all ports blocked) by issuing following command
nowsudo iptables -A INPUT -p 0/0 -s 0/0 --dport 631 -j ACCEPT
netstat -an | grep "LISTEN"
on ubuntu gives
but still i am getting following error by firefoxtcp6 0 0 :::631 :::* LISTEN
The connection has timed out
The server at 192.168.1.2 is taking too long to respond.Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-31-2009 #10
Are you positive that you are using the correct IP address? 192.168.1.2 doesn't seem like an address that a PC would have. To check, run this command on the PC that you want to check.
Code:ifconfig
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote