fbelavenuto / arpl-modules

Binary modules for ARPL
GNU General Public License v2.0
25 stars 44 forks source link

nvidia.ko file issue when decompressing denverton-4.4.180.tgz #195

Closed PeterSuh-Q3 closed 1 year ago

PeterSuh-Q3 commented 1 year ago

I know that nvidia.ko, which has an exceptionally large file size, is in denverton-4.4.180.tgz. However, in the process of extracting this file to /lib/modules in TCRP, the following error message is encountered. Doesn't ARPL have the same problem? If there is no problem, how can I avoid this problem?

The replacement of the nvidia.ko file fails and the rest of the files also fail to decompress. The old nvidia.ko file remains as below.

스크린샷 2023-02-27 오후 2 40 53


tar: unexpected end of file 8139cp.ko acpi-cpufreq.ko alx.ko aqc111.ko atkbd.ko atl1c.ko atl1e.ko atlantic.ko atlantic_v2.ko auxiliary.ko b44.ko be2net.ko bitblit.ko bnx2.ko bnx2x.ko bnxt_en.ko button.ko cdc_ncm.ko cdrom.ko cfbcopyarea.ko cfbfillrect.ko cfbimgblt.ko cpufreq_conservative.ko cpufreq_governor.ko cpufreq_ondemand.ko cpufreq_performance.ko crc-ccitt.ko crc-itu-t.ko cxgb.ko cxgb3.ko cxgb4.ko cxgb4vf.ko dvb-core.ko dvb-usb-dib0700.ko dvb-usb-dvbsky.ko dvb-usb.ko dvb_usb_v2.ko e1000.ko e1000e.ko efifb.ko ehci-hcd.ko ehci-pci.ko etxhci-hcd.ko fb.ko fb_sys_fops.ko fbcon.ko fbdev.ko font.ko hid-generic.ko hwmon-vid.ko i2c-algo-bit.ko i40e.ko i8042.ko iavf.ko ice.ko igb.ko igbvf.ko igc.ko intel_auxiliary.ko ixgb.ko ixgbe.ko ixgbevf.ko jme.ko libphy.ko libsas.ko m88ds3103.ko mdio.ko megaraid_mbox.ko megaraid_mm.ko megaraid_sas.ko mii.ko mlx4_core.ko mlx4_en.ko mlx5_core.ko mlx_compat.ko mlxsw_core.ko mlxsw_pci.ko mmc_block.ko mmc_core.ko mpt3sas.ko mptbase.ko mptctl.ko mptsas.ko mptscsih.ko mptspi.ko mtk-sd.ko nct6775.ko nvidia-uvm.ko nvidia.ko tar: short read depmod: WARNING: could not open /lib/modules//modules.order: No such file or directory depmod: libkmod/libkmod-elf.c:207: elf_get_mem: Assertion `offset < elf->size' failed.

PeterSuh-Q3 commented 1 year ago

I think there is a problem with the tar version After replacing tar 1.32 included in Synology, the issue was resolved.

tar --version

tar (GNU tar) 1.32 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.