Bug 218799
Summary: | E810 doesn't resume successfully from system suspend, therefore prevents any further system suspend | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kai-Heng Feng (kai.heng.feng) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | NEW --- | ||
Severity: | normal | CC: | en-wei.wu, jan.glaza, regressions |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | mainline, linux-next | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
lspci
dmesg with ice debug log |
Description
Kai-Heng Feng
2024-05-02 03:49:57 UTC
Created attachment 306256 [details]
lspci
Created attachment 306257 [details]
dmesg with ice debug log
Not sure if it's related, but these are some errors during driver's probe routine: ice 0000:02:00.0: Get PHY capability failed. ice 0000:02:00.0: ice_init_nvm_phy_type failed: -5 ice 0000:02:00.1: Get PHY capability failed. ice 0000:02:00.1: ice_init_nvm_phy_type failed: -5 Am I right assuming it worked with 6.8.y? Could you bisect? and is the problem still happening with 6.10-rc1? No this is not a regression. I've tried kernels older than 6.8 and all of them have this issue. Could you provide the output of ethtool -i <device> ? It would be helpful in setting up local reproduction. |