Hi @henrique.tx
I have a new update, this command [modprobe is a Linux command used to add or remove kernel modules, which are device drivers or other pieces of code that can be dynamically loaded or unloaded from the running kernel.] Also I have TorizonCore 6 now.
torizon@verdin-imx8mm-07219476:~$ dmesg | grep lan78xx
torizon@verdin-imx8mm-07219476:~$ sudo modprobe lan78xx
Password:
torizon@verdin-imx8mm-07219476:~$ dmesg | grep lan78xx
[ 107.195139] usbcore: registered new interface driver lan78xx
The output of dmesg | grep lan78xx is showing that the kernel module lan78xx has been loaded successfully and a new interface driver has been registered
ip link show
This will display a list of all network interfaces on SOM and should have the enx interface for the LAN7850 adapter, but there is not one.
torizon@verdin-imx8mm-07219476:~$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
3: ethernet0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:14:2d:6e:29:14 brd ff:ff:ff:ff:ff:ff
4: can0: <NOARP40000> mtu 16 qdisc noop qlen 10
link/[280]
5: mlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 1e:86:52:9b:75:c4 brd ff:ff:ff:ff:ff:ff
6: uap0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 56:cd:e8:1a:36:44 brd ff:ff:ff:ff:ff:ff
7: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
link/ether 02:42:a0:e6:78:7b brd ff:ff:ff:ff:ff:ff
8: br-f7be2eb3f03f: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 02:42:62:fe:b6:04 brd ff:ff:ff:ff:ff:ff
10: vethab045ba@if9: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master br-f7be2eb3f03f
link/ether 7a:8f:c3:37:50:11 brd ff:ff:ff:ff:ff:ff
12: vethc521d75@if11: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master br-f7be2eb3f03f
link/ether 3a:91:cd:93:09:a7 brd ff:ff:ff:ff:ff:ff
also output of lsmod
torizon@verdin-imx8mm-07219476:~$ lsmod
Module Size Used by
lan78xx 69632 0
xt_nat 16384 9
any suggestion?
Best regards,
Mehrdad