Jump to content

Freedom8930

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Looks like this is the patch: https://github.com/armbian/build/commit/03dd4d02df16083c8902613a6338c2f292e6ccee https://github.com/armbian/build/commit/46e756540eb01cbefb31cad744e04afc4282e0e0. There haven't been any tags in this repo since February, so it's not easy to tell what releases this package is in, but I think it's in all available nightly packages. I was able to upgrade with the following commands (to avoid any extra packages from being updated): echo 'deb http://beta.armbian.com bullseye main bullseye-utils bullseye-desktop' | sudo tee /etc/apt/sources.list.d/armbian-beta.list printf 'Package: *\nPin: origin beta.armbian.com\nPin-Priority: 10\n\nPackage: armbian-bsp-cli-orangepizero armbian-firmware linux-image-current-sunxi linux-dtb-current-sunxi\nPin: origin beta.armbian.com\nPin-Priority: 501' | sudo tee /etc/apt/preferences.d/armbian-beta.pref sudo apt-mark unhold armbian-bsp-cli-orangepizero armbian-firmware linux-image-current-sunxi linux-dtb-current-sunxi sudo apt update sudo apt upgrade I can confirm that this has fixed the wifi--thank you for the tip! @Gunjan Gupta
  2. Unfortunately, some of us are too stupid and can't handle not typing in `apt upgrade` to get the new shiny. To revert the damage, boot into the serial console and run sudo apt-get install linux-image-current-sunxi=23.02.2 armbian-firmware=23.02.2 armbian-bsp-cli-orangepizero=23.02.2 And then to prevent upgrade aquisition syndrome from ruining your life again: sudo apt-mark hold linux-image-current-sunxi armbian-firmware armbian-bsp-cli-orangepizero
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines