b-man wrote:UPDATE:
Thanks to /u/grotgrot on the lattepanda subreddit, WiFi is finally woring under Linux!
Below is a set of steps for enabling wireless:
Step 1: Setting SDIO PCI mode in UEFI:
- 1. Reboot machine and press the DEL key to enter UEFI Setup.
- 2. Select the Chipset tab and select the South Bridge option.
- 3. Select the LPSS & SCC Configuration option.
- 4. Select SCC SDIO Support and select PCI Mode form the SSC SDIO Support list.
Step 2: Obtaining BCM4334 WLAN settings
- 5. Save Changes and Exit.
- 1. Verify that /lib/firmware/brcm/brcmfmac43340-sdio.bin exists. If it doesn't, download it from the linux-firmware project.
- 2. As root, run the following command to download the BCM4334 WLAN settings and save it to the right location:
Code: Select all
curl -L0 https://raw.githubusercontent.com/LattePandaTeam/LattePanda-Win10-Software/master/Drivers/LattePanda_4G64GB_Drivers/MRD-64bit-Intel-Driver-Release/Drivers/WIFI/bcm943341wlagb.txt -o /lib/firmware/brcm/brcmfmac43340-sdio.txtThese steps were tested on a 64GB Emmc/4GB RAM Latepanda running Fedora 24, but the same process should work for the 32GB Emmc/2GB RAM version.
- 3. Reboot your LattePanda. You should now have working WiFI.
P.S.
Bluetooth is still a WIP, I need some more time to firgure out how to get it working.