#[Solved] Bluetooth not working.
34 messages · Page 1 of 1 (latest)
could i have some context on the setup? which DE are you using?
Gnome
whats the output of systemctl status bluetooth?
run systemctl enable --now bluetooth and see if that solves your problem
go ahead
also want to quickly mention that the bluetooth service will now automatically start on boot. you shouldnt need to type that in next time
- Do I have to run systemctl enable --now bluetooth every time I boot
- Is bluetooth just disabled from the get go on Arch
guess i answered your first question right away
Yeah lol
@severe acorn sudo pacman -S pipewire pipewire-audio pipewire-pulse pipewire-session-manager pipewire-v4l2
remove pulseaudio
then reboot
its solved
Also I don't have pulseaudio installed
as for if its disabled by default? i.. guess you could say that? at least the service isnt automatically enabled, because not everyone needs it
its just a default. no clue why though
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
Ok so I should keep that terminal code somewhere then
whenever you feel done with the questions follow these steps ^
[Solved] Bluetooth not working.
meh. systemctl enable --now is the equivilant of systemctl enable which autoamtically starts the service at boot. it also runs systemctl start which just starts the service for the current session (so you dont have to type them both)
you shouldnt really need it. though if you wish to read more on this then feel free to check out..
... bluetooth
#16887 📣 vulnerable wireless protocol if you see this message dont use bluetooth please
that ^
Dope thanks man