Frank McCormick <debianl...@videotron.ca> wrote: > Installed 64 bit version of Stretch yesterday and noticed this morning > I am apparently missing some firmware.
> update-initramfs: Generating /boot/initrd.img-4.4.0-1-amd64 > W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3 > W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3 > W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3 Firmware mostly resides in the non-free branch of the Debian repositories, because of its binary-only nature. > deb http://ftp.ca.debian.org/debian/ stretch main > deb-src http://ftp.ca.debian.org/debian/ stretch main tg3.bin is in the package firmware-misc-nonfree and this is in non-free. So you need to add "non-free" (and while you're at it "contrib") to your sources.list: deb http://ftp.ca.debian.org/debian/ stretch main contrib non-free deb-src http://ftp.ca.debian.org/debian/ stretch main contrib non-free Grüße, Sven. -- Sigmentation fault. Core dumped.