# Configuring a USB Ethernet Adapter

Some USB Ethernet Adaptors are supported out-of-the-box. For a reference of supported adapter chipsets, look at the table below.

| Manufacturer | Chipset | Description                         |
| ------------ | ------- | ----------------------------------- |
| ASIX         | AX88179 | ASIX USB2.0 Ethernet 10/100         |
| Realtek      | RTL8152 | Realtek USB2.0 Ethernet 10/100      |
| Realtek      | RTL8153 | Realtek USB3.0 Ethernet 10/100/1000 |

### Installing kernel modules for other chipsets

If your USB Ethernet adaptor has a chipset that isn't listed above, it is possible that an available driver/kernel module is available for the WiFi Pineapple MK7.

You can check this by going to the WiFi Pineapple's Web Interface, and going to **Modules > Packages**, and searching for the name of your chipset.


---

# 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://olddocs.hak5.org/wifi-pineapple-enterprise/faq/establishing-an-internet-connection/configuring-a-usb-ethernet-adapter.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.
