金仓
DG-P1AM11无线 Modem 采用 WAVECOM 核心模块,内置式,应用PCI接口,由主机板PCI插槽供电,数据接口使用PCI总线。 |
|
金仓单模PCI GSM GPRS无线MODEM适用于WINDOWS和Linux操作系统。 |
|
32位和64位Windows |
◇Windows 98/2000/me/NT4.0/vista/xp/vista/7/2003/2008 |
◇64-bit Windows xp/vista/7/2008 |
|
Linux kernel 2.4 & kernel 2.6 |
◇RedHat 8/ Red Hat Enterprise Liunx 4.0
◇Fedora Core 1/8/10/11
◇Mandriva 2008 |
◇Oracle Linux Server
◇Turbo Liunx 10
◇CenOS
◇Suse 9.3
◇SuSE 11.2 Milestone 4
◇Ubutu 8.04 Destop |
|
Linux操作系统上设备驱动的安装 |
|
◇准备好设备驱动程序文件,比如拷贝到/temp文件夹下,执行下列命令: |
Please create a directory under root directory, e.g /temp, do commands: |
|
# cd /
# mkdir temp
After get driver file "wch_Vx.x.x.x.tar.gz". Copy file to /temp
directory, then extract and install, do commands:
# cp wch_Vx.x.x.x.tar.gz /temp
# cd /temp
# tar xvfz wch_Vx.x.x.x.tar.gz
# cd /temp/wch
# make clean ; make install |
If system is Suse 9.0 and errors occur when"make clean ; make install", do commands: |
|
# cd /usr/src/linux/
# make cloneconfig
# make dep
then do "make clean ; make install" again in /temp/wch
|
Load driver module, do command: |
|
# modprobe wch
or
# insmod /temp/wch/driver/wch.ko (wch.o for kernel 2.4)
Check driver module, do command:
# lsmod | grep wch
如果在执行“modprobe wch”时出现以下错误:FATAL: Error inserting wch (/lib/modules/2.6.32-71.el6.i686/kernel/drivers/char/wch.ko): No such device or address
可能是设备没有插好,请检查设备的安装情况。有些PCI转接卡也是导致这个错误的原因,如果是这样,请不要使用PCI转接卡,直接插在主板PCI槽上。 |
◇输入以下命令,以下显示说明设备安装正常。 |
|
[root@localhost]#lspci -v |grep 4348
3:06.0 Serial controller: Device 4348:3253 (rev 10) (prog-if 02 [16550])
Subsystem: Device 4348:3253
|
◇设备驱动安装完成,可以在/dev文件夹下找到类似ttyWCH0这样的文件。 |
|
If
device nodes aren't in /dev, do commands:
# cd /temp/wch/wchmknod
# ./wchmknod
This will create device nodes in /dev.
|
◇ttyWCH0就是可使用的串口资源。 |
|
设备外观 |
|
|
|
|