[pve-devel] disabling transparent hugepage by default like kernel 2.6.32 ?
Dietmar Maurer
dietmar at proxmox.com
Tue Sep 15 18:32:02 CEST 2015
> On September 15, 2015 at 6:16 PM Alexandre DERUMIER <aderumier at odiso.com>
> wrote:
>
>
> I'm trying to build it, but I have an error on firmware package
>
>
> ./assemble-firmware.pl fwlist-4.2.0-1-pve fwdata/lib/firmware
> unable to find firmware: amdgpu/tonga_mc.bin
> kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko
> Makefile:366: recipe for target 'pve-firmware_1.1-7_all.deb' failed
> make: *** [pve-firmware_1.1-7_all.deb] Error 2
# find . -name tonga_mc.bin
./linux-firmware.git/amdgpu/tonga_mc.bin
So I guess you just need to update linux-firmware.git:
# cd linux-firmware.git
# git pull
Does that help?
More information about the pve-devel
mailing list