Skip to content

Commit

Permalink
Wifi 2.4 GHz and 5 GHz with BT
Browse files Browse the repository at this point in the history
* fix GHz notation
  • Loading branch information
avafinger authored May 5, 2020
1 parent a0f2c78 commit 3122067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ OS Image for development with the following tidbits:


**Fixing Wifi on Mainline Kernel**
* [2.4 GHZ and 5 GHZ](#fix-wifi-on-mainline-kernels)
* [2.4 GHz and 5 GHz](#fix-wifi-on-mainline-kernels)



Expand Down Expand Up @@ -1826,10 +1826,10 @@ Until recently i was able to use Wifi or Bluetooth but not both together. This h

I used the old way (the ugly way) to set the Wifi and Ethernet, editing the file **/etc/network/interfaces** instead of **netplan**, the recommended way which i found a bit hard to configure.

For some reason, the wifi works smooth with **power save off** in 2.4 GHz and 5 GHz, and now Bluetooth can work together.
For some reason, the wifi works smooth with **power save off** in **2.4 GHz** and **5 GHz**, and now Bluetooth can work together.
Setting the **wireless-power off** in **/etc/network/interfaces** does not work but using **iw** works:

sudo apt-get update
sudo apt-get update
sudo apt-get install iw
sudo iw dev wlan0 set power_save off

Expand All @@ -1840,7 +1840,7 @@ Also for a better performance you can update the firmware from here (which is mo
https://people.linaro.org/~manivannan.sadhasivam/rock960_wifi/


You can ad the power save command at boot time adding the command to **rc.local** file:
You can add the power save command at boot time adding the command to **rc.local** file:

#!/bin/bash
iw dev wlan0 set power_save off
Expand Down

0 comments on commit 3122067

Please sign in to comment.