[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#833861: /dev/ipmi* missing on ppc64*



Package: linux
Version: 4.6.4-1
Tags: patch

--

Hi,
when trying to use ipmitool locally on a ppc64el host, I get this :

---
debian@abanc:~$ ipmitool lan print 1
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such
file or directory
---

I saw that ipmi_powernv module is not compiled in the kernel package.
I used the attached patch and it build the module and I can now load the
module, I see /dev/ipmi0 created and I can run ipmitool. I guess the same issue
will happen on ppc64.
Let me know what you think.
Thanks!


F.
diff -Nru linux-4.6.4/debian/config/kernelarch-powerpc/config linux-4.6.4/debian/config/kernelarch-powerpc/config
--- linux-4.6.4/debian/config/kernelarch-powerpc/config	2016-07-18 21:59:51.000000000 +0200
+++ linux-4.6.4/debian/config/kernelarch-powerpc/config	2016-07-18 21:57:31.000000000 +0200
@@ -172,6 +172,7 @@
 # CONFIG_IPMI_PANIC_EVENT is not set
 CONFIG_IPMI_DEVICE_INTERFACE=m
 CONFIG_IPMI_SI=m
+CONFIG_IPMI_POWERNV=m
 CONFIG_IPMI_WATCHDOG=m
 CONFIG_IPMI_POWEROFF=m
 

Reply to: