Results 1 to 3 of 3
Hello,
Long time no chat. I just installed Arch but I am a bit stuck on getting my wireless printer working. I have the scan setup and it works. I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2011 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- CA
- Posts
- 104
Epson Workforce 610 Wireless install with Arch
Hello,
Long time no chat. I just installed Arch but I am a bit stuck on getting my wireless printer working. I have the scan setup and it works. I used to cups wiki (wiki.archlinux.org/index.php/Cups#Installing) for the install but I am having trouble with it because I need the x86_64 driver which is an rpm. I finally was able to download rpm2targz but I can't figure out how to use it. Please let me know what info you need to help and I will gladly post it. I have spent several days installing and uninstalling different things to no avail.
When I open the cups-localhost it gives me this error [There was an error during the CUPS operation: 'failed to connect to server'.]
Thanks in advanceLinux is numero uno! I have taken up Archery.
______________________
- 08-24-2011 #2Linux Newbie
- Join Date
- Jun 2005
- Location
- CA
- Posts
- 104
I am going to move this to the Arch forums. I will bring back the solution to this forum to help others.
ThanksLinux is numero uno! I have taken up Archery.
______________________
- 08-27-2011 #3Linux Newbie
- Join Date
- Jun 2005
- Location
- CA
- Posts
- 104
That seemed to be the problem alright. I had to re-install gnutls as stated above. I kept getting an error, so I re-installed cups as well. Once I re-installed the gnutls, I installed the printer driver as you said.
This lineon this website AUR (en) - epson-inkjet-printer-stylus-office-tx610fw-series actually is 2 links. Click on the first half that says Tarball.Code:Tarball :: PKGBUILD
From there (as Frank and the wiki says), When you downloaded it, extract it, cd to the directory created and runThis will build you an installable package in the same directory which you can install runningCode:makepkg -s
To start cupsCode:sudo pacman -U [packagename]
Then add it to your daemons like this so it restarts every time your computer boots up or you will wonder why you can't print after restartCode:/etc/rc.d/cups start
Then list cupsd in the portion of the rc.conf file. Example - DAEMONS=(pcmcia syslogd klogd !fam esd mono network autofs cupsd crond gdm)Code:sudo nano /etc/rc.conf
That is it! Problem solved!
Frank,
Thank you for all your help. I learned alot and understand the wikis alot better as well.
Have an Awesome weekend!
taseisLinux is numero uno! I have taken up Archery.
______________________


Reply With Quote
