Realtek R8169 Driver For Mac

Posted : admin On 11.09.2019
Realtek
  1. Realtek R8169 Driver For Mac Free

Driver for Realtek's RTL810x Fast Ethernet Series By Mieze Being asked to add support for Realtek's Fast Ethernet PCIe NICs to my RTL8111 driver I got tired of answering the same old question again and again so that I finally decided to write a separate driver for these chips and to make a few of you guys and gals happy.

Driver

Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org?

Apr 20, 2018 - Learn how to use Wi-Fi, Personal Hotspot, and Ethernet to connect to the Internet. To connect to the Internet over a wired connection, connect an Ethernet cable between your router or modem and the Ethernet port on your Mac. Some Macs require an Ethernet adapter like the Belkin USB. Mar 23, 2016 - You can use the Wi-Fi menu to quickly connect to a nearby wireless. When your iOS device is configured properly and is near your Mac,. Configure wireless for mac windows 10.

Visit the following links: If you have any problems with the registration process or your account login, please. If you need to reset your password,. Having a problem logging in? Please visit to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration.

This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. To receive this Complete Guide absolutely free. I am unable to get the onboard ethernet card in my in Asus M3A78-EMH HDMI motherboard to work. Mepis 7.0 64 smp installs the r8169. I gather from the web that this card needs the r8168 driver.

I have downloaded the linux drivers from the Asus website. When I try to follow the instructions to complie the r8168 driver I get an error that there is no module rule. See readme file below. Any help anyone could offer would be greatly appreciated.

Thanks Mike Readme file: This is the Linux device driver released for RealTek RTL8168B/8111B and RTL8168C/8111C, Gigabit Ethernet controllers with PCI-Express interface. kernel source tree (supported Linux kernel 2.6.x) - compiler/binutils for kernel compilation Unpack the tarball: # tar vjxf r8168-8.aaa.bb.tar.bz2 Change to the directory: # cd r8168-8.aaa.bb If you are running the target kernel, then you should be able to do: # make clean modules (as root or with sudo) # make # make install # depmod -a # insmod./src/r8168.ko You can check whether the driver is loaded by using following commands. # lsmod grep r8168 # ifconfig -a If there is a device name, ethX, shown on the monitor, the linux driver is loaded. Then, you can use the following command to activate the ethX.

# ifconfig ethX up,where X=0,1,2. Set manually a.

Set the IP address of your machine. # ifconfig ethX 'the IP address of your machine' b. Set the IP address of DNS. Insert the following configuration in /etc/resolv.conf. Nameserver 'the IP address of DNS' c. Set the IP address of gateway.

# route add default gw 'the IP address of gateway' 2. Set by doing configurations in /etc/sysconfig/network-scripts /ifcfg-ethX for Redhat and Fedora, or /etc/sysconfig/network /ifcfg-ethX for SuSE. There are two examples to set network configurations.

Fix IP address: DEVICE=eth0 BOOTPROTO=static ONBOOT=yes TYPE=ethernet NETMASK=255.255.255.0 IPADDR=192.168.1.1 GATEWAY=192.168.1.254 BROADCAST=192.168.1.255 b. DHCP: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes There are two ways to modify the MAC address of the NIC. Use ifconfig: # ifconfig ethX hw ether YY:YY:YY:YY:YY:YY,where X is the device number assigned by Linux kernel, and YY:YY:YY:YY:YY:YY is the MAC address assigned by the user.

Use ip: # ip link set ethX address YY:YY:YY:YY:YY:YY. I don't understand. I see the install docs but is the exact error you are getting and at which step in the install process. Brian The error is:.

No rule to make target `modules'. Stop Complete output of the first make command below. Skip the first make modules clean command and start with the second and go from there.

I am not sure what the error means at the moment. Just wondering if the make which will build the new module off the kernel source which is located in /usr/src/2.6.22-1-mepis64-smp. Does that directory exist for the kernel source? Brian Brian, The folder /usr/src/2.6.22-1-mepis64-smp doesn't exist. The linux-source-2.6.22.tar.bz2 file is in the folder /usr/src.

There is a folder 2.6.22-1-mepis64-smp in /lib/modules/. That folder contains a bunch of files with names like modules.ccwmap, modules.pcimap and so on that suggest to me that they may be needed to build different types of modules. This in turn suggests that the necessary files may be on my computer, just not where the make file is looking for them.

Assuming this is right, can you tell me how to point the make command to the correct locations? As always, thanks for your help. I don't know anything about Mepis but in fedora kernel version naming must be exact. So to me the 2.6.22-1 is not the same as 2.6.22 as in /usr/src. I wonder if you have updated the kernel and do not have the source for the newer kernel. Brian The 2.6.22-1 kernel is the one that shipped on the live/installation CD.

The only kernel source files I can find in the repos are linux-tree-2.6.22 and linux-tree-2.6.18. The linux-tree-2.6.22 fails to download with the message: linux-tree-2.6.22: Depends: linux-patch-debian-2.6.22 (=2.6.22-18mepis1) but it is not installable Thanks for the help. Has anybody tried to compile the realtek 8168 driver package on linux kernel 2.6.9-34.ELsmp.

Make tried to cd into lib/modules/2.6.9-34.ELsmp/build.this build directory does not exist. I am not sure what the contents are in the build directory but when I cd lib/modules/2.6.9-34.ELsmp I dont see a build directory there. root@localhost r8168-8.011.00# make make -C src/ clean make1: Entering directory `/home/mylvarab/r8168-8.011.00/src' rm -rf.o.ko. core.dep.d.cmd.mod.c.a.s.flags.tmpversions Module.symvers Modules.symvers.order make1: Leaving directory `/home/mylvarab/r8168-8.011.00/src' make -C src/ modules make1: Entering directory `/home/mylvarab/r8168-8.011.00/src' make -C /lib/modules/2.6.9-34.ELsmp/build SUBDIRS=/home/mylvarab/r8168-8.011.00/src modules make:. /lib/modules/2.6.9-34.ELsmp/build: No such file or directory.

Realtek R8169 Driver For Mac Free

Make: Entering an unknown directorymake: Leaving an unknown directorymake1:. modules Error 2 make1: Leaving directory `/home/mylvarab/r8168-8.011.00/src' make:. modules Error 2.