This article describes Ethernet specifics, general network configuration is covered in Network configuration.
Windows 7 instructions. Learn how to enable, update, or reset your network adapter on your Windows 7 computer by following these instructions: Start by clicking on your Start Orb and then find the Search Programs and Files option at the bottom of the window that appears. Now try connecting to the Network. Your Windows could not find a driver for your Network Adapter Windows 10 problem should be solved. In case the problem is still there try to: First, reset the TCP/IP stack. Then release the IP address. Then renew the IP address. Finally, flush and then reset the DNS client resolver cache. Unable to connect to Cable Modem in Network and Sharing I have an issue with my Windows 10 PC not connecting to my cable modem by ethernet cable. I connect the PC to the modem and all I get is 'unidentified network - no internet', yet my laptop connects to the modem by ethernet (I'm using it now) just.
Device driver
Check the status
udev should detect your network interface controller (NIC) and automatically load the necessary kernel module at startup. Check the 'Ethernet controller' entry (or similar) from the lspci -v
output. It should tell you which kernel module contains the driver for your network device. For example:
Next, check that the driver was loaded via dmesg | grep module_name
. For example:
Skip the next section if the driver was loaded successfully. Otherwise, you will need to know which module is needed for your particular model.
Load the module
Search the internet for the right module/driver for your chipset. Some common modules are 8139too
for cards with a Realtek chipset, or sis900
for cards with a SiS chipset. Once you know which module to use, try to load it manually. If you get an error saying that the module was not found, it is possible that the driver is not included in the Arch kernel. You may search the AUR for the module name.
If udev is not detecting and loading the proper module automatically during bootup, see Kernel module#Automatic module loading with systemd.
Tips and tricks
ifplugd for laptops
ifplugd is a daemon which will automatically configure your Ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled. This is useful on laptops with onboard network adapters, since it will only configure the interface when a cable is really connected. Another use is when you just need to restart the network but do not want to restart the computer or do it from the shell.
By default it is configured to work for the eth0
device. This and other settings like delays can be configured in /etc/ifplugd/ifplugd.conf
.
netctl-ifplugd@.service
, otherwise you can use ifplugd@.service
from ifplugd package. For example, enableifplugd@eth0.service
.Troubleshooting
Swapping computers on the cable modem
Some cable ISPs (Vidéotron for example) have the cable modem configured to recognize only one client PC, by the MAC address of its network interface. Once the cable modem has learned the MAC address of the first PC or equipment that talks to it, it will not respond to another MAC address in any way. Thus if you swap one PC for another (or for a router), the new PC (or router) will not work with the cable modem, because the new PC (or router) has a MAC address different from the old one. To reset the cable modem so that it will recognise the new PC, you must power the cable modem off and on again. Once the cable modem has rebooted and gone fully online again (indicator lights settled down), reboot the newly connected PC so that it makes a DHCP request, or manually make it request a new DHCP lease.
If this method does not work, you will need to clone the MAC address of the original machine. See also MAC address spoofing.
Explicit Congestion Notification
Explicit Congestion Notification (ECN) may cause traffic problems with old/bad routers [1]. As of systemd 239, it is enabled for both ingoing and outgoing traffic.
To enable ECN only when requested by incoming connections (the reasonably safe, kernel default):
To disable ECN completely (to e.g. test whether ECN was causing problems):
See also the kernel documentation.
Realtek no link / WOL problem
Users with Realtek 8168 8169 8101 8111(C) based NICs (cards / and on-board) may notice a problem where the NIC seems to be disabled on boot and has no Link light. This can usually be found on a dual boot system where Windows is also installed. It seems that using the official Realtek drivers (dated anything after May 2007) under Windows is the cause. These newer drivers disable the Wake-On-LAN feature by disabling the NIC at Windows shutdown time, where it will remain disabled until the next time Windows boots. You will be able to notice if this problem is affecting you if the Link light remains off until Windows boots up; during Windows shutdown the Link light will switch off. Normal operation should be that the link light is always on as long as the system is on, even during POST. This problem will also affect other operating systems without newer drivers (eg. Live CDs). Here are a few fixes for this problem.
Enable the NIC directly in Linux
Follow Network configuration#Enabling and disabling network interfaces to enable the interface.
Rollback/change Windows driver
You can roll back your Windows NIC driver to the Microsoft provided one (if available), or roll back/install an official Realtek driver pre-dating May 2007 (may be on the CD that came with your hardware).
Enable WOL in Windows driver
Probably the best and the fastest fix is to change this setting in the Windows driver. This way it should be fixed system-wide and not only under Arch (eg. live CDs, other operating systems). In Windows, under Device Manager, find your Realtek network adapter and double-click it. Under the 'Advanced' tab, change 'Wake-on-LAN after shutdown' to 'Enable'.
In Windows XP (example):
Disable
has no effect (you will notice the Link light still turns off upon Windows shutdown). One rather dirty workaround is to boot to Windows and just reset the system (perform an ungraceful restart/shutdown) thus not giving the Windows driver a chance to disable LAN. The Link light will remain on and the LAN adapter will remain accessible after POST - that is until you boot back to Windows and shut it down properly again.Enable LAN Boot ROM in BIOS/CMOS
It appears that setting Integrated Peripherals > Onboard LAN Boot ROM > Enabled in BIOS/CMOS reactivates the Realtek LAN chip on system boot-up, despite the Windows driver disabling it on OS shutdown.
No interface with Atheros chipsets
Users of some Atheros ethernet chips are reporting it does not work out-of-the-box (with installation media of February 2014). The working solution for this is to install backports-patchedAUR.
Broadcom BCM57780
This Broadcom chipset sometimes does not behave well unless you specify the order of the modules to be loaded. The modules are broadcom
and tg3
, the former needing to be loaded first.
These steps should help if your computer has this chipset:
- Find your NIC in lspci output:
- If your wired networking is not functioning in some way or another, unplug your cable then do the following:
- Plug your network cable back in and check whether the module succeeded with:
- If this procedure solved the issue you can make it permanent by adding
broadcom
andtg3
(in this order) to theMODULES
array:
- Alternatively, you can create an
/etc/modprobe.d/broadcom.conf
:
Realtek RTL8111/8168B
The adapter should be recognized by the r8169
module. However, with some chip revisions the connection may go off and on all the time. The alternative r8168 should be used for a reliable connection in this case. Blacklistr8169
, if r8168 is not automatically loaded by udev, see Kernel modules#Automatic module loading with systemd.
The factual accuracy of this article or section is disputed.

Another fault in the drivers for some revisions of this adapter is poor IPv6 support. IPv6#Disable functionality can be helpful if you encounter issues such as hanging webpages and slow speeds.
Gigabyte Motherboard with Realtek 8111/8168/8411
With motherboards such as the Gigabyte GA-990FXA-UD3, booting with IOMMU off (which can be the default) will cause the network interface to be unreliable, often failing to connect or connecting but allowing no throughput. This will apply to the onboard NIC and to any other pci-NIC in the box because the IOMMU setting affects the entire network interface on the board. Enabling IOMMU and booting with the install media will throw AMD I-10/xhci page faults for a second, but then boots normally, resulting in a fully functional onboard NIC (even with the r8169 module).
When configuring the boot process for your installation, add iommu=soft
as a kernel parameter to eliminate the error messages on boot and restore USB3.0 functionality.
Installing the Driver (Ethernet Connection)
* If the driver is already installed, uninstall it.
The examples used in the procedure for making the settings described in this section assume you are using one computer and one machine. The settings included here are examples. The procedure and setting values described here may not be suitable for all operating environments.
If the computer you're using is connected to a number of networked devices or to the Internet, incorrect settings may adversely affect the entire network. For detailed information about the settings, consult your network administrator.
Procedure
1. Set the IP address of the computer.
Log on to Windows as the computer's administrator or as a member of the 'Administrator' group.
Windows 10:
From the Start menu, click Settings, and then click Network & Internet.
Click Network and Sharing Center.
Click Ethernet or Wi-Fi.Windows 8.1:
From the Start menu, click PC settings, and then click Control Panel.
Click Network and Internet, and then click Network and Sharing Center.
Click Ethernet or Wi-Fi.Windows 7:
From the Start menu, click Control Panel.
Click Network and Internet, and then click Network and Sharing Center.
Click Local Area Connection or Wireless Network Connection.Click Properties.
The Ethernet Properties dialog box appears. (On Windows 7, the Local Area Connection Properties dialog box appears.)
If the User Account Control dialog box appears, click Continue.
Select Internet Protocol Version 4 (TCP/IPv4), and then click Properties.
If the Internet Protocol check box was clear, click the check box to select it.
The Internet Protocol Version 4 (TCP/IPv4) Properties dialog box appears.
Select Use the following IP address, enter the addresses as shown below, and then click OK.
Item Address to enter IP address 192.168.0.XXX Subnet mask 255.255.255.0 'XXX' represents a number from 1 to 254. However, be sure to specify a number that does not duplicate a number used for another computer or device.
2. Set the IP address of the cutting machine.
Drivers Cable Modem Network & Wireless Cards Online
Press MENU on the operation panel of the cutting machine twice.
Press several times to display the following screen.
Press once, and then press several times to display the following screen.
Press once to display the following screen.
Press or to select 'AUTO' or 'NETWORK,' and then press ENTER.
Press four times to display the following screen.
Press or to select the address number.
Press .
Repeat step 7 and step 8 to set IP ADDRESS (to 192.168.000.XXX).
'XXX' represents a number from 001 to 254. However, be sure to specify a number that does not duplicate the setting made in '1. Set the IP address of the computer.' or a number used for another computer or device.
Make the portion that corresponds to 192.168.000 the same as the setting on the computer.
Here, 192.168.000.003 is entered as an example.When you have finished making the setting, press ENTER.
Press to return to the following screen.
3. Set the subnet mask of the cutting machine.
Best Wireless Cable Modem
Press to display the following screen.
Press twice to display the following screen.
Press or to select the address number.
Press .
Repeat step 3 and step 4 to set 'SUBNET MASK' (to 255.255.255.000).
Set the subnet mask to the same value used by the computer.
Here, '255.255.255.000' is entered as an example.When you have finished making the setting, press ENTER.
Press to return to the following screen.
If you are using one computer and one machine, this completes the settings on the cutting machine.
Press MENU to return to the original screen, and then proceed to '5. Install the driver and connect the computer and the cutting machine.'
If you have to set the gateway address, proceed to the next step.
4. Set the gateway address of the cutting machine.
Cable Modem Wireless Router Reviews
Press to display the following screen.
Press twice to display the following screen.
Press or to select the address number.
Press .
Repeat step 3 and step 4 to set 'GATEWAY ADDR.' (to 255.255.255.255).
For the value to enter for the gateway address, consult your network administrator.
Here, '255.255.255.255' is entered as an example.When you have finished making the setting, press ENTER.
Press MENU to return to the original screen.
5. Install the driver and connect the computer and the cutting machine
Log on to Windows as an administrator (or as the computer's administrator).
Unzip the downloaded file and open the folder that is created.
Open the folder for your operating system.
Folder name 64-bit OS WINX64 32-bit OS WINX86 * If you select the wrong folder, you will not be able to install the driver correctly.
Double-click 'SETUP64.EXE' (64-bit version) or 'SETUP.EXE' (32-bit version) inside the folder.
The file name extension (.exe) may be hidden.
When the 'User Account Control' window appears on the screen, click Yes.
Click Install, select the 'Model' that you want to install and IP_ for the port, and then click Start.
When the following window appears, enter the IP address that you have set on the cutting machine ('2. Set the IP address of the cutting machine.').
Click OK.
The driver installation begins. From Control Panel, click View devices and printers. When the machine appears under 'Printers and Faxes,' installation is complete.
Turn on the cutting machine, and then connect it to the computer with an Ethernet cable.
- Use a commercially available Ethernet cable.
- Be sure to pass the Ethernet cable through the cable clamp. Install the cable clamp in the position shown in the figure.
- Use a category 5 or higher Ethernet cable.
- We recommend that you use 1000BASE-TX Ethernet.
When outputting from Roland VersaWorks Dual to GR-640/540/420, refer to the following Link.

Comments are closed.