#1118489 Installing Debian 13 on Wandboard - installer finds no ethernet

#1118489#5
Date:
2025-10-21 10:21:29 UTC
From:
To:
Dear Maintainer,

and gave a long list of available ethernet drivers, none of which seemed to
be relevant.

#1118489#10
Date:
2025-10-24 14:38:03 UTC
From:
To:
Checking dmesg in a Debian 13 running system from an existing rootfs I see:

Qualcomm Atheros AR8031/AR8033 2188000.ethernet-1:01: attached PHY driver
(mii_bus:phy_addr=2188000.ethernet-1:01, irq=POLL)

So I think that adding this driver to the SD image should fix the issue.

#1118489#15
Date:
2025-10-24 15:27:41 UTC
From:
To:
hd-media SD card images do not contain network drivers. Network drivers
are provided by nic*-modules udeb packages included in installation ISO
images.

IIUC the driver for this PHY is at803x. It is included in
nic-shared-modules udeb which is present in the netinst ISO image.

Maybe what is missing is the *ethernet* driver ? Can you find which one
is used in the running system ?

#1118489#20
Date:
2025-12-13 20:16:39 UTC
From:
To:
On Fri, 24 Oct 2025 17:27:41 +0200 Pascal Hambourg <pascal@plouf.fr.eu.org> wrote:
see:
driver

debian@omv:~$ sudo ethtool -i end0 | grep driver
driver: fec

#1118489#25
Date:
2025-12-13 22:44:09 UTC
From:
To:
This driver is included in nic-modules udeb for armhf which is also
present in the netinst ISO image.

Is this the system installed with the hd-media SD card image ?
If yes, can you post the compressed /var/log/installer/syslog ?
Else, can you relaunch the installer up to network detection, launch an
installer shell, check if the fec module is loaded and try to load it if
it is not ?