Ubuntu 15.10 Server; W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast

32,544

Solution 1

Its annoying, but harmless. That is coming from the Aspeed VGA module from the IPMI on your server/workstation. It can be safely ignored for now. I took a quick look at the source code of the aspeed DRM driver. It is hardcoded at runtime to look for /lib/firmware/ast_dp501_fw.bin. This provides a way to update for firmware issues at runtime versus needing to be flashed onto the hardware.

Here is the lspci output showing the video card in question from my Asus Workstation which has the same "issue" as it were:

lspci |grep -i aspeed
 01:01.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10)

Aspeed's drivers and source for drivers are here (but you shouldn't need them from there unless you have a Windows server):

http://www.aspeedtech.com/support.php?fPath=24

Here is the Bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751613

Final(?) Update: I assume this particular error will be there forever since it's on End of Life hardware. The bug above remains in expired status since 2018-04-28.

Solution 2

Josip Medved proposed a solution in a post to avoid the warning:

sudo touch /lib/firmware/ast_dp501_fw.bin

It looks like an empty file is also safe and the warning will stop.

Solution 3

Supermicro provide a Google Drive (lol) link to this file here: https://www.supermicro.com/support/faqs/faq.cfm?faq=26876 but I wouldn't use it unless a) you have a Supermicro board and b) you're having problems with the IPMI VGA controller (you're not).

Share:
32,544

Related videos on Youtube

wouter
Author by

wouter

Updated on September 18, 2022

Comments

  • wouter
    wouter over 1 year

    I'm running Ubuntu 15.10 server on a Asrock E3C226D2I board. When I get a kernel update or run update-initramfs -u I get a warning about missing firmware:

    root@fileserver:~# update-initramfs -u
    update-initramfs: Generating /boot/initrd.img-4.2.0-27-generic
    W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast
    

    I can't find much information on this particular firmware, other than it is probably for my video card. Since I'm running a server I don't really care about graphics (no monitor attached).

    All works fine so I'm ignoring it for now but is there a way to fix this?

  • user27465
    user27465 about 6 years
    Issue still exists: Ubuntu 16.04.1 03:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 30)
  • amenthes
    amenthes almost 6 years
    and on Ubuntu 18.04 as well
  • guttermonk
    guttermonk almost 5 years
    Running Ubuntu 18.04 on my Asus - Z10PE-D8 WS and getting the same warning. Jeff, would you recommend ignoring it, or trying to install the driver?
  • Jeff Burns
    Jeff Burns almost 5 years
    Safely ignore it. It's harmless @guttermonk. Nothing to worry about, it is just really annoying chatter in the logs and on the terminal.
  • Alexis Wilke
    Alexis Wilke over 4 years
    What does that driver do? Why do they not install it by default? I have a Supermicro computer from earlier this year (2019) and it's still generating this warning...
  • N Dh
    N Dh over 4 years
    @AlexisWilke, depending on the "they" you're referring to, it's not included for legal reasons - there's no license I can see on the SuperMicro side. As for what it does, you'd have to ask SuperMicro or ASPEED. Just another reason to avoid binary blobs wherever possible.
  • bryant1410
    bryant1410 over 3 years
    And on Ubuntu 20.04 as well.
  • Jeff Burns
    Jeff Burns over 3 years
    Yes indeed. It's a bummer, but a mostly harmless one unless you're going through logs for errors. Assume it will be there forever since it's all EOL hardware....