歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Linux環境下CDMA 1X 無線上網的實現

Linux環境下CDMA 1X 無線上網的實現

日期:2017/2/28 17:09:30   编辑:Linux教程

因工作需要,最近為筆記本配備了CDMA無線上網卡,從此網絡無處不在~~~~

偶使用的是聯通 CDMA 1X 世界風 USB接口的無線網卡,很小,比普通U盤寬一點,此網卡估計是聯通找廠商專門OEM的,采用的是美國 Silicon Labs 生產的 CP2101/CP2102 芯片,在 Linux 下驅動很簡單。

CP2102簡介:該芯片的功能是實現USB 和UART格式間數據的轉換. CP2102是全新的UART轉USB的單芯片解決方案。該芯片集成了一個符合USB2.0標准的全速功能控制器、EEPROM、緩沖器、和帶有調制解調器

對於Linux 2.6.18 的內核,需要配置的地方如下:

1. USB 支持肯定是要的

Device Drivers -> USB Support ->

<M> Support for Host-side USB
[*] USB device filesystem
<M> EHCI HCD (USB 2.0) support
<M> OHCI HCD support
<M> UHCI HCD (most Intel and VIA) support
<M> USB Modem (CDC ACM) support

USB Serial Converter support --->
<M> USB Serial Converter support
[*] USB Generic Serial Driver
<M> USB CP2101 UART Bridge Controller
<M> USB driver for GSM and CDMA modems

如果使用其他芯片的無線網卡,在這裡將它們選上

2. PPP 模塊

Device Drivers -> Network device support -->

<M> PPP (point-to-point protocol) support
[*] PPP multilink support (EXPERIMENTAL)
[*] PPP filtering
<M> PPP support for async serial ports
<M> PPP support for sync tty ports
<M> PPP Deflate compression
<M> PPP BSD-Compress compression
<M> PPP MPPE compression (encryption) (EXPERIMENTAL)
<M> PPP over Ethernet (EXPERIMENTAL) ~

Copyright © Linux教程網 All Rights Reserved