keyboard doesn't work

Hello!
I installed GNOME2.
In the file /etc/rc.conf
Code:
gnome_enable="YES"
I installed the drivers for the mouse and keyboard. But after running gnome after a while the keyboard stops working. I managed to write only user password and press Enter. At the forum I could not find a solution.
Please can you help me?
 
Did you install Xorg? Did you configure Xorg? Are hald and dbus enabled? Are any messages or errors logged when the keyboard stops working?
 
I installed Xorg.
gnome_enable="YES" should include
Code:
hald_enable="YES"
dbus_enable="YES"
gdm_enable="YES"
Now I reinstalled the gnome2-lite on gnome2.
When finished with the installation, I will write all the error messages.
Thank you for responding.
 
/var/log/messages

Oct 10 22:52:40 NasBSD kernel: ppi0: <Parallel I/O> on ppbus0
Oct 10 22:52:40 NasBSD kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Oct 10 22:52:40 NasBSD kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Oct 10 22:52:40 NasBSD kernel: kbd0 at atkbd0
Oct 10 22:52:40 NasBSD kernel: atkbd0: [GIANT-LOCKED]
 
Back
Top