Ethernet regression on Linux Kernel 6.5.4?
#1
Exclamation 
Today I tried upgrading my board to the 6.5 series kernel and it seems eth0 no longer shows up.

the typical "rk_gmac-dwmac" dmesg entries don't show up at all.

Anyone else facing this issue? This is a headless system and debugging via UART isn't much fun, so I've booted back into the working 6.4 kernel.
  Reply
#2
Well, turns out a kernel option was renamed

-CONFIG_MFD_RK808=y
+CONFIG_MFD_RK8XX=y

Since it defaults to 'n' it got accidentally deselected and broke things. Built kernel with CONFIG_MFD_RK8XX and everything is fine again.
  Reply
#3
Thanks for posting the solution!
  Reply
#4
(09-21-2023, 02:16 PM)Deathcrow Wrote: Well, turns out a kernel option was renamed

-CONFIG_MFD_RK808=y
+CONFIG_MFD_RK8XX=y

Since it defaults to 'n' it got accidentally deselected and broke things. Built kernel with CONFIG_MFD_RK8XX and everything is fine again.

FTR: You actually need MFD_RK8XX_I2C (which depends on MFD_RK8XX)

The split/rename was because there's now also a MFD_RK8XX_SPI (for rk3588). Previously there was only the I2C interface.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  irradium (based on crux linux) RockPro64 riscv64, aarch64 mara 1 520 03-25-2024, 12:12 PM
Last Post: mara
  Installing CH431SER on Ayufan 0.9.14: gitlab-ci-linux-build-159 Thisone 4 1,337 07-14-2023, 04:22 AM
Last Post: hunderteins
Question How do I compile an arbitrary kernel for U-Boot? Valenoern 3 1,141 06-16-2023, 10:54 AM
Last Post: CounterPillow
  Linux laptop does not detect the board when plugged in via USB soupy 1 4,032 04-13-2023, 03:01 AM
Last Post: Reynold Grady
  RockPro64 linux console video mode callegar 0 892 09-06-2022, 02:32 PM
Last Post: callegar
  [OS] SkiffOS and Buildroot for Rockpro64 w/ 5.17 kernel paralin1 1 1,854 05-08-2022, 03:26 PM
Last Post: paralin1
Brick Maintained Linux booting from eMMC ootoovak 10 8,287 04-30-2022, 03:57 PM
Last Post: TRS-80
  Kernel OOPs triggered by big writes to ext4 FS ajtravis 1 1,469 04-04-2022, 05:29 PM
Last Post: ajtravis
  How I Got Fedora Linux to Boot From eMMC (or microSD, for that matter) whitecat23 4 4,332 01-03-2022, 10:32 AM
Last Post: whitecat23
  Manjaro ARM - Built-in ethernet was broken with kernel 5.14.1-1 (over now) Dendrocalamus64 2 2,315 09-11-2021, 08:58 PM
Last Post: t4_4t

Forum Jump:


Users browsing this thread: 1 Guest(s)