Comment 12 for bug 1432837

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Checked /lib/modprobe.d/blacklist_linux_* on Precise, Trusty, Utopic and Vivid and all of the contain hpwdt being blacklisted.

Checking in a Proliant Server:

root@hertz:~# dmidecode | grep -i proliant
 Product Name: ProLiant DL360e Gen8
 Family: ProLiant

root@hertz:~# uname -a
Linux hertz 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
root@hertz:~# lsmod | grep hpwdt
hpwdt 14257 0

root@hertz:~# uname -a
Linux hertz 3.16.0-34-generic #45-Ubuntu SMP Mon Mar 23 17:21:27 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
root@hertz:~# lsmod | grep -i hpwdt

Awesome job. Thank you!!!