mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #04239
[Bug 631721] Re: linux-firmware-nonfree contains misnamed BCM2033* files
I can confirm this. Renaming files allowed firmware to load (although i
have #85247 now).
** Changed in: linux-firmware-nonfree (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to linux-firmware-nonfree in ubuntu.
https://bugs.launchpad.net/bugs/631721
Title:
linux-firmware-nonfree contains misnamed BCM2033* files
Status in “linux-firmware-nonfree” package in Ubuntu:
Confirmed
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
References