> For the complete documentation index, see [llms.txt](https://docs.ksitmalappuzha.in/hastham/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ksitmalappuzha.in/hastham/network-debugging-tools/network-debugging-techniques.md).

# Network Debugging Techniques

## Identify Network Driver

```
lspci -vnn | grep Network
```

{% hint style="danger" %}
**Error editing connection:Did not find a connection with UUID '(null)'**
{% endhint %}

**solution**:

```
sudo systemctl stop NetworkManager.service
```

```
sudo systemctl start NetworkManager.service
```
