This is my first post but I think this falls under peripheral hardware. I have been working my way though the handbook but am only up to chapter 4 and sporatically have read some of the other sections.
hardware: lenovo x130e netbook
os: FreeBSD version 12.1
DE: XFCE4 (installed with pkg)
Issue: Trackpoint doesn't work most the time, the trackpad always works though. I have the xf86-input-libinput package installed and before this I tried some things according to posts by others with thinkpads; I attempted to install and use xf86-input-synaptics although this did nothing that I could tell. I also have it enabled in the /boot/loader.conf file, and have set the sensitivity in the/etc/sysctl.conf file.
I have gathered as much info from my system as I know how at the moment and this is the output I am getting from
From my best understanding it keeps that atkbdc0 is probably my trackpoint and the things that is causing so many issues.
I have also attached my config files from my system and have a
hardware: lenovo x130e netbook
os: FreeBSD version 12.1
DE: XFCE4 (installed with pkg)
Issue: Trackpoint doesn't work most the time, the trackpad always works though. I have the xf86-input-libinput package installed and before this I tried some things according to posts by others with thinkpads; I attempted to install and use xf86-input-synaptics although this did nothing that I could tell. I also have it enabled in the /boot/loader.conf file, and have set the sensitivity in the/etc/sysctl.conf file.
I have gathered as much info from my system as I know how at the moment and this is the output I am getting from
dmesg | grep psm
while booted with the verbose option selected.From my best understanding it keeps that atkbdc0 is probably my trackpoint and the things that is causing so many issues.
Code:
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Synaptics Touchpad, device ID 0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Synaptics Touchpad, device ID 0
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0067
psm: status 00 02 64
psm: status 00 00 64
psm: status 00 03 64
psm: status 00 03 64
psm: data 08 00 00
psm: status 00 47 18
psm: status 01 e2 b1
psm: status d0 01 a3
psm: status 41 80 b4
psm: status 94 03 00
psm: status 12 3c 00
psm: status b4 63 a4
psm: status 24 8c 12
psm: status 1c 7d 40
psm: status 00 02 64
psm0: <PS/2 Mouse> flags 0x3000 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Synaptics Touchpad, device ID 0-00, 4 buttons
psm0: config:00007000, flags:00000008, packet size:6
psm0: syncmask:c0, syncbits:00
I have also attached my config files from my system and have a
acpidump
if that would be helpful. If anyone can point me in a direction on what to do next even that would be most helpful as I have reached the current limit of my understanding. Thanks.