Hello!
I have an Intel X520-DA2 card that I want to unlock. Is this the correct command for flipping the bits to
unlocked based on the information below:
(Don't know how to do the binary math, so I am not completely sure if the command below is completely right according to the output below?)
EDIT: When running the above command I got:
I should have the right magic word?
It does not work with length 1 in the end either..
ip addr
lspci -nn:
Thanks in advance!
I have an Intel X520-DA2 card that I want to unlock. Is this the correct command for flipping the bits to
unlocked based on the information below:
(Don't know how to do the binary math, so I am not completely sure if the command below is completely right according to the output below?)
sudo ethtool -E enp1s0f0 magic 0x154d8086 0x58 value 0xfd
<-- Wrongsudo ethtool -E enp1s0f0 magic 0x154d8086 offset 0x58 value 0xfd
<-- CorrectEDIT: When running the above command I got:
ethtool: bad command line argument(s)
For more information run ethtool -h
I should have the right magic word?
It does not work with length 1 in the end either..
ip addr
4: enp1s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
5: enp1s0f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
lspci -nn:
01:00.0 Ethernet controller [0200]: Intel Corporation Ethernet 10G 2P X520 Adapter [8086:154d] (rev 01)
01:00.1 Ethernet controller [0200]: Intel Corporation Ethernet 10G 2P X520 Adapter [8086:154d] (rev 01)
sudo ethtool -e enp1s0f0 offset 0x58 length 1
Offset Values
------ ------
0x0058: fc
sudo ethtool -e enp1s0f0
Offset Values
------ ------
0x0000: 60 09 02 00 00 00 40 00 6d 00 fd 00 8d 01 a3 01
0x0010: a9 01 af 01 b7 01 bf 01 c7 01 cf 01 09 02 b8 05
0x0020: 00 05 ff ff ff ff ff ff ff ff fa fa 9d 37 c8 02
0x0030: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
0x0040: a3 37 ff ff ff ff ff ff ff ff ff ff ff ff 94 37
0x0050: 8e 37 28 40 35 40 40 36 fc ff bd 08 00 80 48 02
Thanks in advance!
Last edited: