Using the below command, you can tell Ubuntu to treat it as a PS/2 mouse with a scroll wheel:
echo "options psmouse proto=imps"|sudo tee -a /etc/modprobe.d/psmouse.conf; sudo modprobe -r psmouse; sudo modprobe psmouse
(Thank you help.ubuntu.com)
Using the below command, you can tell Ubuntu to treat it as a PS/2 mouse with a scroll wheel:
echo "options psmouse proto=imps"|sudo tee -a /etc/modprobe. d/psmouse. conf; sudo modprobe -r psmouse; sudo modprobe psmouse
(Thank you help.ubuntu.com)