-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
Description
The kernel modules will not working on MangoPi pro.
The lsmod for all modules will gives -2
Steps to reproduce the issue:
- Local.conf
MACHINE = "mangopi-mq-pro"
IMAGE_INSTALL:append = " rtl8723ds"
IMAGE_INSTALL:append = " wpa-supplicant"
IMAGE_INSTALL:append = " rfkill"
IMAGE_INSTALL:append = " wireless-regdb-static"
-
bitbake core-image-base
-
Put the image to sd card.
-
lsmod
-
restart then lsmod
Describe the results you received:
root@mangopi-mq-pro:~# lsmod
Module Size Used by
8723ds 2236416 -2
hci_uart 36864 -2
btrtl 24576 -2
cfg80211 937984 -2
bluetooth 774144 -2
ecdh_generic 16384 -2
ecc 45056 -2
rfkill 28672 -2
Describe the results you expected:
As shown above, none of the kernel modules are working.
Additional information you deem important (e.g. issue happens only occasionally):
Additional details (revisions used, host distro, etc.):
Yocto Project version: 4.1
Bitbake Branch: 2.2
Meta-riscv: master
Metadata
Metadata
Assignees
Labels
No labels