Hello, i have an Microchip LAN743x PCIe NIC interface attached to the computer. I installed FreeBsd 12.2 and completed building from source on it. I then followed this websites to update driver mgb for my LAN7430. (Site: https://reviews.freebsd.org/D20079?id=56981).
After successful making file, from if_mgb.c, if_mgb.h and Make file, i had a folder with the if_mgb.ko. The network interface has shown up after kldload if_mgb.ko. But there is one problem with the media and i dont know how to fix it. Please help me, what i should do to active this interface? Tks so much

Screen Shot 2021-09-28 at 4.27.45 PM.jpg
 
This driver is rather new and somewhat experimental (and had a number of fixes recently), so ideally you'd test with a build from main.

I've tested mgb only with EVB-LAN7430, which reports:
media: Ethernet autoselect (1000baseT <full-duplex>)

Is your device LAN7430 or LAN7431?
 
This driver is rather new and somewhat experimental (and had a number of fixes recently), so ideally you'd test with a build from main.

I've tested mgb only with EVB-LAN7430, which reports:
media: Ethernet autoselect (1000baseT <full-duplex>)

Is your device LAN7430 or LAN7431?
thank you, my device is LAN7430, can you post here the latest source, which you have already sucessfully tested?
 
Back
Top