Ethernet not detecting with qcomlt-4.9 kernel

Hi,

I have compiled qcomlt-4.9 using default configurations (distro.config) file. After booting, Ethernet is not detecting. same board I tried with qcomlt-4.14, Ethernet working. For my project purpose I have to boot board with qcomlt-4.9. can you please help me to solve this issue.

Can you explain a bit more. Kernel logs would be helpful (use pastebin or github gist to share them) and can you explain how ethernet is hooked up (Dragonboard 410C does not have ethernet).

Hi Danielt,

I used USB-to-ethernet converter to connect the ethernet. Actually there is no error shown on log. I am pasting 4.14 log here which is not coming on 4.9 log.

ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 2.155433]
/asix

ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 2.188185] hub 1-0:1.0: USB hub found
[ 2.188223] hub 1-0:1.0: 1 port detected

[ 2.529850] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[ 2.688227] hub 1-1:1.0: USB hub found
[ 2.688472] hub 1-1:1.0: 3 ports detected
[ 2.978545] usb 1-1.1: new high-speed USB device number 3 using ci_hdrc
[ 3.531302] asix 1-1.1:1.0 eth0: register ‘asix’ at usb-ci_hdrc.0-1.1, ASIX AX88772 USB 2.0 Ethernet, 00:24:a5:9b:20:29
[ 3.537941] asix 1-1.1:1.0 enx0024a59b2029: renamed from eth0

Just in case, could you try to remove any connection on micro-usb, It could force the board in device mode, this is not the case with 4.14 but don’t remember about 4.9 kernel.

Thanks, Loic,

After removing OTG cable, USB host mode is enabled and ethernet is detecting.