Skip to content

Kernel modules will not work on MangoPi pro #400

@shahimvedaei

Description

@shahimvedaei

Description
The kernel modules will not working on MangoPi pro.
The lsmod for all modules will gives -2

Steps to reproduce the issue:

  1. 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"
  1. bitbake core-image-base

  2. Put the image to sd card.

  3. lsmod

  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions