OS: Ubuntu 16.04.3 LTS
$ lspci | grep Mellanox
01:00.0 Ethernet controller: Mellanox Technologies MT27520 Family [ConnectX-3 Pro]
$ mstflint -d 01:00.0 q
Image type: | FS2 |
FW Version: | 2.42.5000 |
FW Release Date: | 5.9.2017 |
Product Version: | 02.42.50.00 |
Rom Info: | type=PXE version=3.4.752 devid=4103 |
Device ID: | 4103 |
PSID: | MT_2340111023 |
I have installed all drivers, ran '/etc/init.d/mlnx-en.d retstart' , got :
Unloading NIC driver: [ OK ]
Loading NIC driver: [ OK ]
BUT can't see mellanox interface (ifconfig -a)
when I type now 'dmesg | grep mlx' , I get:
[ | 0.991278] mlx_compat: loading out-of-tree module taints kernel. |
[ | 0.991286] mlx_compat: module verification failed: signature and/or required key missing - tainting kernel |
[ | 0.992456] mlx4_core: Mellanox ConnectX core driver v4.1-1.0.2 (27 Jun 2017) |
[ | 0.992479] mlx4_core: Initializing 0000:01:00.0 |
[ | 0.992621] mlx4_core 0000:01:00.0: Missing UAR, aborting |
What is the problem here?
P.S. I had no problem with this NIC on my computer, when used Ubuntu 14.04 LTS