No NIC on a Raspberry PI 3B+ with updated firmware
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-raspi2 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bionic |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
[Impact]
After updating the firmware to the latest version from github.
[ 3.528034] irq 41: nobody cared (try booting with the "irqpoll" option)
[ 3.536895] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.15.18-bionic8 #12
[ 3.545826] Hardware name: Raspberry Pi 3 Model B Plus Rev 1.3 (DT)
[ 3.554271] Call trace:
[ 3.558792] dump_backtrace+
[ 3.564576] show_stack+
[ 3.569991] dump_stack+
[ 3.575376] __report_
[ 3.581295] note_interrupt+
[ 3.587208] handle_
[ 3.593691] handle_
[ 3.599588] handle_
[ 3.605559] generic_
[ 3.611596] bcm2836_
[ 3.618342] generic_
[ 3.624368] __handle_
[ 3.630482] bcm2836_
[ 3.637574] el1_irq+0xec/0x198
[ 3.642700] arch_cpu_
[ 3.648377] default_
[ 3.654304] do_idle+0x180/0x1f8
[ 3.659472] cpu_startup_
[ 3.665368] secondary_
[ 3.671866] handlers:
[ 3.676012] [<0000000069f2d
[ 3.682840] [<000000001adf5
[ 3.689374] [<0000000039428
[ 3.695541] Disabling IRQ #41
[ 6.814911] usb 1-1: device descriptor read/64, error -110
[ 22.242909] Indeed it is in host mode hprt0 = 00001101
[ 22.434928] usb 1-1: device descriptor read/64, error -110
[ 22.575695] Indeed it is in host mode hprt0 = 00001101
[ 22.774865] usb 1-1: new high-speed USB device number 3 using dwc_otg
[ 27.874889] Indeed it is in host mode hprt0 = 00001101
[ 28.066866] usb 1-1: device descriptor read/64, error -110
[ 43.490915] Indeed it is in host mode hprt0 = 00001101
[ 43.682842] usb 1-1: device descriptor read/64, error -110
[ 43.794933] usb usb1-port1: attempt power cycle
[Test Case]
Pull latest firmware from github.
[Fix]
Backport commit d903e18191d3 ("usb: dwc_otg: Clean up interrupt claiming code") from upstream raspberry/linux rpi-4.19.y.
[Regression Potential]
Low. Modifications are isolated to the dwc_otg driver. Patches are cherry picks or simple backports from upstream rpi-4.19.y.
affects: | linux (Ubuntu Bionic) → linux-raspi2 (Ubuntu Bionic) |
description: | updated |
summary: |
- No NIC on a Raspberry PI 3+ with updated firmware + No NIC on a Raspberry PI 3B+ with updated firmware |
Status changed to 'Confirmed' because the bug affects multiple users.