readme
来自「DM9102 Windows CE & Linux driver QNX 6.」· 代码 · 共 56 行
TXT
56 行
1. System RequirmentQNX 6.1.0/6.2.0OS shared libraries for x86GNU C++ shared libraries for x86C/C++ Toolset for x86 targeting x86Development (libs and headers) targeting x86Network DDK targeting x86Libtool for x86AutomakeAutoconf2. Network DDKBefore you compile the driver, please make sure your system has installed Network DDK. The files listed as below are needwhile compiling the driver./usr/include/drvr/mdi.h/usr/include/drvr/support.h/usr/include/drvr/eth.h/x86/usr/lib/libdrvr.a/x86/usr/lib/libdrvrS.a3. How to compile the driver and use it?For example, the files are placed under /root/qnx/dm9102.cd /root/qnx/dm9102makecp /root/qnx/dm9102/x86/dll/devn-dm9pci.so /lib/dll/devn-dm9pci.somount -T io-net /lib/dll/devn-dm9pci.so 4. How to startup the driver module automatically every time the system starting up:copy driver module(devn-dm9pci.so) to /lib/dlland then add the following lines to the configuration file /etc/system/enum/devices/net # DAVICOM DM9PCI device(pci, ven=1282, dev=9102) device(pci, ven=1282, dev=9009) tag(devn) append(legacy, ",nonet") requires($(IONET_CMD),) uniq(netnum, devn, 0) mount(-Tio-net "-opci=$(index)" /lib/dll/devn-dm9pci.so, "/dev/io-net/en$(netnum)")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?