Hello , I have a problem with Wi-Fi , the Bluetooth is working not the Wi-Fi , I’m using a HP laptop 15db0097nf and the WiFi card is : combo Realtek RTL8723DE 802.11b/g/n (1 x 1) et Bluetooth® 4.2
Yes, I am facing the same issue as I have the same WiFi card. Hope they add support for this in the upcoming updates.
Connect your wifi on your Android Phone & turn on USB tethering
or an Ethernet Cable.
I am doing the same and waiting for new update
I have a Lenovo 2-in-1 and WiFi worked when ‘trying’ fydeOS on the USB stick, but it does not work after the installation. What to do?
WiFi card is: rtl8723bs
If its just the bluetooth this is all yous need to do:
Crosh , shell , sudo -i when it comes to bluetooth and intel modules they have to be blacklisted on linux.
mount -o remount,rw /
nano /etc/modprobe.d/blacklist.conf
-- then add these lines somewhere (at the bottom of the file is fine):
blacklist pgdrv
blacklist btusb
blacklist btrtl
blacklist btbcm
blacklist btintel
Then press Ctrl+X, save Y then sudo reboot and exit
Try this first and see if it all works
For the wifi yous can try this:
sudo modprobe -r 88552be
sudo modprobe -i 88552be
Obviously yous will have to replace ur module version at the end like as it is in that example
(Might not work if the driver is not installed in the fyde kernel and for that only fyde can fix)