https://github.com/sujunmin/huaweie173linuxdriver
Huawei E173 USB Modem Linux Driver
https://github.com/sujunmin/huaweie173linuxdriver
driver huawei modem usb
Last synced: about 1 year ago
JSON representation
Huawei E173 USB Modem Linux Driver
- Host: GitHub
- URL: https://github.com/sujunmin/huaweie173linuxdriver
- Owner: sujunmin
- License: apache-2.0
- Created: 2016-07-14T03:36:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T09:41:51.000Z (over 7 years ago)
- Last Synced: 2023-10-03T21:11:48.580Z (over 2 years ago)
- Topics: driver, huawei, modem, usb
- Language: C
- Size: 32.2 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HuaweiE173LinuxDriver
This project is for Linux users who need to use [Huawei E173 USB Modem][1].
Fetch the source codes from [Mobile Partner 21][2].
## Modifications of Codes
The modifications of codes are:
1. From [here][3].
> 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.
[1]:http://www.3g-modem-wiki.com/page/Huawei+E173
[2]:http://www.mediafire.com/download/9oa5g9dx5xeoy97/mp21.zip
[3]:https://askubuntu.com/questions/323031/how-to-install-ndis-driver-for-huawei-mobile-broadband-devices/414401