| Author |
Message |
Evil20071

Joined: 07 Jun 2008 Posts: 425 Location: Piedmont, SC,.United States
|
Posted: Fri 07 Sep 2012, 11:25 Post subject:
How to use Epson Artisan 810 wireless printer? |
|
Ok... So, I'll be dumb for a minute. I've downloaded the .pets for the Epson series printers, I've installed it. I still can't get CUPS to register my network printer? I've gone through all the CLI stuff trying to get it, but it still doesn't read it when I go to set it up.
Edit: However, I can access the Network Administration page of the printer. It is connected to my network via wireless.
_________________
Click for Detailed PC info

|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7747 Location: Stratford, Ontario
|
Posted: Fri 07 Sep 2012, 11:49 Post subject:
Re: Epson Artisan 810 Subject description: Network Configuration help? |
|
| Evil20071 wrote: | | I've downloaded the .pets for the Epson series printers, I've installed it. I still can't get CUPS to register my network printer? |
What Puppy are you using? Are you running a firewall?
When you run Add Printer or Find New Printers, does CUPS detect the device? You may have to run Find New Printers several times.
If not, many Epson printers use the network "socket" protocol. So you can run "Add Printer" and manually enter the URI as "socket://aaa.bbb.ccc.ddd".
| Quote: | | I've gone through all the CLI stuff trying to get it, but it still doesnt' read it when I go to set it up. |
What do you mean?
Go to the command line and type:
| Code: | | mpscan -p 9100 aaa.bbb.ccc.ddd |
What do you get back?
|
|
Back to top
|
|
 |
Evil20071

Joined: 07 Jun 2008 Posts: 425 Location: Piedmont, SC,.United States
|
Posted: Fri 07 Sep 2012, 11:59 Post subject:
|
|
| Code: | # mpscan -p 9100 192.168.1.103
ip: 192.168.1.103 9100 OK |
No. Cups doesn't register the device at all.
Running Slacko 5.3.3.
_________________
Click for Detailed PC info

|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7747 Location: Stratford, Ontario
|
Posted: Fri 07 Sep 2012, 12:04 Post subject:
|
|
In that case, run Add Printer and select AppSocket/JetDirect
Enter the URI as
| Code: | | socket://192.168.1.103 |
|
|
Back to top
|
|
 |
Evil20071

Joined: 07 Jun 2008 Posts: 425 Location: Piedmont, SC,.United States
|
Posted: Fri 07 Sep 2012, 12:10 Post subject:
|
|
Ok... You're a genius... I'm obviously not. Thanks so much!
It's working, now, thanks to you.
_________________
Click for Detailed PC info

|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7747 Location: Stratford, Ontario
|
Posted: Fri 07 Sep 2012, 12:14 Post subject:
|
|
| Evil20071 wrote: | | It's working, now, thanks to you. |
Excellent. I don't know why CUPS has trouble auto-detecting some network printers. The old CUPS 1.3.11 was much better at this.
For network scanning, read here.
|
|
Back to top
|
|
 |
|