fbelavenuto / arpl-modules

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

bromolow-3.10.108 found 6 modules in dependency cycles #193

Open PeterSuh-Q3 opened 1 year ago

PeterSuh-Q3 commented 1 year ago

The following new kos included in bromolow-3.10.108 seem to conflict. This is the result of testing with TCRP FRIEND without being able to confirm it in ARPL. ARPL seems to be the same. Please check fabio.

depmod: WARNING: could not open /lib/modules//modules.order: No such file or directory depmod: WARNING: found 6 modules in dependency cycles! depmod: WARNING: /lib/modules//fb.ko in dependency cycle! depmod: WARNING: /lib/modules//cfbcopyarea.ko in dependency cycle! depmod: WARNING: /lib/modules//fbdev.ko in dependency cycle! depmod: WARNING: /lib/modules//cfbimgblt.ko in dependency cycle! depmod: WARNING: /lib/modules//cfbfillrect.ko in dependency cycle! depmod: WARNING: /lib/modules//efifb.ko in dependency cycle! Segmentation fault Ran "install.sh" for all-modules->on_boot - exit=139

PeterSuh-Q3 commented 1 year ago

To avoid this error, in tcrp-modules to be used in M SHELL for TCRP, 6 .ko files have been removed as shown below. DS3615xs now works normally.

tar --exclude=fb.ko --exclude=cfbcopyarea.ko --exclude=fbdev.ko --exclude=cfbimgblt.ko --exclude=cfbfillrect.ko --exclude=efifb.ko -zcvf bromolow-3.10.108.tgz *.ko