Cast: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* OS: Ubuntu 22.04
* Motherboard: [https://rog.asus.com/us/motherboards/rog-strix/rog-strix-b450-f-gaming-ii-model/ ASUS ROG STRIX B450-F GAMING II]
* Motherboard: [https://rog.asus.com/us/motherboards/rog-strix/rog-strix-b450-f-gaming-ii-model/ ASUS ROG STRIX B450-F GAMING II]
  sudo dmidecode -t 2
  sudo dmidecode -t 2
Line 6: Line 5:
  sudo lspci|grep VGA
  sudo lspci|grep VGA
   VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
   VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
=== Bluetooth ===
I plugged in a tp-link UB500 Plus usb dongle, 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.

Latest revision as of 14:54, 1 October 2025

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 plugged in a tp-link UB500 Plus usb dongle, 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.