ralphsc

Results 11 comments of ralphsc

We all have this problem as the correct drivers are not installed in the OS. Try this script, I edited to fit Elementary OS, First install: apt install git curl...

This isn't working on Elementary OS 5.1.5. Here's the steps I'm taking. Move the original kernel driver hid-magicmouse.ko from my 5.3.0-59-generic kernel and running "depmod -a" then reboot. After the...

Hi Ricardo, Yes I was using your fork for this. I'll take a look at https://github.com/rohitpid/Linux-Magic-Trackpad-2-Driver/pull/1 and let you know how it goes. On Fri, Jun 12, 2020 at 9:20...

Ricardo, I tried the suggestions in the link you sent but it's still not working. This time I installed by running install-fix.sh, the mouse now moves but without scrolling. I...

And just so you can see what happens with the udev rule in place here's the xorg log output when the mouse is connected: [ 1845.138] (II) config/udev: Adding input...

Hey Ricardo, No worries man. Thanks for the info I'll read through it and if I do figure it out I'll share what works with this thread. Thanks again for...

On Elementary OS I had to add a DRIVER section to get it to work, like so: SUBSYSTEM=="input", \ KERNEL=="mouse*", \ KERNELS=="0005:004C:0269.*" SUBSYSTEMS=="hid", \ DRIVERS=="hid-generic", \ ACTION=="add", \ SYMLINK+="input/magicmouse-%k", \...

I tried it and it didn't work for me. If I change the udev rule, disconnect the mouse, unload the driver and click the mouse it pair's with BT and...

udev: Version: 237-3ubuntu10.41 xinput: Version: 1.6.2-1build1

It didn't work with that rule either. It seems that if I have "magicmouse" as a driver it fails to function. Here's the hid drivers I have loaded when the...