Fix mellanox module loading.
My previous attempt at forcing the mellanox module to load was completely bogus. This should not be (although I lack hardware to be 100% sure). Change-Id: I22ff88181c9c9f0c024e021eeb7f16d79715241a Closes-Bug: #1233949
This commit is contained in:
parent
4a751ba162
commit
8c17a5d040
@ -6,4 +6,4 @@ set -e
|
|||||||
home=$(dirname $0)
|
home=$(dirname $0)
|
||||||
|
|
||||||
install -m 0644 -o root -g root $home/mellanox-rules.udev /etc/udev/rules.d/81-mellanox.rules
|
install -m 0644 -o root -g root $home/mellanox-rules.udev /etc/udev/rules.d/81-mellanox.rules
|
||||||
install -m 0644 -o root -g root $home/mellanox.modprobe /etc/modprobe.d/mellanox.conf
|
echo "mlx4_en" >>/etc/modules
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
# /etc/modprobe.d/mellanox.conf
|
|
||||||
# Attempt to force the mellanox driver to be loaded
|
|
||||||
/sbin/modprobe mlx4_en
|
|
Loading…
Reference in New Issue
Block a user