sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.67k stars 391 forks source link

RTL8822CE bluetooth working, no wifi no wifi or bluetooth #1459

Open COMPsmith opened 2 years ago

COMPsmith commented 2 years ago

I recently updated brunch to the latest stable and lost wifi and Bluetooth on my RTL8822CE. I dont see it as an option in the grub settings. Works in other distros. How can I get this adapter working?

rlaunemacedo commented 2 years ago

Instalei em meu notebook HP Pavilion G4 com placa Ralink RT3290 Wireless e para fazer funcionar o bluetooth eu adicionei a rtbth a options, conforme listagem abaixo. Tenho Linux Mint, Windows e ChromeOS em Tri-boot funcionando. Fiz a instalação pelo Linux. https://rlaunemacedo.github.io/

rmmod tpm img_part=/dev/sda7 img_path=/chromeos.img search --no-floppy --set=root --file $img_path loopback loop $img_path linux (loop,7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off cros_secure cros_debug options=rtbth,enable_updates loop.max_part=16 img_part=$img_part img_path=$img_path console= vt.global_cursor_default=0 brunch_bootsplash=default initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img

Talvez isso possa ajudar em algo.