All Projects → realganfan → r8125-esxi

realganfan / r8125-esxi

Licence: GPL-3.0 license
Realtek RTL8125 driver for ESXi 6.7

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to r8125-esxi

vmwmouse
VMware mouse driver for Windows 3.1
Stars: ✭ 315 (+93.25%)
Mutual labels:  vmware, driver
ansible-vmware-http
Examples of Ansible playbook to manage VMware using HTTP APIs
Stars: ✭ 29 (-82.21%)
Mutual labels:  vmware, esxi
pyVirtualize
A python interface to access and manage VMware vSphere and ~Horizon View~
Stars: ✭ 13 (-92.02%)
Mutual labels:  vmware, esxi
vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (-87.73%)
Mutual labels:  vmware, esxi
QuickConnectPlugin
A KeePass plugin that allows you to connect to Windows/Linux/ESXi hosts.
Stars: ✭ 60 (-63.19%)
Mutual labels:  vmware, esxi
Vsphere Modules
This is my Module Collection for VMware vSphere
Stars: ✭ 18 (-88.96%)
Mutual labels:  vmware, driver
OS-X-Yosemite-on-Unsupported-Macs
Install OS X Yosemite on Unsupported Macs
Stars: ✭ 23 (-85.89%)
Mutual labels:  driver
theCore
theCore: C++ embedded framework
Stars: ✭ 76 (-53.37%)
Mutual labels:  driver
vsummary
A View into your VMware vSphere Environment
Stars: ✭ 36 (-77.91%)
Mutual labels:  vmware
f1-telemetry-client
A Node UDP client and telemetry parser for Codemaster's Formula 1 series of games
Stars: ✭ 128 (-21.47%)
Mutual labels:  driver
rssd
Rohde & Schwarz SCPI Driver (in Python)
Stars: ✭ 25 (-84.66%)
Mutual labels:  driver
fanuc-driver
Configurable Fanuc Focas data collector and post processor.
Stars: ✭ 38 (-76.69%)
Mutual labels:  driver
aioch
aioch - is a library for accessing a ClickHouse database over native interface from the asyncio
Stars: ✭ 145 (-11.04%)
Mutual labels:  driver
realtek-uad-nahimic-mod
Realtek Universal Audio Driver with Nahimic APO
Stars: ✭ 55 (-66.26%)
Mutual labels:  driver
vcenter-connector
Extend vCenter with OpenFaaS
Stars: ✭ 29 (-82.21%)
Mutual labels:  vmware
ryzen smu
A Linux kernel driver that exposes access to the SMU (System Management Unit) for certain AMD Ryzen Processors. Read only mirror of https://gitlab.com/leogx9r/ryzen_smu
Stars: ✭ 57 (-65.03%)
Mutual labels:  driver
influxable
A lightweight python ORM / ODM / Client for InfluxDB
Stars: ✭ 36 (-77.91%)
Mutual labels:  driver
phpRebloom
🎛️ Use RedisBloom in PHP!
Stars: ✭ 20 (-87.73%)
Mutual labels:  driver
PowerVCF
PowerVCF: A PowerShell Module for VMware Cloud Foundation
Stars: ✭ 25 (-84.66%)
Mutual labels:  vmware
Powershell-VMware
Powershell or PowerCLI modules for VMware administration/troubleshooting tasks
Stars: ✭ 63 (-61.35%)
Mutual labels:  vmware

Realtek RTL8125 NIC driver for ESXi 6.7

This source code is based on realtek official source, VMware-ESXI-67U3-ODP and VMware-TOOLS-10.2.0-ODP.

Just do these steps:

  • Prepare the building environment, I did it on CentOS 7
  • Log in with root, make a folder name 'build' on /, make folder toolchain and vsphere in /build.
  • Copy and extract gcc-4.8.0, binutils-2.22, glibc-2.3.4-2.41 to /build/toolchain/src
  • Compile the toolchain, dest path is /build/toolchain/lin64
  • Extract and copy vmkdrivers-gpl from 67U3-ODP to /build/vsphere
  • Copy build-r8125.sh to /build/vsphere/vmkdrivers-gpl/
  • Copy r8125 folder to /build/vsphere/vmkdrivers-gpl/vmkdrivers/src_9/drivers/net
  • Run build-r8125.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].