Find the answer to your Linux question:
Results 1 to 8 of 8
Hello all, I have an older printer, a Lexmark X-73 all-in-one type deal, and I can't get Xsane to recognize it at all. I can print, but nothing else. All ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    33

    Xsane not working - Need to add a backend???

    Hello all,

    I have an older printer, a Lexmark X-73 all-in-one type deal, and I can't get Xsane to recognize it at all. I can print, but nothing else. All I really want to do is scan and save files. I keep getting the message 'Failed to open device gt68xx:libusb:003:003: invalid argument' I have gone to the SANE GT68xx Backend Homepage and my scanner is listed on the page of scanners that should work, but I just don't know what to do with the file I download - oslo3071b2.usb. I keep getting the message that it's an unknown file type. Do I need to put the file in a specific folder or open it with a specific program?

    Any help would be appreciated.

    On a side note, because I can tell I'll need a new one in the not too distant future, which company makes a good scanner that works best with Ubuntu?

    Thanks again.
    Last edited by Irish1; 09-07-2009 at 02:40 AM. Reason: Spelling error

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    According to the SANE web site for the GT68xx backend, the oslo3071b2.usb file is firmware. Firmware usually is put in the /lib/firmware folder. You need root privileges to do that.
    Code:
    sudo cp oslo3071b2.usb /lib/firmware
    If the firmware is in a folder other than your /home/<user> folder, then give the entire path to the file. You may find a message that it is looking for the firmware, by running this command:
    Code:
    dmesg | grep firmware
    As for supported all-in-one devices, HP has excellent Linux support. There are some pretty cheap HP devices too, I have a PSC 1210 (1200 series) that was pretty cheap
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  3. #3
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    I guess that we both need to read the f*ck*ng manual before we come to any conclusions!

    Further down on the SANE page, it says this:
    Put your firmware file in /usr/local/share/sane/gt68xx/ (or /usr/share/sane/gt68xx/ if you use a SANE package that came with your distribution). You may need to create this directory. Or use whatever directory you want, but you must specify the path in gt68xx.conf later. Example:

    su -
    mkdir /usr/share/sane/gt68xx/
    cp PS1fw.usb /usr/share/sane/gt68xx/
    chmod a+r /usr/share/sane/gt68xx/PS1fw.usb
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  4. #4
    Just Joined!
    Join Date
    Sep 2009
    Posts
    33
    Thanks for the help Paul, but I'm still having some troubles. I keep getting a message in the terminal saying the file does not exist or there is no directory. Neither command you provided seems to help. I tried both commands as root as well. Can I manually cut and paste the file into the firmware folder? It appears that I cannot paste anything into that folder.

    Ya, I'm a total newbie with Ubuntu.

  5. #5
    Just Joined!
    Join Date
    Sep 2009
    Posts
    33
    Just read your second post Paul, I'll give it a shot.

    Thanks for all your help, without guys like you, guys like me would be stuck with Windows forever, and I've had my fair share of problems with Windows.

    Thanks again.

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You can open a file browser with root privileges using this command:
    Code:
    gksu nautilus
    Be careful not to alter any system files, as it could damage your system.

    I actually have this folder:

    /usr/share/sane/gt68xx

    And I don't even have one of those devices! That is where I would need to put the firmware.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Just Joined!
    Join Date
    Sep 2009
    Posts
    33

    It Worked!!!

    Thanks a lot Paul, your directions were amazing, everything is up and working brilliantly now.

    Thank you sooo much.

    All the best.

  8. #8
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You're welcome.

    Now enjoy Ubuntu!
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...