[SOLVED]Printer working in Ubuntu, and not in Arch

Hello,
Well, it's a little bit weird I bought a new printer, it's a Epson SX415.
Cups detects it as a Epson SX410, I tried to make it work with the following drivers:
So, with the CUPS+gutenprint drivers, it seems to work (cups says job sent) but the printer doesn't make a move. With the foomatic drivers, cups says:
stopped
"/usr/lib/cups/filter/foomatic-rip failed"
If it works with Ubuntu 10.10, I guess I'll be able to make it work under Arch, but currently I don't know how to do that :s
Thanks
Last edited by Lowra (2010-10-26 17:19:42)

Ubuntu is using the following driver:
Epson Stylus SX410 - CUPS+Gutenprint v5.2.6 Simplified (color, 2-sided printing)
I'll check AUR
EDIT:
[david@desktop ~]$ sudo packer -S epson-inkjet-printer-escpr
warning: epson-inkjet-printer-escpr is flagged out of date
Aur Targets    (1): epson-inkjet-printer-escpr
Proceed with installation? [Y/n] y
Edit epson-inkjet-printer-escpr PKGBUILD with $EDITOR? [Y/n] n
==> Making package: epson-inkjet-printer-escpr 1.0.0-1 (Thu Oct 21 23:00:30 CEST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading epson-inkjet-printer-escpr-1.0.0-1lsb3.2.src.rpm...
--2010-10-21 23:00:30--  http://linux.avasys.jp/drivers/lsb/epso … .2.src.rpm
Resolving linux.avasys.jp... 202.41.220.57
Connecting to linux.avasys.jp|202.41.220.57|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-10-21 23:00:31 ERROR 404: Not Found.
==> ERROR: Failure while downloading epson-inkjet-printer-escpr-1.0.0-1lsb3.2.src.rpm
    Aborting...
The build failed.
[david@desktop ~]$
Last edited by Lowra (2010-10-21 18:53:10)

Similar Messages

  • Connecting to an Ad-Hoc network works in Ubuntu but not in Arch

    I've tried everything. Downgrading packages, installing/uninstalling other network managers and i tried manually (ifconfig, iwconfig), but with no results.
    Then, i borrowed my girlfriend's laptop wich has Ubuntu 10.04 (kernel 2.6.32), hit the network name in the Gnome nm-applet and almost instantly i was connected.
    I installed the gnome nm-applet too but nothing happened. (I use KDE 4.6.3).
    I use wicd-kde everyday but it doesn't work either, kdeplasma-applets-networkmanagement works really bad for me and the git version crashes my desktop.
    If i set the network parameters manually, dhcpcd doesn't work and times out. Same story with dhclient.
    I'm going to try kernel26-lts to see if it's a kernel problem.
    wireless card: Atheros 5007eg ath5k module.
    Kernel: Stock Arch Kernel26 2.6.38.5
    networkmanager version 0.7999
    My girlfriend has the same wireless card.
    I hope you can help me.
    Thanks in advance.
    Last edited by Hyugga (2011-05-22 00:18:22)

    I tried kernel26-lts...same result...
    Some has a working ad-hoc configuration?

  • Ever since I installed MAVERICK, nothing now works, Flash Player won't run, printer works but scanner will not and the computer runs so slow.  Any help anywhere?

    Ever since I installed MAVERICK, nothing now works, Flash Player won't run, printer works but scanner will not and the computer runs so slow.  Any help anywhere?

    wqn02h, first thing I would do is use Disk utility to repair permissions. Once this is done. Make sure you have the latest versions of the software you use. Also, check the manufacter of your printer/scanner for updated software. If they don't have updated software there are 3rd party alternatives that will work.
    Paul

  • [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

    im running arch64 on my hp pavilion tx2000 tablet pc.  the wacom is configured as a usb wacom in ubuntu and works perfectly
    (i used this thread and that is how i got it work in ubuntu http://ubuntuforums.org/showthread.php? … st5469447)
    i installed linuxwacom using yaourt without any problems, however when i type
    cat /proc/bus/input/devices
    the wacom doesnt appear.  i tried both the wiki guides from arch (tablet pc and wacom tablet) as well as the troubleshooting, but i cant detect my wacom  i also tried copying over my xorg.conf from ubuntu (i am dual booting ubuntu and arch) but that isnt working either.
    wacdump -f tpc /dev/ttys0
    12:16:16.936 ERROR: Failed to open /dev/ttys0: No such file or directory
    WacomOpenTablet: No such file or directory
    xidump -l
    Virtual core keyboard keyboard
    Virtual core pointer disabled
    Generic Keyboard extension
    Configured Mouse extension
    xidump -u stylus
    Unknown ui option stylus; was it configured?
    here is the output of some suggestions from the "wacom tablet" arch linux wiki - the tablet does appear under lsusb
    lsusb
    Bus 002 Device 006: ID 056a:0093 Wacom Co., Ltd
    Bus 002 Device 005: ID 08ff:1600 AuthenTec, Inc.
    Bus 002 Device 004: ID 064e:a110 Suyin Corp.
    Bus 002 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
    Bus 002 Device 001: ID 1d6b:0002
    Bus 001 Device 003: ID 03f0:171d Hewlett-Packard
    Bus 001 Device 001: ID 1d6b:0001
    so next i created 10-local.rules in /etc/udev/rules.d (as suggested) and put this into the file
    KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"
    but then when i do /dev/input and then ls...the wacom doesn't appear (even after restarting udev and restarting the computer)
    wacomcpl does work, however there are no buttons for stylus, eraser etc.
    i feel like ive tried eeeeverything (im starting to get confused now) - but i know it has to work because it works in ubuntu, and we all know arch is superior to ubuntu riiiiight???
    what can i try next?? are there any arch users with the tx2000 pavilion?
    thank you
    Last edited by originalsurfmex (2008-11-29 23:51:45)

    okay, i fixed it! i returned to the original ubuntu forum i had used...apparently the pci settings must appear in the xorg file, if you dont know how to do this just go here:
    http://ubuntuforums.org/showthread.php? … ost5469447
    you can download his sample xorg to see it.
    now here's the thing, the archlinux wiki says to add a line that says:
    Option "Device" "/dev/ttyS0"
    and
    Option "ForceDevice" "ISDV4"
    i had to remove those for each stylus, eraser and touch.  i also removed the cursor and made it into touch.  here are my xorg settings:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    InputDevice "touch" "SendCoreEvents"
    EndSection
    Section "InputDevice"
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    # Option "Device" "/dev/ttyS0" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    Option "Type" "stylus"
    # Option "ForceDevice" "ISDV4"
    Option "Button2" "3"
    EndSection
    Section "InputDevice"
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    # Option "Device" "/dev/ttyS0" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    Option "Type" "eraser"
    # Option "ForceDevice" "ISDV4"
    Option "Button2" "3"
    EndSection
    #Section "InputDevice"
    # Identifier "cursor"
    # Driver "wacom"
    # Option "Device" "/dev/ttyS0"
    # Option "Type" "cursor"
    # Option "ForceDevice" "ISDV4"
    #EndSection
    Section "InputDevice"
    Identifier "touch"
    Driver "wacom"
    Option "Type" "touch"
    Option "USB" "on"
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.1-event-"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "RenderAccel" "true"
    Option "NoLogo" "true"
    Option "AGPFastWrite" "true"
    Option "EnablePageFlip" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "RandRRotation" "on"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    now, im no hacker, so this was a tad tedious, but welllll worth it! im beginning to understand the educational value of arch, and the power/speed you get in regurn.  my wacom has never been so responsive!
    next i have to configure my synaptictouchpad (so the scroll function works), my fingerprint scanner, my webcam and all my extra little buttons (also the screenrotate thing)  if anywone has quickfixes id be happy to know otherwise its back to google.
    nothing like arch!

  • Why does my php export feature work in IE and not firefox?

    Why does my php export feature work in IE and not Firefox? I've written a web application which contains a SigmaGrid. The grid controls reload, add update delete, print and export to csv all work in IE8. The export feature does not work in Firefox.

    I'm not sure what's going on for you. I've had 4 other developers - two on Comcast and two on Fios review my work and they get the control and export action in the IE8 version but not the FF10 version.
    Thanks for looking into this for me, though. I appreciate the effort. '' The operation was a success doctor, but the patient died.''

  • How do you print an email attachment and not the email itself. please.

    how do you print an email attachment and not the email itself.  please.
    This question was solved.
    View Solution.

    Hi there, if there is text in the body of the email it will print automatically when sent to an ePrint email address. The only way to just have the attachment print is for there to be no text in the email body.
    Hope that helps answer your question.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Why can I print from my iPhone and not my iPad? I have been able to do it in the past and have tried a hard reset but it can no longer find the printer.

    Why can I print from my iPhone and not my iPad? I have been able to do it in the past. I have tried a hard reset but it still cannot find the printer.

    In addition to rebooting the router and the iPad, I would reset the printer as well. Unplug the printer from power and do the same with the router. Leave the router unplugged for about 30 seconds. Plug the router in first and let it totally start up, plug the printer in again, and then reboot/reset the iPad.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that doesn't work, you can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. Your WiFi passwords, location services, device preferences all have to be re-entered. You will not lose any data or media whatsoever.

  • Quicktime plugin works in IE and not in safari

    Hello,
    I'm using Safari 2.0.1 for browsing the web. I'm on Tiger 10.4.2 and have QT7 pro.
    Firewall is set to let Quicktime streaming pass through.
    the following URL is extract from the allocine web site witch is the french movie portal.
    http://www.allocine.fr/video/generation.mov?u=rtsp://a1622.v09806.c980.e.vq.akamaistream.net/7/1622/980 /41891159/quicktime.allocine.fr/nmedia/18/35/52/34/18397590_fa1_vosth.mov
    under safari I've got the big blue Q and that's it. On IE it works fine.
    Moreover on safari the end of the URL (beginning at RTSP) open quicktime player.
    Sound to me like a bug but can't be sure.
    You can check at www.allocine.com click on a movie and try to watch a trailer ("bande annonce" in french).
    Moreover High definition trailer works fine on this site with quicktime....
    really strange
    maxime
    just an add on : Trailers on apple web site works fine

    Sorry but already done that. Quicktime is set to RTSP and SDP in the mime settings...
    A person in the french forum got the salme problem than I and install IE. With IE he can got at allocine web site..
    I'm convinced it's something to do with the HTML interpreter but can't point out.
    On Safari the plugin seems not starting so I assume it's not the connexion and can't see why it would works under IE and not safari in this case...
    Please, I don't want to why IE, get my Safari back to work on allocine web site with quicktime
    maxime

  • Cannot print "working with files and folders htm

    When I try to print "Working with files-and-folders" from a Google search, it only prints part of it. I have changed my destination folder to no avail. Thank you or any help, Jack Menendez

    What's the best method for moving all my nonsystem related stuff over to this new driveIan has provided you with the best solution, SuperDuper.
    But if you have a 250 GB external, you really ought to clone your entire system,(only about 3 GB) so you have a backup.
    I keep mine with a complete clone of my internal, that way it is easy to boot from the external and run utilities like Disk Utility, TechToolPro, DiskWarrior, etc. on the internal and vice versa.
    If you run into a problem with say Preferences and don't know which one is the troublemaker, just trash the whole pref folder and use the good one from the clone. Font problem, same deal. And, if diaster ever strikes, you can just boot up from your external and keep right on working - fix the internal when you have time.
    That's my 2 cents anyway
    -mj
    [email protected]

  • Why is my airportxpr only working with Itunes and not with another music program

    why is my airportxpr only working with Itunes and not with another music program??
    I can not select/see other outputs in my sound selector.

    You have not indicated which OS or which music program you have so I have listed a program called Airfoil to try for both Windows and Mac - it may work for you
    for Windows - http://rogueamoeba.com/airfoil/windows/
    for Mac - http://rogueamoeba.com/airfoil/mac/

  • I have CS6 and CC installed on my mac when I'm using CS6 and use bridge CC activates how can I set this to only work on one and not the other

    I have CS6 and CC installed on my mac when I'm using CS6 and use bridge CC activates how can I set this to only work on one and not the other

    If you want Bridge CS6 to open when using Photoshop CS6, you must quit Bridge CC.
    Then File menu > Browse in Bridge will bring up Bridge CS6.
    If Bridge CC is already open, The File > Browse in Bridge for Photoshop CS6 will use Bridge CC and Bridge CS6 will not open.
    I hope that's the answer you were looking for.
    Gene

  • HT3412 impossible to download my book ! I-photo 11 worked last month and not anymore.Download stops in the middle.

    I-photo 11 worked last month and not anymore.Download stops in the middle.I have to shut MAc down and restart to debug.
    What's wrong ?

    Here's a fix that worked for some users:
    Make sure this checkbox is checked in the System/Sharing preference pane:
    If it is, uncheck it and then recheck and try ordering again.

  • Ipad screen went white with gray/black line through it. Worked one minute and not the next. It has not been jailbroken.

    The ipad screen has went white and has a gray line running through the middle of it. It worked one minute and not the next. It has not been jail broken.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds). No data will be lost.

  • HP Officejet 6600 - wireless printing works with PC, but not iPad, iPhone or MacBook Pro

    I just purchased a new Officejet 6600.  Plugged it in, set up on the wireless network. Turned on my iPhone and printed with no problem.  I then used the setup disc to setup on my windows desktop.  It works beautifully.  However, now we can't get the printer to print docs from iPad, iPhone, or Mac Book Pro.  The printer shows in the print cue, says it is printing, and nothing. Installed on my Toshiba Laptop. No problem. HELP!! Very frustrating.   Old HP printer worked on the wireless network with all of these devices.  

    Hi helpls,
    I recommend using the following document to get the printer printing from the Windows PC again.
    'Printer is offline' Message Displays on the Computer and the Printer Will Not Print
    This will guide you through the troubleshooting steps necessary to resolve the issue.
    Hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • How do I select main input tray to print photo over ePrint and not photo tray?

    when I send a picture from my Iphone the printer always wants to take paper from the photo tray ,despite that it's set up to take paper from the main tray.

    Hey AndreBielser!
    Unfortunately there isn't a way to select the paper tray through ePrint at this time. Photos will always try to print to the photo tray. The only way I have seen that you can get around this is by including the photo in the body of the message instead of as an attachment. I will definitely pass on the information that this is something you are looking for as a feature of ePrint though!
    Hope this helps!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

Maybe you are looking for

  • How can i do Automatic trigger a attachment from my report  to SAP inbox

    Hi, The requirement is like this, my Report output details should create an Attachment and it automatically should be trigger in my workflow MailBox from my Report

  • What are the best books to purchase for pl/sql programming?

    What are the best books to purchase for pl/sql programming? I am new to this field and I am looking for the best books to help me in pl/sql programming. Can someone please suggest? Thanks

  • I have Mac os 10.6.8. And now finder is not answering. I havec

    I have a problem with Finder it will not answer. I have tried to restart using alt com esc. It will not start again. What can I do?

  • Website development

    Hi, I have one requirement in SAP environment to develop a website. This website will be used by the customer and supplier to view scorecard and  other reports, some options link to view static pdf page. There is also options to submit the form like

  • Trouble with IE8

    Hi , I am new to adobe cs4. I have horizontal and vertical spry menubar in my webpage. I am unable to preview in IE8 as the browser opens and closes instantly. Did anybody else experience the problem? i have tried "insert mark of web". I have not fou