zoukankan      html  css  js  c++  java
  • 兄弟打印机无法驱动的情况下,请尝试此步骤(貌似万能通用),缺点需要联网

    链接: https://pan.baidu.com/s/1JDxs_osX9mqxKju7QSjxaA  密码: hstu

    以下为马同学分享的步骤,博主只是个人做下记录,以免后面忘记(再次申明博主只是搬运工):

    我用的安装方法
    软件包下载后
    双击解包
    bash   解包后的软件                                   打印机型号
    bash linux-brprinter-installer-2.1.1-1   MFC-J880DW

    之后全部 Y  

    然后就安装成功,能够打印

    以下引用官网的步骤:

    兄弟打印机全球官网
    https://support.brother.com/g/b/downloadhowto.aspx?c=cn&lang=zh&prod=mfc7480d_cn&os=128&dlid=dlf006893_000&flang=9&type3=625
    
    原文安装方法
    Step1. Download the tool.(linux-brprinter-installer-*.*.*-*.gz)
    
    The tool will be downloaded into the default "Download" directory.
    (The directory location varies depending on your Linux distribution.)
    e.g. /home/(LoginName)/Download
    
    Step2. Open a terminal window.
    
    Step3. Go to the directory you downloaded the file to in the last step. By using the cd command.
    
    e.g. cd Downloads
    
    Step4. Enter this command to extract the downloaded file:
    
    Command: gunzip linux-brprinter-installer-*.*.*-*.gz
    
    e.g. gunzip linux-brprinter-installer-2.1.1-1.gz
    
    Step5. Get superuser authorization with the "su" command or "sudo su" command.
    
    Step6. Run the tool:
    
    Command: bash linux-brprinter-installer-*.*.*-* Brother machine name
    e.g. bash linux-brprinter-installer-2.1.1-1 MFC-J880DW
    
    Step7. The driver installation will start. Follow the installation screen directions.
     
    
     When you see the message "Will you specify the DeviceURI ?",
    
     For USB Users: Choose N(No)
     For Network Users: Choose Y(Yes) and DeviceURI number.
    
    The install process may take some time. Please wait until it is complete.
  • 相关阅读:
    关于集合中的实现细节
    数组与内存控制笔记
    python进阶------进程线程(五)
    python进阶------进程线程(四)
    python进阶------进程线程(三)
    python进阶-------进程线程(二)
    python进阶------进程线程(一)
    python进阶---Python中的socket编程
    Python基础---python中的异常处理
    Python进阶---面向对象第三弹(进阶篇)
  • 原文地址:https://www.cnblogs.com/drgcaosheng/p/13598868.html
Copyright © 2011-2022 走看看