HOW TO USE A GENERIC USB ETHERNET ADAPTER QF9700 ON MAC OS X

 20 February 2016  macOS  Zahid Mahmood
 

The generic USB Ethernet Adapter equivalent to Apple’s pricey £25 option is called the RD9700. Since it’s generic, and made in China – the support you are likely to receive after purchasing it for a few quid on eBay or Amazon is going to be below your expectations.

Unless you’re a pro user, it is likely Apple’s restrictions on USB-to-Ethernet adapters on the Mac will make using your RD9700 difficult. Fear not, we have a solution. Though it’s a little long it has been tested and confirmed working on all flavours of OS X from 10.4 onwards!

How to install drivers for the RD9700 on Mac OS X

You’ll need to start by uninstalling any drivers you have previously installed. Depending on what you’ve tried – this will vary from user to use – so please to make sure you uninstall and earlier drivers that may conflict with this tutorial.

This tutorial was tested with the following USB Ethernet Adapter:
Name: USB 2.0 10/100M Ethernet Adapter
BSD Name: en3
Product ID: 0x9700
Vendor ID: 0x0fe6
Version: 1.01
Speed: Up to 12Mb/sec
Location ID: 0xfa130000/6
Current Available (mA): 500
Current Required (mA): 120

Step 1: Unplug your USB adapter.

Step 2: Restart your Mac by clicking the Apple logo in the top-left corner and then Restart. As soon as your machine restarts, you’ll hear the Apple chime. Hold down CMD + R immediately after hearing the chime to boot in to Recovery Mode.

You can release CMD + R once you see the Apple logo and a progress bar.

Step 3: From the top bar, select Utilities and then Terminal.

Step 4: In the terminal window, you need to type the follow and then hit enter: csrutil disable. You may be prompted for your Administrator password.

Step 5: Now from the top bar, click the Apple Logo and then Restart.

Step 6: Your Mac should now restart back in to the normal operating mode. It’s time to install the drivers. Click here to download the zip file and extract it to your Desktop.

Step 7: Install the RD9700 driver located in the x86_64 folder and then restart your Mac again.

Step 8: Once your Mac has rebooted, open Terminal and enter the following then press the Enter key: sudo kextload /System/Library/Extensions/USBCDEthernet.kext.

Step 9: Reboot again.

Step 10: Now plug-in your USB Ethernet Adapter with a live ethernet cable. Open System Preferences and go to Network.

Step 11: Press the button in the bottom right and select USB 2.0 10/100M Ethernet Adapter and then click Add.

Step 12: Disconnect from WiFi and you should notice your network connect still works through the RD9700 Ethernet Adapter. In addition, you will be able to share internet using the RD9700 too.

