- 积分
- 6
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-4-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在只有无线网卡的笔记本上安装IDL8.2时,按照网上找到的破解方法安装,在Linux终端中输入命令 ifconfig -a,显示只有lo和wlan0网卡端口,没有eth0端口(笔记本没有有线网卡接口)。我将wlan0端口的MAC地址改为license文件相同的地址,license验证并不能通。
进入安装文件夹/usr/local/exelis/idl/bin/中,找到lmgrd命令。运行sudo ./lmgrd,终端报错为:
(idl_lmgrd) Wrong hostid on SERVER line for licence file
...
(idl_lmgrd) SERVER line says bc305bd94286, hostid is 000000000000
(idl_lmgrd) Invalid hostid on SERVER line
...
运行sudo ./lmhostid时,终端显示为:
The FLEXnet host ID of this machine is "000000000000"
验证文件并不识别wlan0端口中的MAC地址。在网上查找此错误,IDL官方给出的解释是:
Solution for "Hostid 00000000000" on Red Hat 6 and Fedora15 THIS INFORMATION ONLY PERTAINS TO SOFTWARE VERSIONS IDL 8.5, ENVI 5.3 AND PRIOR
UPDATE: Please note that this error was resolved in ENVI 5.0 SP 3 and IDL 8.2.3 as well as subsequent releases. If you are encountering this problem, please upgrade to the latest version available which should correct the issue. For assistance, please contact Harris Geospatial Technical Support.
When trying to activate ENVI/IDL on Fedora Core 15 or Red Hat 6, the license activation fails or errors out. Manually checking the Host ID shows that the Host ID is 000000000000, which will not allow FlexLM products to be licensed. The reason for the hostid displaying as "00000000000" on Fedora 15 and Red Hat 6, is they both use a new technology, BIOSDEV, that alters the network device naming. The changes to the network naming removes the standard ethX method, and adds something similar to emX.
给出的后续解决方案似乎也只是针对于将eth0网卡端口命名为em*,en*等开头的端口名称的情况,并不能适用于只有无线网卡(以w开头)的情形。
不知道本站上有没有大神成功在只有无线网卡情况下安装成功IDL?
此外,如果在笔记本上安装上一个usb与网线的转接头,能不能解决此问题?
|
|