I have Ubuntu 18.04. Today in the morning I allowed the updates were installed and after system requested reboot mouse wheel doesn't scroll content up and down anymore. Touchpad still does but it's not convenient for me. Mouse A4tech laser Model: X6-22D which is connected to the laptop Asus UX310U by wire. Any ideas? Can I fix it or roll back mouse driver update.
4 Answers
I did not find another progressive solution yet and kernel version 5.0.0-27 solved my mouse scrolling problem (until now without any side effects).
I have an A4Tech X6-80D mouse and the 4.15.0-62 kernel contained this bug, so I installed kernel 5.0 on my Ubuntu 18.04.3 LTS with the commands below (kernel 5.0 is not automatically installed if you have initially an Ubuntu version lower than 18.04.2).
Desktop edition:
sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
I did not try the Server edition, for which
xorg
is not needed:sudo apt-get install --install-recommends linux-generic-hwe-18.04
Original source to install kernel 5.0 can be found via How to Get Linux Kernel 5.0 in Ubuntu 18.04 LTS.

- 117,780

- 23
Boot with your previous kernel version by selecting Advanced options for Ubuntu off the grub menu. For more details (or if grub doesn't appear) see:

- 102,282
-
I'll do it for sure but later on, once I'll finish critical work. – vadym lobzakov Sep 05 '19 at 11:08
-
Don't hold your breath though: it may be due to Xorg mouse driver rather than the kernel. It actually seems to be more likely. – Ruslan Sep 05 '19 at 13:02
I can confirm the problem described above on my Dell Laptop with Ubuntu 18.04: after updating, my A4Tech X6-60MD mouse wheel is not scrolling content anywhere.
After updating the kernel to version 5.0 by running:
sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
The problem has disappeared.

- 117,780

- 1
please check the mouse setting
In the Mouse Properties window, select the Wheel tab and try adjusting the number of lines to scroll the mouse or try changing the mouse to scroll one page at a time. After this is adjusted, click Apply and then click OK. Verify this change helps correct your mouse issues.
Please check Instruction in the given image
-
3Sounds promising but neither on your picture nor in my settings I see no Wheel tab. I just can adjust the Mouse speed and it works properly. So, I couldn't find page scrolling or lines scrolling number and sure there is no Apply button in the mouse settings. May be I need to click somewhere to get this wheel tab? – vadym lobzakov Sep 05 '19 at 10:15
-
So, guys thanks a lot all of you. Seems I got to the bottom of that mysterious issue but not as deep as I wanted to since I have no time for debugging. So, I connected another mouse and it works properly. Seems some chips aren't supported anymore by new driver. – vadym lobzakov Sep 05 '19 at 20:40
-
uname -r
command? – WinEunuuchs2Unix Sep 05 '19 at 10:36