# SOFTWARE CONFIGURATION

Orus L support connect with PC or similar device running Windows/Mac/Unbutu over USB-ETH connection in order to initial setup, settings param and troubleshooting

It will require for some configuration to have the stable connection over the USB-ETH connection

## **Why Set a Static IP?**

While you connect to your computer as default IP, it may change and affect to the connection, leading to loss and instability

This article will show you how to change the IP address of computer for stable connection with ORUS-L via USB connection

{% stepper %}
{% step %}
**🔌 Step 1: Connect the Device**

Plug the device into your PC using a USB-C cable.

Your PC will automatically display a notification:\ <mark style="color:green;">**L4T-README (E:)**</mark>\
*💡 This confirms that the device is recognized.*\
![](/files/KzthquaWFJR8WVb1J32j)
{% endstep %}

{% step %}
**🌐 Step 2: Access Network Settings**

Go to: **Settings > Network & Internet > Advanced network settings**

Locate the Ethernet adapter labeled as:\ <mark style="color:green;">**Unidentified network | Remote NDIS Compatible Device #2**</mark> (or similar)\
\&#xNAN;*This is the virtual network interface created for the USB-C connection.*\
![](/files/xxUcY7VmjwDoPuFQH5Jk)
{% endstep %}

{% step %}
**🖥️ Step 3: Edit the PC’s IP Address**

You now need to assign a static IP address to this adapter.

1. Click on the Ethernet adapter *(Ethernet 5 or similar).*
2. Choose **Edit IP settings.**
3. Select **Manual**, turn on **IPv4.**
4. Enter the following:
   1. **IP address:** *<mark style="color:green;">192.168.55.3</mark>*
   2. **Subnet mask:** *<mark style="color:green;">255.255.255.0</mark>*
5. Leave other fields blank unless specified by your device documentation.
6. Click **Save.**
   {% endstep %}

{% step %}
**✅ Completed**

Your PC is now on the same subnet as the connected device (typically 192.168.55.x). You can now:

* Access a web interface, link:`192.168.55.1:8000`
  {% endstep %}

{% step %}

### *For Example*

<figure><img src="/files/1EV1ZGlTMMA244ZGjdVO" alt="" width="359"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gremsy.com/payloads/orus-l/software-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
