Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

File metadata and controls

34 lines (22 loc) · 1.19 KB

HuaweiE173LinuxDriver

This project is for Linux users who need to use Huawei E173 USB Modem.

Fetch the source codes from Mobile Partner 21.

Modifications of Codes

The modifications of codes are:

  1. From here.

    Locate to the line Ln 2718,change dbg ("cant't kmalloc dev"); to //dbg ("cant't kmalloc dev");(adding double // infront of dbg),save the file and close the terminal.

  2. Modify the Makefiles to install driver easily.

Usage

  1. Git clone or download zip to your computers.
  2. Install build kernel module packages.
  3. Go to source codes directory.
  4. make
  5. sudo make install
  6. Use your Linux distro. network manager to dial modem on this device.

Remove Module

  1. Go to source code directory.
  2. sudo make mclean

I don't have copyright for codes, and I just make this driver useful and install easily. If Huawei Tech or somebody get infringement for this project, you can send message to me to remove this project, thanks.