-
Notifications
You must be signed in to change notification settings - Fork 89
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
Driver not loading for bluetooth connection (Ubuntu 18.04) #9
Comments
I wonder if this is because of a kernel version. Ubuntu 18.04 has 4.15, but they seem to require 4.18 based on the readme. |
FWIW it's working on this Ubuntu 18.04... with the Mainline 4.18 kernel. Though I must say I didn't attempt it before upgrading the kernel because of that readme. ;-) |
did someone succeed to make it work with bluetooth ? i was only able to make it work with USB. my bluetooth module works since im able to pair with my phone and apple magic keyboard 2
|
it worked with bluetooth for me, without me having to try, but remember it does require Bluetooth 4.0, so if the machine you're trying it on doesn't have that, it probably won't. |
@StrangeNoises what kind of information should i look for ? |
I'm afraid I don't know. I belatedly just noticed your lsusb output showing that yours already is a Bluetooth 4.0 interface, so I'm out of ideas (unless, eg: you have two bluetooth interfaces and they're fighting?) It just worked for me so I didn't have to go crawling through the logs. ... and now I've sold the magic trackpad 2 anyway, for Reasons, so I can't try again. FWIW: When I used the trackpad in macOS it was mostly on a hackintosh, and there I used -- (plugs it in) -- as it turns out, exactly the same bluetooth adapter as you're using. So there shouldn't be any problem with the device itself being incompatible. When I used it on this linux laptop - its bluetooth adapter is part of the Qualcomm Atheros wifi/bluetooth combined device, although it just shows up in lsusb as "Foxconn / Hon Hai", not very usefully. |
i was dealing with this issue also
|
oki i finally found the problem, on the magic trackpad i didnt switch on/off the trackpad. ( i didnt see the small switch on the trackpad) |
The driver is not loaded when connecting the Magic Trackpad 2 via bluetooth in Ubuntu 18.04.
I can unbind from
hid-generic
and bind tomagicmouse
like so:And the device works as expected with basic multitouch functionality.
Is this a failure to match IDs from the
linux/drivers/hid/hid-ids.h
file? I don't have much experience with input drivers.The text was updated successfully, but these errors were encountered: