Cast: Difference between revisions
No edit summary |
|||
Line 17: | Line 17: | ||
sudo systemctl start bluetooth # to start it | sudo systemctl start bluetooth # to start it | ||
sudo systemctl enable bluetooth # to run on next reboot | sudo systemctl enable bluetooth # to run on next reboot | ||
This will let you do "bluetooth things"... | |||
bluetoothctl | bluetoothctl | ||
But honestly I can't say what worked to connect cast to office-popsicle. I just kept banging on it on both sides until it was connected. |
Revision as of 14:53, 1 October 2025
- OS: Ubuntu 22.04
- Motherboard: ASUS ROG STRIX B450-F GAMING II
sudo dmidecode -t 2
- Storage: 2 M.2 slots
- GPU: Nvidia GP108 - GeForce GT 1030
sudo lspci|grep VGA VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
Bluetooth
I installed a tp-link UB500 Plus, to pair with Office Popsicle (an Echo Pop).
Honestly I plugged it in and the bluetooth icon appeared, nice.
How to pair with Pop
Make sure service is running.
sudo systemctl start bluetooth # to start it sudo systemctl enable bluetooth # to run on next reboot
This will let you do "bluetooth things"...
bluetoothctl
But honestly I can't say what worked to connect cast to office-popsicle. I just kept banging on it on both sides until it was connected.