Artix Linux Forum

Artix Linux => System => Topic started by: kiblaster on 06 March 2023, 20:37:16

Title: Updating to kernel 6.1.14-artix1-1 breaks many things
Post by: kiblaster on 06 March 2023, 20:37:16
I downgraded to 6.1.10-artix1-1 because after upgrading:


No more bluetooth on the downgraded kernel:
Code: [Select]
blueman-manager 
blueman-manager 20.51.25 ERROR    Manager:147 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 20.51.25 ERROR    Manager:151 on_dbus_name_appeared: No adapter(s) found, exiting
Edit: it started to work, although I couldn't connect to my desktop or my PinePhone.

Was uinput module removed by the kernel?
I use ydotool to perform right click etc.

My device: CHUWI UBook.
Title: Re: Updating to kernel 6.1.14-artix1-1 breaks many things
Post by: nous on 06 March 2023, 22:43:11
This 6.x kernel series is a disaster, but hey, at least it comes with a CoC!
Title: Re: Updating to kernel 6.1.14-artix1-1 breaks many things
Post by: kiblaster on 25 May 2023, 18:55:27
Today I upgraded the kernel and I can't see the BT again.
Same blueman-manager errors as before.
I turned it off and then on thrice.
Code: [Select]
uname -r
6.3.3-artix1-1

Title: Re: Updating to kernel 6.1.14-artix1-1 breaks many things
Post by: Caramon2 on 27 May 2023, 04:46:52
https://www.phoronix.com/news/Linux-6.3-XFS-Metadata-Corrupt

> Since last week has been this Red Hat BugZilla report over XFS metadata corruption when upgrading to Linux 6.3.3.
Title: Re: Updating to kernel 6.1.14-artix1-1 breaks many things
Post by: suren on 27 May 2023, 06:15:18
I downgraded to 6.1.10-artix1-1 because after upgrading:
...

TLDR: read wiki (https://wiki.archlinux.org/title/Bluetooth) and go over installation, configuration and troubleshooting. check if device appear in "rfkill" command

Before Kernel 6, there was 2 or 3 different Interfaces (not the word, I just forgot the word for it) for communicating with A single device. so for me I was able to control brightness with all 3 but none worked properly, so i end up write script to modify  the file in " /sys "
after Kernel 6 , I abandoned those scripts and now everything works out of box
the kernel dev end up dropping old method of handling devices that had replacement 

as for what you can do, you can check if your device is being recognized to begin with or not.
so for bluetooth go to wiki (https://wiki.archlinux.org/title/Bluetooth) and go over installation, configuration and troubleshooting. look for when your device report is not similar to wiki. then just google the error or what is missing (there's definitely someone in arch or fedora that face same problem)

best case scenario, it will be fixed by time

This 6.x kernel series is a disaster, but hey, at least it comes with a CoC!
totally worth it
Title: Re: Updating to kernel 6.1.14-artix1-1 breaks many things
Post by: kiblaster on 28 May 2023, 16:24:56
Code: [Select]
lsusb
...
Bus 001 Device 004: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
...

https://linux-hardware.org/?id=usb:8087-0aaa.

A workaround is to unload and load the btusb module:
Code: [Select]
modprobe -r btusb
modprobe btusb