Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Epson ET-3850 EcoTanker

  1. #1
    Join Date
    Sep 2008
    Location
    New Jersey
    Beans
    58
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Epson ET-3850 EcoTanker

    Just re-installed 18.04 because of the problems I was having with 20.04. At any rate I have the Epson ET-3850 EcoTanker.

    I was provided the following terminal command line: lsusb -v | grep -A 3 bInterfaceClass.*7

    I ran it and got the following results.

    rich@rich-500-164:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 2 Bidirectional
    Couldn't open device, some information will be missing
    iInterface 6
    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 2 Bidirectional
    iInterface 9
    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 4
    iInterface 0
    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 4
    iInterface 0




    HELP!!!!! Don't know what to do.

    Thanks,
    Rich Ramik

  2. #2
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson ET-3850 EcoTanker

    Quote Originally Posted by richramik View Post
    Just re-installed 18.04 because of the problems I was having with 20.04. At any rate I have the Epson ET-3850 EcoTanker.

    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 4
    iInterface 0

    HELP!!!!! Don't know what to do.
    This tells us the device understands the IPP-over-USB protocol.

    Go to https://download.opensuse.org/reposi...u_18.04/amd64/. Down;oad and install ipp-usb and sane-airscan. Disconnect from USB. Reconnect. Give the outputs of
    Code:
    avahi-browse -rt _ipp._tcp
    Code:
    avahi-browse -rt _uscan._tcp
    Code:
    scanimage -L
    Code:
    airscan-discover
    (I assumed you wanted a USB connection).
    Last edited by brian_p; April 4th, 2022 at 11:00 AM. Reason: added text.
    Brian.

  3. #3
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Epson ET-3850 EcoTanker

    Quote Originally Posted by richramik View Post
    Just re-installed 18.04 because of the problems I was having with 20.04. At any rate I have the Epson ET-3850 EcoTanker.

    I was provided the following terminal command line: lsusb -v | grep -A 3 bInterfaceClass.*7

    I ran it and got the following results.

    rich@rich-500-164:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    Couldn't open device, some information will be missing
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 2 Bidirectional
    Couldn't open device, some information will be missing
    iInterface 6
    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 2 Bidirectional
    iInterface 9
    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 4
    iInterface 0
    --
    bInterfaceClass 7 Printer
    bInterfaceSubClass 1 Printer
    bInterfaceProtocol 4
    iInterface 0




    HELP!!!!! Don't know what to do.

    Thanks,
    Rich Ramik
    Have you successfully installed the printer drivers coming from Epson website? You should have too. This will hep you a lot. Good Luck and Regards.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

  4. #4
    Join Date
    Sep 2008
    Location
    New Jersey
    Beans
    58
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Epson ET-3850 EcoTanker

    Following are the results of the terminal command line inputs. Note that I ran it twice in the event I screwed up.

    Well some days I wake up and forget who I am!!!!!! The printer is actually an EPSON ET-4850.


    <pre><font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ avahi-browse -rt _ipp._tcp
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ avahi-browse -rt _uscan._tcp
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ scanimage -L

    No scanners were identified. If you were expecting something different,
    check that the scanner is plugged in, turned on and detected by the
    sane-find-scanner tool (if appropriate). Please read the documentation
    which came with this software (README, FAQ, manpages).
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ airscan-discover
    [devices]
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ avahi-browse -rt _ipp._tcp
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ avahi-browse -rt _uscan._tcp
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ scanimage -L

    No scanners were identified. If you were expecting something different,
    check that the scanner is plugged in, turned on and detected by the
    sane-find-scanner tool (if appropriate). Please read the documentation
    which came with this software (README, FAQ, manpages).
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ airscan-discover
    [devices]
    <font color="#8AE234"><b>rich@rich-500-164</b></font>:<font color="#729FCF"><b>~/Downloads</b></font>$ </pre>


    Thanks,
    Rich Ramik
    Last edited by richramik; April 5th, 2022 at 01:55 AM.

  5. #5
    Join Date
    Sep 2008
    Location
    New Jersey
    Beans
    58
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Epson ET-3850 EcoTanker

    I went out to the Epson website and didn't find anything related to Linux or Ubuntu. Where may I ask did you find the drivers????

    Some days I wake up and forget who I am!!!!!! The printer is actually an EPSON ET-4850.

    Thanks,
    Rich Ramik
    Last edited by richramik; April 5th, 2022 at 01:54 AM.

  6. #6
    Join Date
    Mar 2007
    Location
    Promiseland
    Beans
    1,681
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Epson ET-3850 EcoTanker

    After entering your model in search box, look for epson drivers for et-4850 at bottom of page that opens, http://download.ebz.epson.net/dsc/se...h/searchModule
    Last edited by him610; April 5th, 2022 at 02:24 AM. Reason: text clarification
    Cheers,


    The Linux Command Line at https://linuxcommand.org/

  7. #7
    Join Date
    Sep 2008
    Location
    New Jersey
    Beans
    58
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Epson ET-3850 EcoTanker

    Today I know who I am. My name is in my under ware: CHAMPION. lololol Have to giggle at least once to start the day.

    At any rate, should I re-run the following commands after visiting the download.ebz.epson.net...... website???? The assumption is that I would use the All-in-one package?????

    avahi-browse -rt _ipp._tcp
    avahi-browse -rt _uscan._tcp
    scanimage -L
    airscan-discover

    Thanks,
    Rich Ramik

  8. #8
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson ET-3850 EcoTanker

    Quote Originally Posted by richramik View Post
    Today I know who I am. My name is in my under ware: CHAMPION. lololol Have to giggle at least once to start the day.

    At any rate, should I re-run the following commands after visiting the download.ebz.epson.net...... website???? The assumption is that I would use the All-in-one package?????

    avahi-browse -rt _ipp._tcp
    avahi-browse -rt _uscan._tcp
    scanimage -L
    airscan-discover

    Thanks,
    Rich Ramik
    Rich, you only gave the output of scanimage -L last time and that wasn't very useful. There are four commands and ipp-usb and sane-airscan have to be installed. My advice above has nothing to do with Epson drivers.
    Brian.

  9. #9
    Join Date
    Sep 2008
    Location
    New Jersey
    Beans
    58
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Epson ET-3850 EcoTanker

    Brian:

    Understand. Not sure how I missed them. Will take care of this when I get home this evening.

    Thanks,
    Rich Ramik

  10. #10
    Join Date
    Sep 2008
    Location
    New Jersey
    Beans
    58
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Epson ET-3850 EcoTanker

    I re-ran the commands, all four this time. Following are the entries and results. Both have been highlighted as BOLD.

    rich@rich-500-164:~$ avahi-browse -rt _ipp._tcp
    rich@rich-500-164:~$

    rich@rich-500-164:~$ avahi-browse -rt _uscan._tcp
    rich@rich-500-164:~$

    rich@rich-500-164:~$ scanimage -L
    No scanners were identified. If you were expecting something different,
    check that the scanner is plugged in, turned on and detected by the
    sane-find-scanner tool (if appropriate). Please read the documentation
    which came with this software (README, FAQ, manpages).

    rich@rich-500-164:~$

    rich@rich-500-164:~$ airscan-discover
    [devices]


    rich@rich-500-164:~$

    Thanks,
    Rich Ramik

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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