-
Notifications
You must be signed in to change notification settings - Fork 400
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
feat(bluetooth): implement bluetooth support in initrd #1139
Conversation
Please change this PR to a draft. That your own connection fails in your own testing and "others can get it to go a bit further" makes it obviously an incomplete PR... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just did some pre-review, Start by fixing these issues also change your commit msg to feat(bluetooth): implement bluetooth support in initrd
so it passes the commisery check.
260cf52
to
577a732
Compare
1ed4023
to
9458e4d
Compare
- Included a bluetooth module that installs modules, firmware, udev rules and bluetoothd. - systemd and dbus are required by bluetoothd - Include bluetooth by default if BT keyboard or combo found
This module is working reliably for me. Is there anything else blocking this from being merged (the only failed test seems unrelated)? |
I'm dismissing this review because the issue in the review have been addressed and github is blocking the merge
Hi! I've Fedora Silverblue 35 running on my computer and have the latest updates installed. I tried to enable bluetooth module by adding a file like this:
And then tried to regenerate initramfs with the following command:
I can see the bluetooth related files inside initramfs including the files that are probably needed for my keyboard:
But when I reboot my computer, it doesn't get paired with the keyboard at LUKS prompt so I can't type my encryption password in. Am I doing something wrong? Do I need to do additional stuff? |
would like to know as well running fedora kernel 6.9.7 |
This pull request changes...
Changes
Checklist
For me, this PR improves on Implemented bluetooth support in initrd. #544 in that I can now use Bluetooth keyboards:
rd.break
boot (e.g. to also enter my root password theemergency shell
prompt).Fixes #270