Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

device psm0 at atkbdc?

device IRQ psm0
0
Posted

device psm0 at atkbdc?

0

See the Handbook entry on configuring the kernel if you’ve no experience with building kernels. Once you have a kernel detecting psm0 correctly at boot time, make sure that an entry for psm0 exists in /dev. You can do this by typing: cd /dev; sh MAKEDEV psm0 when logged in as root.

0

The psm driver provides support for the PS/2 mouse style pointing device. Currently there can be only one psm device node in the system. As the PS/2 mouse port is located at the auxiliary port of the keyboard con- troller, the keyboard controller driver, atkbdc, must also be configured in the kernel. Note that there is currently no provision of changing the irq number. Basic PS/2 style pointing device has two or three buttons. Some devices may have a roller or a wheel and/or additional buttons. Device Resolution The PS/2 style pointing device usually has several grades of resolution, that is, sensitivity of movement. They are typically 25, 50, 100 and 200 pulse per inch. Some devices may have finer resolution. The current resolution can be changed at runtime. The psm driver allows the user to initially set the resolution via the driver flag (see DRIVER CONFIGURATION) or change it later via the ioctl(2) command MOUSE_SETMODE (see IOCTLS). Report Rate Frequency, or report rate, at which

0

irq12 flags 0x1000 recompiled kernel for the thousandth time. rebooted… noted psm0 showed up in the boot messages (YAY) did moused -p /dev/psm0 (nearly had a heart attack when it didnt say “device not configured”) vidcontrol -m on pointer appeared in console and worked! started X and finally have a working touchpad. Im still slightly in shock, first got fullscreen 24 bit display in X on this thing last night and tonight finally got touchpad working, no more external mouse 🙂 Well that was what worked for me, I havent looked into any special options on it, as I am just thrilled its working at all.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123