dappnode / DAppNode

General repository of the project dappnode
GNU General Public License v3.0
585 stars 103 forks source link

Fixed docker installation and NUC 12 firmware #511

Closed dsimog01 closed 1 year ago

dsimog01 commented 1 year ago

@3alpha has updated docker installation process and @dsimog01 has added firmware needed for the NUC 12 to detect the network card properly.

dsimog01 commented 1 year ago

There is still an error shown related to the file iwl-debug-yoyo.bin, which is missing because it does not exist, but this is a bug which should not affect the system (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966218, https://forums.debian.net/viewtopic.php?t=149817). The fix proposed does not remove the error message

pablomendezroyo commented 1 year ago

would be great to report here tests for each feature:

3alpha commented 1 year ago

So even

apt -t bullseye-backports install -y linux-image-amd64 linux-firmware-nonfree

doesn't work for installing firmware?

dsimog01 commented 1 year ago

So even

apt -t bullseye-backports install -y linux-image-amd64 linux-firmware-nonfree

doesn't work for installing firmware?

Nope, I have tested that again right now and it is not enough, I still need to install files from git.kernel.org

dsimog01 commented 1 year ago

This branch includes too many changes, each branch should be merged independently. I am closing the PR.