当前位置: 技术问答>linux和unix
在FC6 Linux下安装Moxa多串口卡的问题
来源: 互联网 发布时间:2016-01-25
本文导语: 在FC6 Linux操作系统安装Moxa多串口卡(型号:cp-104UL v2)时碰到以下问题,希望获得解决思路: 按照厂商所提供的以下安装方法进行安装,当执行到步骤2的make clean; make install时,系统提示以下错误,无法安装成功:...
在FC6 Linux操作系统安装Moxa多串口卡(型号:cp-104UL v2)时碰到以下问题,希望获得解决思路:
按照厂商所提供的以下安装方法进行安装,当执行到步骤2的make clean; make install时,系统提示以下错误,无法安装成功:
make[1]: Entering directory `/moxa/mxser/driver'
make -C /lib/modules/2.6.18-1.2798.fc6xen/build SUBDIRS=/moxa/mxser/driver modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.18-1.2798.fc6xen/build: 没有那个文件或目录。 停止。
make: Leaving an unknown directory
make[1]: *** [module] 错误 2
make[1]: Leaving directory `/moxa/mxser/driver'
make: *** [driver_install] 错误 2
请问该如何解决此问题?
厂商提供的安装方法如下:
Linux Driver Installation
1. Execute the following commands from the Linux prompt:
#mount /dev/cdrom /mnt/cdrom
#cd /
#mkdir moxa
#cd moxa
#cp /mnt/cdrom//mxser.tgz .
#tar xvfz mxser.tgz
2. #cd mxser
#make clean; make install
3. #cd /moxa/mxser/driver
#./msmknod
4. #modprobe mxser
5. Use the Moxa diagnostic utility to verify the driver status:
#cd /moxa/mxser/utility/diag
#./msdiag
6. Use the Moxa terminal utility to test the tty ports:
#cd /moxa/mxser/utility/term
#./msterm
按照厂商所提供的以下安装方法进行安装,当执行到步骤2的make clean; make install时,系统提示以下错误,无法安装成功:
make[1]: Entering directory `/moxa/mxser/driver'
make -C /lib/modules/2.6.18-1.2798.fc6xen/build SUBDIRS=/moxa/mxser/driver modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.18-1.2798.fc6xen/build: 没有那个文件或目录。 停止。
make: Leaving an unknown directory
make[1]: *** [module] 错误 2
make[1]: Leaving directory `/moxa/mxser/driver'
make: *** [driver_install] 错误 2
请问该如何解决此问题?
厂商提供的安装方法如下:
Linux Driver Installation
1. Execute the following commands from the Linux prompt:
#mount /dev/cdrom /mnt/cdrom
#cd /
#mkdir moxa
#cd moxa
#cp /mnt/cdrom//mxser.tgz .
#tar xvfz mxser.tgz
2. #cd mxser
#make clean; make install
3. #cd /moxa/mxser/driver
#./msmknod
4. #modprobe mxser
5. Use the Moxa diagnostic utility to verify the driver status:
#cd /moxa/mxser/utility/diag
#./msdiag
6. Use the Moxa terminal utility to test the tty ports:
#cd /moxa/mxser/utility/term
#./msterm
|
linux源码,
好像如果要安装驱动的话,必须要安装linux源码。
好像如果要安装驱动的话,必须要安装linux源码。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。