• 0 Posts
  • 58 Comments
Joined 9 months ago
cake
Cake day: December 31st, 2023

help-circle
  • It’s not a permanent one and it works for the time being, can’t see the reason for the downvotes honestly.

    It’s just a bad idea in general. A better option would be to patch the binary to use 15. They both have the issue of forcing paru to work with a library it wasn’t explicitly designed for, but symlinking (or copying) 15 to 14 forces the hack to be “system wide” instead of restricted to a single binary

    as well, your solution is “temporary” only if you remember to fix it, vs patching which is (by default) overwritten the next time paru is updated

    it “works”, but it’s not something i’d recommend someone else do








  • It might be your phone getting a notification, and sending that to the BT speaker, which then takes precedent over the laptop

    I usually just disable BT on my phone when stuff like that happens (on android, you can change the playback device without disconnecting, and that should also prevent the phone from stealing your headphones)



  • For a while, I had to do this after every kernel update

    Turns out, i accidentally had two /boot folders. One was is own partition, and the other was on the rootfs partition. When Arch booted, the separate partition was mounted over the rootfs /boot dir, “shadowing” it

    Except, UEFI / GRUB was still pointing to the rootfs partition. So when pacman installed a kernel update, it wasn’t able to update the kernel that UEFI was booting, but it was able to update the kernel modules

    Kernel no likey when kernel modules are newer than the kernel itself