-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
bcm27xx: WATCHDOG: eth0 (bcmgenet): transmit queue 1 timed out #16077
Comments
Invalid Version reported. |
There's a PR - raspberrypi/linux#5277 - that adds a module parameter and a dtparam (which just sets the module parameter). Either add genet.eee=N to /boot/cmdline.txt or add dtparam=eee=off to config.txt. Unfortunately, it looks like this patch is not applied to OpenWRT. |
As a workaround, adding these two commands to startup mitigates the crashes:
@Noltari |
The module parameter patch is present in OpenWrt (I haven't tested it though): I'm not sure why it isn't working, but it should... BTW, just for reference, the ethtool command works on RPi 5 too:
|
@Noltari Update: Modifications to cmdline.txt and config.txt are not persistent during sysupgrade, correct? |
The patch you provided is outdated, but it's present on openwrt/target/linux/bcm27xx/patches-6.6/950-0040-BCM2708-Add-core-Device-Tree-support.patch Line 5743 in 7993a52
Awesome.
They should be persistent: https://github.com/openwrt/openwrt/blob/main/target/linux/bcm27xx/base-files/lib/upgrade/keep.d/platform |
Ok, great - I was quite sure that it did not work about one year ago :-D |
I wouldn't disable EEE as default since it works with some devices. |
Closed as there is a working workaround: |
Describe the bug
This kernel exception occurs from time to time on my Raspberry Pi 4 on the onboard eth device. After this, the local network adapter (eth0) is dead, reboot is required to bring the device back online. The USB-attached network device is still active.
Perhaps related to raspberrypi/linux#4485
OpenWrt version
r27059+22-6bb334c5cf
OpenWrt release
SNAPSHOT
OpenWrt target/subtarget
bcm27xx/bcm2711
Device
Raspberry Pi 4 Model B Rev 1.5
Image kind
Self-built image
Steps to reproduce
No response
Actual behaviour
No response
Expected behaviour
No response
Additional info
No response
Diffconfig
No response
Terms
The text was updated successfully, but these errors were encountered: