| Summary: | "i915kms_load="YES"" in /boot/loader.conf panics kernel in 10.1 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Bob Madden <b0bfreebsd> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | bsd, emaste, imp, johalun0, zsnafzig |
| Priority: | --- | ||
| Version: | 10.1-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Bob Madden
2015-08-21 01:54:59 UTC
I was gonna file a bug report but found this. On Macbook Air's 2012 (Sandybridge) and 2013 (Haswell) I can not load i915kms from loader.conf. If I do the system hangs. Loading is with kldload or via startx both works fine. I am having the same problem with a Thinkpad T440p. I'm not running the most current current, but I didn't see any i915-related svn commits since. From uname: 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r297046: Sat Mar 19 02:16:14 EDT 2016 The cpu is: CPU: Intel(R) Core(TM) i5-4300M CPU @ 2.60GHz (2594.05-MHz K8-class CPU) When I load i915kms from /boot/loader.conf it will show the system booting and then go black. No amount of blindly typing in l/p/shutdown works, so I have to power cycle. Booting with that line commented out in loader.conf works fine, and I can then kldload i915kms without issue. I'm not sure what more information I can provide that will be useful, but please let me know, I'm eager to help. My co-op student at the FreeBSD Foundation encountered this issue on a brand-new 12-current installation at r323435. (In reply to Ed Maste from comment #3) setting: kern.smb.disabled=1 i915kms_load="yes" in /boot/loader.conf allows my system to boot i915kms has been removed from the base system. The new out-of-tree modules are documented as not working from the loader and we filter out their loading by default. |