• Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

no internet on network but there is

Status
Not open for further replies.
Also, due to this error.



Follow the steps below.

1. Press the
Windows + R keys and type
secpol.msc and press Enter.

2. If prompted by
UAC, then click/tap on Yes.

3. In the left pane of Local Security Policy, click on
Network List Manager Policies.

4. In the right pane of
Network List Manager Policies, double click on your current network name.

5. In Network Properties, select
Name and type the name you prefer.

6. When finished, you can now close Local Security Policy.

7. Restart the computer.
1652320104556.png

I did Im not sure if i did it correctly
 
Then download and save LSPifx to your desktop, right click and run as admin, screen shot the program after it starts, do not fix anything, just screenshot and post so I can view it.

Edit:

Also, disable these two.

Realtek PCIe GbE Family Controller = Ethernet (Connected) --- Unplug the cable

Realtek 8812BU Wireless LAN 802.11ac USB NIC = Wi-Fi 2 --- Unplug the adapter.
 
Last edited:
Click Finish and only finish!! Do not mess around with anything else in this tool!!!!



Then do the following.

Hit enter after each command below.
1. Open Start and type cmd, then right-click Command Prompt and choose Run as Administrator
2. Once Command Prompt has started enter the following command. nbtstat -R
3. Wait for that command to complete, a new line will appear, now enter the following command. nbtstat -RR
4 Wait for that command to complete, A new line will appear, now enter the following command Shutdown -r

The shutdown -r command will reboot your machine, if it does not then do so manually after a minute.
 
minitoolbox log looks good, the winsock is repaired.

Open device manager and uninstall the problem adapter driver, then reboot.

Allow windows to reinstall the driver, and do the following.

Disable Computer Browser Service.

1. Press the Windows + R key at the same time, a Run Window will appear
2. Type or copy and paste Services.msc hit enter.
3. Scroll to the Computer Browser Service
4. Right-Click Computer Browser Service and choose Stop the service.
5. Right Click Computer Browser Service again select Properties.
6. Change the Startup type to disabled.
7. Hit Apply then Ok.

Repeat the same for the Iphelper Service
 
Another thing, I know you say that you reset the router to factory, but how about you try that again if the above fails, and at that point only try and connect this machine with the problem adapter. If it fails at that point, then we have a narrowed down the issue to just this machine...

I know it's a pain to do that, but when you do it make sure you change the password.

Also, this issue....

Error: (05/11/2022 09:30:47 AM) (Source: Server) (EventID: 2505) (User: )
Description: The server could not bind to the transport \Device\NetBT_Tcpip_{BBE3A62D-391C-4286-8922-AE4264EE1F3A} because another computer on the network has the same name. The server could not start.

  1. Click Start, point to Settings, and then click Network Connections.
  2. Right-click the local area connection that you want to be statically configured, and then click Properties.
  3. Click Internet Protocol (TCP/IP) > Properties > Advanced, and then click the WINS tab.
  4. Click Disable NetBIOS over TCP/IP.
From command prompt to disable netbios....


net stop "TCP/IP NetBIOS Helper"
net stop netbt
sc config netbt start= disabled
sc config lmhosts start= disabled


This is kinda on my last leg of ideas... If the disabling of the netbios does not help, then I'll move this thread back to networking, and tag a couple other members to see if they have any ideas.
 
Last edited:
After uninstalling the driver and rebooting it has connected just fine so I think w have past the issue. Im eternally grateful!

note I was unable to find Computer Browser Service or Iphelper Service in my services and didnt continue on to disable netbios but will if its recommended
 
  • Like
Reactions: Malnutrition
no luck

havent done this yet couldnt find the services. I also didnt reset the router yet but can

Disable Computer Browser Service.
1. Press the Windows + R key at the same time, a Run Window will appear
2. Type or copy and paste Services.msc hit enter.
3. Scroll to the Computer Browser Service
4. Right-Click Computer Browser Service and choose Stop the service.
5. Right Click Computer Browser Service again select Properties.
6. Change the Startup type to disabled.
7. Hit Apply then Ok.

Repeat the same for the Iphelper Service
 

Attachments

  • MTB.txt
    20.8 KB · Views: 2
Now it reads as a DNS issue.

DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
Ping request could not find host google.com. Please check the name and try again.
DNS request timed out.
timeout was 2 seconds.

Lets run this batch....

Open a notepad and copy the content of the quote box below, paste into open notepad and save it to your desktop as DNS.bat then right click on DNS.bat and run as admin.


Note: This batch will reboot your machine so close anything you are working on and save it.


@echo off
netsh advfirewall reset
netsh advfirewall set allprofiles state On
wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "8.8.4.4")
ipconfig /flushdns
ipconfig /registerdns
sc stop sysmain
sc config sysmain start= disabled
sc stop DiagTrack
sc config DiagTrack start= disabled
sc stop dmwappushservice
sc config dmwappushservice start= disabled
reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
net stop "TCP/IP NetBIOS Helper"
net stop netbt
sc config netbt start= disabled
pause
shutdown -r
Exit /B
 
Yes, it ran correct. Can you uninstall the driver again and reboot, then post new minitoolbox log. I am thinking that we may need to reset the router and try to connect only this machine....
 
Status
Not open for further replies.