[arch-general] Any package providing "ast" firmware?
Hello ! Just as the "subject" indicates, any package providing "ast" firmware? On [1], I don't see it referenced, and "ast" is way too common for a quick search on the repos and AUR, :) Thanks ! -- Javier [1] https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_mo...
On Thu, Nov 24, 2022 at 4:36 PM Javier <je-vv@e.email> wrote:
Hello !
Just as the "subject" indicates, any package providing "ast" firmware? On [1], I don't see it referenced, and "ast" is way too common for a quick search on the repos and AUR, :)
Thanks !
-- Javier
[1] https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_mo...
Isn't the kernel module 'ast' provided in the Linux kernel enough for this device? $ find /usr/lib/modules/$(uname -r) -type f -name 'ast.ko.zst' /usr/lib/modules/6.0.9-arch1-1/kernel/drivers/gpu/drm/ast/ast.ko.zst $ pacman -Qo /usr/lib/modules/6.0.9-arch1-1/kernel/drivers/gpu/drm/ast/ast.ko.zst /usr/lib/modules/6.0.9-arch1-1/kernel/drivers/gpu/drm/ast/ast.ko.zst is owned by linux 6.0.9.arch1-1
On Thursday, 24 November 2022 21:35:43 EET Javier wrote:
Hello !
Just as the "subject" indicates, any package providing "ast" firmware? On [1], I don't see it referenced, and "ast" is way too common for a quick search on the repos and AUR, :)
Thanks !
-- Javier
[1] https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_mo...
From `modinfo ast`, the file you are looking for is ast_dp501_fw.bin. A Google Drive link mentioned in https://serverfault.com/q/755194 seems to be the only place to acquire the firmware file. nl6720
I'm seeing the ast module reported as missing during the linux fallback mkinitcpio build, but NOT during the regular linux mkinitcpio build. ``` On Sat, Nov 26, 2022 at 5:12 AM nl6720 <nl6720@gmail.com> wrote:
On Thursday, 24 November 2022 21:35:43 EET Javier wrote:
Hello !
Just as the "subject" indicates, any package providing "ast" firmware? On [1], I don't see it referenced, and "ast" is way too common for a quick search on the repos and AUR, :)
Thanks !
-- Javier
[1] https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_mo...
From `modinfo ast`, the file you are looking for is ast_dp501_fw.bin.
A Google Drive link mentioned in https://serverfault.com/q/755194 seems to be the only place to acquire the firmware file.
nl6720
On Sat, Nov 26, 2022 at 5:12 AM nl6720 <nl6720@gmail.com> wrote:
From `modinfo ast`, the file you are looking for is ast_dp501_fw.bin.
A Google Drive link mentioned in https://serverfault.com/q/755194 seems to be the only place to acquire the firmware file.
nl6720
On 11/26/22 17:42, Will Drengwitz wrote: I'm seeing the ast module reported as missing during the linux fallback mkinitcpio build, but NOT during the regular linux mkinitcpio build.
OK, according to the bug report indirectly linked, it seems harmless. Thanks ! -- Javier
participants (4)
-
Javier
-
nl6720
-
Rafael Fontenelle
-
Will Drengwitz