Connecting your computer to the internet via a cable from a Wi-Fi router is a reliable way to get a stable and fast connection. Unlike a wireless network, a wired connection minimizes latency (ping), increases download speeds and eliminates interference from other devices. However, many users encounter difficulties: the router doesn't recognize the cable, the PC doesn't have a network card driver, or the IP address isn't assigned automatically.
In this article, we will analyze the entire process from A to Z: from choosing the right cable (Ethernet) and ports on the router before configuring network settings in Windows 10/11, macOS And LinuxYou'll also learn how to diagnose common issues (such as the "Network cable is not connected" error) and optimize your connection for gaming, streaming, or working with large files.
1. What equipment is needed for connection?
Before connecting your PC to your router with a cable, make sure you have everything you need. Key components:
- 🔌 Ethernet cable (twisted pair) - preferably category Cat 5e or higher for speeds up to 1 Gbps. The length depends on the distance between the router and the computer, but don't exceed 100 meters (the maximum for a standard cable without amplifiers).
- 🖥️ Network card on the computer - most modern PCs and laptops are equipped with a built-in LAN port (connector
RJ-45). If it is not there, an external one will be required. USB-Ethernet adapter (For example, TP-Link UE300 or ASIX AX88179). - 📡 Wi-Fi router with free LAN port (usually marked yellow). Make sure the port's indicator light is on on the router—this means it's active.
If you are using a laptop without an Ethernet port, check the adapter's compatibility with your model. For example, MacBook Air (2018 and newer) requires an adapter with a chipset Realtek RTL8153, otherwise there may be problems with the drivers. For Windows-most adapters will work for most devices, but it's better to choose a model with support USB 3.0 for maximum speed.
Also pay attention to cable category:
| Cable category | Maximum speed | Frequency | Recommendations |
|---|---|---|---|
| Cat 5 | 100 Mbps | 100 MHz | Good for basic internet, but getting outdated |
| Cat 5e | 1 Gbps | 100 MHz | The optimal choice for home and office |
| Cat 6 | 10 Gbps (up to 55 m) | 250 MHz | For high-speed networks and gamers |
| Cat 6a | 10 Gbps (up to 100 m) | 500 MHz | For professional networks and data centers |
⚠️ Attention: If you buy a cable from a store, make sure it is is not a patch cord — such cables are designed for short connections (up to 5 meters) and may not provide stable speed over long distances.
2. Connect the cable to the router and computer
Once all the equipment is ready, let's begin the physical connection. Follow these steps:
- Turn off your router and computer (optional, but recommended to avoid power surges).
- Take it Ethernet cable and connect one end of it to LAN port router. These ports are usually marked with numbers (1, 2, 3, 4) or yellow.
- Insert the other end of the cable into Ethernet port computer or adapter. The connector should click into place with a gentle click.
- Turn on the router, then the computer. Wait for the operating system to load.
After connection, check the indicators:
- 🟢 The light on the router should light up or blink LAN port indicator, to which the cable is connected.
- 🟢 The network card (or adapter) on your computer should be lit green or orange LED - this means that the connection is established.
☑️ Checking the cable connection
If the indicators do not light, try:
- 🔄 Reconnect the cable (sometimes the contacts don’t reach all the way).
- 🔌 Try another one LAN port on the router.
- 🛠️ Check the cable for damage (kinks, breaks in the braid).
⚠️ Attention: Some routers (eg. ASUS RT-AX88U or TP-Link Archer C5400) have combination ports (LAN/WAN). If you connected a cable to such a port, make sure it is configured asLAN, and notWAN.
3. Setting up a network connection in Windows
If the cable is connected correctly, the operating system should automatically recognize the new network device. However, sometimes manual configuration is required. Let's look at the process for Windows 10 and 11:
Open Control Panel → Network and Internet → Network and Sharing CenterThe connection should appear in the "View active networks" section. EthernetIf it is not there or there is an exclamation mark next to it, follow these steps:
- Right click on
Startand selectdevice Manager. - Expand the tab
Network adaptersand find your network card (for example, Realtek PCIe GbE Family Controller or Intel(R) Ethernet Connection). - If there is a yellow triangle next to the adapter, right-click and select
Update driver→Automatic search.
If the driver is installed but the internet is not working, check the settings IP addresses:
- IN
Network and Control Centerclick onEthernet→Properties→Internet Protocol version 4 (TCP/IPv4). - Make sure it is selected
Obtain an IP address automaticallyAndObtain DNS server address automatically. - Click
OKand restart your computer.
If automatic settings don't work, your router may require manual IP assignment. In this case:
- Find out Router IP address (usually
192.168.0.1or192.168.1.1- look at the device sticker). - In the settings
TCP/IPv4please specify: - IP address:
192.168.0.X(where X is a number from 2 to 254, not occupied by other devices). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.0.1(your router's IP). - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare).
4. Setting up a connection on macOS and Linux
On computers Apple and distributions Linux The connection process is slightly different, but no less simple.
For macOS (Monterey, Ventura, Sonoma):
Connect the cable to Mac — the system should automatically detect the connection. If the internet doesn't appear:
- Open
System Preferences → Network. - Select
Ethernetin the left menu. - Click
Additionallyand check that the tabTCP/IPtuned toUse DHCP. - If your router requires manual settings, enter the IP address, mask, and DNS manually (similar to Windows).
On MacBook without an Ethernet port, use an adapter USB-C/Ethernet (For example, Apple USB-C to Gigabit Ethernet Adapter). Make sure the adapter is supported by your version of macOS—some cheaper models may not work with the latest updates.
For Linux (Ubuntu, Debian, Fedora):
In most distributions, network connections are configured through a terminal or graphical interface. For example, in Ubuntu:
- Open
Settings → Network. - Select
Wired connectionand turn it on. - If the IP is not assigned automatically, open a terminal and enter:
sudo nano /etc/netplan/01-netcfg.yaml
Add configuration (replace enp3s0 to your interface, which can be found out using the command ip a):
network:version: 2
renderer: networkd
ethernets:
enp3s0:
dhcp4: true
Save the file (Ctrl+O, then Ctrl+X) and apply the settings:
sudo netplan apply
⚠️ Attention: In some distributions (for example, Arch Linux) Network services may vary. If the internet doesn't work after connecting the cable, check the service status. systemctl status NetworkManager and restart it if necessary.
5. Checking the speed and troubleshooting
Once connected, it's important to ensure the connection is operating at maximum speed. To do this:
- Check the speed on the website Speedtest.net or Fast.com.
- Compare the result with your internet service provider's rate. If the speed is significantly lower, the problem may be:
- 🔌 Cable - try replacing it with Cat 6 or a newer version.
- 🖥️ Network card - check if it supports 1 Gbps speed (in
Device Manager(See adapter properties). - 📡 Router - some budget models (for example, TP-Link TL-WR840N) limit the cable speed to 100 Mbps.
- 🔧 Provider settings — Some plans limit Wi-Fi speed, but not cable speed (check with support).
If the speed is low, run diagnostics:
- Open
Command line(Windows) orTerminal(macOS/Linux). - Enter the command to check the connection to the router:
ping 192.168.0.1
If packets are lost (Requests: 4, received: 0, lost: 4), the problem is in the physical connection or router settings.
For more in-depth diagnostics in Windows, use:
ipconfig /all
Please check that:
- 🔹
IPv4 addressstarts with192.168(or another range of your network). - 🔹
Main gatewaymatches the router's IP. - 🔹
DNS serversare set correctly.
What should I do if I can ping but the pages won't open?
This issue is often related to incorrect DNS settings. Try manually entering Google's DNS (8.8.8.8 And 8.8.4.4) or Cloudflare (1.1.1.1). Also check if your firewall or antivirus is blocking access (temporarily disable them for the test).
6. Optimize your connection for gaming and streaming
If you connect your PC to your router via a gaming cable (CS2, Valorant, Fortnite) or streaming (Twitch, YouTube), it is important to minimize ping and ensure a stable speed. Here are some tips:
- 🎮 Enable QoS on your router — This feature prioritizes traffic for games. Find it in your router settings (usually in the "Game Settings" section).
Additional settings → QoS). - 🔄 Turn off power saving for the network adapter (as described above in the Windows section).
- 🛡️ Use a static IP for your PC to avoid address changes when rebooting the router.
- 📡 Update your router firmware — Outdated versions may cause lag. Download the latest firmware from the manufacturer's website (for example, ASUS, TP-Link, Keenetic).
For streamers it is also recommended:
- 📹 Set up live broadcast via cable, not Wi-Fi, to avoid artifacts and interruptions.
- 🔧 In the settings OBS Studio or choose other streaming software
Ethernetas a priority connection. - 📊 Check it out buffering In the broadcast settings, you can reduce the bitrate for a cable connection, since packet loss is minimal.
If you use VPN For gaming or streaming, connect to servers with a minimum pingFor example, for players from Russia, servers in Moscow or St. Petersburg are optimal, and for European platforms (Faceit, ESL) - in Frankfurt or Amsterdam.
7. Common mistakes and their solutions
Even with a proper connection, errors can still occur. Let's look at the most common ones and how to fix them:
| Error | Possible cause | Solution |
|---|---|---|
The network cable is not connected. |
The cable is damaged, the port or adapter is faulty | Check the cable on another device, try a different port on the router |
Limited or No internet access |
No IP address assigned or DHCP problem | Reboot your router, manually set the IP address, or update your network card driver. |
DNS server is not responding |
Incorrect DNS settings or problems with your provider | Register DNS from Google (8.8.8.8) or Cloudflare (1.1.1.1) |
| Low speed (less than 100 Mbps) | Cable Cat 5 or the router port is limited to 100 Mbps | Replace the cable with Cat 5e/6, check the port settings in the router |
Identification… (endlessly) |
Problems with authentication at the provider | Reboot your router and check your settings. PPPoE (if you use) |
If none of the solutions help, reset your router to factory settings:
- Find the button on the back of the router.
Reset(usually recessed into the body). - Press and hold it for 10-15 seconds (until the indicators flash).
- After resetting, configure the router again via the web interface (
192.168.0.1or192.168.1.1).
⚠️ Attention: If the Internet does not work after resetting the router, you may need to re-authorize with your provider (enter your login/password for PPPoE (or MAC address binding). This information is usually specified in the contract or can be clarified by contacting support.
8. Alternative ways to connect a PC to Wi-Fi
If connecting via cable is not possible (for example, the router is in another room), consider alternative options:
- 📶 Wi-Fi adapter - external USB adapters (for example, TP-Link TL-WN823N) allow you to connect to a wireless network, but the speed and stability will be lower than with a cable.
- 🔄 Powerline adapters — transmit the Internet through electrical wiring (for example, TP-Link AV600). Speed up to 600 Mbps, but depends on the quality of the wiring.
- 📡 MoCA adapters — use a coaxial cable (from the antenna). Suitable if the house has a TV cable.
- 📱 USB tethering — Sharing internet from your phone via USB. Not suitable for everyday use, but useful in emergencies.
If you choose Powerline, please take into account:
- 🔌 Adapters must be connected to the same power supply (without filters or extension cords).
- 📉 Speed drops over long distances or old wiring.
- 🔄 For maximum speed, use adapters from the same manufacturer (for example, TP-Link AV1000).
If your router supports the technology Mesh (For example, ASUS ZenWiFi or Google Nest WiFi), you can connect your PC to the satellite node via cable - this will provide a stable wired connection without laying long cables from the main router.
FAQ: Answers to Frequently Asked Questions
Is it possible to connect a laptop to a router via cable if there is no Ethernet port?
Yes, this will require USB-Ethernet adapter. For modern laptops (with USB-C or Thunderbolt) an adapter will do USB-C to Ethernet, for example, from Apple or AnkerFor older models with USB-A - chip-based adapter Realtek RTL8153 or ASIX AX88179.
Make sure the adapter is compatible with your operating system. For example, some cheap models don't work with macOS Ventura or Linux without manual installation of drivers.
Why is the speed via cable lower than via Wi-Fi?
This can happen for several reasons:
- 🔌 A cable is used Cat 5, which is limited to 100 Mbps.
- 🖥️ Your computer's network card is outdated and does not support 1 Gbps.
- 📡 The port on the router is operating at 100 Mbps (check the settings in the web interface).
- 🔧 Speed limitation is enabled in the router settings (for example,
Bandwidth Control).
To diagnose the problem, connect the cable to another device (eg. Smart TV) and check the speed. If it's high, the problem is with your PC or adapter.
How do I connect a PC to a router via cable if the router is in another room?
There are several solutions:
- Run the cable along the baseboard or under the carpet - Use cable channels for neat installation.
- Use Powerline adapters — They transmit signals through electrical wiring. Speeds up to 1 Gbps, but depend on the quality of the wiring.
- Install a Mesh system - some models (for example, TP-Link Deco) allow you to connect devices to satellite nodes via cable.
- Use a long Ethernet cable (up to 100 meters), but make sure it is of high quality (Cat 6 and above).
If the distance exceeds 100 meters, it will be required network amplifier or fiber optic cable.
Should I turn off Wi-Fi on my PC when connecting via cable?
No, this isn't necessary. However, if you want all traffic to go through the cable, you can disable Wi-Fi in the network settings. This is useful for:
- 🎮 Games - Reduces lag (ping).
- 📹 Streaming - prevents switching between networks.
- 🔒 Security - Reduces the risk of attacks via Wi-Fi.
IN Windows turn off Wi-Fi via Control Panel → Network and Internet → Network and Sharing Center or the network icon in the tray. macOS - through System Preferences → Network.
Is it possible to use one cable to connect a PC and a TV at the same time?
No, one Ethernet cable is designed to connect only one device. However, there are workarounds:
- 🔄 Use network switch - connect it to the router, and then connect both the PC and the TV to it.
- 📡 Set up bridge between ports on the router (if it supports this function).
For home use it is easier and cheaper to buy 5-port switch (For example, TP-Link TL-SG105) and connect all devices to it.