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 11 17,853 03-07-2026, 09:32 AM
Last Post: mara
  Freezes and kernel panics with Debian trixie jssfr 3 924 01-22-2026, 01:18 PM
Last Post: jssfr
  Installing CH431SER on Ayufan 0.9.14: gitlab-ci-linux-build-159 Thisone 4 6,248 07-14-2023, 04:22 AM
Last Post: hunderteins
Question How do I compile an arbitrary kernel for U-Boot? Valenoern 3 4,972 06-16-2023, 10:54 AM
Last Post: CounterPillow
  Linux laptop does not detect the board when plugged in via USB soupy 1 6,672 04-13-2023, 03:01 AM
Last Post: Reynold Grady
  RockPro64 linux console video mode callegar 0 2,275 09-06-2022, 02:32 PM
Last Post: callegar
  [OS] SkiffOS and Buildroot for Rockpro64 w/ 5.17 kernel paralin1 1 3,721 05-08-2022, 03:26 PM
Last Post: paralin1
Brick Maintained Linux booting from eMMC ootoovak 10 15,340 04-30-2022, 03:57 PM
Last Post: TRS-80
  Kernel OOPs triggered by big writes to ext4 FS ajtravis 1 3,261 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 9,360 01-03-2022, 10:32 AM
Last Post: whitecat23

Forum Jump:


Users browsing this thread: 1 Guest(s)