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.
  • 相关阅读:
    GIT使用入门
    源代码的下载和编译:
    搭建Android开发环境
    ndroid系统移植与驱动开发概述
    python 通过2个字典中的key比较 如果key一样2个字典中的v和vaule重新组成新的的字典
    Git 多分支开发合并
    Python清除字典中值为空的键值对
    01 Java基本数据类型、包装类、装箱拆箱、parseXxx()、String.valueOf()
    00 Java开发准备
    关于程序书写风格的一些漏见
  • 原文地址:https://www.cnblogs.com/drgcaosheng/p/13598868.html
Copyright © 2011-2022 走看看