Connecting your TV to the internet via a laptop is a convenient solution when you don't have a router or need a temporary access point. For example, to watch online movies on Samsung Smart TV or LG WebOS, firmware updates Sony Bravia or streaming from YouTube on the big screen. But how do you set up sharing correctly to avoid connection, speed, or security issues?
This article contains proven methods for Windows 10/11, macOS And Linux, including setup hot spot (Hotspot), use command line and third-party utilities. We'll explore the nuances for different TV models, explain why connections sometimes drop, and give tips on how to boost your signal. And if yours Xiaomi TV or Philips Android TV If your network isn't showing up, you'll find a solution in the FAQ.
1. Preparing your laptop for Wi-Fi sharing
Before setting up an access point, make sure your laptop meets two key requirements:
- 🔄 Wi-Fi adapter must support the regime
Hosted Network(virtual access point). You can check this inDevice Manager- if there is a tab in the adapter propertiesAdditionallywith parameterWireless Mode, then the function is available. - 📶 Drivers must be up to date. Outdated versions often cause errors.
Failed to set up mobile hotspotUpdate them throughdevice Manageror from the manufacturer's website (for example, for Intel AX200 or Qualcomm Atheros).
Also check what's on your laptop Wi-Fi is on (sometimes a hardware button or combination Fn + F2/F12 disables the module). If you are connected to the Internet via cable (Ethernet), the distribution will be more stable than when using mobile Internet (4G/5G) via USB modem.
⚠️ Attention: On some laptops Lenovo And HP the function is disabled in BIOS/UFEIWi-Fi DirectIf the access point does not start, go to the BIOS (buttonF2/Delat boot) and enable the optionWireless LANorWi-Fi Hotspot.
2. Sharing Wi-Fi using built-in Windows tools
The easiest way is to use the built-in function Mobile HotspotIt is available in Windows 10 (version 1607 and later) And Windows 11Instructions:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the field
Sharingselect the connection through which the laptop receives the Internet (for example,EthernetorWireless network). - Click
Changeand ask:- 🔐 Network name (SSID) - in Latin, without spaces (for example,
MyTV_Hotspot). - 🔑 Password — minimum 8 characters, with numbers and letters.
- 📡 Range — choose
5 GHz, if the TV supports (for example, Samsung QLED 2020+), or2.4 GHzfor older models.
- 🔐 Network name (SSID) - in Latin, without spaces (for example,
Allow use of my internet connection.If the TV does not see the network after turning it on, check:
- 🔌 Firewall: temporarily disable it or add an exception for
icsvc.dll. - 🔄 Power saving mode: V
Control Panel → Power Optionsselect a schemeHigh performance.
☑️ Check before connecting the TV
3. Alternative Method: Command Prompt (for Windows)
If the built-in hotspot does not work (for example, due to an error Failed to set up mobile hotspot. Turn on Wi-Fi.), use command lineThis method is suitable for all versions of Windows, including Windows 7 (with update KB976036).
Open Command prompt as administrator and enter in sequence:
netsh wlan set hostednetwork mode=allow ssid=MyTV_Hotspot key=12345678 keyUsage=persistent
netsh wlan start hostednetwork
To enable internet sharing:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find the connection through which the laptop receives the Internet (for example,
Ethernet), right-click →Properties→ tabAccess. - Check the box
Allow other network users to share your Internet connectionand select from the listLocal Area Connection* X(where X is the virtual adapter number).
⚠️ Attention: After restarting your laptop, the virtual network will be disabled. To start it automatically, create.bat-file with commandnetsh wlan start hostednetworkand add it toAutoload.
What to do if the command doesn't work?
If after entering netsh wlan start hostednetwork an error appears Failed to start hosted network, check:
- Are the Wi-Fi adapter drivers updated (download from the manufacturer's website, not via Windows Update).
- Does the adapter support the mode? AP (list of compatible chipsets: Intel 7260/8260/9260, Broadcom 43xx, Realtek RTL88xx).
- Does the antivirus (for example) block it? Kaspersky or Avast) creation of virtual networks.
4. Sharing Wi-Fi from a macOS laptop
On MacBook (macOS Ventura, Monterey or Sonoma) Sharing the Internet is even easier:
- Open
System Preferences → Sharing. - In the left menu, select
Public Internet. - In the field
General connectionPlease specify the internet source (e.g.EthernetorThunderbolt Bridge). - In the section
For computers usingmarkWi-Fi. - Click
Wi-Fi settingsand ask:- 📛 Network name (For example,
MacBook_Hotspot). - 🔒 Security — choose
WPA2/WPA3 Personal. - 🔑 Password — minimum 8 characters.
- 📛 Network name (For example,
General access in the left menu and confirm the action.Features for TVs:
- 🍎 Apple TV will connect automatically if using the same
Apple ID. - 📺 For Android TV (For example, Sony KD-55X80J) may need to be specified manually
IP addressAndDNS(For example,8.8.8.8).
5. Setting up distribution on Linux (Ubuntu, Mint, Fedora)
IN Linux Utilities are used to distribute Wi-Fi hostapd And dnsmasqInstructions for Ubuntu 22.04 LTS and similar distributions:
Install the required packages:
sudo apt update
sudo apt install hostapd dnsmasq
Set up hostapd (create a file /etc/hostapd/hostapd.conf):
interface=wlan0driver=nl80211
ssid=Linux_Hotspot
hw_mode=g
channel=6
wpa=2
wpa_passphrase=12345678
wpa_key_mgmt=WPA-PSK
Start the access point:
sudo systemctl stop hostapd
sudo hostapd /etc/hostapd/hostapd.conf
To automatically start at boot:
sudo systemctl unmask hostapdsudo systemctl enable hostapd
sudo systemctl start hostapd
⚠️ Attention: On some laptops with Realtek RTL8188EU or RTL8192CU kernel version may be required5.4+and additional drivers. Check chipset compatibility with the commandlspci | grep -i network.
6. Why doesn’t the TV connect to the distributed network?
If Smart TV If the network is not visible or does not connect, the reasons may be as follows:
| Problem | Cause | Solution |
|---|---|---|
| The network is not displayed | Incompatible band (2.4/5 GHz) | In the access point settings, select 2.4 GHz (for old TVs) or 5 GHz (for new ones) |
| The connection is broken | Energy saving on a laptop | Disable sleep when closing the lid Power supply parameters |
| No internet access | Sharing is not allowed | Check your settings ICS (Internet Connection Sharing) on Windows |
| Slow speed | Channel congestion | Change the Wi-Fi channel in the access point settings (for example, from 6 to 11) |
For TVs Samsung (series Q, TU, AU) And LG (WebOS) Also check:
- 🔧 Network mode: in TV settings, select
Static IPand enter manually:IP:192.168.137.100Mask:255.255.255.0Gateway:192.168.137.1DNS:8.8.8.8or1.1.1.1
- 🔄 Software update: on some models Tizen (Samsung) firmware version not lower than is required
1460.
7. Signal enhancement and security
To improve connection stability:
- 📶 Laptop location: Place it closer to the TV (within 5 meters) and avoid obstacles (walls, metal objects).
- 🔋 Nutrition: Connect your laptop to a power outlet - when running on battery power, the Wi-Fi module's power may decrease.
- 🛡️ Security: use
WPA3(if supported) orWPA2-AES. AvoidWEP- it gets hacked in a few minutes.
Critical error: If you are distributing the Internet via a mobile network (3G/4G/5G), some operators (for example, MTS or Beeline) block traffic transfer to other devices. In this case, use a VPN on your laptop or connect to the internet via cable.
For additional protection:
- 🔒 Hidden network: In the access point settings, disable broadcasting
SSID(but then you will have to enter the network name manually on the TV). - 🕒 Time limit: V
Task Scheduler(Windows) orlaunchd(macOS) Set the hotspot to turn off automatically after 2-3 hours.
FAQ: Frequently Asked Questions
📺 My TV connects to the internet, but it says "No internet access." What should I do?
Check:
- On the laptop in
Connection propertiesis it included?General access(ICS). - Are the TV settings correct?
DNS(try it8.8.8.8). - Is your antivirus or firewall blocking the Internet (temporarily disable them).
If you're using mobile internet, your carrier may be blocking data sharing. Try connecting via USB modem with the "Modem mode" option.
🖥️ Is it possible to share Wi-Fi from a laptop to a TV without a password?
Technically yes, but that's unsafeIn Windows, when creating a hotspot without a password, the network will use the open authentication type (Open), and outsiders will be able to connect to it. To minimize the risks:
- Turn off the broadcast
SSID(hide the network). - Limit the number of connected devices (in
hostapdadd parametermax_num_sta=1). - Use
MAC filtering(Allow connection only for TV's MAC address).
🔄 How do I change the Wi-Fi channel if the connection is unstable?
In Windows:
- Open
Command prompt (administrator). - Enter
netsh wlan show driversand check supportHosted Network. - Change the channel with the command:
netsh wlan set hostednetwork channel=11(acceptable values: 1–11 for 2.4 GHz, 36–165 for 5 GHz).
On macOS the channel changes in System Preferences → Wi-Fi → Options.
🕹️ Is it possible to play cloud games (GeForce NOW, Xbox Cloud) using a laptop connection?
Technically possible, but:
- 🎮 Latency (ping) will be higher than with a direct connection to the router.
- 📉 Speed depends on the laptop connection type:
Ethernet: up to 90% of the original speed.4G/5G: drawdowns of up to 50–70% are possible.
- 🔌 For NVIDIA GeForce NOW It is recommended to have a speed of no less than
25 MbpsCheck it on your laptop via Speedtest.
For best results:
- Connect your laptop to the Internet via cable.
- Select range
5 GHz(if the TV supports it). - Close background programs that consume traffic (torrents, updates).
🔧 How do I restore default network settings after sharing?
In Windows:
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=disallow
On macOS:
- Open
System Preferences → Sharing. - Uncheck the box
Public Internet.
In Linux:
sudo systemctl stop hostapd
sudo systemctl stop dnsmasq