Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4876 Discussions

iqv driver Connection to QV driver failed - please reinstall it!

KDutt
Beginner
9,151 Views

iQV driver is the backend driver for supporting the firmware(actually the flash) download tools on intel Ethernet adapter cards. eeupdate and lanconf tools use the iqv driver.

I am trying to rebuild this driver, and once I successfully build this driver, after I load this iqv module into Linux, I'm getting this message from both these tools.

I'm using the latest version of 1.2.0.4 of iqv driver.

However the older driver (version: 1.1.4.17) with the older tools works fine.

Anyone has any idea why this eeupdate or lanconf complaining about this message: Connection to QV driver failed - please reinstall it!

Thanks

Kongkon

0 Kudos
2 Replies
KDutt
Beginner
7,077 Views

Posting more details from the other message I opened. That message is not visible somehow, hence adding the details to this post.

The eeupdate and the lanconf tool is not working. These tools need the IQV driver. However once I load the latest driver, these tools errors out with the following messages:

Connection to QV driver failed - please reinstall it!

This output is with the older iqv driver version: 1.1.4.17

[root@xrsdev29 ~]# ./lanconf64e /VERSION

Connection to QV driver failed - please reinstall it!

Using: Intel (R) PRO Network Connections SDK v2.28.29

LANConf v1.28.29.03

Intel(R) Diagnostic Tool for PRO Series Ethernet adapters

Copyright (C) 2006 - 2017 - 2017 by Intel (R) Corporation. All rights reserved.

Intel (R) Confidential and not for general distribution.

[root@xrsdev29 ~]#

Now, if I run the older tool, it does not complain. However, in both these cases the lanconf tool should have complained, as the iqv driver is not loaded in either of these cases.

root@xrsdev29 ~]# ./STX_3PF_UTIL_106/util/intel/lanconf /VERSION

Using: Intel (R) PRO Network Connections SDK v2.24.33

LANConf v1.24.33.07

Intel(R) Diagnostic Tool for PRO Series Ethernet adapters

Copyright (C) 2006 - 2015 by Intel (R) Corporation. All rights reserved.

Intel (R) Confidential and not for general distribution.

[root@xrsdev29 ~]# lsmod |grep iqv

[root@xrsdev29 ~]#

After I load the iqv driver (latest):

[root@xrsdev29 ~]# modprobe iqv

[root@xrsdev29 ~]# modinfo iqv

filename: /lib/modules/3.10.0-327.36.3.el7.0.1.63.xl7.x86_64/weak-updates/iqv/iqv.ko

version: 1.2.0.4

license: GPL

description: 1.2.0.4

author: Intel Corporation

rhelversion: 7.2

srcversion: EBD18E94CC97F7B1A7F08EF

depends:

vermagic: 3.10.0-327.28.2.el7.0.1.29.xl7.x86_64 SMP mod_unload modversions

[root@xrsdev29 ~]#

[root@xrsdev29 ~]# ./STX_3PF_UTIL_106/util/intel/lanconf /VERSION <----- older lanconf tool, so expected output.

Driver version do not match, please reinstall driver

[root@xrsdev29 ~]# ./lanconf64e /VERSION <------- New lanconf tool came with iqv driver. It still complains after loading the iqv driver

Connection to QV driver failed - please reinstall it!

Using: Intel (R) PRO Network Connections SDK v2.28.29

LANConf v1.28.29.03

Intel(R) Diagnostic Tool for PRO Series Ethernet adapters

Copyright (C) 2006 - 2017 - 2017 by Intel (R) Corporation. All rights reserved.

Intel (R) Confidential and not for general distribution.

[root@xrsdev29 ~]#

So, why the latest IQV driver does not work with the latest eeupdate and lanconf tools, whereas older driver with older tools works!

0 Kudos
idata
Employee
7,077 Views

Hi Kongkon,

 

 

Thank you for the post. With regards to your inquiry, please visit our Resource and design center at http://www.intel.com/content/www/us/en/design/resource-design-center.html for them to better assist you.

 

 

Thank you.

 

 

rgds,

 

wb

 

 

 

 

0 Kudos
Reply