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.

How do I get a /dev/mouse that doesn go away when I reboot (when using devfs)?

away dev devfs mouse Reboot
0
Posted

How do I get a /dev/mouse that doesn go away when I reboot (when using devfs)?

0

If you are using 1.0_rc6 or later, then you can just use ln -s to make the usual symbolic link from /dev/mouse, and it will be preserved between reboots. All other users need to edit /etc/devfsd.conf and add these lines: Code listing 2.3 REGISTER ^misc/psaux$ CFUNCTION GLOBAL symlink misc/psaux mouse UNREGISTER ^misc/psaux$ CFUNCTION GLOBAL unlink mouse If you are not using the devfs PS/2 mouse /dev/misc/psaux device, adjust the misc/psaux strings above accoringly. You’ll then want to killall -HUP devfsd to get devfsd to reread /etc/devfsd.conf.

Related Questions

What is your question?

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

Experts123