Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ If Windows doesn't show this adapter in Device Manager or the Control Panel, the
```
* Or reboot the Pi after you’ve corrected ICS on Windows.

5. **Fix mDNS problems**

* If you run ```ping <hostname>.local``` and get: ```Ping request could not find host <hostname>.local. Please check the name and try again.``` then mDNS is not working on Windows. Try installing [Bonjour](https://support.apple.com/en-us/106380) then restart your computer and try to re-connect.
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inline code uses triple backticks (...) inside a list item, which is nonstandard Markdown and can render incorrectly (nested code fences). Use single backticks for inline commands/output, or use a proper indented/fenced code block for the ping command and its output.

Suggested change
* If you run ```ping <hostname>.local``` and get: ```Ping request could not find host <hostname>.local. Please check the name and try again.``` then mDNS is not working on Windows. Try installing [Bonjour](https://support.apple.com/en-us/106380) then restart your computer and try to re-connect.
* If you run `ping <hostname>.local` and get: `Ping request could not find host <hostname>.local. Please check the name and try again.` then mDNS is not working on Windows. Try installing [Bonjour](https://support.apple.com/en-us/106380) then restart your computer and try to re-connect.

Copilot uses AI. Check for mistakes.

### Useful checks

* On Windows, run `ipconfig`. The gadget NIC should be **192.168.137.1** when ICS is on.
Expand Down
Loading