MacBook安装QF9700网卡驱动的更多相关文章

  1. linux下安装编译网卡驱动的方法

    安装linux操作系统后发现没有网卡驱动,表现为 system → Administration → Network下Hardware列表为空. 以下为安装编译网卡驱动的过程,本人是菜鸟,以下是我从网 ...

  2. debian安装缺少网卡驱动rtl_nic/rtl8168e-2.fw和bcm43xx-0.fw

    最近拿了公司一台旧笔记本来装debian玩,刻好盘之后安装,发现网卡驱动都无法装上. 这是因为这些网卡驱动不是开源的,顽固的debian便将他们从驱动列表中移除了... 我从debian官方找到了这两 ...

  3. Ubuntu14.04系统下无法连接Wi-Fi无线网以及安装BCM43142网卡驱动的解决方案

    1.问题描述 博主近日开始学习ROS,首先必装Linux操作系统,选择的是Ubuntu14.04,安装过程略过,直接讲问题.安装完系统之后发现一个重要问题,没法使用Wi-Fi,只能使用有线网络,而且网 ...

  4. windows server 2016 安装有线网卡驱动

    为自己的本本安装了server 2016系统,但是官网下载的有线网卡驱动一直安不上,解决方法如下: 1.到Intel官网下载一个叫PROWinx64的驱动程序,解压到任意文件夹.依次进入PRO1000 ...

  5. 安装openSUSE网卡驱动

    网卡:英特尔 82579LM Gigabit Network Connection 先去英特尔的网站下载驱动 http://downloadcenter.intel.com/SearchResult. ...

  6. 【Vbox】centos虚拟机安装usb网卡驱动

    前面安装增强pack之后 usb设备是可以识别了,但是无法正常使用,应该是无线网卡驱动没有的原因. 查看usb设备 os:centos6.6 内核:2.6.32-504.el6.x86_64 [roo ...

  7. 20160805_Cent6.4x64_安装配置(含网卡驱动的配置)

    ZC: 全程 root用户 操作. 1.我在BIOS中将 UEFI关闭了,然后 才安装的 Cent6.4x64 (ZC: 安装系统时,一起安装了 gcc等一些编程用的包.本来是想安装QT时少点麻烦的, ...

  8. 技嘉H81M-DS2 主板安装 XP方法,及网卡驱动安装

    这是微软联合厂家封杀XP的结果,目的很简单,微软只想把你驱赶到WIN7.WIN8上去. 16.7.18 技嘉H81M-S1, G3260 安装XP系统 *BIOS 修改 Storage Boot Op ...

  9. 新装Linux系统没有网卡驱动的解决办法和步骤

    Linux下查看网卡驱动和版本信息 - CSDN博客 https://blog.csdn.net/guyan1101/article/details/72770424/ 检查网卡是否加载 - Linu ...

随机推荐

  1. PHPExcel SUM 返回0

    使用PHPExcel 导出Excel最后的代码是: $objWriter = PHPExcel_IOFactory::createWriter($this->excel, 'Excel2007' ...

  2. Stopwatch 计时器类

    C#_Stopwatch 类   命名空间:System.Diagnostics Stopwatch 实例可以测量一个时间间隔的运行时间,也可以测量多个时间间隔的总运行时间.在典型的 Stopwatc ...

  3. Python 的一些方法

    有关 Python 内编写类的各种技巧和方法(构建和初始化.重载操作符.类描述.属性访问控制.自定义序列.反射机制.可调用对象.上下文管理.构建描述符对象.Pickling). 你可以把它当作一个教程 ...

  4. JAVA 垃圾回收读书笔记

    对象已死 在JAVA代码运行中,会不停的创建对象,因为内存空间不是无限的,Java虚拟机必须不停的回收无用的数据空间.那么虚拟机是怎么判断对象空间是需要被回收的呢,也就是怎么样的数据算是垃圾数据呢? ...

  5. 小程序关闭时暂停webview里的音乐

    document.addEventListener("visibilitychange", () => {  if(document.hidden) {     // 页面被 ...

  6. 企业微信开发免登授权时提示scope不能为空,错误代码1001

    企业免登授权提示scope不能为空1001 原因是我们是单页面应用url自带#/在微信里面认为#号后面的参数不被识别 后端开发人员把参数放到跳转 URL地址前面,正确形式是 https://open. ...

  7. (转)剖析Linux文件编码的查看及修改

    Linux文件编码的查看和修改都有不止一种做法,如果你需要在Linux中操作windows下的文件,那么很可能会经常遇到文件编码转换的问题,如何进行这项工作,也应该是经常工作在双系统下的操作者的必须掌 ...

  8. java基础之二维数组-杨辉三角

    首先呢你要知道什么是杨辉三角? 答:杨辉三角,是二项式系数在三角形中的一种几何排列. 简单的说一下就是两个未知数和的幂次方运算后的系数问题,比如(x+y)的平方=x的平方+2xy+y的平方,这样系数就 ...

  9. Python学习day06-Python基础(4)流程控制之while和for循环

    Python学习day06-流程控制之while和for循环 Python学习day06-流程控制之while和for循环while循环1. 语法2. while+break,while+contin ...

  10. Spark运行架构详解

    原文引自:http://www.cnblogs.com/shishanyuan/p/4721326.html 1. Spark运行架构 1.1 术语定义 lApplication:Spark Appl ...