LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   ifconfig eth0 up failure on new cLinux embedded (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/ifconfig-eth0-up-failure-on-new-clinux-embedded-4175710318/)

jautry 04-02-2022 09:45 AM

ifconfig eth0 up failure on new cLinux embedded
 
I tested the network with directed test software and it appeared to work. Now when I try to bring up cLinux implementation with ifconfig, I get: IOCTL 0x8914 failed: No such device. Does this mean the mdio driver cannot reach the ethernet phy ie the phy driver is working but not configured properly? I modified the broadcom.c file to include my BCM5221 and it appears to be correct. Just looking for clarification on what the IOCTL failure is telling me.

barunparichha 04-21-2022 11:17 AM

ioctl 8914: Operation not permitted.

jautry 04-29-2022 08:47 AM

eth0 failure
 
Found the issue was a failure of the processor to communicate with the LAN Phy. This was due to the phy internal pullup being insufficient to operate at the 2.5mhz mdio bus speed. Added additional pullup and system started working.


All times are GMT -5. The time now is 10:17 AM.