(Setup : FreeBSD 13.2-RELEASE-p4 GENERIC amd64)
Hello !
I'm all new to FreeBSD (trying to switch from 25 years+ from Windows) and I really enjoy it, much messy than Linux (personal feeling) and I feel like running my old Silicon Graphics IRIX !! I've been setting up my whole device by myself (Windows 11 is my main OS, I boot FreeBSD from an external SSD), but there are some things I can't solve, and I definitely don't know about this one.
I have a Bluetooth Logitech Lift (plain Bluetooth, no Unifying at all) running fine on my Windows 11, but I can't pair it in FreeBSD, simply because the mouse is not detected.
My Bluetooth setup looks fine (Intel AX201); I've followed several threads and I can detect without problem my smartphone and my external speaker (I've paired it).
cuse runs, so does bthidd service. I've added to my /etc/rc.conf
Tested both :
But it doesn't detect any Logitech device. I tried to ping the MAC but no response.
The Lift has 3 Bluetooth profiles that can be paired (physical switch) ; the 1st is paired with Windows, the 2nd one is empty (I'd like it for FreeBSD), and I tested the 3rd one by pairing it to my phone - works perfect, and while I'm on profile 2, my phone perfectly detects it as in pairing mode.
Fun fact too, I also have a Logitech MX Ergo, and it's exactly the same thing - pairing mode perfectly detected on my smartphone, and nothing appears when I scan from FreeBSD.
I think I missed something, but I can't find it...
Thanks a lot !!
Hello !
I'm all new to FreeBSD (trying to switch from 25 years+ from Windows) and I really enjoy it, much messy than Linux (personal feeling) and I feel like running my old Silicon Graphics IRIX !! I've been setting up my whole device by myself (Windows 11 is my main OS, I boot FreeBSD from an external SSD), but there are some things I can't solve, and I definitely don't know about this one.
I have a Bluetooth Logitech Lift (plain Bluetooth, no Unifying at all) running fine on my Windows 11, but I can't pair it in FreeBSD, simply because the mouse is not detected.
My Bluetooth setup looks fine (Intel AX201); I've followed several threads and I can detect without problem my smartphone and my external speaker (I've paired it).
cuse runs, so does bthidd service. I've added to my /etc/rc.conf
Code:
hcsecd_enable="YES"
bthidd_enable="YES"
sdpd_enable="YES"
Tested both :
Code:
hccontrol -n ubt0hci inquiry
bluetooth-config scan
But it doesn't detect any Logitech device. I tried to ping the MAC but no response.
The Lift has 3 Bluetooth profiles that can be paired (physical switch) ; the 1st is paired with Windows, the 2nd one is empty (I'd like it for FreeBSD), and I tested the 3rd one by pairing it to my phone - works perfect, and while I'm on profile 2, my phone perfectly detects it as in pairing mode.
Fun fact too, I also have a Logitech MX Ergo, and it's exactly the same thing - pairing mode perfectly detected on my smartphone, and nothing appears when I scan from FreeBSD.
I think I missed something, but I can't find it...
Thanks a lot !!