Enable AMPAK AP6330 WiFi and Bluetooth #429
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable AMPAK AP6330 that combines Broadcom Wifi (BCM4330) and Bluetooth 4.0 (BCM40183) chips for sun9i devices such as Merrii A80 Optimus and Cubieboard 4.
QA
Tested with an open 2.4GHz WiFi network on Merrii A80 Optimus board here are the results:
dmesg
log:Note:
brcmfmac4330-sdio.clm_blob
isn't available but this error isn't fatal.wlan0
(before connecting to a network):journalctl -f -u [email protected]
after connecting to an open 2.4GHz WiFi network:wlan0
:Configuration
Follow the steps below to configure the WiFi:
wpa-supplicant
, for example inconf/local.conf
:create directory
/etc/wpa_supplicant/
Create
/etc/wpa_supplicant/wpa_supplicant-wlan0.conf
with the following content:Note: replace the ssid with whatever you are using.
/etc/systemd/network/70-wlan.network
with the following content:After creating these two files restart the networking systemd services: