Andrew Grangaard

Results 4 comments of Andrew Grangaard

Are you using the correct branch? It looks like you are on a 5.13 kernel, so you'll need the 5.8.7 branch https://github.com/fastoe/RTL8812BU#for-kernel-511-or-later-please-clone-the-v587-branch try that and see if it helps.

New branches have been made for later kernels, for kernels >= 5.11, use the 5.8.7 branch. https://github.com/fastoe/RTL8812BU#for-kernel-511-or-later-please-clone-the-v587-branch try that and see if it helps.

You need the 5.8.7 branch/tag: https://github.com/fastoe/RTL8812BU#for-kernel-511-or-later-please-clone-the-v587-branch try that and see if it helps.

chalice considers AWS_REGION a reserved environment variable and won't let you set it in the config file `.chalice/config.json`. As a work-around, I set AWS_REGION when running chalice: ``` AWS_REGION=us-west-2 chalice...