linux下usb转网口的问题
遥_望 2020-08-19 09:28:56 我用的是嵌入式linux ,内核版本为4.4.41,目前板子上没有网口,想通过usb转网口进行网络通信。 现在采用了ax88179芯片,因为内核中有了ax88179芯片的驱动,我把驱动加载之后,板子上还是没有识别出网口设备,例如进行 ifconfig eth0 192.168.1.21时提示PHY芯片没找到。
[ 147.473466] libphy: PHY 4a101000.mdio:04 not found
[ 147.485555] net eth0: phy "4a101000.mdio:04" not found on slave 0, err -19
这个是什么问题呢,应该怎么解决,感谢大家了。