Submit #3164
closedDFBSD 5.4 keyboard doesn't work
Description
After booting from the installation media 5.4 keyboard not functional. Release 5.2.2 does not have this issue.
My hardware is a old Core 2 Duo laptop, with embedded standard PS/2-keyboard. External USB-keyboard works fine.
Updated by lukacern almost 6 years ago
I have to same issue on notebook HP Probook 430 G4. USB keyboard works fine.
Updated by dillon almost 6 years ago
- Status changed from New to In Progress
- Assignee set to dillon
- Priority changed from Normal to Urgent
I have pushed a commit to both master and DragonFly_RELEASE_5_4 which changes the work that we believe broke the keyboard. Please pull and recompile your kernel and tell us if it fixed it. We do not have images up for the fix yet.
if you need sources:
cd /usr
make src-create
Make sure you are on the correct branch (either master or DragonFly_RELEASE_5_4). Pull the latest sources if you already have the git repo. The commit should be near the top, commit id 0b783d533b7dd.
cd /usr/src
git checkout DragonFly_RELEASE_5_4
git pull
Compile (be sure compile finishes clean without errors) and install new kernel, reboot, and test:
cd /usr/src
make -j 4 nativekernel
make installkernel
sync
reboot
-Matt
Updated by cglogic almost 6 years ago
Tested on branch master. Now keyboard work.
Thank you for quick fix!
Updated by Anonymous over 5 years ago
- Tracker changed from Bug to Submit
- Subject changed from DFBSD 5.4 keyboard doesn't work to Looking for a boyfriend
- Description updated (diff)
- Category set to manpage
- Priority changed from Urgent to Immediate
- Target version set to 13
Updated by tuxillo over 5 years ago
- Subject changed from Looking for a boyfriend to DFBSD 5.4 keyboard doesn't work
- Category changed from manpage to Other
- Priority changed from Immediate to Normal
Updated by dillon over 5 years ago
- Status changed from In Progress to Closed
closing bug report, fix in both branches.
-Matt