Problem was identified in qla2xxx driver and card :
[   27.091990] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 
8.06.00.08-k.
[   27.092251] qla2xxx [0000:05:00.0]-001d: : Found an ISP2532 irq 40 iobase 
0xffffc9000c4dc000.
[   27.092554] qla2xxx 0000:05:00.0: irq 166 for MSI/MSI-X
[   27.092573] qla2xxx 0000:05:00.0: irq 167 for MSI/MSI-X
[   29.968292] scsi3 : qla2xxx
[   29.969054] qla2xxx [0000:05:00.0]-00fb:3: QLogic QMH2572 - PCI-Express Dual 
Channel 8Gb Fibre Channel Mezzanine HBA, NFF.
[   29.969065] qla2xxx [0000:05:00.0]-00fc:3: ISP2532: PCIe (5.0GT/s x8) @ 
0000:05:00.0 hdma+ host#=3 fw=7.03.00 (90d5).
[   29.969218] qla2xxx [0000:05:00.1]-001d: : Found an ISP2532 irq 44 iobase 
0xffffc9000c4ee000.


The version of Qlogic card from HP brand seems is not fully compatible with 
driver "8.06.00.08-k" and linux-firmware version "1.79.16" installed.

To create a workaround i do this :

- disable at boot time qla2xxx :
echo "blacklist qla2xxx" > /etc/modprobe.d/blacklist_qla2xxx.conf
update-initramfs -u

- download new version of firmware from qlogic :
cd /lib/firmware 
mkdir old
mkdir new
cp ql2*_fw.bin old
cd new
wget http://ldriver.qlogic.com/firmware/ql2100_fw.bin ;
wget http://ldriver.qlogic.com/firmware/ql2200_fw.bin ;
wget http://ldriver.qlogic.com/firmware/ql2300_fw.bin ;
wget http://ldriver.qlogic.com/firmware/ql2322_fw.bin ;
wget http://ldriver.qlogic.com/firmware/ql2400_fw.bin ;
wget http://ldriver.qlogic.com/firmware/ql2500_fw.bin ;
cp ql2*_fw.bin ../

add option to /etc/default/grub nomsi to grub boot :

GRUB_CMDLINE_LINUX="xxxxx   nomsi"
update-grub

reboot

- execute only after 5 seconds system boot up of (using a script in /etc/rc2.d/ 
) :
modprobe qla2xxx

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1550300

Title:
  hp C7000 and bl460c gen 8 - Virtual Fan issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550300/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to