# Linux Serial Driver Installation

This guide provides step-by-step instructions for downloading and installing the USB driver for your production terminal on a Linux system.

**Download and Preparation:**

* Download the USB Driver:
  * Download the USB driver zip package from the provided link: [USB Driver Zip Package](https://ftp.wizarpos.com/advanceSDK/usbserialdriverinlinux.zip).
* Unzip the Package:
  * After downloading, unzip the package to a preferred location on your system.

**Installation Steps:**

1. **Compile the Driver:**
   * Open your terminal.
   * Navigate to the directory where you unzipped the package.
   * Run the command: **'make**'
2. **Load the usbserial Module:**
   * Execute the command: **'sudo modprobe usbserial**'
3. **Insert the Driver Module:**
   * Insert the driver module by running: **'sudo insmod ./qcgeneric.ko**'
4. **Verify the Installation:**
   * Check if the driver is successfully installed and recognized by your system with the command: **'ll /dev/ttyUSB\***'
   * This command lists all the USB serial devices connected to your system.

If you encounter any issues during the installation process, please refer to our FAQ section or contact our technical support team for assistance.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/usb-serial-port/linux-serial-driver-installation.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.
