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.65k stars 390 forks source link

Wifi driver #644

Open koskr29 opened 3 years ago

koskr29 commented 3 years ago

Hi Sebanc! First I want to thank you for this amazing work!

Second, I want to know how to eneable the wifi card or how to add it's driver to the system. The wifi card is the realtek rtl8723de, I found a driver (https://github.com/smlinux/rtl8723de) for linux but I don't know how to make it works. Thank you again (:

sebanc commented 3 years ago

Hi,

This driver is already included.

If you followed the single boot procedure: run "sudo edit-grub-config" in crosh shell (CTRL+ALT+T and type "shell") and add a space and "options=rtl8723de" after "cros_debug"

If you followed the dual boot procedure (disk image): Modify the grub config you have created in windows or linux and add a space and "options=rtl8723de" after "cros_debug"

koskr29 commented 3 years ago

It worked! Thank you 👍