-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Bug]: CONFIG_RTL8189FS setting is missing in kernel 6.6.75 for orangepi pc plus #8015
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
Comments
Jira ticket: AR-2645 |
Got this same issue (#8075) with 6.12.22 kernel (meson64) |
root@orangepipcplus:~# cat /etc/os-release
PRETTY_NAME="Armbian 25.5.0-trunk.377 jammy"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
PRIVACY_POLICY_URL="https://www.armbian.com"
UBUNTU_CODENAME=jammy
ARMBIAN_PRETTY_NAME="Armbian 25.5.0-trunk.377 jammy"
root@orangepipcplus:~# uname -a
Linux orangepipcplus 6.12.20-current-sunxi #1 SMP Sat Mar 22 19:54:28 UTC 2025 armv7l armv7l armv7l GNU/Linux
root@orangepipcplus:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 02:81:64:17:11:3d brd ff:ff:ff:ff:ff:ff
inet 192.168.1.100/24 brd 192.168.1.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::81:64ff:fe17:113d/64 scope link
valid_lft forever preferred_lft forever The same issue was found in orangepipcplus when update to kernel 6.12.20. |
Hi @alive4ever , I refer to your guide on compiling the 8189fs module and can use the following steps to successfully use the WIFI function in the orange pi pc plus. Thank you! RTL8189FS module installation steps (applicable to armhf architecture)1. Update packages and install necessary tools
2. Download RTL8189FS source code (specify rtl8189fs branch)
3. Clear old compiled files (optional)
4. Set kernel version and header location
5. Compile the driver (for arm architecture, avoid pic errors)
6. Confirm that the driver file has been generated
7. Install the driver module to the correct location
8. Reload the module list
9. Loading modules
Verify that loading is successful:
Result
|
and
Closing. |
What happened?
I found that in kernel version 6.6.75, the CONFIG_RTL8189FS=m option disappeared.
pi@orangepipcplus:/root$ cat /boot/config-6.6.75-current-sunxi | grep CONFIG_RTL81
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_RTL8192CU=m
CONFIG_RTL8192C_COMMON=m
CONFIG_RTL8192EU=m
CONFIG_RTL8189ES=m
pi@orangepipcplus:/root$ uname -a
Linux orangepipcplus 6.6.75-current-sunxi #1 SMP Sat Feb 1 17:37:57 UTC 2025 armv7l armv7l armv7l GNU/Linux
This caused wlan0 to be lost.
How to reproduce?
update kernel to 6.6.75.
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 22.04 Jammy
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: