Replies: 6 comments 4 replies
-
|
I plugged in a USB Ethernet adapter and now have network access. Can I install the JL2101 driver? |
Beta Was this translation helpful? Give feedback.
-
|
I have now tried all the S905X4 gigabit variations in boot.config but none of them seem to have the JL2101 driver |
Beta Was this translation helpful? Give feedback.
-
|
I found an old discussion on JL2101 at #13 after which I downloaded bookworm-6.6.1, flashed it to a USB drive, added box=vontarx4_gigabit to boot.config, created a box-vontarx4_gigabit.config file and pointed to the meson-sc2-ah212-generic-gbit.dtb file I got from the thread Now the Ethernet interface is up! ssh.service seems to be in a restart loop though, and I needed to regenerate the ssh keys to get it to work iperf3 is showing around 500Mbps incoming and 200Mbps outgoing even though ethtool is showing the link at gigabit. The driver is showing as st_gmac and jl2xx1 is not even loaded @devmfc, is there a way to get the correct driver loaded? |
Beta Was this translation helpful? Give feedback.
-
|
Did you try to use the DTB that works from 6.6 with the newer kernels? (Just copy the DTB) |
Beta Was this translation helpful? Give feedback.
-
|
I did some reading and learned that there is a command that would show the PHY tvbox:~#ls -l /sys/bus/mdio_bus/devices/*/driver How much does it matter that a Generic PHY driver is being used? |
Beta Was this translation helpful? Give feedback.
-
|
I booted with the Plucky distro and added an ASIX based 100mb Ethernet adapter to get the network up. The PHY for the built in GE interface is 0x937c4032 => JL2101 tvbox:~#lshw -c network tvbox:~#ethtool eth0 But no IP address on eth0 networkctl renew eth0 doesn't work but setting a static IP address and restarting the daemon works. The firewall with the DHCP server can then be pinged |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hardware is confirmed good including network speed by running CoreELEC.
Linux is up, dmesg shows meson8b-dwmac for eth0, ethtool says driver is st_gmac, ip a says eth0 is UP but no IP address
dhclient eth0 hangs
P.S.: To eliminate user error, I pulled out an older Tanix TX3 S905W with a 100M Ethernet interface and it ran this distro fine
Beta Was this translation helpful? Give feedback.
All reactions