root@office:/lib/modules/5.15.84# zcat /proc/config.gz | grep GENET
CONFIG_BCMGENET=m
root@office:/lib/modules/5.15.84#
Am I missing which kmod package this driver has been moved to?
This provides the bcmgenet driver used for the stock CM4/RPI4 Ethernet driver.
I'm using the DFrobot router board with my CM4.
Luckily recent kernel updates add the other driver I need for the other Ethernet interface on this board by default!
But that doesn't help me get the main interface up...
(On raspberry pi kernels,CONFIG_BCMGENET=y
is set.)
maurer
December 25, 2022, 12:43pm
#2
have you tried latest 22.03.2 stable ?
frollic
December 25, 2022, 3:12pm
#4
And if you try to build a custom image with the missing modules, using the online image builder?
I already have a temporary workaround. (I'm using an external USB lan card.)
The root cause appears to be another module causing the default RPI nic driver to be toggled to built as module from built always, as per the fantastic debugging earlier this morning:
opened 08:54AM - 25 Dec 22 UTC
bug
### Describe the bug
```
root@office:/lib/modules/5.15.84# zcat /proc/config.g… z | grep GENET
CONFIG_BCMGENET=m
root@office:/lib/modules/5.15.84#
```
Am I missing which kmod package this driver has been moved to?
This provides the bcmgenet driver used for the stock CM4/RPI4 Ethernet driver.
I'm using the DFrobot router board with my CM4.
Luckily recent kernel updates add the other driver I need for the other Ethernet interface on this board by default!
But that doesn't help me get the main interface up...
(On raspberry pi kernels,`CONFIG_BCMGENET=y` is set.)
### OpenWrt version
r21584-b2bfea481e
### OpenWrt target/subtarget
bcm27xx/bcm2711
### Device
DFrobot CM4 routerboard
### Image kind
Official downloaded image
### Steps to reproduce
_No response_
### Actual behaviour
_No response_
### Expected behaviour
_No response_
### Additional info
_No response_
### Diffconfig
_No response_
### Terms
- [X] I am reporting an issue for OpenWrt, not an unsupported fork.