-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Nanopi R5S #4247
Add Nanopi R5S #4247
Conversation
CONFIG_RTL8192EU=m | ||
CONFIG_RTL8189FS=m | ||
CONFIG_RTL8189ES=m | ||
# CONFIG_RTL8822CS is not set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why got those disabled? I guess some USB WiFi adapters have these chips build into?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RTL8822CS - SDIO version of RTL8822 chipset. it is not used in usb sticks
Could you try to see if this fixes your LAN NIC? (I'm having a similar issue with a R4SE.)
You will need to have |
Boot from emmc : presently it is noted : worked, does not work anymore. |
Just for info : I work with the build of Cornelius, and everything works fine for me. All LAN NICs are working fine. |
i have tried building an image using his system - afaict the pcie still does not work - or at least the nvme drive is not loaded
seems like this image has cycled - is there anywhere it would still be available for testing? i tried building an image with this PR but ran into some other issues |
When I used the build of Cornelius, I tested the Pcie with a SSD and it worked. |
wierd, which image ? i tried with the debian image and then built it myself (with 6.1 kernel) and got the same result ( |
for ref this is the image i tried https://github.com/pyavitz/binary/releases/download/images/rk3568-nanopi-r5s-debian-bullseye-6.0.11-arm64-ext4-2022-12-05-1455.img.xz i tested it again today so im pretty sure its not working on my system |
The image I used was a month earlier than the present one (rk3568-nanopi-r5s-debian-bullseye-6.0.10-arm64-xfs-2022-11-30-0606.img.xz), it was from October. |
interesting, ill try bulding from the commit prior to pyavitz/debian-image-builder@cf44a1b which switches the r5s to using the latest kernel (guessing that its hardcoded previously, but need to check) if nothing else it would be good to bisect where it stops working (apologies if this discussion has somewhat hijacked this thread) |
i tried (force-) building the i think the problem is with the |
Unfortunately I cannot help because I no longer use this system, I am now on Dietpi which is an upgrade to Debian 11 of the Debian 10 proposed by the manufacturer. For this reason the kernel is 5.10.110 which is probably non interesting for you. The nvme SSD is working fine on this system. If I find something on a SD card, I'll tell you. |
Closing in favor of #5632 |
Description
Jira reference number AR-1359
How Has This Been Tested?
Test image:
https://imola.armbian.com/dl/nanopi-r5s/nightly/
One NIC (close to USB-c port) doesn't work, boot from eMMC was working, now doesn't work anymore, M2 is detected ...
(it was build with this MR #4246)