Skip to content
Ercan Ermis
Ercan Ermis

notes for everyone about cloud technology

  • Cloud
    • AWS
    • GCP
  • Container
    • Kubernetes
    • Docker
  • Linux
  • DevOps
  • Privacy Policy
  • Contact
Ercan Ermis

notes for everyone about cloud technology

Install UGREEN USB Ethernet Adapter on macOS

Ercan, April 18, 2021February 12, 2023

In 2019, I need to connect my Dell XPS13 to my Juniper SRX-110 via ethernet cable but on my Dell, it doesn’t have any ethernet port on it. I decided to buy UGREEN USB Ethernet Adapter from Amazon.

The ethernet adapter is driver-free and it works on Windows and Linux perfectly. Today, I need to connect my Apple MacBookPro Silicon to the internet via the same USB adapter but macOS doesn’t like this. I know, MacOS needs a driver and some kernel limitations for some additional hardware.

Kext files are essential drivers for macOS “Kext” stands for Kernel Extension; kext files “extend” Mac OS X’s kernel, the core part of the operating system, by providing additional code to be loaded when your computer boots.

I need to disable System Integrity settings without kext. I booted my Mac on recovery mode and I jumped to Terminal and run the command below.

$ csrutil enable --without kext

After csrutil command, I typed my username and password which one has Administrator access and I rebooted my Apple Silicon.

Now time is to install the chipset driver to macOS Big Sur. I checked the chipset name on System Report and I see the chipset name is AX88179.

After few search, I found the chipset support page and I downloaded driver from https://www.asix.com.tw/en/product/USBEthernet/Super-Speed_USB_Ethernet/AX88179

Now, my MacBookPro is also able to connect to the internet via my UGREEN USB Ethernet Adapter directly!

You can check UGREEN branded USB Ethernet Products. I hope, this article will help you too…

Share on Social Media
x facebook linkedin reddit
Best apple m1apple macbookproapple siliconugreen usb ethernet adapter

Post navigation

Previous post
Next post
  • AWS (45)
    • Serverless (4)
  • Best (9)
  • DevOps (16)
  • Docker (10)
  • GCP (3)
  • Kubernetes (3)
  • Linux (13)
  • Uncategorized (6)

Recent Posts

  • Automating AWS CloudWatch Log Group Tagging with Python and Boto3
  • Automating AWS ECR Tagging with Python and Boto3
  • Automating ECR Image Cleanup with Bash
  • Update ECR Repositories with Bash Script
  • Why Automated Tests Are Essential in Your CI/CD Pipeline and Development Flow
  • Streamline Your AWS ECR Management with This Powerful Bash Script
  • Setting up DKIM for Google Workspace (Gmail) using Terraform and AWS Route 53
  • Automate AWS Site-to-Site VPN Monitoring
  • Optimizing Docker Images: Tips for Reducing Image Size and Build Time
  • Monitoring EC2 Disk Space with a Simple Bash Script and Slack Alerts
  • Securing Docker Containers: Best Practices for Container Security
  • Mastering Dockerfile: Writing Efficient, Scalable Container Builds
  • Migrating a Git Repository from GitLab to GitHub with GPG-Signed Commits
  • Accessing AWS Services in Private Subnets Without 0.0.0.0/0
  • Understanding AWS Regions, Availability Zones, and VPCs: A Comprehensive Guide
©2025 Ercan Ermis | WordPress Theme by SuperbThemes