-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions #1
Comments
@anton-johansson you should make sure, that the correct driver bcm5974 is loaded for the device. Maybe the instructions here will help you: |
Appreciate your work. I have upgraded my Ubuntu to 18.04, and installed this driver through |
@chenliushan please try to load the compiled module with insmod first, then we will look why it fails:
Please tell me if this works. If so you maybe only need to add a entry to /etc/modules-load.d/. Maybe you also need to xz the kernel module. I dont know for sure, as i dont run ubuntu. But the manual loading of the driver should work like described. /etc/modules-load.d/hid-magicmouse.conf: |
Thanks for your reply.
|
@chenliushan please make sure that the correct hid-magicmouse driver gets loaded and try the following steps:
Now unplug the trackpad and plug it back in, to see which driver gets loaded. |
Thanks @robotrovsky. This is what I got after running commands you have mentioned above:
|
@chenliushan have you been able to resolve this issue? Which distribution are you using? |
@robotrovsky I'm having a similar problem with no input driver being loaded. Pointer and left-click work, but no two-finger gestures. I'm using Linux Mint 19 beta at the moment and experiencing similar results on pure Ubuntu 18.04. After doing the rmmod/insmod routine, I sget this in my Xorg log:
|
I am seeing the same thing on Ubuntu. No mtrack, using libinput. I have seen an error about failed verification sometimes, but not when I manually insmod.
Manual |
Sorry, @robotrovsky I have not solved this problem. |
My problem solved by upgrading the Ubuntu kernel to 4.18.5-041805-generic. |
I tried to get this working in my Kubuntu 17.04 dist with the following:
git://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git
Is there anything else I need to do to make it work? I'm quite lost after this, it feels like I need to do something more. I still only get the single finger movement and taps from the trackpad.
The text was updated successfully, but these errors were encountered: