Hi. On Sat, Nov 02, 2019 at 03:12:10PM +0100, Pascal Hambourg wrote: > Le 02/11/2019 à 14:03, to...@tuxteam.de a écrit : > > > Kent Dorfman <kent.dorfman...@gmail.com> wrote: > > > > > > > > There are no ethernet drivers in the modules directory for the > > > > netinstall image, other than a single broadcomm file...and no, it's > > > > not an obscure nic that requires custom firmware. It needs the humble > > > > e1000 driver. > > > > This is pretty strange: the e1000 driver should be part of the base > > kernel package: > > IIUC the OP is talking about the netinst installer, not an installed > system. Maybe he encountered a situation where the d-i package > containing NIC modules was not installed yet, or the installer was > damaged.
Except that they include e1000 in the netinst's initrd: $ wget -q http://ftp.debian.org/debian/dists/bullseye/main/installer-amd64/current/images/netboot/netboot.tar.gz $ tar xf netboot.tar.gz ./debian-installer/amd64/initrd.gz $ lsinitramfs debian-installer/amd64/initrd.gz | grep e1000 lib/modules/4.19.0-5-amd64/kernel/drivers/net/ethernet/intel/e1000 lib/modules/4.19.0-5-amd64/kernel/drivers/net/ethernet/intel/e1000/e1000.ko lib/modules/4.19.0-5-amd64/kernel/drivers/net/ethernet/intel/e1000e lib/modules/4.19.0-5-amd64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko And it's the same for the stable. Reco