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.
  • 相关阅读:
    sklearn.feature_selection.SelectKBest k 个最高分的特征
    阿里云的金融风控-贷款违约预测_模型融合
    阿里云的金融风控-贷款违约预测_建模和调参
    阿里云的金融风控-贷款违约预测_特征工程
    阿里云的金融风控-贷款违约预测_数据分析
    XGBoost 原生版本和sklearn接口版本的使用(泰坦尼克数据)
    XGBoost基本原理
    页面优化
    merge 时候
    inferno
  • 原文地址:https://www.cnblogs.com/drgcaosheng/p/13598868.html
Copyright © 2011-2022 走看看