<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">We have a second person with the same problem.  Michael suggests trying to backout commit 131acb0380e93664f106117ebf8ba322a3d1b7c4</div><div dir="ltr"><br></div><div>Basically, start with a 5.4 base (not 5.2), use a usb keyboard temporarily.</div><div><br></div><div>cd /usr</div><div>make src-create</div><div dir="ltr"><br></div><div>Make sure you are on the correct release:</div><div dir="ltr"><br></div><div>cd /usr/src</div><div>git checkout DragonFly_RELEASE_5_4</div><div dir="ltr"><br></div><div>Then try reverting the specified commit and rebuild the kernel, install it, reboot, and see if the keyboard works.</div><div><br></div><div>cd /usr/src</div><div>git revert 131acb0380e93664f106117ebf8ba322a3d1b7c4</div><div>(assuming it works)</div><div>make -j 8 nativekernel</div><div>make installkernel</div><div>sync</div><div>reboot</div><div><br></div><div>-Matt</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 9, 2018 at 11:20 AM Matthew Dillon <<a href="mailto:dillon@backplane.com">dillon@backplane.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">You are the second person to report this.  Check a few things.  The laptop keyboard is clearly attaching via atkbd in both dmesg's.  The question is why isn't it registering keystrokes.  So lets check whether you are getting interrupts on irq 1.  You can observe this with:<div><br></div><div>vmstat -i -v</div><div><br></div><div>The count should normally be non-zero, and when you hit a key on the laptop keyboard, the count should increase by 2 each time.</div><div><br></div><div>-Matt</div></div>
</blockquote></div>