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.
  • 相关阅读:
    django基础知识之分页:
    django基础知识之后台管理Admin站点:
    django基础知识之上传图片:
    django基础知识之管理静态文件css,js,images:
    《机器学习》周志华 习题答案5.5
    《机器学习》周志华 习题答案3.6
    《机器学习》周志华 习题答案3.5
    PCA和LDA降维的比较
    Anaconda安装更新库
    《机器学习》周志华 习题答案3.3
  • 原文地址:https://www.cnblogs.com/drgcaosheng/p/13598868.html
Copyright © 2011-2022 走看看