the update killed my bluetooth i can't get it to connect now it wants to run into my freaking hdmi
Can you please post the terminal output of
sudo lshw -C network
We needs to know what Radio Device is managing bluetooth.
Since it is leading to HDMI... Do you have Nvidia graphics?
What Device/Devices You want connect? And is the Bluetooth itself active or inactive on Your Machine? What is Your Output for sudo systemctl status bluetooth
I also lost functioning bluetooth after installing an update. I'm no expert, but installing and using this app solved it for me:
Blueman Bluetooth Manager
Hopefully this helps!
checking it out
no invidia
*-network DISABLED
description: Wireless interface
product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlp8s0
version: 00
serial: 10:68:38:2f:60:7d
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw_8821ce driverversion=6.8.0-60-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:104 ioport:f000(size=256) memory:fca00000-fca0ffff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:09:00.0
logical name: enp9s0
version: 15
serial: c8:7f:54:cf:9f:ce
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-60-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.211 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:37 ioport:e000(size=256) memory:fc904000-fc904fff memory:fc900000-fc903fff
tried that blueman it won't install
This is a kernel supplied driver. Since this happened after an Update, I would suspect the later kernel as having an Bluetooth HCI support regression.
When you boot, can you access the grub menu (for EFI boot, tap tab
or esc
at the motherboard splash screen; for MBR Legacy boot, hold the Left Shift key down at boot) and from the menu, select the Zorin Advanced Options
In the next menu, select the earlier or previous Kernel on the list
Zorin on 6.8.whatever
Then boot and test bluetooth?
sorry getting back late on this i don't get notices when ya all post back.
i saved the details you provided and will try them.
umm ok any other idea why none of the steps will work? don't work with tab or shift
It may be doing Init faster than your keypress.
Please boot as normal, then run
sudo nano /etc/default/grub
Change these two values to look like (arrow keys to navigate):
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
Once done, tap ctl+o
to overwrite, enter
to save current configuration, then ctl+x
to exit the editor.
Now, run
sudo update-grub
Reboot and it should now show the grub menu without needing to bash a bunch of keys.