<div dir="ltr">Hello, Michael,<div>thank you very much for your reply. Sorry for not replying to you earlier. Actuall, yesterday we solved the problem in the irc chat. Pierre-Alain TORET (daftaupe) told me to set kern.evdev.rcpt_mask=3. I now have this added to /etc/sysctl.conf and my laptop keyboard works. No need for an external USB keyboard any more. </div><div><br></div><div>I am not sure if trying the master branch would make this configuration unnecessary? So far everything works all right, I finally have a fully working DragonflyBSD XFCE desktop. </div><div><br></div><div>Best regards,</div><div>Martin<br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 20, 2024 at 7:09 PM Michael Neumann <<a href="mailto:mneumann@ntecs.de" target="_blank">mneumann@ntecs.de</a>> wrote:<br></div><br>  <br>   <br>Michael Neumann, karu.pruun, <a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>Hello, Michael,<br>thank you very much for your reply. Sorry for not replying to you earlier. Actuall, yesterday we solved the problem in the irc chat. Pierre-Alain TORET (daftaupe) told me to set <br>On Sat, Apr 20, 2024 at 7:09 PM Michael Neumann <<a href="mailto:mneumann@ntecs.de">mneumann@ntecs.de</a>> wrote:<br>Hi Martin,<br><br>My experience with evdev was that X11 does not recognize it as of 6.4, as kern.features.evdev sysctl is missing. Still, your keyboard *should* work without evdev - I really believe this is a configuration issue. Can you please again attach the full xorg.conf file that you are currently using? As Peeter mentioned,  you have a typo in your xorg.conf.<br><br>As for evdev: Can you somehow try out the current HEAD revision from git? You'd have to recompile the world and kernel :)<br><br>Regards,<br><br>Michael<br><br><br>Am 20. April 2024 20:18:13 GMT+07:00 schrieb Martin Ivanov <<a href="mailto:marto1980@gmail.com">marto1980@gmail.com</a>>:<br>Hello, Peter,<br><br>thank you very much for your reply. I did that, but the keyboard still doesn't work.<br>So long as I see, the libinput and evdev drivers are loaded but that does not help, unfortunately.<br>I am attaching my current xorg.conf as well as the Xorg.0. log file.<br><br>Any suggestions will be appreciated.<br><br>Best regards,<br>Martin<br><br><br><br>On Sat, Apr 20, 2024 at 9:30 AM karu.pruun <<a href="mailto:karu.pruun@gmail.com">karu.pruun@gmail.com</a>> wrote:<br>Hello<br><br>The standard and preferred way now is to use the evdev input system.<br>This means you should use the libinput driver for both keyboard and<br>mouse. See the xorg.conf I attached to the previous email thread as an<br>example, it has both filled in with the libinput driver; you can just<br>copy them over into your xorg.conf. Also ensure you have the following<br>packages installed:<br><br>- libinput<br>- xf86-input-libinput<br>- libevdev<br>- py39-evdev<br><br>Note that you have a syntax error ("Keeyboard0" v "Keyboard0") in your<br>xorg.conf.<br><br>Best<br><br>Peeter<br><br>--<br><br>On Sat, Apr 20, 2024 at 7:58 AM Martin Ivanov <<a href="mailto:marto1980@gmail.com">marto1980@gmail.com</a>> wrote:<br>><br>> Hello,<br>> After I installing  Dragonflybsd 6.4.0, my laptop keyboard does not work in X, I am using XFCE. dmesg recognizes my keyboard as:<br>><br>> atkbdc0: Keyboard controller i8042 port 0x64,0x60 irq 1 on acpi0<br>> atkbd0: AT Keyboard irq 1 on atkbdc0<br>><br>> In my xorg.conf, I have:<br>><br>> Section "ServerLayout"<br>> InputDevice "Keeyboard0" "CoreKeyboard"<br>> EndSection<br>><br>> Section "InputDevice"<br>> Identifier "Keyboard0"<br>> Driver "kbd"<br>> EndSection<br>><br>><br>> Any suggestions will be appreciated.<br>><br>> Best regards,<br>><br>> Martin<br>><br>><br>Sans Serif<br>Send<br> <br> <br> <br> <br> <br> <br> <br> <br> <br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto">Hi Martin,<br><br>My experience with evdev was that X11 does not recognize it as of 6.4, as kern.features.evdev sysctl is missing. Still, your keyboard *should* work without evdev - I really believe this is a configuration issue. Can you please again attach the full xorg.conf file that you are currently using? As Peeter mentioned,  you have a typo in your xorg.conf.<br><br>As for evdev: Can you somehow try out the current HEAD revision from git? You'd have to recompile the world and kernel :)<br><br>Regards, <br><br>Michael <br></div><br><br><div class="gmail_quote"><div dir="auto">Am 20. April 2024 20:18:13 GMT+07:00 schrieb Martin Ivanov <<a href="mailto:marto1980@gmail.com" target="_blank">marto1980@gmail.com</a>>:</div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div>Hello, Peter,</div><div><br></div><div>thank you very much for your reply. I did that, but the keyboard still doesn't work.</div><div>So long as I see, the libinput and evdev drivers are loaded but that does not help, unfortunately.<br></div><div>I am attaching my current xorg.conf as well as the Xorg.0. log file.</div><div><br></div><div>Any suggestions will be appreciated.<br></div><div><br></div><div>Best regards,</div><div>Martin</div></div><div dir="ltr"><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 20, 2024 at 9:30 AM karu.pruun <<a href="mailto:karu.pruun@gmail.com" target="_blank">karu.pruun@gmail.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">Hello<br>
<br>
The standard and preferred way now is to use the evdev input system.<br>
This means you should use the libinput driver for both keyboard and<br>
mouse. See the xorg.conf I attached to the previous email thread as an<br>
example, it has both filled in with the libinput driver; you can just<br>
copy them over into your xorg.conf. Also ensure you have the following<br>
packages installed:<br>
<br>
- libinput<br>
- xf86-input-libinput<br>
- libevdev<br>
- py39-evdev<br>
<br>
Note that you have a syntax error ("Keeyboard0" v "Keyboard0") in your<br>
xorg.conf.<br>
<br>
Best<br>
<br>
Peeter<br>
<br>
--<br>
<br>
On Sat, Apr 20, 2024 at 7:58 AM Martin Ivanov <<a href="mailto:marto1980@gmail.com" target="_blank">marto1980@gmail.com</a>> wrote:<br>
><br>
> Hello,<br>
> After I installing  Dragonflybsd 6.4.0, my laptop keyboard does not work in X, I am using XFCE. dmesg recognizes my keyboard as:<br>
><br>
> atkbdc0: Keyboard controller i8042 port 0x64,0x60 irq 1 on acpi0<br>
> atkbd0: AT Keyboard irq 1 on atkbdc0<br>
><br>
> In my xorg.conf, I have:<br>
><br>
> Section "ServerLayout"<br>
> InputDevice "Keeyboard0" "CoreKeyboard"<br>
> EndSection<br>
><br>
> Section "InputDevice"<br>
> Identifier "Keyboard0"<br>
> Driver "kbd"<br>
> EndSection<br>
><br>
><br>
> Any suggestions will be appreciated.<br>
><br>
> Best regards,<br>
><br>
> Martin<br>
><br>
><br>
</blockquote></div>
</blockquote></div></div></blockquote></div></div></div>