当前位置:  技术问答>linux和unix

请教各位老手,这个猫驱动怎么用?

    来源: 互联网  发布时间:2015-06-06

    本文导语:  有这样几个文件: src/serial/Makefile         Makefile for serial modem driver src/serial/ptserial.c       Serial modem driver                             (modified from Theodore Ts'o's serial.c) lib/pctel.o        ...

有这样几个文件:
src/serial/Makefile         Makefile for serial modem driver
src/serial/ptserial.c       Serial modem driver
                            (modified from Theodore Ts'o's serial.c)

lib/pctel.o                 Installable modem driver
lib/control.a               Relocatable object for Controller module
lib/dsp.a                   Relocatable object for DSP module
lib/hal.a                   Relocatable object for HAL module

include/pctel.h             Header file for ptserial.c
include/halwraps.h          Header file for interfaces to HAL module

README                      This file



说明中这样写:
HOW TO USE THE MODEM DRIVER?
========================================================================

If pctel.o compiles and links successfully, you can use 'insmod' to
install it.  The current driver source uses the major number 62
and minor number 79 (which maps into /dev/ttyS15).  You can change the
major number by changing the PCTEL_MAJOR #define.  To change the minor
number, you need to modify the rs_table[] array, and the corresponding
ttyS# will change.  The minor number value is 64 + port #.

Make sure you have a char device node for /dev/ttyS15.  Login as root
and use the 'mknod' command:

mknod /dev/ttyS15 c 62 79

You may want to use 'chgrp uucp /dev/ttyS15' to change its group owner
and 'chmod 666 /dev/ttyS15' to grant read/write access to other users.

/dev/ttyS15 will behave like a regular serial device.  Open the port
with a terminal application (e.g. Seyon).  Make sure it is
configured to use /dev/ttyS15.

You probably want to create another device node named /dev/modem (or
create a symbolic link using "ln -s",as some terminal and PPP dialer
applications use that name as its default.

If you opened /dev/ttyS15 successfully with a terminal application,
you can type in AT commands to interface with the modem (please
consult PC-TEL AT Command Summary Document for more information).


我应该编译哪几个文件,如何编译?

|
如果lib/pctel.o存在就不用编译, 直接
# insmod pctel.o

否则我想应该make 一下就可以了.

    
 
 

您可能感兴趣的文章:

  • 安装使用Redhat过程中遇到几个疑问请教linux老手.
  • 请教有关linux驱动开发,按关机键关机时,驱动应作哪些结束工作?
  • 请教!关于linux字符驱动程序
  • 请教一下在驱动里怎么调用应用程序
  • 请教!linux设备驱动
  • 请教用户空间编写设备驱动
  • Linux新手请教声卡驱动!!!!!!!!!!!
  • 请教各位大大 怎样编写LINUX触摸屏的驱动程序?
  • 请教Linux设备驱动的具体应用(基于PC)
  • 请教linux驱动复杂,庞大的结构
  • 请教一个关于驱动测试程序的问题
  • 高分相送,请教cs5530芯片组声卡驱动的问题
  • 请教:怎么安装声卡驱动?
  • 请教关于linux开发驱动程序的方向
  • 巨难请教网卡驱动
  • 请教一个显卡问题:我是u5的机器,它的显卡是集成的吗?需要安装驱动吗?
  • 请教单片机驱动程序开发
  • 《DCAD-620U ADSL Modem》linux下没有驱动怎么办?高分请教(是usb的adsl modem)
  • 高分请教一个串口驱动模块加载的问题
  • sql server数据库有没有专门的jdbc驱动程序,若有,请教怎样获得?
  • 请教如何安装内猫的驱动程序
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请教,请教,这个问题是为什么????
  • 请教本地硬盘安装问题请教本地硬盘安装问题
  • ■请教■请教redhat最基本的问题!
  • 请教一个 shell 问题,我用下面这个 shell 语句总是失败,请教
  • 高分请教,各位大侠,请教一个问题,理论高手请进??谢谢
  • 请教Linux下pgadmin3-1.0.2的编译和安装!!高分请教!
  • 各位大虾,请教装了REDHAT9操作系统后,启动时无法引导到LINUX,请教该如何解决啊
  • 请教,请教,,,一定要看!!一定要看!!
  • 请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • :请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • 请教象我这样的硬盘应如何安装Linux,我昨天试装了,但有问题。(老问题了,也看了前面的帖子,但还是来请教,请多指教)
  • 请教这种循环的执行过程
  • 请教两个redhat9问题
  • 请教如何在指定目录下查找包含指定文字的文件
  • 请教局域网中如何通过ip地址得到主机名
  • 请教kdevelop的问题
  • 请教linux 下的adsl拨号问题.
  • 请教,如何用虚拟订机安装liux
  • 【请教】LINUX 下SNMP的MIB开发
  • 请教一个opengl的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3