mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #02827
[Bug 631721] [NEW] linux-firmware-nonfree contains misnamed BCM2033* files
Public bug reported:
Binary package hint: linux-firmware-nonfree
This is regression (upgrading looses the previous firmware) related to
#515424
The firmware is asking for BCM2033-MD.bin and BCM2033-FW.bin and not the
lower case equiv of the names which are included. Below is dmesg log
from me fixing the problem:
[134143.666896] usb 1-6.1: USB disconnect, address 15
[134153.631677] usb 1-6.1: new full speed USB device using ehci_hcd and address 17
[134153.742381] usb 1-6.1: configuration #1 chosen from 1 choice
[134153.743691] usb 1-6.1: firmware: requesting BCM2033-MD.hex
[134153.770465] bcm203x_probe: Mini driver request failed
[134153.770502] bcm203x: probe of 1-6.1:1.0 failed with error -5
[134348.468809] usb 1-6.1: USB disconnect, address 17
fix BCM2033-MD.hex:
[134354.341516] usb 1-6.1: new full speed USB device using ehci_hcd and address 18
[134354.452254] usb 1-6.1: configuration #1 chosen from 1 choice
[134354.453575] usb 1-6.1: firmware: requesting BCM2033-MD.hex
[134354.459633] usb 1-6.1: firmware: requesting BCM2033-FW.bin
[134354.476911] bcm203x_probe: Firmware request failed
[134354.476954] bcm203x: probe of 1-6.1:1.0 failed with error -5
[134414.517291] usb 1-6.1: USB disconnect, address 18
fix BCM2033-FW.bin:
[134419.101144] usb 1-6.1: new full speed USB device using ehci_hcd and address 19
[134419.212845] usb 1-6.1: configuration #1 chosen from 1 choice
[134419.213283] usb 1-6.1: firmware: requesting BCM2033-MD.hex
[134419.219470] usb 1-6.1: firmware: requesting BCM2033-FW.bin
** Affects: linux-firmware-nonfree (Ubuntu)
Importance: Undecided
Status: New
--
linux-firmware-nonfree contains misnamed BCM2033* files
https://bugs.launchpad.net/bugs/631721
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to linux-firmware-nonfree in ubuntu.
Status in “linux-firmware-nonfree” package in Ubuntu: New
Bug description:
Binary package hint: linux-firmware-nonfree
This is regression (upgrading looses the previous firmware) related to #515424
The firmware is asking for BCM2033-MD.bin and BCM2033-FW.bin and not the lower case equiv of the names which are included. Below is dmesg log from me fixing the problem:
[134143.666896] usb 1-6.1: USB disconnect, address 15
[134153.631677] usb 1-6.1: new full speed USB device using ehci_hcd and address 17
[134153.742381] usb 1-6.1: configuration #1 chosen from 1 choice
[134153.743691] usb 1-6.1: firmware: requesting BCM2033-MD.hex
[134153.770465] bcm203x_probe: Mini driver request failed
[134153.770502] bcm203x: probe of 1-6.1:1.0 failed with error -5
[134348.468809] usb 1-6.1: USB disconnect, address 17
fix BCM2033-MD.hex:
[134354.341516] usb 1-6.1: new full speed USB device using ehci_hcd and address 18
[134354.452254] usb 1-6.1: configuration #1 chosen from 1 choice
[134354.453575] usb 1-6.1: firmware: requesting BCM2033-MD.hex
[134354.459633] usb 1-6.1: firmware: requesting BCM2033-FW.bin
[134354.476911] bcm203x_probe: Firmware request failed
[134354.476954] bcm203x: probe of 1-6.1:1.0 failed with error -5
[134414.517291] usb 1-6.1: USB disconnect, address 18
fix BCM2033-FW.bin:
[134419.101144] usb 1-6.1: new full speed USB device using ehci_hcd and address 19
[134419.212845] usb 1-6.1: configuration #1 chosen from 1 choice
[134419.213283] usb 1-6.1: firmware: requesting BCM2033-MD.hex
[134419.219470] usb 1-6.1: firmware: requesting BCM2033-FW.bin
Follow ups
References